DeleteAppRequest
public struct DeleteAppRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the application.
Declaration
Swift
public let appId: String?
-
Indicates whether to stop all replication jobs corresponding to the servers in the application while deleting the application.
Declaration
Swift
public let forceStopAppReplication: Bool?
-
Indicates whether to terminate the stack corresponding to the application while deleting the application.
Declaration
Swift
public let forceTerminateApp: Bool?
-
Undocumented
Declaration
Swift
public init(appId: String? = nil, forceStopAppReplication: Bool? = nil, forceTerminateApp: Bool? = nil)