AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-06-07 · Documentation low

File: AWSCloudFormation/latest/UserGuide/resource-import-nested-stacks.md

Summary

Updated DeletionPolicy documentation links to TemplateReference

Security assessment

Similar to other changes, this updates internal links without affecting security content. No evidence of security-related fixes or additions.

Diff

diff --git a/AWSCloudFormation/latest/UserGuide/resource-import-nested-stacks.md b/AWSCloudFormation/latest/UserGuide/resource-import-nested-stacks.md
index 216ade2c2..22a488f1c 100644
--- a//AWSCloudFormation/latest/UserGuide/resource-import-nested-stacks.md
+++ b//AWSCloudFormation/latest/UserGuide/resource-import-nested-stacks.md
@@ -28 +28 @@ During a nested stack import operation, AWS CloudFormation performs the followin
-  1. Add the `AWS::CloudFormation::Stack` resource to the parent stack template with a `Retain` [DeletionPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html). In the following example parent stack template, `MyNestedStack` is the target of the import.
+  1. Add the `AWS::CloudFormation::Stack` resource to the parent stack template with a `Retain` [DeletionPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-attribute-deletionpolicy.html). In the following example parent stack template, `MyNestedStack` is the target of the import.
@@ -143 +143 @@ It's not necessary to run drift detection on the parent stack after this import
-  1. Add the `AWS::CloudFormation::Stack` resource to the parent stack template with a `Retain` [DeletionPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html). In the following example parent template, `MyNestedStack` is the target of the import.
+  1. Add the `AWS::CloudFormation::Stack` resource to the parent stack template with a `Retain` [DeletionPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-attribute-deletionpolicy.html). In the following example parent template, `MyNestedStack` is the target of the import.