ClusterArgs

constructor(clusterName: Output<String>? = null, instanceGroups: Output<List<ClusterInstanceGroupArgs>>? = null, nodeRecovery: Output<ClusterNodeRecovery>? = null, orchestrator: Output<ClusterOrchestratorArgs>? = null, tags: Output<List<TagArgs>>? = null, vpcConfig: Output<ClusterVpcConfigArgs>? = null)