» Resource: aws_media_package_channel

Provides an AWS Elemental MediaPackage Channel.

» Example Usage

resource "aws_media_package_channel" "kittens" {
  channel_id  = "kitten-channel"
  description = "A channel dedicated to amusing videos of kittens."
}

» Argument Reference

The following arguments are supported:

  • channel_id - (Required) A unique identifier describing the channel
  • description - (Optional) A description of the channel
  • tags - (Optional) A mapping of tags to assign to the resource.

» Attributes Reference

In addition to all arguments above, the following attributes are exported:

» Import

Media Package Channels can be imported via the channel ID, e.g.

$ terraform import aws_media_package_channel.kittens kittens-channel