ResourceChange
public struct ResourceChange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The change action.
Declaration
Swift
public let action: ChangeAction?
-
Information about the resource changes.
Declaration
Swift
public let details: [ResourceChangeDetail]?
-
The ID of the resource, as defined in the CloudFormation template.
Declaration
Swift
public let logicalResourceId: String?
-
The ID of the resource, if it was already created.
Declaration
Swift
public let physicalResourceId: String?
-
If the change type is Modify, indicates whether the existing resource is deleted and replaced with a new one.
Declaration
Swift
public let replacement: Replacement?
-
The type of resource.
Declaration
Swift
public let resourceType: String?
-
The change scope.
Declaration
Swift
public let scope: [ResourceAttribute]?
-
Undocumented
Declaration
Swift
public init(action: ChangeAction? = nil, details: [ResourceChangeDetail]? = nil, logicalResourceId: String? = nil, physicalResourceId: String? = nil, replacement: Replacement? = nil, resourceType: String? = nil, scope: [ResourceAttribute]? = nil)