ICloudFormationTemplateResource.DisableDiffCheck Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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