channel
Gets an individual channel
resource
Overview
Name | channel |
Type | Resource |
Description | channel |
Id | awscc.mediapackagev2.channel |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | <p>The Amazon Resource Name (ARN) associated with the resource.</p> |
channel_group_name | string | |
channel_name | string | |
created_at | string | <p>The date and time the channel was created.</p> |
description | string | <p>Enter any descriptive text that helps you to identify the channel.</p> |
ingest_endpoints | array | <p>The list of ingest endpoints.</p> |
modified_at | string | <p>The date and time the channel 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,
channel_name,
created_at,
description,
ingest_endpoints,
modified_at,
tags
FROM awscc.mediapackagev2.channel
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the channel
resource, the following permissions are required:
Read
mediapackagev2:GetChannel
Update
mediapackagev2:TagResource,
mediapackagev2:UntagResource,
mediapackagev2:ListTagsForResource,
mediapackagev2:UpdateChannel
Delete
mediapackagev2:GetChannel,
mediapackagev2:DeleteChannel