Values.ConnectionAuthResponseParametersSourceTthe authorization parameters to use for the connection.
type nonrec t = {basicAuthParameters : ConnectionBasicAuthResponseParameters.t option;The authorization parameters for Basic authorization.
*)oAuthParameters : ConnectionOAuthResponseParameters.t option;The OAuth parameters to use for authorization.
*)apiKeyAuthParameters : ConnectionApiKeyAuthResponseParameters.t option;The API Key parameters to use for authorization.
*)invocationHttpParameters : ConnectionHttpParameters.t option;Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
*)connectivityParameters : DescribeConnectionConnectivityParameters.t option;For private OAuth authentication endpoints. The parameters EventBridge uses to authenticate 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 ]