ComputeEnvironmentEc2ConfigurationObject

data class ComputeEnvironmentEc2ConfigurationObject(val imageIdOverride: String? = null, val imageKubernetesVersion: String? = null, val imageType: String)

Constructors

Link copied to clipboard
constructor(imageIdOverride: String? = null, imageKubernetesVersion: String? = null, imageType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val imageIdOverride: String? = null

The AMI ID used for instances launched in the compute environment that match the image type. This setting overrides the imageId set in the computeResource object.

Link copied to clipboard

The Kubernetes version for the compute environment. If you don't specify a value, the latest version that AWS Batch supports is used.

Link copied to clipboard

The image type to match with the instance type to select an AMI. The supported values are different for ECS and EKS resources.