Retrieve information about a AWS Elemental MediaConvert Queue.
data "aws_media_convert_queue" "example" {
id = "tf-example-queue"
}
The following arguments are supported:
id
- (Required) Unique identifier of the queue. The same as name
.arn
- The Arn of the queue.name
- The same as id
.status
- The status of the queue.tags
- A map of tags assigned to the resource, including those inherited from the provider default_tags
configuration block.