AWS CloudFormation · Arazzo Workflow
CloudFormation Audit Cross-Stack Exports
Version 1.0.0
List the account's stack exports, then list the stacks that import a named export.
View Spec
View on GitHub
AutomationCloud ResourcesIaCInfrastructure As CodeStack ManagementArazzoWorkflows
Provider
Workflows
audit-exports
Enumerate stack exports and find which stacks consume a given export.
Lists all exported output values, then lists the stacks that import the named export so its consumers are known before any change.
1
listExports
listExports
List every exported output value in the account and region.
2
listImports
listImports
List the stacks that import the named export, branching to an end when no stack consumes it.