# Amazon Workspaces Scope

> `UiPath.AmazonWorkSpaces.Activities.AWRKSScope`

`UiPath.AmazonWorkSpaces.Activities.AWRKSScope`

## Description

Connects to Amazon Web Services and provides a scope for Amazon WorkSpaces activities.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Connect with Access Keys

* **AccessKeyId** - The access key.
* **SecretAccessKey** - The secret key as a `SecureString`.

### Connect with IAM Role

* **IAMRole** - The name of the IAM Role.
  :::note
  In order to connect to Amazon Web Services (AWS), you must specify either **Access Keys** (**AccessKeyId** and **SecretAccessKey**) or an **IAMRole** (for the case when the robot is running within an EC2 instance).
  :::

### Input

* **Region** - The AWS Region to connect to.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

:::note
Appropriates permissions must be granted in order to perform Amazon WorkSpaces tasks. See [Identity and Access Management for Amazon WorkSpaces](https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html).
:::
