aws.ivs.get_stream_key
Example SQL Queries
SELECT * FROMaws.ivs.get_stream_keyWHERE"arn" = 'VALUE';Description
Gets stream-key information for a specified ARN.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column ARN for the stream key 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| stream_key | STRUCT( |
Show child fields
| |