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

CreatePartitionIndexRequest

import type { CreatePartitionIndexRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface CreatePartitionIndexRequest {
CatalogId?: string | null;
DatabaseName: string;
PartitionIndex: PartitionIndex;
TableName: string;
}

§Properties

§
CatalogId?: string | null
[src]

The catalog ID where the table resides.

§
DatabaseName: string
[src]

Specifies the name of a database in which you want to create a partition index.

§
PartitionIndex: PartitionIndex
[src]

Specifies a PartitionIndex structure to create a partition index in an existing table.

§
TableName: string
[src]

Specifies the name of a table in which you want to create a partition index.