public static interface StackResourceDriftInformationSummary.Builder extends SdkPojo, CopyableBuilder<StackResourceDriftInformationSummary.Builder,StackResourceDriftInformationSummary>
Modifier and Type | Method and Description |
---|---|
StackResourceDriftInformationSummary.Builder |
lastCheckTimestamp(Instant lastCheckTimestamp)
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
|
StackResourceDriftInformationSummary.Builder |
stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDriftInformationSummary.Builder |
stackResourceDriftStatus(String stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
copy
applyMutation, build
StackResourceDriftInformationSummary.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. 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 on skipping resources during rollback operations, see Continue Rolling Back an Update in the AWS CloudFormation User Guide.
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. 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 on skipping resources during rollback operations,
see Continue Rolling Back an Update in the AWS CloudFormation User Guide.
IN_SYNC
: The resources's actual configuration matches its expected configuration.
StackResourceDriftStatus
,
StackResourceDriftStatus
StackResourceDriftInformationSummary.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. 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 on skipping resources during rollback operations, see Continue Rolling Back an Update in the AWS CloudFormation User Guide.
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. 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 on skipping resources during rollback operations,
see Continue Rolling Back an Update in the AWS CloudFormation User Guide.
IN_SYNC
: The resources's actual configuration matches its expected configuration.
StackResourceDriftStatus
,
StackResourceDriftStatus
StackResourceDriftInformationSummary.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.