sdi_source_tags
Expands all tag keys and values for sdi_sources
in a region
Overview
Name | sdi_source_tags |
Type | Resource |
Description | Definition of AWS::MediaLive::SdiSource Resource Type |
Id | aws.medialive.sdi_source_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The unique arn of the SdiSource. |
id | string | The unique identifier of the SdiSource. |
mode | string | The current state of the SdiSource. |
name | string | The name of the SdiSource. |
state | string | The current state of the SdiSource. |
type | string | The interface mode of the SdiSource. |
inputs | array | The list of inputs currently using this SDI source. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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