@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StackResourceDriftInformation extends Object implements Serializable, Cloneable
Contains information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.
Constructor and Description |
---|
StackResourceDriftInformation() |
Modifier and Type | Method and Description |
---|---|
StackResourceDriftInformation |
clone() |
boolean |
equals(Object obj) |
Date |
getLastCheckTimestamp()
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
|
String |
getStackResourceDriftStatus()
Status of the resource's actual configuration compared to its expected configuration
|
int |
hashCode() |
void |
setLastCheckTimestamp(Date lastCheckTimestamp)
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
|
void |
setStackResourceDriftStatus(String stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
String |
toString()
Returns a string representation of this object.
|
StackResourceDriftInformation |
withLastCheckTimestamp(Date lastCheckTimestamp)
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
|
StackResourceDriftInformation |
withStackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDriftInformation |
withStackResourceDriftStatus(String stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
public void setStackResourceDriftStatus(String 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
: AWS 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.
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
: AWS 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.
StackResourceDriftStatus
public String getStackResourceDriftStatus()
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
: AWS 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.
DELETED
: The resource differs from its expected configuration in that it has been deleted.
MODIFIED
: The resource differs from its expected configuration.
NOT_CHECKED
: AWS 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.
StackResourceDriftStatus
public StackResourceDriftInformation withStackResourceDriftStatus(String 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
: AWS 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.
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
: AWS 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.
StackResourceDriftStatus
public StackResourceDriftInformation withStackResourceDriftStatus(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
: AWS 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.
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
: AWS 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.
StackResourceDriftStatus
public void setLastCheckTimestamp(Date lastCheckTimestamp)
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
lastCheckTimestamp
- When AWS CloudFormation last checked if the resource had drifted from its expected configuration.public Date getLastCheckTimestamp()
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
public StackResourceDriftInformation withLastCheckTimestamp(Date lastCheckTimestamp)
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
lastCheckTimestamp
- When AWS CloudFormation last checked if the resource had drifted from its expected configuration.public String toString()
toString
in class Object
Object.toString()
public StackResourceDriftInformation clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.