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

CreateProjectResult

import type { CreateProjectResult } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface CreateProjectResult {
arn: string;
clientRequestToken?: string | null;
id: string;
projectTemplateId?: string | null;
}

§Properties

§
arn: string
[src]

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

§
clientRequestToken?: string | null
[src]

A user- or system-generated token that identifies the entity that requested project creation.

§
id: string
[src]

The ID of the project.

§
projectTemplateId?: string | null
[src]

Reserved for future use.