aws.mediapackagev2.get_channel_group
Example SQL Queries
SELECT * FROMaws.mediapackagev2.get_channel_groupWHERE"channel_group_name" = 'VALUE';Description
Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and 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 |
| created_at The date and time the channel group was created. | TIMESTAMP_S |
| description The description for your channel group. | VARCHAR |
| e_tag The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource. | VARCHAR |
| egress_domain The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device. | VARCHAR |
| modified_at The date and time the channel group was modified. | TIMESTAMP_S |
| tags The comma-separated list of tag key:value pairs assigned to the channel group. | MAP(VARCHAR, VARCHAR) |