AWS::Events::Connection AuthParameters - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Events::Connection AuthParameters

Contains the authorization parameters to use for the connection.

Syntax

To declare this entity in your Amazon 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