Capability

An object representing a managed capability in an Amazon EKS cluster. This includes all configuration, status, and health information for the capability.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the capability.

Link copied to clipboard

The unique name of the capability within the cluster.

Link copied to clipboard

The name of the Amazon EKS cluster that contains this capability.

Link copied to clipboard

The configuration settings for the capability. The structure varies depending on the capability type.

Link copied to clipboard

The Unix epoch timestamp in seconds for when the capability was created.

Link copied to clipboard

The delete propagation policy for the capability. Currently, the only supported value is RETAIN, which keeps all resources managed by the capability when the capability is deleted.

Link copied to clipboard

Health information for the capability, including any issues that may be affecting its operation.

Link copied to clipboard

The Unix epoch timestamp in seconds for when the capability was last modified.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that the capability uses to interact with Amazon Web Services services.

Link copied to clipboard

The current status of the capability. Valid values include:

Link copied to clipboard

The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value. You define them.

Link copied to clipboard

The type of capability. Valid values are ACK, ARGOCD, or KRO.

Link copied to clipboard

The version of the capability software that is currently running.

Functions

Link copied to clipboard
inline fun copy(block: Capability.Builder.() -> Unit = {}): Capability
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String