public static interface StackDriftInformationSummary.Builder extends SdkPojo, CopyableBuilder<StackDriftInformationSummary.Builder,StackDriftInformationSummary>
Modifier and Type | Method and Description |
---|---|
StackDriftInformationSummary.Builder |
lastCheckTimestamp(Instant lastCheckTimestamp)
Most recent time when a drift detection operation was initiated on the stack, or any of its individual
resources that support drift detection.
|
StackDriftInformationSummary.Builder |
stackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
StackDriftInformationSummary.Builder |
stackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
copy
applyMutation, build
StackDriftInformationSummary.Builder stackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to
have drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected template
configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
stackDriftStatus
- Status of the stack's actual configuration compared to its expected template configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is
considered to have drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected
template configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
StackDriftStatus
,
StackDriftStatus
StackDriftInformationSummary.Builder stackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to
have drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected template
configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
stackDriftStatus
- Status of the stack's actual configuration compared to its expected template configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is
considered to have drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected
template configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
StackDriftStatus
,
StackDriftStatus
StackDriftInformationSummary.Builder lastCheckTimestamp(Instant lastCheckTimestamp)
Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources that support drift detection.
lastCheckTimestamp
- Most recent time when a drift detection operation was initiated on the stack, or any of its individual
resources that support drift detection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.