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

DescribeProjectResponse

import type { DescribeProjectResponse } from "https://aws-api.deno.dev/v0.4/services/databrew.ts?docs=full";
interface DescribeProjectResponse {
CreateDate?: Date | number | null;
CreatedBy?: string | null;
DatasetName?: string | null;
LastModifiedBy?: string | null;
LastModifiedDate?: Date | number | null;
Name: string;
OpenDate?: Date | number | null;
OpenedBy?: string | null;
RecipeName?: string | null;
ResourceArn?: string | null;
RoleArn?: string | null;
Sample?: Sample | null;
SessionStatus?: SessionStatus | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

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

The date and time that the project was created.

§
CreatedBy?: string | null
[src]

The identifier (user name) of the user who created the project.

§
DatasetName?: string | null
[src]

The dataset associated with the project.

§
LastModifiedBy?: string | null
[src]

The identifier (user name) of the user who last modified the project.

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

The date and time that the project was last modified.

§
Name: string
[src]

The name of the project.

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

The date and time when the project was opened.

§
OpenedBy?: string | null
[src]

The identifier (user name) of the user that opened the project for use.

§
RecipeName?: string | null
[src]

The recipe associated with this job.

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the project.

§
RoleArn?: string | null
[src]

The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

§
Sample?: Sample | null
[src]
§
SessionStatus?: SessionStatus | null
[src]

Describes the current state of the session:

  • PROVISIONING - allocating resources for the session.
  • INITIALIZING - getting the session ready for first use.
  • ASSIGNED - the session is ready for use.
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Metadata tags associated with this project.