playback_key_pair
Gets an individual playback_key_pair
resource
Overview
Name | playback_key_pair |
Type | Resource |
Description | playback_key_pair |
Id | awscc.ivs.playback_key_pair |
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
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