AWS AWSCloudFormation documentation change
Summary
Updated documentation links, replaced specific references to 'Secrets Manager' with 'AWS values', and converted some links to inline code references
Security assessment
Changes involve documentation formatting updates and terminology generalization without addressing security vulnerabilities. The 'Secrets Manager' to 'AWS values' change appears to broaden terminology scope rather than address security concerns. No security advisories or vulnerability mitigations are mentioned.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.md b/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.md index d1148b32f..eb051cde8 100644 --- a//AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.md +++ b//AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.md @@ -0,0 +1,2 @@ +[](/pdfs/AWSCloudFormation/latest/UserGuide/cfn-ug.pdf#using-cfn-stack-exports "Open PDF") + @@ -17 +19 @@ To share information between stacks, you _export_ output values from one stack a - 3. In the other stack's template, you use the [Fn::ImportValue](./intrinsic-function-reference-importvalue.html) function to import the exported values from the first stack. + 3. In the other stack's template, you use the [Fn::ImportValue](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-importvalue.html) function to import the exported values from the first stack. @@ -96 +98 @@ The following is example output. -CloudFormation shows the names and values of the exported outputs for the current region and the stack they were exported from. To use an exported output value in another stack's template, you can reference it using the export name and the [Fn::ImportValue](./intrinsic-function-reference-importvalue.html) function. +CloudFormation shows the names and values of the exported outputs for the current region and the stack they were exported from. To use an exported output value in another stack's template, you can reference it using the export name and the `Fn::ImportValue` function. @@ -132 +134 @@ CloudFormation returns a list of stacks that are importing the value. -Once you know which stacks are importing a particular exported value, you need to modify those stacks to remove the [Fn::ImportValue](./intrinsic-function-reference-importvalue.html) functions that reference the output values. You must remove all the imports that reference exported output values before you can delete or modify the exported output values. +Once you know which stacks are importing a particular exported value, you need to modify those stacks to remove the `Fn::ImportValue` functions that reference the output values. You must remove all the imports that reference exported output values before you can delete or modify the exported output values. @@ -140 +142 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Get Secrets Manager value +Get AWS values