ResourceTargetDefinition |
ResourceTargetDefinition.clone() |
|
ResourceTargetDefinition |
ResourceChangeDetail.getTarget() |
A ResourceTargetDefinition structure that describes the
field that AWS CloudFormation will change and whether the resource will
be recreated.
|
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.withName(String name) |
If the Attribute value is Properties , the name
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.
|