aws.ivs.get_playback_key_pair
Example SQL Queries
SELECT * FROMaws.ivs.get_playback_key_pairWHERE"arn" = 'VALUE';Description
Gets a specified playback authorization key pair and returns the arn and fingerprint. The privateKey held by the caller can be used to generate viewer authorization tokens, to grant viewers access to private channels. For more information, see Setting Up Private Channels in the Amazon IVS User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column ARN of the key pair to be returned. | 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 |
| key_pair | STRUCT( |
Show child fields
| |