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

TableInput

import type { TableInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface TableInput {
Description?: string | null;
LastAccessTime?: Date | number | null;
LastAnalyzedTime?: Date | number | null;
Name: string;
Owner?: string | null;
Parameters?: {
[key: string]: string | null | undefined;
}
| null;
PartitionKeys?: Column[] | null;
Retention?: number | null;
StorageDescriptor?: StorageDescriptor | null;
TableType?: string | null;
TargetTable?: TableIdentifier | null;
ViewExpandedText?: string | null;
ViewOriginalText?: string | null;
}

§Properties

§
Description?: string | null
[src]
§
LastAccessTime?: Date | number | null
[src]
§
LastAnalyzedTime?: Date | number | null
[src]
§
Name: string
[src]
§
Owner?: string | null
[src]
§
Parameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
PartitionKeys?: Column[] | null
[src]
§
Retention?: number | null
[src]
§
StorageDescriptor?: StorageDescriptor | null
[src]
§
TableType?: string | null
[src]
§
TargetTable?: TableIdentifier | null
[src]
§
ViewExpandedText?: string | null
[src]
§
ViewOriginalText?: string | null
[src]