channel_group
Gets an individual channel_group
resource
Overview
Name | channel_group |
Type | Resource |
Description | channel_group |
Id | awscc.mediapackagev2.channel_group |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | <p>The Amazon Resource Name (ARN) associated with the resource.</p> |
channel_group_name | string | |
created_at | string | <p>The date and time the channel group was created.</p> |
description | string | <p>Enter any descriptive text that helps you to identify the channel group.</p> |
egress_domain | string | <p>The output domain where the source stream should be sent. Integrate the domain with a downstream CDN (such as Amazon CloudFront) or playback device.</p> |
modified_at | string | <p>The date and time the channel group was modified.</p> |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
channel_group_name,
created_at,
description,
egress_domain,
modified_at,
tags
FROM awscc.mediapackagev2.channel_group
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the channel_group
resource, the following permissions are required:
Read
mediapackagev2:GetChannelGroup
Update
mediapackagev2:TagResource,
mediapackagev2:UntagResource,
mediapackagev2:ListTagsForResource,
mediapackagev2:UpdateChannelGroup
Delete
mediapackagev2:GetChannelGroup,
mediapackagev2:DeleteChannelGroup