aws.ivs_realtime.get_stage_session
Example SQL Queries
SELECT * FROMaws.ivs_realtime.get_stage_sessionWHERE"stage_arn" = 'VALUE'AND "session_id" = 'VALUE';Description
Gets information for the specified stage session.
Table Definition
| Column Name | Column Data Type |
|---|---|
| session_id Required Input Column ID of a session within the stage. | VARCHAR |
| stage_arn Required Input Column ARN of the stage for which the information is to be retrieved. | 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
| |
| stage_session The stage session that is returned. | STRUCT( |
Show child fields
| |