Skip to main content

stream_keys_list_only

Lists stream_keys in a region or regions, for all properties use stream_keys

Overview

Namestream_keys_list_only
TypeResource
DescriptionResource Type definition for AWS::IVS::StreamKey
Idaws.ivs.stream_keys_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all stream_keys in a region.

SELECT
region,
arn
FROM aws.ivs.stream_keys_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the stream_keys_list_only resource, see stream_keys