environments
Retrieves a list of environments
in a region
Overview
Name | environments |
Type | Resource |
Description | environments |
Id | awscc.workspacesthinclient.environments |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Unique identifier of the environment. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.workspacesthinclient.environments
WHERE region = 'us-east-1'
Permissions
To operate on the environments
resource, the following permissions are required:
Create
thinclient:CreateEnvironment,
thinclient:TagResource,
thinclient:ListTagsForResource,
appstream:DescribeStacks,
workspaces:DescribeWorkspaceDirectories,
workspaces-web:GetPortal,
workspaces-web:GetUserSettings,
kms:DescribeKey,
kms:Encrypt,
kms:Decrypt,
kms:CreateGrant
List
thinclient:ListEnvironment,
thinclient:ListTagsForResource,
kms:DescribeKey,
kms:Encrypt,
kms:Decrypt