package
1.21.0
Repository: https://github.com/aws-cloudformation/rain.git
Documentation: pkg.go.dev

# Functions

AddStackSetInstances adds instances to a stack set.
No description provided by the author
CreateChangeSet creates a changeset.
CreateStackSet creates stack set.
No description provided by the author
DeleteAllStackSetInstances deletes all instances for a given stack set.
DeleteChangeSet deletes the named changeset.
DeleteStack deletes a stack.
DeleteStackSet deletes a stack set.
DeleteStackSetInstances deletes instances for a given stack set in specified accounts and regions.
ExecuteChangeSet executes the named changeset.
GetChangeSet returns the named changeset.
GetPrimaryIdentifierValues gets the values specified for primary identifiers in the template.
GetStack returns a cloudformation.Stack representing the named stack.
GetStackEvents returns all events associated with the named stack.
GetStackOutput returns a pretty representation of a CloudFormation stack's status.
GetStackOutputs returns an array of Output values from a single deployed stack.
GetStackResource gets a single deployed stack resource.
GetStackResources returns a list of the resources in the named stack.
GetStackSet returns a cloudformation.StackSet.
GetStackSetOperationsResult returns an operation result for a given stack sets operation id.
No description provided by the author
GetStackSummary returns a string representation of an existing stack.
GetStackTemplate returns the template used to launch the named stack.
GetTypeIdentifier gets the primaryIdentifier of a resource type from the schema.
GetTypePermissions gets the list of actions required to invoke a CloudFormation handler.
GetTypeSchema gets the schema for a CloudFormation resource type.
IsCCAPI returns true if the type is fully supported by CCAPI.
ListChangeSets lists the active change sets associated with a stack.
ListLast10StackSetOperations returns a list of last 10 operations for a given stack sets.
ListResourceTypes lists all live registry resource types.
ListStacks returns a list of all existing stacks.
ListStackSetInstances returns a list of all stack set instances for a given stack set.
ListStackSets returns a list of all existing stack sets.
ParseSchema unmarshals the text of a registry schema into a struct.
ResourceAlreadyExists returns true if the resource has all of its primary identifiers hard coded into the template, and this is not a stack update, and a resource with those identifiers already exists.
SetTerminationProtection enables or disables termination protection for a stack.
StackExists checks whether the named stack currently exists.
StackHasSettled returns whether a given status represents a stack that has settled, i.e.
No description provided by the author
uniqueStrings returns a unique subset of the string slice provided.
UpdateStackSet updates stack set and its instances.
WaitForStackToSettle blocks excute until a stack has finished updating and then returns its status.
WaitUntilStackCreateComplete pauses execution until the stack is completed (or fails).
WaitUntilStackExists pauses execution until the named stack exists.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

go:embed all-types.txt.
No description provided by the author

# Structs

No description provided by the author
Represents a registry schema property or definition.
Represents a registry schema for a resource type like AWS::S3::Bucket.
No description provided by the author
we treat list of provided accounts and regions as requirement to have instances in all the provided accounts whether updated or created(added).

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author