Skip to main content

multiplexes_list_only

Lists multiplexes in a region or regions, for all properties use multiplexes

Overview

Namemultiplexes_list_only
TypeResource
DescriptionResource schema for AWS::MediaLive::Multiplex
Idaws.medialive.multiplexes_list_only

Fields

NameDatatypeDescription
arnstringThe unique arn of the multiplex.
availability_zonesarrayA list of availability zones for the multiplex.
destinationsarrayA list of the multiplex output destinations.
idstringThe unique id of the multiplex.
multiplex_settingsobjectConfiguration for a multiplex event.
namestringName of multiplex.
pipelines_running_countintegerThe number of currently healthy pipelines.
program_countintegerThe number of programs in the multiplex.
statestring
tagsarrayA collection of key-value pairs.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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