ComputeEnvironmentDetail
An object that represents an Batch compute environment.
Types
Properties
The Amazon Resource Name (ARN) of the compute environment.
The name of the compute environment. It can be up to 128 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
The compute resources defined for the compute environment. For more information, see Compute environments in the Batch User Guide.
The orchestration type of the compute environment. The valid values are ECS
(default) or EKS
.
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster that the compute environment uses.
The configuration for the Amazon EKS cluster that supports the Batch compute environment. Only specify this parameter if the containerOrchestrationType
is EKS
.
The service role that's associated with the compute environment that allows Batch to make calls to Amazon Web Services API operations on your behalf. For more information, see Batch service IAM role in the Batch User Guide.
A short, human-readable string to provide additional details for the current status of the compute environment.
The type of the compute environment: MANAGED
or UNMANAGED
. For more information, see Compute environments in the Batch User Guide.
The maximum number of VCPUs expected to be used for an unmanaged compute environment.
Specifies the infrastructure update policy for the compute environment. For more information about infrastructure updates, see Updating compute environments in the Batch User Guide.