Data Source: aws_batch_job_queue

The Batch Job Queue data source allows access to details of a specific job queue within AWS Batch.

Example Usage

data "aws_batch_job_queue" "test-queue" {
  name = "tf-test-batch-job-queue"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: