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

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]
§
CreationDateTime?: Date | number | null
[src]
§
GlobalSecondaryIndexes?: GlobalSecondaryIndexDescription[] | null
[src]
§
GlobalTableVersion?: string | null
[src]
§
ItemCount?: number | null
[src]
§
KeySchema?: KeySchemaElement[] | null
[src]
§
LatestStreamArn?: string | null
[src]
§
LatestStreamLabel?: string | 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]
§
TableArn?: string | null
[src]
§
TableId?: string | null
[src]
§
TableName?: string | null
[src]
§
TableSizeBytes?: number | null
[src]
§
TableStatus?: TableStatus | null
[src]