aws.ivs.list_playback_key_pairs
Example SQL Queries
SELECT * FROMaws.ivs.list_playback_key_pairs;Description
Gets summary information about playback key pairs. For more information, see Setting Up Private Channels in the Amazon IVS User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 Key-pair ARN. | VARCHAR |
| name Playback-key-pair name. The value does not need to be unique. | 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) |