requiresRecreation property

RequiresRecreation? requiresRecreation
final

If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the AWS CloudFormation User Guide.

Implementation

final RequiresRecreation? requiresRecreation;