Skip to main content

stream_key

Gets an individual stream_key resource

Overview

Namestream_key
TypeResource
Descriptionstream_key
Idawscc.ivs.stream_key

Fields

NameDatatypeDescription
arnstringStream Key ARN is automatically generated on creation and assigned as the unique identifier.
channel_arnstringChannel ARN for the stream.
tagsarrayA list of key-value pairs that contain metadata for the asset model.
valuestringStream-key value.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
channel_arn,
tags,
value
FROM awscc.ivs.stream_key
WHERE data__Identifier = '<Arn>';

Permissions

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

Read

ivs:GetStreamKey,
ivs:ListTagsForResource

Update

ivs:GetStreamKey,
ivs:TagResource,
ivs:UntagResource,
ivs:ListTagsForResource

Delete

ivs:DeleteStreamKey,
ivs:UntagResource