aws.medialive.list_multiplexes
Example SQL Queries
SELECT * FROMaws.medialive.list_multiplexes;Description
Retrieve a list of the existing multiplexes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The unique arn of the multiplex. | VARCHAR |
| availability_zones A list of availability zones for the multiplex. | VARCHAR[] |
Show child fields
| |
| id The unique id of the multiplex. | VARCHAR |
| multiplex_settings Configuration for a multiplex event. | STRUCT( |
Show child fields
| |
| name The name of the multiplex. | VARCHAR |
| pipelines_running_count The number of currently healthy pipelines. | BIGINT |
| program_count The number of programs in the multiplex. | BIGINT |
| state The current state of the multiplex. | VARCHAR |
| tags A collection of key-value pairs. | MAP(VARCHAR, VARCHAR) |