Skip to main content

channel_tags

Expands all tag keys and values for channels in a region

Overview

Namechannel_tags
TypeResource
DescriptionResource Type definition for AWS::IVS::Channel
Idaws.ivs.channel_tags

Fields

NameDatatypeDescription
arnstringChannel ARN is automatically generated on creation and assigned as the unique identifier.
namestringChannel
authorizedbooleanWhether the channel is authorized.
insecure_ingestbooleanWhether the channel allows insecure ingest.
latency_modestringChannel latency mode.
typestringChannel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately.
playback_urlstringChannel Playback URL.
ingest_endpointstringChannel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.
recording_configuration_arnstringRecording Configuration ARN. A value other than an empty string indicates that recording is enabled. Default: "" (recording is disabled).
presetstringOptional transcode preset for the channel. This is selectable only for ADVANCED_HD and ADVANCED_SD channel types. For those channel types, the default preset is HIGHER_BANDWIDTH_DELIVERY. For other channel types (BASIC and STANDARD), preset is the empty string ("").
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all channels in a region.

SELECT
region,
arn,
name,
authorized,
insecure_ingest,
latency_mode,
type,
playback_url,
ingest_endpoint,
recording_configuration_arn,
preset,
tag_key,
tag_value
FROM aws.ivs.channel_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the channel_tags resource, see channels