Skip to main content

channel

Gets an individual channel resource

Overview

Namechannel
TypeResource
Descriptionchannel
Idawscc.mediapackage.channel

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) assigned to the Channel.
idstringThe ID of the Channel.
descriptionstringA short text description of the Channel.
hls_ingestobjectAn HTTP Live Streaming (HLS) ingest resource configuration.
tagsarrayA collection of tags associated with a resource
egress_access_logsobjectThe configuration parameters for egress access logging.
ingress_access_logsobjectThe configuration parameters for egress access logging.
regionstringAWS 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