| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFormation.Types.StackResourceDriftInformation
Description
Synopsis
- data StackResourceDriftInformation = StackResourceDriftInformation' {}
- newStackResourceDriftInformation :: StackResourceDriftStatus -> StackResourceDriftInformation
- stackResourceDriftInformation_lastCheckTimestamp :: Lens' StackResourceDriftInformation (Maybe UTCTime)
- stackResourceDriftInformation_stackResourceDriftStatus :: Lens' StackResourceDriftInformation StackResourceDriftStatus
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
| |
Instances
newStackResourceDriftInformation Source #
Arguments
| :: StackResourceDriftStatus |
|
| -> StackResourceDriftInformation |
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 resource'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 resource's actual configuration matches its expected configuration.