interface DeleteProjectRequest {
    ProjectArn: undefined | string;
}

Hierarchy (view full)

Properties

Properties

ProjectArn: undefined | string

The Amazon Resource Name (ARN) of the project that you want to delete.