aws.workspaces_thin_client.list_software_sets
Example SQL Queries
SELECT * FROMaws.workspaces_thin_client.list_software_sets;Description
Returns a list of software sets.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The Amazon Resource Name (ARN) of the software set. | VARCHAR |
| id The ID of the software set. | VARCHAR |
| released_at The timestamp of when the software set was released. | TIMESTAMP_S |
| supported_until The timestamp of the end of support for the software set. | TIMESTAMP_S |
| validation_status An option to define if the software set has been validated. | VARCHAR |
| version The version of the software set. | VARCHAR |