aws.nimble.list_streaming_session_backups
Example SQL Queries
SELECT * FROMaws.nimble.list_streaming_session_backupsWHERE"studio_id" = 'VALUE';Description
Lists the backups of a streaming session in a studio.
Table Definition
| Column Name | Column Data Type |
|---|---|
| studio_id Required Input Column The studio ID. | VARCHAR |
| owned_by Input Column The user ID of the user that owns the streaming session. | 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 |
| arn The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions. | VARCHAR |
| backup_id The ID of the backup. | VARCHAR |
| created_at The ISO timestamp in for when the resource was created. | TIMESTAMP_S |
| launch_profile_id The ID of the launch profile which allowed the backups for the streaming session. | VARCHAR |
| session_id The streaming session ID for the StreamingSessionBackup. | VARCHAR |
| state The streaming session state. | VARCHAR |
| status_code The status code. | VARCHAR |
| status_message The status message for the streaming session backup. | VARCHAR |
| tags A collection of labels, in the form of key-value pairs, that apply to this resource. | MAP(VARCHAR, VARCHAR) |