aws.nimble.get_streaming_session_backup
Example SQL Queries
SELECT * FROMaws.nimble.get_streaming_session_backupWHERE"backup_id" = 'VALUE'AND "studio_id" = 'VALUE';Description
Gets StreamingSessionBackup resource.
Invoke this operation to poll for a streaming session backup while stopping a streaming session.
Table Definition
| Column Name | Column Data Type |
|---|---|
| backup_id Required Input Column The ID of the backup. | VARCHAR |
| studio_id Required Input Column The studio ID. | 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 |
| streaming_session_backup Information about the streaming session backup. | STRUCT( |
Show child fields
| |