| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceTargetDefinition |
ResourceTargetDefinition.clone() |
ResourceTargetDefinition |
ResourceChangeDetail.getTarget()
A
ResourceTargetDefinition structure that describes the field that CloudFormation will change and
whether the resource will be recreated. |
ResourceTargetDefinition |
ResourceTargetDefinition.withAfterValue(String afterValue)
The value of the property after the change is executed.
|
ResourceTargetDefinition |
ResourceTargetDefinition.withAttribute(ResourceAttribute attribute)
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's
Metadata, Properties, or Tags. |
ResourceTargetDefinition |
ResourceTargetDefinition.withAttribute(String attribute)
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's
Metadata, Properties, or Tags. |
ResourceTargetDefinition |
ResourceTargetDefinition.withAttributeChangeType(AttributeChangeType attributeChangeType)
The type of change to be made to the property if the change is executed.
|
ResourceTargetDefinition |
ResourceTargetDefinition.withAttributeChangeType(String attributeChangeType)
The type of change to be made to the property if the change is executed.
|
ResourceTargetDefinition |
ResourceTargetDefinition.withBeforeValue(String beforeValue)
The value of the property before the change is executed.
|
ResourceTargetDefinition |
ResourceTargetDefinition.withName(String name)
If the
Attribute value is Properties, the name of the property. |
ResourceTargetDefinition |
ResourceTargetDefinition.withPath(String path)
The property path of the property.
|
ResourceTargetDefinition |
ResourceTargetDefinition.withRequiresRecreation(RequiresRecreation requiresRecreation)
If the
Attribute value is Properties, indicates whether a change to this property
causes the resource to be recreated. |
ResourceTargetDefinition |
ResourceTargetDefinition.withRequiresRecreation(String requiresRecreation)
If the
Attribute value is Properties, indicates whether a change to this property
causes the resource to be recreated. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceChangeDetail.setTarget(ResourceTargetDefinition target)
A
ResourceTargetDefinition structure that describes the field that CloudFormation will change and
whether the resource will be recreated. |
ResourceChangeDetail |
ResourceChangeDetail.withTarget(ResourceTargetDefinition target)
A
ResourceTargetDefinition structure that describes the field that CloudFormation will change and
whether the resource will be recreated. |
Copyright © 2024. All rights reserved.