AWSSDK.CloudFormation by Amazon Web Services

<PackageReference Include="AWSSDK.CloudFormation" Version="3.7.204.3" />

.NET API 422,512 bytes

 ResourceTargetDefinition

The field that CloudFormation will change, such as the name of a resource's property, and whether the resource will be recreated.
public ResourceAttribute Attribute { get; set; }

Gets and sets the property Attribute.

Indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.

public string Name { get; set; }

Gets and sets the property Name.

If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.

Gets and sets the property RequiresRecreation.

If the Attribute value is Properties, indicates whether a change to this property causes the resource to be recreated. The value can be Never, Always, or Conditionally. To determine the conditions for a Conditionally recreation, see the update behavior for that property in the CloudFormation User Guide.