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

StartBlueprintRunRequest

import type { StartBlueprintRunRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface StartBlueprintRunRequest {
BlueprintName: string;
Parameters?: string | null;
RoleArn: string;
}

§Properties

§
BlueprintName: string
[src]

The name of the blueprint.

§
Parameters?: string | null
[src]

Specifies the parameters as a BlueprintParameters object.

§
RoleArn: string
[src]

Specifies the IAM role used to create the workflow.