Module cloudformatious::change_set

source ·
Expand description

Helpers for working with change sets.

Structs§

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

Enums§

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