ClusterOrchestratorEksConfigArgs

data class ClusterOrchestratorEksConfigArgs(val clusterArn: Output<String>) : ConvertibleToJava<ClusterOrchestratorEksConfigArgs>

Specifies parameter(s) related to EKS as orchestrator, e.g. the EKS cluster nodes will attach to,

Constructors

Link copied to clipboard
constructor(clusterArn: Output<String>)

Properties

Link copied to clipboard
val clusterArn: Output<String>

The ARN of the EKS cluster, such as arn:aws:eks:us-west-2:123456789012:cluster/my-eks-cluster

Functions

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