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

DeleteGlobalSecondaryIndexAction

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

Represents a global secondary index to be deleted from an existing table.

interface DeleteGlobalSecondaryIndexAction {
IndexName: string;
}

§Properties

§
IndexName: string
[src]

The name of the global secondary index to be deleted.