Values.CreateConnectionAuthRequestParametersSourceThe authorization parameters for the connection. You must include only authorization parameters for the AuthorizationType you specify.
type nonrec t = {basicAuthParameters : CreateConnectionBasicAuthRequestParameters.t option;The Basic authorization parameters to use for the connection.
*)oAuthParameters : CreateConnectionOAuthRequestParameters.t option;The OAuth authorization parameters to use for the connection.
*)apiKeyAuthParameters : CreateConnectionApiKeyAuthRequestParameters.t option;The API key authorization parameters to use for the connection.
*)invocationHttpParameters : ConnectionHttpParameters.t option;The API key authorization parameters to use for the connection. Note that if you include additional parameters for the target of a rule via HttpParameters, including query strings, the parameters added for the connection take precedence.
*)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 ]