Values.UpdateConnectionAuthRequestParametersSourceContains the additional parameters to use for the connection.
type nonrec t = {basicAuthParameters : UpdateConnectionBasicAuthRequestParameters.t option;The authorization parameters for Basic authorization.
*)oAuthParameters : UpdateConnectionOAuthRequestParameters.t option;The authorization parameters for OAuth authorization.
*)apiKeyAuthParameters : UpdateConnectionApiKeyAuthRequestParameters.t option;The authorization parameters for API key authorization.
*)invocationHttpParameters : ConnectionHttpParameters.t option;The additional parameters to use for the connection.
*)connectivityParameters : ConnectivityResourceParameters.t option;If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint. For more information, see Authorization methods for connections in the Amazon EventBridge User Guide .
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t | `String of HeaderKey.t ])
list ]
list
| `String of AuthHeaderParameters.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of HeaderKey.t ])
list ]
list
| `String of AuthHeaderParameters.t ])
list ])
list ])
list ]