class Aws::CodeStar::Types::DeleteProjectRequest

@note When making an API call, you may pass DeleteProjectRequest

data as a hash:

    {
      id: "ProjectId", # required
      client_request_token: "ClientRequestToken",
      delete_stack: false,
    }

@!attribute [rw] id

The ID of the project to be deleted in AWS CodeStar.
@return [String]

@!attribute [rw] client_request_token

A user- or system-generated token that identifies the entity that
requested project deletion. This token can be used to repeat the
request.
@return [String]

@!attribute [rw] delete_stack

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.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/codestar-2017-04-19/DeleteProjectRequest AWS API Documentation

Constants

SENSITIVE