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

SchemaChangePolicy

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

A policy that specifies update and deletion behaviors for the crawler.

interface SchemaChangePolicy {
DeleteBehavior?: DeleteBehavior | null;
UpdateBehavior?: UpdateBehavior | null;
}

§Properties

§
DeleteBehavior?: DeleteBehavior | null
[src]

The deletion behavior when the crawler finds a deleted object.

§
UpdateBehavior?: UpdateBehavior | null
[src]

The update behavior when the crawler finds a changed schema.