playback_key_pair_tags
Expands all tag keys and values for playback_key_pairs
in a region
Overview
Name | playback_key_pair_tags |
Type | Resource |
Description | Resource Type definition for AWS::IVS::PlaybackKeyPair |
Id | aws.ivs.playback_key_pair_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all playback_key_pairs
in a region.
SELECT
region,
name,
public_key_material,
fingerprint,
arn,
tag_key,
tag_value
FROM aws.ivs.playback_key_pair_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the playback_key_pair_tags
resource, see playback_key_pairs