AWS Fundamentals Logo
AWS Fundamentals
AWS::ThinClient::SoftwareSet

ThinClient SoftwareSet

Describes a software set for Amazon WorkSpaces Thin Client.

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
Tags
Array<Tag>
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the software set.
IdstringThe ID of the software set.
ReleasedAtstringThe timestamp of when the software set was released.
SoftwareArray<Software>A list of the software components in the software set.
ValidationStatusstringAn option to define if the software set has been validated.
VersionstringThe version of the software set.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ThinClient::SoftwareSet

Resources:
  MyResource:
    Type: AWS::ThinClient::SoftwareSet
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

thinclient:GetSoftwareSetthinclient:ListTagsForResource

list

thinclient:ListSoftwareSets

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceThinClient
Properties7
Required0
TaggingSupported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Tags

External Links