TableDescription
import type { TableDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";interface TableDescription {
ArchivalSummary?: ArchivalSummary | null;
AttributeDefinitions?: AttributeDefinition[] | null;
BillingModeSummary?: BillingModeSummary | null;
CreationDateTime?: Date | number | null;
GlobalSecondaryIndexes?: GlobalSecondaryIndexDescription[] | null;
GlobalTableVersion?: string | null;
ItemCount?: number | null;
KeySchema?: KeySchemaElement[] | null;
LatestStreamArn?: string | null;
LatestStreamLabel?: string | null;
LocalSecondaryIndexes?: LocalSecondaryIndexDescription[] | null;
ProvisionedThroughput?: ProvisionedThroughputDescription | null;
Replicas?: ReplicaDescription[] | null;
RestoreSummary?: RestoreSummary | null;
SSEDescription?: SSEDescription | null;
StreamSpecification?: StreamSpecification | null;
TableArn?: string | null;
TableId?: string | null;
TableName?: string | null;
TableSizeBytes?: number | null;
TableStatus?: TableStatus | null;
}§Properties
§
ArchivalSummary?: ArchivalSummary | null
[src]§
AttributeDefinitions?: AttributeDefinition[] | null
[src]§
BillingModeSummary?: BillingModeSummary | null
[src]§
GlobalSecondaryIndexes?: GlobalSecondaryIndexDescription[] | null
[src]§
KeySchema?: KeySchemaElement[] | null
[src]§
LocalSecondaryIndexes?: LocalSecondaryIndexDescription[] | null
[src]§
ProvisionedThroughput?: ProvisionedThroughputDescription | null
[src]§
Replicas?: ReplicaDescription[] | null
[src]§
RestoreSummary?: RestoreSummary | null
[src]§
SSEDescription?: SSEDescription | null
[src]§
StreamSpecification?: StreamSpecification | null
[src]§
TableStatus?: TableStatus | null
[src]