ComputeEnvironmentDetail

An object that represents an Batch compute environment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the compute environment.

Link copied to clipboard

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 (_).

Link copied to clipboard

The compute resources defined for the compute environment. For more information, see Compute environments in the Batch User Guide.

Link copied to clipboard

The orchestration type of the compute environment. The valid values are ECS (default) or EKS.

Link copied to clipboard

The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster that the compute environment uses.

Link copied to clipboard

The configuration for the Amazon EKS cluster that supports the Batch compute environment. Only specify this parameter if the containerOrchestrationType is EKS.

Link copied to clipboard

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.

Link copied to clipboard

The state of the compute environment. The valid values are ENABLED or DISABLED.

Link copied to clipboard

The current status of the compute environment (for example, CREATING or VALID).

Link copied to clipboard

A short, human-readable string to provide additional details for the current status of the compute environment.

Link copied to clipboard

The tags applied to the compute environment.

Link copied to clipboard
val type: CeType?

The type of the compute environment: MANAGED or UNMANAGED. For more information, see Compute environments in the Batch User Guide.

Link copied to clipboard

The maximum number of VCPUs expected to be used for an unmanaged compute environment.

Link copied to clipboard

Specifies the infrastructure update policy for the compute environment. For more information about infrastructure updates, see Updating compute environments in the Batch User Guide.

Link copied to clipboard
val uuid: String?

Unique identifier for the compute environment.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String