Skip to main content

multiplex

Gets an individual multiplex resource

Overview

Namemultiplex
TypeResource
Descriptionmultiplex
Idawscc.medialive.multiplex

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
availability_zones,
destinations,
id,
multiplex_settings,
name,
pipelines_running_count,
program_count,
state,
tags
FROM awscc.medialive.multiplex
WHERE data__Identifier = '<Id>';

Permissions

To operate on the multiplex resource, the following permissions are required:

Read

medialive:DescribeMultiplex

Update

medialive:UpdateMultiplex,
medialive:DescribeMultiplex,
medialive:CreateTags,
medialive:DeleteTags

Delete

medialive:DeleteMultiplex,
medialive:DescribeMultiplex