GetClusterResult

data class GetClusterResult(val arn: String? = null, val certificateAuthorityData: String? = null, val clusterSecurityGroupId: String? = null, val encryptionConfigKeyArn: String? = null, val endpoint: String? = null, val id: String? = null, val logging: Logging? = null, val openIdConnectIssuerUrl: String? = null, val resourcesVpcConfig: ClusterResourcesVpcConfig? = null, val tags: List<ClusterTag>? = null, val version: String? = null)

Constructors

Link copied to clipboard
fun GetClusterResult(arn: String? = null, certificateAuthorityData: String? = null, clusterSecurityGroupId: String? = null, encryptionConfigKeyArn: String? = null, endpoint: String? = null, id: String? = null, logging: Logging? = null, openIdConnectIssuerUrl: String? = null, resourcesVpcConfig: ClusterResourcesVpcConfig? = null, tags: List<ClusterTag>? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the cluster, such as arn:aws:eks:us-west-2:666666666666:cluster/prod.

Link copied to clipboard

The certificate-authority-data for your cluster.

Link copied to clipboard

The cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control plane to data plane communication.

Link copied to clipboard

Amazon Resource Name (ARN) or alias of the customer master key (CMK).

Link copied to clipboard
val endpoint: String? = null

The endpoint for your Kubernetes API server, such as https://5E1D0CEXAMPLEA591B746AFC5AB30262.yl4.us-west-2.eks.amazonaws.com.

Link copied to clipboard
val id: String? = null

The unique ID given to your cluster.

Link copied to clipboard
val logging: Logging? = null
Link copied to clipboard

The issuer URL for the cluster's OIDC identity provider, such as https://oidc.eks.us-west-2.amazonaws.com/id/EXAMPLED539D4633E53DE1B716D3041E. If you need to remove https:// from this output value, you can include the following code in your template.

Link copied to clipboard
Link copied to clipboard
val tags: List<ClusterTag>? = null

An array of key-value pairs to apply to this resource.

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