stream_key
Gets an individual stream_key
resource
Overview
Name | stream_key |
Type | Resource |
Description | stream_key |
Id | awscc.ivs.stream_key |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Stream Key ARN is automatically generated on creation and assigned as the unique identifier. |
channel_arn | string | Channel ARN for the stream. |
tags | array | A list of key-value pairs that contain metadata for the asset model. |
value | string | Stream-key value. |
region | string | AWS 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