ICloudFormationTemplateResource.DisableDiffCheck Property

Definition

By default provisioning checks if the template and parameters haven't changed since the last provisioning. If they haven't changed then provisioning is skipped. Setting this property to true disables the check and always attempt provisioning.

public bool DisableDiffCheck { get; set; }
member this.DisableDiffCheck : bool with get, set
Public Property DisableDiffCheck As Boolean

Property Value

Applies to