AWS AWSCloudFormation documentation change
Summary
Updated documentation for GlueOAuth2Credentials property type with descriptions for access token, jwt token, refresh token, and client secret fields.
Security assessment
The change adds documentation about OAuth2 credentials (access tokens, refresh tokens, client secrets) which are security-sensitive authentication mechanisms. This improves clarity around secure credential management but does not indicate a specific security vulnerability being addressed.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-connection-glueoauth2credentials.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-connection-glueoauth2credentials.md index 55e58245e..b5100fd2a 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-connection-glueoauth2credentials.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-connection-glueoauth2credentials.md @@ -9 +9 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo -The `GlueOAuth2Credentials` property type specifies Property description not available. for an [AWS::DataZone::Connection](./aws-resource-datazone-connection.html). +The GlueOAuth2 credentials of a connection. @@ -40 +40 @@ To declare this entity in your CloudFormation template, use the following syntax -Property description not available. +The access token of a connection. @@ -55 +55 @@ _Maximum_ : `4096` -Property description not available. +The jwt token of the connection. @@ -70 +70 @@ _Maximum_ : `8000` -Property description not available. +The refresh token of the connection. @@ -85 +85 @@ _Maximum_ : `4096` -Property description not available. +The user managed client application client secret of the connection.