AWS::Events::Connection OAuthParameters - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Events::Connection OAuthParameters

Contains the OAuth authorization parameters to use for the connection.

Syntax

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

Pattern: ^((%[0-9A-Fa-f]{2}|[-()_.!~*';/?:@\x26=+$,A-Za-z0-9])+)([).!';/?:,])?$

Minimum: 1

Maximum: 2048

Update requires: No interruption

ClientParameters

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

Details about the additional parameters to use for the connection.

Required: No

Type: ConnectionHttpParameters

Update requires: No interruption