ComputeEnvironmentEksConfigurationArgs

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

Constructors

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

Functions

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

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.