CreateConnectionAuthRequestParameters
The authorization parameters for the connection.
You must include only authorization parameters for the AuthorizationType
you specify.
Types
Properties
Link copied to clipboard
The API key authorization parameters to use for the connection.
Link copied to clipboard
The Basic authorization parameters to use for the connection.
Link copied to clipboard
If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
Link copied to clipboard
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.
Link copied to clipboard
The OAuth authorization parameters to use for the connection.
Functions
Link copied to clipboard
inline fun copy(block: CreateConnectionAuthRequestParameters.Builder.() -> Unit = {}): CreateConnectionAuthRequestParameters