ContainerInfo

sealed class ContainerInfo

The information about the container used for a job run or a managed endpoint.

Inheritors

Types

Link copied to clipboard
data class EksInfo(val value: EksInfo) : ContainerInfo

The information about the Amazon EKS cluster.

Link copied to clipboard

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.