AWS MediaPackage Channel

This page shows how to write Terraform and CloudFormation for MediaPackage Channel and write them securely.

aws_media_package_channel (Terraform)

The Channel in MediaPackage can be configured in Terraform with the resource name aws_media_package_channel. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Provides an AWS Elemental MediaPackage Channel.

AWS::MediaPackage::Channel (CloudFormation)

The Channel in MediaPackage can be configured in CloudFormation with the resource name AWS::MediaPackage::Channel. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

Description Any descriptive information that you want to add to the channel for future identification purposes.
Required: No
Type: String
Update requires: No interruption

EgressAccessLogs Configures egress access logs.
Required: No
Type: LogConfiguration
Update requires: No interruption

Id Unique identifier that you assign to the channel.
Required: Yes
Type: String
Update requires: Replacement

IngressAccessLogs Configures ingress access logs.
Required: No
Type: LogConfiguration
Update requires: No interruption

Tags The tags to assign to the channel.
Required: No
Type: List of Tag
Update requires: Replacement

Explanation in CloudFormation Registry

Creates a channel to receive content.

After it's created, a channel provides static input URLs. These URLs remain the same throughout the lifetime of the channel, regardless of any failures or upgrades that might occur. Use these URLs to configure the outputs of your upstream encoder.

Frequently asked questions

What is AWS MediaPackage Channel?

AWS MediaPackage Channel is a resource for MediaPackage of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.