aws.workspaces.describe_workspace_snapshots
Example SQL Queries
SELECT * FROMaws.workspaces.describe_workspace_snapshotsWHERE"workspace_id" = 'VALUE';Description
Describes the snapshots for the specified WorkSpace.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workspace_id Required Input Column The identifier of the WorkSpace. | VARCHAR |
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| rebuild_snapshots Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume. | STRUCT( |
Show child fields
| |
| restore_snapshots Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume. | STRUCT( |
Show child fields
| |