AWS AWSCloudFormation documentation change
Summary
Updated documentation for AuthenticationConfigurationInput property with descriptions for authentication type, basic authentication credentials, custom authentication credentials, KMS key ARN, oAuth2 properties, and secret ARN.
Security assessment
This change adds documentation about authentication mechanisms and security features including KMS encryption and secret management, but does not indicate any specific security vulnerability being addressed. It improves security documentation by describing authentication types and credential management.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-connection-authenticationconfigurationinput.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-connection-authenticationconfigurationinput.md index 684f2b7d9..5630deba8 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-connection-authenticationconfigurationinput.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-datazone-connection-authenticationconfigurationinput.md @@ -9 +9 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo -The `AuthenticationConfigurationInput` property type specifies Property description not available. for an [AWS::DataZone::Connection](./aws-resource-datazone-connection.html). +The authentication configuration of a connection. @@ -47 +47 @@ To declare this entity in your CloudFormation template, use the following syntax -Property description not available. +The authentication type of a connection. @@ -60 +60 @@ _Required_ : No -Property description not available. +The basic authentication credentials of a connection. @@ -71 +71 @@ _Required_ : No -Property description not available. +The custom authentication credentials of a connection. @@ -88 +88 @@ _Minimum_ : `1` -Property description not available. +The KMS key ARN of a connection. @@ -101 +101 @@ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormat -Property description not available. +The oAuth2 properties of a connection. @@ -112 +112 @@ _Required_ : No -Property description not available. +The secret ARN of a connection.