AWS::Events::Connection OAuthParameters - 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 OAuthParameters

Contains the OAuth authorization parameters to use for the connection.

Syntax

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

Properties

AuthorizationEndpoint

The URL to the authorization endpoint when OAuth is specified as the authorization type.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

ClientParameters

A CreateConnectionOAuthClientRequestParameters object that contains the client parameters for OAuth authorization.

Required: Yes

Type: ClientParameters

Update requires: No interruption

HttpMethod

The method to use for the authorization request.

Required: Yes

Type: String

Allowed values: GET | POST | PUT

Update requires: No interruption

OAuthHttpParameters

A ConnectionHttpParameters object that contains details about the additional parameters to use for the connection.

Required: No

Type: ConnectionHttpParameters

Update requires: No interruption