Skip to content

Resource: awsMediaStoreContainer

Provides a MediaStore Container.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.mediaStoreContainer.MediaStoreContainer(this, "example", {
  name: "example",
});

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the container. Must contain alphanumeric characters or underscores.
  • tags - (Optional) A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

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.
  • tagsAll - A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Import

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

$ terraform import aws_media_store_container.example example