Module Values.ManagedEndpointCredentialsSource

The managed endpoint credentials of the EMR on EKS cluster.

Sourcetype nonrec t = {
  1. id : ManagedEndpointCredentialsIdString.t option;
    (*

    The identifier of the managed endpoint credentials.

    *)
  2. token : String_.t option;
    (*

    The ARN of the managed endpoint credentials.

    *)
}
Sourceval make : ?id:??? -> ?token:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ManagedEndpointCredentialsIdString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t