EksSource

class EksSource

The input source of the Amazon Elastic Kubernetes Service cluster.

Types

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

Properties

Link copied to clipboard

Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:aws:eks:region:account-id:cluster/cluster-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

Link copied to clipboard

The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.

Functions

Link copied to clipboard
inline fun copy(block: EksSource.Builder.() -> Unit = {}): EksSource
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