ComputeEnvironmentEc2ConfigurationObjectArgs

data class ComputeEnvironmentEc2ConfigurationObjectArgs(val imageIdOverride: Output<String>? = null, val imageKubernetesVersion: Output<String>? = null, val imageType: Output<String>) : ConvertibleToJava<ComputeEnvironmentEc2ConfigurationObjectArgs>

Constructors

constructor(imageIdOverride: Output<String>? = null, imageKubernetesVersion: Output<String>? = null, imageType: Output<String>)

Properties

Link copied to clipboard
val imageIdOverride: Output<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
val imageKubernetesVersion: Output<String>? = null

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
val imageType: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ComputeEnvironmentEc2ConfigurationObjectArgs