AWS::Glue::Connection OAuth2Properties - 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::Glue::Connection OAuth2Properties

A structure containing properties for OAuth2 authentication.

Syntax

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

Properties

AuthorizationCodeProperties

Property description not available.

Required: No

Type: AuthorizationCodeProperties

Update requires: No interruption

OAuth2ClientApplication

The client application type. For example, AWS_MANAGED or USER_MANAGED.

Required: No

Type: OAuth2ClientApplication

Update requires: No interruption

OAuth2Credentials

Property description not available.

Required: No

Type: OAuth2Credentials

Update requires: No interruption

OAuth2GrantType

The OAuth2 grant type. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.

Required: No

Type: String

Allowed values: AUTHORIZATION_CODE | CLIENT_CREDENTIALS | JWT_BEARER

Update requires: No interruption

TokenUrl

The URL of the provider's authentication server, to exchange an authorization code for an access token.

Required: No

Type: String

Pattern: ^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]

Maximum: 256

Update requires: No interruption

TokenUrlParametersMap

A map of parameters that are added to the token GET request.

Required: No

Type: Json

Update requires: No interruption