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

LastActiveDefinition

import type { LastActiveDefinition } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.

interface LastActiveDefinition {
BlueprintLocation?: string | null;
BlueprintServiceLocation?: string | null;
Description?: string | null;
LastModifiedOn?: Date | number | null;
ParameterSpec?: string | null;
}

§Properties

§
BlueprintLocation?: string | null
[src]

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

§
BlueprintServiceLocation?: string | null
[src]

Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.

§
Description?: string | null
[src]

The description of the blueprint.

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

The date and time the blueprint was last modified.

§
ParameterSpec?: string | null
[src]

A JSON string specifying the parameters for the blueprint.