ImportValue
!ImportValue
in CloudFormation
Docs and Source
Explanation and Notes
!ImportValue
is a built-in function for CloudFormation templates that allows you to import and return the value of an output exported by another stack.
We use this to import values from different stacks needed in the current stack.
#aws
#cloudformation