AWS::WorkSpacesThinClient::EnvironmentResource type definition for AWS::WorkSpacesThinClient::Environment.
10 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DesktopArn | string | RequiredCreate-only |
DesiredSoftwareSetId | string | |
DesktopEndpoint | string | |
DeviceCreationTags | Array<Tag> | |
KmsKeyArn | string | Create-only |
MaintenanceWindow | MaintenanceWindow | |
Name | string | |
SoftwareSetUpdateMode | string | |
SoftwareSetUpdateSchedule | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ActivationCode | string | Activation code for devices associated with environment. |
Arn | string | The environment ARN. |
CreatedAt | string | The timestamp in unix epoch format when environment was created. |
DesktopType | string | The type of VDI. |
Id | string | Unique identifier of the environment. |
PendingSoftwareSetId | string | The ID of the software set that is pending to be installed. |
PendingSoftwareSetVersion | string | The version of the software set that is pending to be installed. |
RegisteredDevicesCount | integer | Number of devices registered to the environment. |
SoftwareSetComplianceStatus | string | Describes if the software currently installed on all devices in the environment is a supported version. |
UpdatedAt | string | The timestamp in unix epoch format when environment was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WorkSpacesThinClient::Environment
Resources:
MyResource:
Type: AWS::WorkSpacesThinClient::Environment
Properties:
DesktopArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
thinclient:CreateEnvironmentthinclient:TagResourcethinclient:ListTagsForResourceappstream:DescribeStacksworkspaces:DescribeWorkspaceDirectoriesworkspaces-web:GetPortalworkspaces-web:GetUserSettingskms:DescribeKeythinclient:GetEnvironmentthinclient:ListTagsForResourcekms:Decryptappstream:DescribeStacksworkspaces:DescribeWorkspaceDirectoriesworkspaces-web:GetPortalworkspaces-web:GetUserSettingsthinclient:UpdateEnvironmentthinclient:TagResourcethinclient:UntagResourcekms:Decryptthinclient:DeleteEnvironmentthinclient:UntagResourcekms:Decryptkms:RetireGrantthinclient:ListEnvironmentsthinclient:ListTagsForResourcekms:DecryptOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KmsKeyArnDesktopArn