Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackDriftInformationSummary
Packages that use StackDriftInformationSummary
-
Uses of StackDriftInformationSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackDriftInformationSummaryModifier and TypeMethodDescriptionStackSummary.driftInformation()Summarizes information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackDriftInformationSummaryModifier and TypeMethodDescriptionStackSummary.Builder.driftInformation(StackDriftInformationSummary driftInformation) Summarizes information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.