Builder

class Builder

Properties

Link copied to clipboard

The access configuration for the cluster.

Link copied to clipboard
var arn: String?

The Amazon Resource Name (ARN) of the cluster.

Link copied to clipboard

The certificate-authority-data for your cluster.

Link copied to clipboard

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

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 Amazon Web Services account. For more information, see EKS Auto Mode compute capability in the Amazon EKS User Guide.

Link copied to clipboard

The configuration used to connect to a cluster for registration.

Link copied to clipboard

The Unix epoch timestamp at object creation.

Link copied to clipboard

The encryption configuration for the cluster.

Link copied to clipboard

The endpoint for your Kubernetes API server.

Link copied to clipboard

An object representing the health of your Amazon EKS cluster.

Link copied to clipboard
var id: String?

The ID of your local Amazon EKS cluster on an Amazon Web Services Outpost. This property isn't available for an Amazon EKS cluster on the Amazon Web Services cloud.

Link copied to clipboard

The identity provider information for the cluster.

Link copied to clipboard

The Kubernetes network configuration for the cluster.

Link copied to clipboard

The logging configuration for your cluster.

Link copied to clipboard
var name: String?

The name of your cluster.

Link copied to clipboard

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

Link copied to clipboard

The platform version of your Amazon EKS cluster. For more information about clusters deployed on the Amazon Web Services Cloud, see Platform versions in the Amazon EKS User Guide. For more information about local clusters deployed on an Outpost, see Amazon EKS local cluster platform versions in the Amazon EKS User Guide.

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

Link copied to clipboard

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

Link copied to clipboard

The current status of the cluster.

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 Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the Amazon EKS User Guide.

Link copied to clipboard

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

Link copied to clipboard

This value indicates if extended support is enabled or disabled for the cluster.

Link copied to clipboard

The Kubernetes server version for the cluster.

Link copied to clipboard

The configuration for zonal shift for the cluster.

Functions

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

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