Cluster Args
data class ClusterArgs(val encryptionConfig: Output<List<ClusterEncryptionConfigArgs>>? = null, val kubernetesNetworkConfig: Output<ClusterKubernetesNetworkConfigArgs>? = null, val logging: Output<LoggingArgs>? = null, val name: Output<String>? = null, val outpostConfig: Output<ClusterOutpostConfigArgs>? = null, val resourcesVpcConfig: Output<ClusterResourcesVpcConfigArgs>? = null, val roleArn: Output<String>? = null, val tags: Output<List<ClusterTagArgs>>? = null, val version: Output<String>? = null) : ConvertibleToJava<ClusterArgs>
An object representing an Amazon EKS cluster.
Constructors
Link copied to clipboard
fun ClusterArgs(encryptionConfig: Output<List<ClusterEncryptionConfigArgs>>? = null, kubernetesNetworkConfig: Output<ClusterKubernetesNetworkConfigArgs>? = null, logging: Output<LoggingArgs>? = null, name: Output<String>? = null, outpostConfig: Output<ClusterOutpostConfigArgs>? = null, resourcesVpcConfig: Output<ClusterResourcesVpcConfigArgs>? = null, roleArn: Output<String>? = null, tags: Output<List<ClusterTagArgs>>? = null, version: Output<String>? = null)