ComputeEnvironmentEksConfigurationArgs

data class ComputeEnvironmentEksConfigurationArgs(val eksClusterArn: Output<String>, val kubernetesNamespace: Output<String>) : ConvertibleToJava<ComputeEnvironmentEksConfigurationArgs>

Constructors

Link copied to clipboard
constructor(eksClusterArn: Output<String>, kubernetesNamespace: Output<String>)

Properties

Link copied to clipboard
val eksClusterArn: Output<String>

The Amazon Resource Name (ARN) of the Amazon EKS cluster.

Link copied to clipboard

The namespace of the Amazon EKS cluster. AWS Batch manages pods in this namespace.

Functions

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