ResourceTargetDefinition
public struct ResourceTargetDefinition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates which resource attribute is triggering this update, such as a change in the resource attribute’s Metadata, Properties, or Tags.
Declaration
Swift
public let attribute: ResourceAttribute?
-
If the Attribute value is Properties, the name of the property. For all other attributes, the value is null.
Declaration
Swift
public let name: String?
-
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 AWS CloudFormation User Guide.
Declaration
Swift
public let requiresRecreation: RequiresRecreation?
-
Undocumented
Declaration
Swift
public init(attribute: ResourceAttribute? = nil, name: String? = nil, requiresRecreation: RequiresRecreation? = nil)