aws.nimble.list_streaming_sessions
Example SQL Queries
SELECT * FROMaws.nimble.list_streaming_sessionsWHERE"studio_id" = 'VALUE';Description
Lists the streaming sessions in a studio.
Table Definition
| Column Name | Column Data Type |
|---|---|
| studio_id Required Input Column The studio ID. | VARCHAR |
| created_by Input Column The user ID of the user that created the streaming session. | VARCHAR |
| owned_by Input Column The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation. | VARCHAR |
| session_ids Input Column Filters the request to only the provided session IDs. | 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 |
| automatic_termination_mode Indicates if a streaming session created from this launch profile should be terminated automatically or retained without termination after being in a STOPPED state.
This parameter is only allowed when sessionPersistenceMode is ACTIVATED. When allowed, the default value for this parameter is DEACTIVATED. | VARCHAR |
| backup_mode Shows the current backup setting of the session. | VARCHAR |
| created_at The ISO timestamp in seconds for when the resource was created. | TIMESTAMP_S |
| ec2_instance_type The EC2 Instance type used for the streaming session. | VARCHAR |
| launch_profile_id The ID of the launch profile used to control access from the streaming session. | VARCHAR |
| max_backups_to_retain The maximum number of backups of a streaming session that you can have. When the maximum number of backups is reached, the oldest backup is deleted. | BIGINT |
| session_id The session ID. | VARCHAR |
| session_persistence_mode Determine if a streaming session created from this launch profile can configure persistent storage. This means that volumeConfiguration and automaticTerminationMode are configured. | VARCHAR |
| started_at The time the session entered START_IN_PROGRESS state. | TIMESTAMP_S |
| started_by The user ID of the user that started the streaming session. | VARCHAR |
| started_from_backup_id The backup ID used to restore a streaming session. | VARCHAR |
| state The current state. | VARCHAR |
| status_code The status code. | VARCHAR |
| status_message The status message for the streaming session. | VARCHAR |
| stop_at The time the streaming session will automatically be stopped if the user doesn’t stop the session themselves. | TIMESTAMP_S |
| stopped_at The time the session entered STOP_IN_PROGRESS state. | TIMESTAMP_S |
| stopped_by The user ID of the user that stopped the streaming session. | VARCHAR |
| streaming_image_id The ID of the streaming image. | VARCHAR |
| tags A collection of labels, in the form of key-value pairs, that apply to this resource. | MAP(VARCHAR, VARCHAR) |
| terminate_at The time the streaming session will automatically terminate if not terminated by the user. | TIMESTAMP_S |
| updated_at The ISO timestamp in seconds for when the resource was updated. | TIMESTAMP_S |
| updated_by The user ID of the user that most recently updated the resource. | VARCHAR |
| volume_configuration Custom volume configuration for the root volumes that are attached to streaming sessions. This parameter is only allowed when sessionPersistenceMode is ACTIVATED. | STRUCT( |
Show child fields
| |
| volume_retention_mode Determine if an EBS volume created from this streaming session will be backed up. | VARCHAR |