ConnectorConfigResponseResponse

data class ConnectorConfigResponseResponse(val activationCode: String? = null, val activationExpiry: String? = null, val activationId: String? = null, val provider: String? = null, val roleArn: String? = null)

Definition of ConnectorConfigResponse

Constructors

Link copied to clipboard
constructor(activationCode: String? = null, activationExpiry: String? = null, activationId: String? = null, provider: String? = null, roleArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activationCode: String? = null

A unique code associated with the cluster for registration purposes.

Link copied to clipboard

The expiration time of the connected cluster. The cluster's YAML file must be applied through the native provider.

Link copied to clipboard
val activationId: String? = null

A unique ID associated with the cluster for registration purposes.

Link copied to clipboard
val provider: String? = null

The cluster's cloud service provider.

Link copied to clipboard
val roleArn: String? = null

The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.