EksInfo

data class EksInfo(val value: EksInfo) : ContainerInfo

The information about the Amazon EKS cluster.

Constructors

Link copied to clipboard
constructor(value: EksInfo)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ContainerInfo as a EksInfo and retrieves its aws.sdk.kotlin.services.emrcontainers.model.EksInfo value. Throws an exception if the ContainerInfo is not a EksInfo.

Link copied to clipboard

Casts this ContainerInfo as a EksInfo and retrieves its aws.sdk.kotlin.services.emrcontainers.model.EksInfo value. Returns null if the ContainerInfo is not a EksInfo.