amazonka-cloudformation-2.0: Amazon CloudFormation SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Description

 
Synopsis

Documentation

data StackResourceDriftInformationSummary Source #

Summarizes information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.

See: newStackResourceDriftInformationSummary smart constructor.

Constructors

StackResourceDriftInformationSummary' 

Fields

  • lastCheckTimestamp :: Maybe ISO8601

    When CloudFormation last checked if the resource had drifted from its expected configuration.

  • stackResourceDriftStatus :: 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 an ContinueUpdateRollback operation on a stack, any resources included in ResourcesToSkip will also have a status of NOT_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.

Instances

Instances details
FromXML StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Generic StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Read StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Show StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

NFData StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Eq StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

Hashable StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

type Rep StackResourceDriftInformationSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary

type Rep StackResourceDriftInformationSummary = D1 ('MetaData "StackResourceDriftInformationSummary" "Amazonka.CloudFormation.Types.StackResourceDriftInformationSummary" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackResourceDriftInformationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastCheckTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "stackResourceDriftStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StackResourceDriftStatus)))

newStackResourceDriftInformationSummary Source #

Create a value of StackResourceDriftInformationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lastCheckTimestamp:StackResourceDriftInformationSummary', stackResourceDriftInformationSummary_lastCheckTimestamp - When CloudFormation last checked if the resource had drifted from its expected configuration.

$sel:stackResourceDriftStatus:StackResourceDriftInformationSummary', stackResourceDriftInformationSummary_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 an ContinueUpdateRollback operation on a stack, any resources included in ResourcesToSkip will also have a status of NOT_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.

stackResourceDriftInformationSummary_lastCheckTimestamp :: Lens' StackResourceDriftInformationSummary (Maybe UTCTime) Source #

When CloudFormation last checked if the resource had drifted from its expected configuration.

stackResourceDriftInformationSummary_stackResourceDriftStatus :: Lens' StackResourceDriftInformationSummary StackResourceDriftStatus Source #

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 an ContinueUpdateRollback operation on a stack, any resources included in ResourcesToSkip will also have a status of NOT_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.