playback_key_pairs_list_only
Lists playback_key_pairs in a region or regions, for all properties use playback_key_pairs
Overview
| Name | playback_key_pairs_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::IVS::PlaybackKeyPair |
| Id | aws.ivs.playback_key_pairs_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | Key-pair identifier. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all playback_key_pairs in a region.
SELECT
region,
arn
FROM aws.ivs.playback_key_pairs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the playback_key_pairs_list_only resource, see playback_key_pairs