Module Values.GlueConnectionPatchSource

The Amazon Web Services Glue connection patch.

Sourcetype nonrec t = {
  1. description : String_.t option;
    (*

    The description of the Amazon Web Services Glue connection patch.

    *)
  2. connectionProperties : ConnectionProperties.t option;
    (*

    The properties of the Amazon Web Services Glue connection patch.

    *)
  3. authenticationConfiguration : AuthenticationConfigurationPatch.t option;
    (*

    The authentication configuration of the Amazon Web Services Glue connection patch.

    *)
}
Sourceval make : ?description:??? -> ?connectionProperties:??? -> ?authenticationConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of ConnectionPropertiesValueString.t ]) list | `String of String_.t | `Structure of (string * [> `String of AuthenticationConfigurationPatchSecretArnString.t | `Structure of (string * [> `String of BasicAuthenticationCredentialsUserNameString.t ]) 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