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

SchemaDefinition

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

Information needed to define a schema.

interface SchemaDefinition {
columns?: Column[] | null;
}

§Properties

§
columns?: Column[] | null
[src]

Specifies one or more columns that store your data.

Each schema can have up to 100 columns. Each column can have up to 100 nested types.