DeleteServiceRequest
public struct DeleteServiceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete. If you do not specify a cluster, the default cluster is assumed.
Declaration
Swift
public let cluster: String?
-
If true, allows you to delete a service even if it has not been scaled down to zero tasks. It is only necessary to use this if the service is using the REPLICA scheduling strategy.
Declaration
Swift
public let force: Bool?
-
The name of the service to delete.
Declaration
Swift
public let service: String
-
Undocumented
Declaration
Swift
public init(cluster: String? = nil, force: Bool? = nil, service: String)