aws.mediapackagev2.list_channels
Example SQL Queries
SELECT * FROMaws.mediapackagev2.list_channelsWHERE"channel_group_name" = 'VALUE';Description
Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_group_name Required Input Column The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region. | VARCHAR |
| _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 Amazon Resource Name (ARN) associated with the resource. | VARCHAR |
| channel_name The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. | VARCHAR |
| created_at The date and time the channel was created. | TIMESTAMP_S |
| description Any descriptive information that you want to add to the channel for future identification purposes. | VARCHAR |
| input_type The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior. The allowed values are:
| VARCHAR |
| modified_at The date and time the channel was modified. | TIMESTAMP_S |