aws.nimble.get_streaming_session_stream
Example SQL Queries
SELECT * FROMaws.nimble.get_streaming_session_streamWHERE"session_id" = 'VALUE'AND "stream_id" = 'VALUE'AND "studio_id" = 'VALUE';Description
Gets a StreamingSessionStream for a streaming session.
Invoke this operation to poll the resource after invoking CreateStreamingSessionStream.
After the StreamingSessionStream changes to the READY state, the url property will contain a stream to be used with the DCV streaming client.
Table Definition
| Column Name | Column Data Type |
|---|---|
| session_id Required Input Column The streaming session ID. | VARCHAR |
| stream_id Required Input Column The streaming session stream ID. | 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 |
| stream The stream. | STRUCT( |
Show child fields
| |