Values.GlueConnectionPatchSourceThe Amazon Web Services Glue connection patch.
type nonrec t = {description : String_.t option;The description of the Amazon Web Services Glue connection patch.
*)connectionProperties : ConnectionProperties.t option;The properties of the Amazon Web Services Glue connection patch.
*)authenticationConfiguration : AuthenticationConfigurationPatch.t option;The authentication configuration of the Amazon Web Services Glue connection patch.
*)}val 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 ]