Values.ManagedEndpointCredentialsSourceThe managed endpoint credentials of the EMR on EKS cluster.
type nonrec t = {id : ManagedEndpointCredentialsIdString.t option;The identifier of the managed endpoint credentials.
*)token : String_.t option;The ARN of the managed endpoint credentials.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ManagedEndpointCredentialsIdString.t ]) list ]