AWS::ThinClient::SoftwareSetDescribes a software set for Amazon WorkSpaces Thin Client.
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the software set. |
Id | string | The ID of the software set. |
ReleasedAt | string | The timestamp of when the software set was released. |
Software | Array<Software> | A list of the software components in the software set. |
ValidationStatus | string | An option to define if the software set has been validated. |
Version | string | The version of the software set. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ThinClient::SoftwareSet
Resources:
MyResource:
Type: AWS::ThinClient::SoftwareSet
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
thinclient:GetSoftwareSetthinclient:ListTagsForResourcethinclient:ListSoftwareSetsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Tags