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

CreatePartitionRequest

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

§Properties

§
CatalogId?: string | null
[src]

The Amazon Web Services account ID of the catalog in which the partition is to be created.

§
DatabaseName: string
[src]

The name of the metadata database in which the partition is to be created.

§
PartitionInput: PartitionInput
[src]

A PartitionInput structure defining the partition to be created.

§
TableName: string
[src]

The name of the metadata table in which the partition is to be created.