AWS::Events::Connection AuthParameters - AWS CloudFormation

AWS::Events::Connection AuthParameters

Contains the 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

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