Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackResourceDriftInformationSummary
Packages that use StackResourceDriftInformationSummary
-
Uses of StackResourceDriftInformationSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResourceDriftInformationSummaryModifier and TypeMethodDescriptionStackResourceSummary.driftInformation()Information about whether the resource'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 StackResourceDriftInformationSummaryModifier and TypeMethodDescriptionStackResourceSummary.Builder.driftInformation(StackResourceDriftInformationSummary driftInformation) Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.