Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteProjectResult

import type { DeleteProjectResult } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface DeleteProjectResult {
projectArn?: string | null;
stackId?: string | null;
}

§Properties

§
projectArn?: string | null
[src]

The Amazon Resource Name (ARN) of the deleted project.

§
stackId?: string | null
[src]

The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.