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::DataZone::Connection OAuth2Properties
The OAuth2 properties.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AuthorizationCodeProperties" :AuthorizationCodeProperties, "OAuth2ClientApplication" :OAuth2ClientApplication, "OAuth2Credentials" :GlueOAuth2Credentials, "OAuth2GrantType" :String, "TokenUrl" :String, "TokenUrlParametersMap" :{}Key:Value, ...}
YAML
AuthorizationCodeProperties:AuthorizationCodePropertiesOAuth2ClientApplication:OAuth2ClientApplicationOAuth2Credentials:GlueOAuth2CredentialsOAuth2GrantType:StringTokenUrl:StringTokenUrlParametersMap:Key:Value
Properties
-
The authorization code properties of the OAuth2 properties.
Required: No
Type: AuthorizationCodeProperties
Update requires: No interruption
OAuth2ClientApplication-
The OAuth2 client application of the OAuth2 properties.
Required: No
Type: OAuth2ClientApplication
Update requires: No interruption
OAuth2Credentials-
The OAuth2 credentials of the OAuth2 properties.
Required: No
Type: GlueOAuth2Credentials
Update requires: No interruption
OAuth2GrantType-
The OAuth2 grant type of the OAuth2 properties.
Required: No
Type: String
Allowed values:
AUTHORIZATION_CODE | CLIENT_CREDENTIALS | JWT_BEARERUpdate requires: No interruption
TokenUrl-
The OAuth2 token URL of the OAuth2 properties.
Required: No
Type: String
Pattern:
^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]$Maximum:
256Update requires: No interruption
TokenUrlParametersMap-
The OAuth2 token URL parameter map of the OAuth2 properties.
Required: No
Type: Object of String
Pattern:
.+Minimum:
1Maximum:
512Update requires: No interruption