Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::Glue::Connection OAuth2PropertiesInput

Focus mode
AWS::Glue::Connection OAuth2PropertiesInput - AWS CloudFormation
Filter View

A structure containing properties for OAuth2 in the CreateConnection request.

Syntax

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

Properties

AuthorizationCodeProperties

The set of properties required for the the OAuth2 AUTHORIZATION_CODE grant type.

Required: No

Type: AuthorizationCodeProperties

Update requires: No interruption

OAuth2ClientApplication

The client application type in the CreateConnection request. For example, AWS_MANAGED or USER_MANAGED.

Required: No

Type: OAuth2ClientApplication

Update requires: No interruption

OAuth2Credentials

The credentials used when the authentication type is OAuth2 authentication.

Required: No

Type: OAuth2Credentials

Update requires: No interruption

OAuth2GrantType

The OAuth2 grant type in the CreateConnection request. 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

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.