Is there a way to get a `aws.cloudformation.Stack`...
# general
f
Is there a way to get a
aws.cloudformation.Stack
from an existing stack? I see the method
aws.cloudformation.getStack
but that returns a
GetStackResult
. I see
aws.cloudformation.Stack.get
but that takes an
id
- not sure what to pass for that.