Values.ConnectorConfigResponseSourceThe full description of your connected cluster.
type nonrec t = {activationId : String_.t option;A unique ID associated with the cluster for registration purposes.
*)activationCode : String_.t option;A unique code associated with the cluster for registration purposes.
*)activationExpiry : Timestamp.t option;The expiration time of the connected cluster. The cluster's YAML file must be applied through the native provider.
*)provider : String_.t option;The cluster's cloud service provider.
*)roleArn : String_.t option;The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]