CreateConnectionAuthRequestParameters - Amazon EventBridge

CreateConnectionAuthRequestParameters

The authorization parameters for the connection.

You must include only authorization parameters for the AuthorizationType you specify.

Contents

ApiKeyAuthParameters

The API key authorization parameters to use for the connection.

Type: CreateConnectionApiKeyAuthRequestParameters object

Required: No

BasicAuthParameters

The Basic authorization parameters to use for the connection.

Type: CreateConnectionBasicAuthRequestParameters object

Required: No

ConnectivityParameters

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 .

Type: ConnectivityResourceParameters object

Required: No

InvocationHttpParameters

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.

Type: ConnectionHttpParameters object

Required: No

OAuthParameters

The OAuth authorization parameters to use for the connection.

Type: CreateConnectionOAuthRequestParameters object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: