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

CreateProjectRequest

import type { CreateProjectRequest } from "https://aws-api.deno.dev/v0.3/services/databrew.ts?docs=full";
interface CreateProjectRequest {
DatasetName: string;
Name: string;
RecipeName: string;
RoleArn: string;
Sample?: Sample | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
DatasetName: string
[src]

The name of an existing dataset to associate this project with.

§
Name: string
[src]

A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

§
RecipeName: string
[src]

The name of an existing recipe to associate with the project.

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request.

§
Sample?: Sample | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Metadata tags to apply to this project.