ClusterArgs

data class ClusterArgs(val accessConfig: Output<ClusterAccessConfigArgs>? = null, val bootstrapSelfManagedAddons: Output<Boolean>? = null, 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<TagArgs>>? = null, val upgradePolicy: Output<ClusterUpgradePolicyArgs>? = null, val version: Output<String>? = null, val zonalShiftConfig: Output<ClusterZonalShiftConfigArgs>? = null) : ConvertibleToJava<ClusterArgs>

An object representing an Amazon EKS cluster.

Constructors

Link copied to clipboard
constructor(accessConfig: Output<ClusterAccessConfigArgs>? = null, bootstrapSelfManagedAddons: Output<Boolean>? = null, 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<TagArgs>>? = null, upgradePolicy: Output<ClusterUpgradePolicyArgs>? = null, version: Output<String>? = null, zonalShiftConfig: Output<ClusterZonalShiftConfigArgs>? = null)

Properties

Link copied to clipboard

The access configuration for the cluster.

Link copied to clipboard
val bootstrapSelfManagedAddons: Output<Boolean>? = null

Set this value to false to avoid creating the default networking add-ons when the cluster is created.

Link copied to clipboard

The encryption configuration for the cluster.

Link copied to clipboard

The Kubernetes network configuration for the cluster.

Link copied to clipboard
val logging: Output<LoggingArgs>? = null

The logging configuration for your cluster.

Link copied to clipboard
val name: Output<String>? = null

The unique name to give to your cluster.

Link copied to clipboard

An object representing the configuration of your local Amazon EKS cluster on an AWS Outpost. This object isn't available for clusters on the AWS cloud.

Link copied to clipboard

The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide . You must specify at least two subnets. You can specify up to five security groups, but we recommend that you use a dedicated security group for your cluster control plane.

Link copied to clipboard
val roleArn: Output<String>? = null

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard

This value indicates if extended support is enabled or disabled for the cluster. Learn more about EKS Extended Support in the EKS User Guide.

Link copied to clipboard
val version: Output<String>? = null

The desired Kubernetes version for your cluster. If you don't specify a value here, the latest version available in Amazon EKS is used.

Link copied to clipboard

Functions

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