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 |
---|---|---|
name | string | An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. The value does not need to be unique. |
public_key_material | string | The public portion of a customer-generated key pair. |
fingerprint | string | Key-pair identifier. |
arn | string | Key-pair identifier. |
tags | array | A list of key-value pairs that contain metadata for the asset model. |
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