AWS::Events::Connection AuthParameters - AWS CloudFormation

AWS::Events::Connection AuthParameters

Tthe authorization parameters to use for the connection.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

Properties

ApiKeyAuthParameters

The API Key parameters to use for authorization.

Required: No

Type: ApiKeyAuthParameters

Update requires: No interruption

BasicAuthParameters

The authorization parameters for Basic authorization.

Required: No

Type: BasicAuthParameters

Update requires: No interruption

ConnectivityParameters

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 .

Required: No

Type: ConnectivityParameters

Update requires: No interruption

InvocationHttpParameters

Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.

Required: No

Type: ConnectionHttpParameters

Update requires: No interruption

OAuthParameters

The OAuth parameters to use for authorization.

Required: No

Type: OAuthParameters

Update requires: No interruption