AwsEksClusterPropertiesResponse

data class AwsEksClusterPropertiesResponse(val accessConfig: AccessConfigResponseResponse? = null, val arn: String? = null, val certificateAuthority: CertificateResponse? = null, val clientRequestToken: String? = null, val connectorConfig: ConnectorConfigResponseResponse? = null, val createdAt: String? = null, val encryptionConfig: List<EncryptionConfigResponse>? = null, val endpoint: String? = null, val health: ClusterHealthResponse? = null, val id: String? = null, val identity: IdentityResponse? = null, val kubernetesNetworkConfig: KubernetesNetworkConfigResponseResponse? = null, val logging: LoggingResponse? = null, val name: String? = null, val outpostConfig: OutpostConfigResponseResponse? = null, val platformVersion: String? = null, val resourcesVpcConfig: VpcConfigResponseResponse? = null, val roleArn: String? = null, val status: ClusterStatusEnumValueResponse? = null, val tags: Map<String, String>? = null, val version: String? = null)

Definition of awsEksCluster

Constructors

Link copied to clipboard
constructor(accessConfig: AccessConfigResponseResponse? = null, arn: String? = null, certificateAuthority: CertificateResponse? = null, clientRequestToken: String? = null, connectorConfig: ConnectorConfigResponseResponse? = null, createdAt: String? = null, encryptionConfig: List<EncryptionConfigResponse>? = null, endpoint: String? = null, health: ClusterHealthResponse? = null, id: String? = null, identity: IdentityResponse? = null, kubernetesNetworkConfig: KubernetesNetworkConfigResponseResponse? = null, logging: LoggingResponse? = null, name: String? = null, outpostConfig: OutpostConfigResponseResponse? = null, platformVersion: String? = null, resourcesVpcConfig: VpcConfigResponseResponse? = null, roleArn: String? = null, status: ClusterStatusEnumValueResponse? = null, tags: Map<String, String>? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access configuration for the cluster.

Link copied to clipboard
val arn: String? = null

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
val createdAt: String? = null

The Unix epoch timestamp at object creation.

Link copied to clipboard

The encryption configuration for the cluster.

Link copied to clipboard
val endpoint: String? = null

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? = null

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? = null

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
val platformVersion: String? = null

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
val roleArn: String? = null

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
val tags: Map<String, String>? = null

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
val version: String? = null

The Kubernetes server version for the cluster.