ResourceTargetDefinition

The field that CloudFormation will change, such as the name of a resource's property, and whether the resource will be recreated.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value of the property after the change is executed. Large values can be truncated.

Link copied to clipboard

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

Link copied to clipboard

The type of change to be made to the property if the change is executed.

Link copied to clipboard

The value of the property before the change is executed. Large values can be truncated.

Link copied to clipboard
val name: String?

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

Link copied to clipboard
val path: String?

The property path of the property.

Link copied to clipboard

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 Amazon Web Services resource and property types reference in the CloudFormation User Guide.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String