Values.AuthenticationConfigurationPatchSourceThe authentication configuration patch of a connection.
type nonrec t = {secretArn : AuthenticationConfigurationPatchSecretArnString.t option;The secret ARN of a connection.
*)basicAuthenticationCredentials : BasicAuthenticationCredentials.t option;The basic authentication credentials of a connection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AuthenticationConfigurationPatchSecretArnString.t
| `Structure of
(string
* [> `String of BasicAuthenticationCredentialsUserNameString.t ])
list ])
list ]