public static interface StackResourceDriftInformation.Builder extends SdkPojo, CopyableBuilder<StackResourceDriftInformation.Builder,StackResourceDriftInformation>
| Modifier and Type | Method and Description |
|---|---|
StackResourceDriftInformation.Builder |
lastCheckTimestamp(Instant lastCheckTimestamp)
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
|
StackResourceDriftInformation.Builder |
stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDriftInformation.Builder |
stackResourceDriftStatus(String stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
copyapplyMutation, buildStackResourceDriftInformation.Builder stackResourceDriftStatus(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,
StackResourceDriftStatusStackResourceDriftInformation.Builder stackResourceDriftStatus(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,
StackResourceDriftStatusStackResourceDriftInformation.Builder lastCheckTimestamp(Instant 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.