Data Source: aws_batch_compute_environment

The Batch Compute Environment data source allows access to details of a specific compute environment within AWS Batch.

Example Usage

data "aws_batch_compute_environment" "batch-mongo" {
  compute_environment_name = "batch-mongo-production"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

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