#[non_exhaustive]pub struct StackResourceDriftInformationSummary { /* private fields */ }Expand description
Summarizes information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.
Implementations
sourceimpl StackResourceDriftInformationSummary
impl StackResourceDriftInformationSummary
sourcepub fn stack_resource_drift_status(&self) -> Option<&StackResourceDriftStatus>
pub fn stack_resource_drift_status(&self) -> Option<&StackResourceDriftStatus>
Status of the resource's actual configuration compared to its expected configuration.
-
DELETED: The resource differs from its expected configuration in that it has been deleted. -
MODIFIED: The resource differs from its expected configuration. -
NOT_CHECKED: CloudFormation hasn't checked if the resource differs from its expected configuration.Any resources that don't currently support drift detection have a status of
NOT_CHECKED. For more information, see Resources that Support Drift Detection. If you performed anContinueUpdateRollbackoperation on a stack, any resources included inResourcesToSkipwill also have a status ofNOT_CHECKED. For more information about skipping resources during rollback operations, see Continue Rolling Back an Update in the CloudFormation User Guide. -
IN_SYNC: The resource's actual configuration matches its expected configuration.
sourcepub fn last_check_timestamp(&self) -> Option<&DateTime>
pub fn last_check_timestamp(&self) -> Option<&DateTime>
When CloudFormation last checked if the resource had drifted from its expected configuration.
sourceimpl StackResourceDriftInformationSummary
impl StackResourceDriftInformationSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StackResourceDriftInformationSummary.
Trait Implementations
sourceimpl Clone for StackResourceDriftInformationSummary
impl Clone for StackResourceDriftInformationSummary
sourcefn clone(&self) -> StackResourceDriftInformationSummary
fn clone(&self) -> StackResourceDriftInformationSummary
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more