Module Values.GluePropertiesInputSource

The Amazon Web Services Glue properties of a connection.

Sourcetype nonrec t = {
  1. glueConnectionInput : GlueConnectionInput.t option;
    (*

    The Amazon Web Services Glue connection.

    *)
}
Sourceval make : ?glueConnectionInput:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string ] list | `Map of ([> `String of String_.t ] * [> `String of ConnectionPropertiesValueString.t ]) list | `String of GlueConnectionInputNameString.t | `Structure of (string * [> `Enum of string | `List of [> `String of SubnetId.t ] list | `Map of ([> `String of CredentialMapKeyString.t ] * [> `String of CredentialMapValueString.t ]) list | `String of SubnetId.t | `Structure of (string * [> `Enum of string | `Map of ([> `String of TokenUrlParametersMapKeyString.t ] * [> `String of TokenUrlParametersMapValueString.t ]) list | `String of OAuth2PropertiesTokenUrlString.t | `Structure of (string * [> `String of OAuth2ClientApplicationUserManagedClientApplicationClientIdString.t ]) list ]) list ]) list ]) list ]) 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