| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackResourceDriftInformation |
StackResourceDriftInformation.clone() |
StackResourceDriftInformation |
StackResourceDetail.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.
|
StackResourceDriftInformation |
StackResource.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.
|
StackResourceDriftInformation |
StackResourceDriftInformation.withLastCheckTimestamp(Date lastCheckTimestamp)
When CloudFormation last checked if the resource had drifted from its expected configuration.
|
StackResourceDriftInformation |
StackResourceDriftInformation.withStackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDriftInformation |
StackResourceDriftInformation.withStackResourceDriftStatus(String stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackResourceDetail.setDriftInformation(StackResourceDriftInformation 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.
|
void |
StackResource.setDriftInformation(StackResourceDriftInformation 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.
|
StackResourceDetail |
StackResourceDetail.withDriftInformation(StackResourceDriftInformation 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.
|
StackResource |
StackResource.withDriftInformation(StackResourceDriftInformation 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 © 2023. All rights reserved.