Builder

class Builder

Properties

Link copied to clipboard

The access configuration for the cluster.

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Link copied to clipboard

Update the configuration of the compute capability of your EKS Auto Mode cluster. For example, enable the capability.

Link copied to clipboard

The Kubernetes network configuration for the cluster.

Link copied to clipboard

Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs . By default, cluster control plane logs aren't exported to CloudWatch Logs . For more information, see Amazon EKS cluster control plane logs in the Amazon EKS User Guide.

Link copied to clipboard
var name: String?

The name of the Amazon EKS cluster to update.

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

An object representing the VPC configuration to use for an Amazon EKS cluster.

Link copied to clipboard

Update the configuration of the block storage capability of your EKS Auto Mode cluster. For example, enable the capability.

Link copied to clipboard

You can enable or disable extended support for clusters currently on standard support. You cannot disable extended support once it starts. You must enable extended support before your cluster exits standard support.

Link copied to clipboard

Enable or disable ARC zonal shift for the cluster. If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.

Functions

Link copied to clipboard
Link copied to clipboard
fun logging(block: Logging.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.eks.model.Logging inside the given block

Link copied to clipboard
Link copied to clipboard