package
1.31.0
Repository: https://github.com/pulumi/pulumi-aws.git
Documentation: pkg.go.dev

# 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.

# 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.
Manages a CloudFormation StackSet.
The set of arguments for constructing a StackSet resource.
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