# Functions
The CloudFormation Export data source allows access to stack exports specified in the [Output](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/outputs-section-structure.html) section of the Cloudformation Template using the optional Export Property.
GetStack gets an existing Stack resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetStackSet gets an existing StackSet resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetStackSetInstance gets an existing StackSetInstance resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
The CloudFormation Stack data source allows access to stack outputs and other useful data including the template body.
NewStack registers a new resource with the given unique name, arguments, and options.
NewStackSet registers a new resource with the given unique name, arguments, and options.
NewStackSetInstance registers a new resource with the given unique name, arguments, and options.
No description provided by the author
# Structs
A collection of arguments for invoking getExport.
A collection of values returned by getExport.
A collection of arguments for invoking getStack.
A collection of values returned by getStack.
Provides a CloudFormation Stack resource.
The set of arguments for constructing a Stack resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Manages a CloudFormation StackSet.
The set of arguments for constructing a StackSet resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Manages a CloudFormation StackSet Instance.
The set of arguments for constructing a StackSetInstance resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
StackArrayInput is an input type that accepts StackArray and StackArrayOutput values.
No description provided by the author
StackMapInput is an input type that accepts StackMap and StackMapOutput values.
No description provided by the author
StackSetArrayInput is an input type that accepts StackSetArray and StackSetArrayOutput values.
StackSetAutoDeploymentInput is an input type that accepts StackSetAutoDeploymentArgs and StackSetAutoDeploymentOutput values.
StackSetAutoDeploymentPtrInput is an input type that accepts StackSetAutoDeploymentArgs, StackSetAutoDeploymentPtr and StackSetAutoDeploymentPtrOutput values.
No description provided by the author
StackSetInstanceArrayInput is an input type that accepts StackSetInstanceArray and StackSetInstanceArrayOutput values.
No description provided by the author
StackSetInstanceMapInput is an input type that accepts StackSetInstanceMap and StackSetInstanceMapOutput values.
No description provided by the author
StackSetMapInput is an input type that accepts StackSetMap and StackSetMapOutput values.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author