| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackResourceDrift.Builder |
StackResourceDrift.Builder.actualProperties(String actualProperties)
A JSON structure containing the actual property values of the stack resource.
|
static StackResourceDrift.Builder |
StackResourceDrift.builder() |
StackResourceDrift.Builder |
StackResourceDrift.Builder.expectedProperties(String expectedProperties)
A JSON structure containing the expected property values of the stack resource, as defined in the stack
template and any values specified as template parameters.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.logicalResourceId(String logicalResourceId)
The logical name of the resource specified in the template.
|
default StackResourceDrift.Builder |
StackResourceDrift.Builder.moduleInfo(Consumer<ModuleInfo.Builder> moduleInfo)
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.moduleInfo(ModuleInfo moduleInfo)
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.physicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of a resource supported by
CloudFormation.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.physicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.physicalResourceIdContext(Consumer<PhysicalResourceIdContextKeyValuePair.Builder>... physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.physicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.propertyDifferences(Collection<PropertyDifference> propertyDifferences)
A collection of the resource properties whose actual values differ from their expected values.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.propertyDifferences(Consumer<PropertyDifference.Builder>... propertyDifferences)
A collection of the resource properties whose actual values differ from their expected values.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.propertyDifferences(PropertyDifference... propertyDifferences)
A collection of the resource properties whose actual values differ from their expected values.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.resourceType(String resourceType)
The type of the resource.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.stackId(String stackId)
The ID of the stack.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.stackResourceDriftStatus(String stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.timestamp(Instant timestamp)
Time at which CloudFormation performed drift detection on the stack resource.
|
StackResourceDrift.Builder |
StackResourceDrift.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StackResourceDrift.Builder> |
StackResourceDrift.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DetectStackResourceDriftResponse.Builder |
DetectStackResourceDriftResponse.Builder.stackResourceDrift(Consumer<StackResourceDrift.Builder> stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.
|
Copyright © 2022. All rights reserved.