Cluster

class Cluster

An object representing an Amazon EKS cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access configuration for the cluster.

Link copied to clipboard
val 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

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

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

The Kubernetes server version for the cluster.

Functions

Link copied to clipboard
inline fun copy(block: Cluster.Builder.() -> Unit = {}): Cluster
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String