ResourceTargetDefinition
The field that Amazon CloudFormation will change, such as the name of a resource's property, and whether the resource will be recreated.
Contents
- Attribute
-
Indicates which resource attribute is triggering this update, such as a change in the resource attribute's
Metadata
,Properties
, orTags
.Type: String
Valid Values:
Properties | Metadata | CreationPolicy | UpdatePolicy | DeletionPolicy | Tags
Required: No
- Name
-
If the
Attribute
value isProperties
, the name of the property. For all other attributes, the value is null.Type: String
Required: No
- RequiresRecreation
-
If the
Attribute
value isProperties
, indicates whether a change to this property causes the resource to be recreated. The value can beNever
,Always
, orConditionally
. To determine the conditions for aConditionally
recreation, see the update behavior for that property in the Amazon CloudFormation User Guide.Type: String
Valid Values:
Never | Conditionally | Always
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: