aws.ivs.list_stream_keys
Example SQL Queries
SELECT * FROMaws.ivs.list_stream_keysWHERE"channel_arn" = 'VALUE';Description
Gets summary information about stream keys for the specified channel.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_arn Required Input Column Channel ARN for the stream. | 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 Stream-key ARN. | VARCHAR |
| tags Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there. | MAP(VARCHAR, VARCHAR) |