AWS AWSCloudFormation documentation change
Summary
Updated documentation links for DeletionPolicy to point to TemplateReference instead of UserGuide
Security assessment
This is a routine documentation link correction with no security implications. The change does not alter security-related content or address vulnerabilities.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/refactor-stacks.md b/AWSCloudFormation/latest/UserGuide/refactor-stacks.md index 2c35b07c0..1bf79cc72 100644 --- a//AWSCloudFormation/latest/UserGuide/refactor-stacks.md +++ b//AWSCloudFormation/latest/UserGuide/refactor-stacks.md @@ -19 +19 @@ Not all resources support import operations. See [Resources that support import - 1. In the source template, specify a `Retain` [DeletionPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html) for the resource you want to move. + 1. In the source template, specify a `Retain` [DeletionPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-attribute-deletionpolicy.html) for the resource you want to move. @@ -231 +231 @@ It's not necessary to run drift detection on the parent stack after this import - 1. In the source template, specify a `Retain` [DeletionPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html) for the resource you want to move. + 1. In the source template, specify a `Retain` [DeletionPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-attribute-deletionpolicy.html) for the resource you want to move.