aws.mediapackagev2.list_channel_groups
Example SQL Queries
SELECT * FROMaws.mediapackagev2.list_channel_groups;Description
Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.
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 Amazon Resource Name (ARN) associated with the resource. | VARCHAR |
| channel_group_name 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 |
| created_at The date and time the channel group was created. | TIMESTAMP_S |
| description Any descriptive information that you want to add to the channel group for future identification purposes. | VARCHAR |
| modified_at The date and time the channel group was modified. | TIMESTAMP_S |