Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackResourceDriftInformation
Packages that use StackResourceDriftInformation
-
Uses of StackResourceDriftInformation in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResourceDriftInformationModifier and TypeMethodDescriptionStackResource.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.StackResourceDetail.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 StackResourceDriftInformationModifier and TypeMethodDescriptionStackResource.Builder.driftInformation(StackResourceDriftInformation 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.StackResourceDetail.Builder.driftInformation(StackResourceDriftInformation 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.