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::DataZone::Connection GlueOAuth2Credentials
The GlueOAuth2Credentials property type specifies Property description not available. for an AWS::DataZone::Connection.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AccessToken" :String, "JwtToken" :String, "RefreshToken" :String, "UserManagedClientApplicationClientSecret" :String}
YAML
AccessToken:StringJwtToken:StringRefreshToken:StringUserManagedClientApplicationClientSecret:String
Properties
AccessTokenProperty description not available.
Required: No
Type: String
Pattern:
^[\x20-\x7E]*$Maximum:
4096Update requires: No interruption
JwtTokenProperty description not available.
Required: No
Type: String
Pattern:
^([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_=]+)\.([a-zA-Z0-9_\-\+\/=]*)$Maximum:
8000Update requires: No interruption
RefreshTokenProperty description not available.
Required: No
Type: String
Pattern:
^[\x20-\x7E]*$Maximum:
4096Update requires: No interruption
UserManagedClientApplicationClientSecretProperty description not available.
Required: No
Type: String
Pattern:
^[\x20-\x7E]*$Maximum:
512Update requires: No interruption