Skip to main content

playback_key_pair

Gets an individual playback_key_pair resource

Overview

Nameplayback_key_pair
TypeResource
Descriptionplayback_key_pair
Idawscc.ivs.playback_key_pair

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
public_key_material,
fingerprint,
arn,
tags
FROM awscc.ivs.playback_key_pair
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the playback_key_pair resource, the following permissions are required:

Read

ivs:GetPlaybackKeyPair

Update

ivs:GetPlaybackKeyPair,
ivs:ListTagsForResource,
ivs:UntagResource,
ivs:TagResource

Delete

ivs:DeletePlaybackKeyPair,
ivs:UntagResource