Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
interface LocalSecondaryIndexDescription
import { type LocalSecondaryIndexDescription } 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
IndexSizeBytes: number | null
optional
ItemCount: number | null
optional
IndexArn: string | null