Skip to main content

playback_key_pair_tags

Expands all tag keys and values for playback_key_pairs in a region

Overview

Nameplayback_key_pair_tags
TypeResource
DescriptionResource Type definition for AWS::IVS::PlaybackKeyPair
Idaws.ivs.playback_key_pair_tags

Fields

NameDatatypeDescription
namestringAn 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_materialstringThe public portion of a customer-generated key pair.
fingerprintstringKey-pair identifier.
arnstringKey-pair identifier.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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