Skip to main content
Module

x/aws_api/services/dynamodb/structs.ts>GlobalSecondaryIndexDescription

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
interface GlobalSecondaryIndexDescription
import { type GlobalSecondaryIndexDescription } from "https://deno.land/x/aws_api@v0.8.1/services/dynamodb/structs.ts";

Properties

optional
IndexName: string | null
optional
KeySchema: KeySchemaElement[] | null
optional
Projection: Projection | null
optional
IndexStatus: IndexStatus | null
optional
Backfilling: boolean | null
optional
ProvisionedThroughput: ProvisionedThroughputDescription | null
optional
IndexSizeBytes: number | null
optional
ItemCount: number | null
optional
IndexArn: string | null