» Resource: aws_media_store_container

Provides a MediaStore Container.

» Example Usage

resource "aws_media_store_container" "example" {
  name = "example"
}

» Argument Reference

The following arguments are supported:

  • name - (Required) The name of the container. Must contain alphanumeric characters or underscores.

» Attributes Reference

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

  • arn - The ARN of the container.
  • endpoint - The DNS endpoint of the container.

» Import

MediaStore Container can be imported using the MediaStore Container Name, e.g.

$ terraform import aws_media_store_container.example example