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

ProjectSummary

import type { ProjectSummary } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";

Information about the metadata for a project.

interface ProjectSummary {
projectArn?: string | null;
projectId?: string | null;
}

§Properties

§
projectArn?: string | null
[src]

The Amazon Resource Name (ARN) of the project.

§
projectId?: string | null
[src]

The ID of the project.