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

CreateBlueprintRequest

import type { CreateBlueprintRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface CreateBlueprintRequest {
BlueprintLocation: string;
Description?: string | null;
Name: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
BlueprintLocation: string
[src]

Specifies a path in Amazon S3 where the blueprint is published.

§
Description?: string | null
[src]

A description of the blueprint.

§
Name: string
[src]

The name of the blueprint.

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

The tags to be applied to this blueprint.