ClusterArgs

data class ClusterArgs(val accessConfig: Output<ClusterAccessConfigArgs>? = null, val bootstrapSelfManagedAddons: Output<Boolean>? = null, val computeConfig: Output<ClusterComputeConfigArgs>? = null, val encryptionConfig: Output<List<ClusterEncryptionConfigArgs>>? = null, val force: Output<Boolean>? = null, val kubernetesNetworkConfig: Output<ClusterKubernetesNetworkConfigArgs>? = null, val logging: Output<LoggingArgs>? = null, val name: Output<String>? = null, val outpostConfig: Output<ClusterOutpostConfigArgs>? = null, val remoteNetworkConfig: Output<ClusterRemoteNetworkConfigArgs>? = null, val resourcesVpcConfig: Output<ClusterResourcesVpcConfigArgs>? = null, val roleArn: Output<String>? = null, val storageConfig: Output<ClusterStorageConfigArgs>? = 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, computeConfig: Output<ClusterComputeConfigArgs>? = null, encryptionConfig: Output<List<ClusterEncryptionConfigArgs>>? = null, force: Output<Boolean>? = null, kubernetesNetworkConfig: Output<ClusterKubernetesNetworkConfigArgs>? = null, logging: Output<LoggingArgs>? = null, name: Output<String>? = null, outpostConfig: Output<ClusterOutpostConfigArgs>? = null, remoteNetworkConfig: Output<ClusterRemoteNetworkConfigArgs>? = null, resourcesVpcConfig: Output<ClusterResourcesVpcConfigArgs>? = null, roleArn: Output<String>? = null, storageConfig: Output<ClusterStorageConfigArgs>? = 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

Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your AWS account. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide .

Link copied to clipboard

The encryption configuration for the cluster.

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

Force cluster version update

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 configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.

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

Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your AWS account. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide .

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 Amazon 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

The configuration for zonal shift for the cluster.

Functions

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