libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudFormation.Types.StackResourceDriftInformation

Description

 
Synopsis

Documentation

data StackResourceDriftInformation Source #

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

See: newStackResourceDriftInformation smart constructor.

Constructors

StackResourceDriftInformation' 

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 has not checked if the resource differs from its expected configuration.

      Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection.

    • IN_SYNC: The resources's actual configuration matches its expected configuration.

Instances

Instances details
Eq StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Read StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Show StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Generic StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Associated Types

type Rep StackResourceDriftInformation :: Type -> Type #

NFData StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

Hashable StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

FromXML StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

type Rep StackResourceDriftInformation Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDriftInformation

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

newStackResourceDriftInformation Source #

Create a value of StackResourceDriftInformation 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:StackResourceDriftInformation', stackResourceDriftInformation_lastCheckTimestamp - When CloudFormation last checked if the resource had drifted from its expected configuration.

$sel:stackResourceDriftStatus:StackResourceDriftInformation', stackResourceDriftInformation_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 has not checked if the resource differs from its expected configuration.

    Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection.

  • IN_SYNC: The resources's actual configuration matches its expected configuration.

stackResourceDriftInformation_lastCheckTimestamp :: Lens' StackResourceDriftInformation (Maybe UTCTime) Source #

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

stackResourceDriftInformation_stackResourceDriftStatus :: Lens' StackResourceDriftInformation 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 has not checked if the resource differs from its expected configuration.

    Any resources that do not currently support drift detection have a status of NOT_CHECKED. For more information, see Resources that Support Drift Detection.

  • IN_SYNC: The resources's actual configuration matches its expected configuration.