Skip to main content

channels_list_only

Lists channels in a region or regions, for all properties use channels

Overview

Namechannels_list_only
TypeResource
DescriptionResource schema for AWS::MediaPackage::Channel
Idaws.mediapackage.channels_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all channels in a region.

SELECT
region,
id
FROM aws.mediapackage.channels_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the channels_list_only resource, see channels