GetClusterResult

data class GetClusterResult(val accessConfig: ClusterAccessConfig? = null, 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<Tag>? = null, val upgradePolicy: ClusterUpgradePolicy? = null, val version: String? = null, val zonalShiftConfig: ClusterZonalShiftConfig? = null)

Constructors

Link copied to clipboard
constructor(accessConfig: ClusterAccessConfig? = null, 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<Tag>? = null, upgradePolicy: ClusterUpgradePolicy? = null, version: String? = null, zonalShiftConfig: ClusterZonalShiftConfig? = 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 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

The logging configuration for your cluster.

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

The VPC configuration that's 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 . You must specify at least two subnets. You can specify up to five security groups, but we recommend that you use a dedicated security group for your cluster control plane.

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

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

Link copied to clipboard

This value indicates if extended support is enabled or disabled for the cluster. Learn more about EKS Extended Support in the EKS User Guide.

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.

Link copied to clipboard