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

DescribeProjectResult

import type { DescribeProjectResult } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface DescribeProjectResult {
arn?: string | null;
clientRequestToken?: string | null;
createdTimeStamp?: Date | number | null;
description?: string | null;
id?: string | null;
name?: string | null;
projectTemplateId?: string | null;
stackId?: string | null;
status?: ProjectStatus | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) for the project.

§
clientRequestToken?: string | null
[src]

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

§
createdTimeStamp?: Date | number | null
[src]

The date and time the project was created, in timestamp format.

§
description?: string | null
[src]

The description of the project, if any.

§
id?: string | null
[src]

The ID of the project.

§
name?: string | null
[src]

The display name for the project.

§
projectTemplateId?: string | null
[src]

The ID for the AWS CodeStar project template used to create the project.

§
stackId?: string | null
[src]

The ID of the primary stack in AWS CloudFormation used to generate resources for the project.

§
status?: ProjectStatus | null
[src]

The project creation or deletion status.