This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::DataZone::Connection GlueOAuth2Credentials
The GlueOAuth2 credentials of a connection.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AccessToken" :String, "JwtToken" :String, "RefreshToken" :String, "UserManagedClientApplicationClientSecret" :String}
YAML
AccessToken:StringJwtToken:StringRefreshToken:StringUserManagedClientApplicationClientSecret:String
Properties
AccessToken- 
                    
The access token of a connection.
Required: No
Type: String
Pattern:
^[\x20-\x7E]*$Maximum:
4096Update requires: No interruption
 JwtToken- 
                    
The jwt token of the connection.
Required: No
Type: String
Pattern:
^([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_\-\+\/=]*)$Maximum:
8000Update requires: No interruption
 RefreshToken- 
                    
The refresh token of the connection.
Required: No
Type: String
Pattern:
^[\x20-\x7E]*$Maximum:
4096Update requires: No interruption
 UserManagedClientApplicationClientSecret- 
                    
The user managed client application client secret of the connection.
Required: No
Type: String
Pattern:
^[\x20-\x7E]*$Maximum:
512Update requires: No interruption