Skip to main content

playback_key_pairs_list_only

Lists playback_key_pairs in a region or regions, for all properties use playback_key_pairs

Overview

Nameplayback_key_pairs_list_only
TypeResource
DescriptionResource Type definition for AWS::IVS::PlaybackKeyPair
Idaws.ivs.playback_key_pairs_list_only

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.
tagsarrayA list of key-value pairs that contain metadata for the asset model.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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