AWS AWSCloudFormation documentation change
Summary
Added resource description and documentation for Ref/Fn::GetAtt intrinsic functions.
Security assessment
Changes provide general documentation improvements without addressing security aspects. The added content describes basic resource functionality.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-dms-replicationconfig.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-dms-replicationconfig.md index d09c9b016..05794a676 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-dms-replicationconfig.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-dms-replicationconfig.md @@ -8,0 +9,2 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo +Creates a configuration that you can later provide to configure and start an AWS DMS Serverless replication. You can also provide options to validate the configuration inputs before you start the replication. + @@ -184,0 +187,4 @@ _Required_ : Yes +When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns. + +For more information about using the `Ref` function, see [`Ref`](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-ref.html). + @@ -186,0 +193,4 @@ _Required_ : Yes +The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. + +For more information about using the `Fn::GetAtt` intrinsic function, see [`Fn::GetAtt`](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-getatt.html). +