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

ImportLabelsTaskRunProperties

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

Specifies configuration properties for an importing labels task run.

interface ImportLabelsTaskRunProperties {
InputS3Path?: string | null;
Replace?: boolean | null;
}

§Properties

§
InputS3Path?: string | null
[src]

The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.

§
Replace?: boolean | null
[src]

Indicates whether to overwrite your existing labels.