Module change_set

Source
Expand description

Helpers for working with change sets.

Structs§

ChangeSet
A planned set of changes to apply to a CloudFormation stack.
ModifyDetail
Additional detail for resource modifications.
Parameter
A parameter set for a change set.
ResourceChange
The resource and the action that AWS CloudFormation will perform on it if you execute this change set.
ResourceChangeDetail
A change that AWS CloudFormation will make to a resource.

Enums§

Action
The action that AWS CloudFormation takes on a resource.
ChangeSource
The type of an entity that triggered a change.
Evaluation
ExecutionStatus
The change set’s execution status.
ModifyScope
Indicates which resource attribute is triggering this update.
Replacement
Indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.
RequiresRecreation
Indicates whether a change to a property causes the resource to be recreated.
ResourceTargetDefinition
The field that AWS CloudFormation will change, such as the name of a resource’s property, and whether the resource will be recreated.