GetClusterResult

data class GetClusterResult(val accessConfig: ClusterAccessConfig? = null, val arn: String? = null, val certificateAuthorityData: String? = null, val clusterSecurityGroupId: String? = null, val computeConfig: ClusterComputeConfig? = null, val encryptionConfigKeyArn: String? = null, val endpoint: String? = null, val id: String? = null, val kubernetesNetworkConfig: ClusterKubernetesNetworkConfig? = null, val logging: Logging? = null, val openIdConnectIssuerUrl: String? = null, val remoteNetworkConfig: ClusterRemoteNetworkConfig? = null, val resourcesVpcConfig: ClusterResourcesVpcConfig? = null, val storageConfig: ClusterStorageConfig? = 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, computeConfig: ClusterComputeConfig? = null, encryptionConfigKeyArn: String? = null, endpoint: String? = null, id: String? = null, kubernetesNetworkConfig: ClusterKubernetesNetworkConfig? = null, logging: Logging? = null, openIdConnectIssuerUrl: String? = null, remoteNetworkConfig: ClusterRemoteNetworkConfig? = null, resourcesVpcConfig: ClusterResourcesVpcConfig? = null, storageConfig: ClusterStorageConfig? = 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

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

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

The Kubernetes network configuration for the 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 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 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

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

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

The configuration for zonal shift for the cluster.