This is the new AWS 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 OAuth2PropertiesInput
A structure containing properties for OAuth2 in the CreateConnection request.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AuthorizationCodeProperties" :AuthorizationCodeProperties, "OAuth2ClientApplication" :OAuth2ClientApplication, "OAuth2Credentials" :OAuth2Credentials, "OAuth2GrantType" :String, "TokenUrl" :String, "TokenUrlParametersMap" :Json}
YAML
AuthorizationCodeProperties:AuthorizationCodePropertiesOAuth2ClientApplication:OAuth2ClientApplicationOAuth2Credentials:OAuth2CredentialsOAuth2GrantType:StringTokenUrl:StringTokenUrlParametersMap:Json
Properties
-
The set of properties required for the the OAuth2
AUTHORIZATION_CODEgrant type.Required: No
Type: AuthorizationCodeProperties
Update requires: No interruption
OAuth2ClientApplication-
The client application type in the CreateConnection request. For example,
AWS_MANAGEDorUSER_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, orCLIENT_CREDENTIALS.Required: No
Type: String
Allowed values:
AUTHORIZATION_CODE | CLIENT_CREDENTIALS | JWT_BEARERUpdate 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:
256Update requires: No interruption
TokenUrlParametersMap-
A map of parameters that are added to the token
GETrequest.Required: No
Type: Json
Update requires: No interruption