multiplex
Gets an individual multiplex
resource
Overview
Name | multiplex |
Type | Resource |
Description | multiplex |
Id | awscc.medialive.multiplex |
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
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