multiplex_tags
Expands all tag keys and values for multiplexes
in a region
Overview
Name | multiplex_tags |
Type | Resource |
Description | Resource schema for AWS::MediaLive::Multiplex |
Id | aws.medialive.multiplex_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The unique arn of the multiplex. |
availability_zones | array | A list of availability zones for the multiplex. |
destinations | array | A list of the multiplex output destinations. |
id | string | The unique id of the multiplex. |
multiplex_settings | object | Configuration for a multiplex event. |
name | string | Name of multiplex. |
pipelines_running_count | integer | The number of currently healthy pipelines. |
program_count | integer | The number of programs in the multiplex. |
state | string | |
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 multiplexes
in a region.
SELECT
region,
arn,
availability_zones,
destinations,
id,
multiplex_settings,
name,
pipelines_running_count,
program_count,
state,
tag_key,
tag_value
FROM aws.medialive.multiplex_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the multiplex_tags
resource, see multiplexes