stream_keys
Retrieves a list of stream_keys
in a region
Overview
Name | stream_keys |
Type | Resource |
Description | stream_keys |
Id | awscc.ivs.stream_keys |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Stream Key ARN is automatically generated on creation and assigned as the unique identifier. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.ivs.stream_keys
WHERE region = 'us-east-1'
Permissions
To operate on the stream_keys
resource, the following permissions are required:
Create
ivs:TagResource,
ivs:UntagResource,
ivs:CreateStreamKey
List
ivs:ListStreamKeys,
ivs:ListTagsForResource