GetClusterVersionsResult

data class GetClusterVersionsResult(val clusterType: String? = null, val clusterVersions: List<GetClusterVersionsClusterVersion>, val clusterVersionsOnlies: List<String>? = null, val defaultOnly: Boolean? = null, val id: String, val includeAll: Boolean? = null, val versionStatus: String? = null)

A collection of values returned by getClusterVersions.

Constructors

Link copied to clipboard
constructor(clusterType: String? = null, clusterVersions: List<GetClusterVersionsClusterVersion>, clusterVersionsOnlies: List<String>? = null, defaultOnly: Boolean? = null, id: String, includeAll: Boolean? = null, versionStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clusterType: String? = null

Type of cluster that the version belongs to.

Link copied to clipboard
Link copied to clipboard
val defaultOnly: Boolean? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val includeAll: Boolean? = null
Link copied to clipboard
val versionStatus: String? = null

Status of the EKS cluster version.