💾 Archived View for cfdocs.wetterberg.nu › using-cfn-stack-imports.gemini captured on 2024-05-12 at 15:28:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

Listing stacks that import an exported output value

Search

When you export an output value, stacks that are in the same AWS account and region can import that value. To see which stacks are importing a particular output value, use the list import action.

To delete or modify exported output values, use the `ListImports` action to track which stacks are importing them, and then modify those stacks to remove the Fn::ImportValue functions that reference the output values. You must remove all of the imports that reference exported output values before you can delete or modify the exported output values.

Fn::ImportValue

For more information about exporting and importing output values, see Exporting stack output values.

Exporting stack output values

AWS CloudFormation console

aws cloudformation list-imports

https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListImports.html