multiplexes_list_only
Lists multiplexes
in a region or regions, for all properties use multiplexes
Overview
Name | multiplexes_list_only |
Type | Resource |
Description | Resource schema for AWS::MediaLive::Multiplex |
Id | aws.medialive.multiplexes_list_only |
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 | |
tags | array | A collection of key-value pairs. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all multiplexes
in a region.
SELECT
region,
id
FROM aws.medialive.multiplexes_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the multiplexes_list_only
resource, see multiplexes