Skip to main content

sdi_source_tags

Expands all tag keys and values for sdi_sources in a region

Overview

Namesdi_source_tags
TypeResource
DescriptionDefinition of AWS::MediaLive::SdiSource Resource Type
Idaws.medialive.sdi_source_tags

Fields

NameDatatypeDescription
arnstringThe unique arn of the SdiSource.
idstringThe unique identifier of the SdiSource.
modestringThe current state of the SdiSource.
namestringThe name of the SdiSource.
statestringThe current state of the SdiSource.
typestringThe interface mode of the SdiSource.
inputsarrayThe list of inputs currently using this SDI source.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all sdi_sources in a region.

SELECT
region,
arn,
id,
mode,
name,
state,
type,
inputs,
tag_key,
tag_value
FROM aws.medialive.sdi_source_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the sdi_source_tags resource, see sdi_sources