CapabilitySummary

A summary of a capability, containing basic information without the full configuration details. This is returned by the ListCapabilities operation.

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 Unix epoch timestamp in seconds for when the capability was created.

Link copied to clipboard

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

Link copied to clipboard

The current status of the capability.

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: CapabilitySummary.Builder.() -> Unit = {}): CapabilitySummary
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