| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackResourceDriftInformationSummary |
StackResourceDriftInformationSummary.clone() |
StackResourceDriftInformationSummary |
StackResourceSummary.getDriftInformation()
Information about whether the resource's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
StackResourceDriftInformationSummary |
StackResourceDriftInformationSummary.withLastCheckTimestamp(Date lastCheckTimestamp)
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
|
StackResourceDriftInformationSummary |
StackResourceDriftInformationSummary.withStackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDriftInformationSummary |
StackResourceDriftInformationSummary.withStackResourceDriftStatus(String stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackResourceSummary.setDriftInformation(StackResourceDriftInformationSummary driftInformation)
Information about whether the resource's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
StackResourceSummary |
StackResourceSummary.withDriftInformation(StackResourceDriftInformationSummary driftInformation)
Information about whether the resource's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
Copyright © 2020. All rights reserved.