ComputeEnvironmentEksConfiguration

data class ComputeEnvironmentEksConfiguration(val eksClusterArn: String, val kubernetesNamespace: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.