DeleteProjectRequest
public struct DeleteProjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.
Declaration
Swift
public let clientRequestToken: String?
-
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.
Declaration
Swift
public let deleteStack: Bool?
-
The ID of the project to be deleted in AWS CodeStar.
Declaration
Swift
public let id: String
-
Undocumented
Declaration
Swift
public init(clientRequestToken: String? = nil, deleteStack: Bool? = nil, id: String)
-
Declaration
Swift
public func validate(name: String) throws