channel
Gets an individual channel
resource
Overview
Name | channel |
Type | Resource |
Description | channel |
Id | awscc.mediapackage.channel |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) assigned to the Channel. |
id | string | The ID of the Channel. |
description | string | A short text description of the Channel. |
hls_ingest | object | An HTTP Live Streaming (HLS) ingest resource configuration. |
tags | array | A collection of tags associated with a resource |
egress_access_logs | object | The configuration parameters for egress access logging. |
ingress_access_logs | object | The configuration parameters for egress access logging. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
id,
description,
hls_ingest,
tags,
egress_access_logs,
ingress_access_logs
FROM awscc.mediapackage.channel
WHERE data__Identifier = '<Id>';
Permissions
To operate on the channel
resource, the following permissions are required:
Read
mediapackage:DescribeChannel
Update
mediapackage:UpdateChannel,
mediapackage:ConfigureLogs,
iam:CreateServiceLinkedRole
Delete
mediapackage:DeleteChannel