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

AwsDynamoDbTableDetails

import type { AwsDynamoDbTableDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsDynamoDbTableDetails {
AttributeDefinitions?: AwsDynamoDbTableAttributeDefinition[] | null;
BillingModeSummary?: AwsDynamoDbTableBillingModeSummary | null;
CreationDateTime?: string | null;
GlobalSecondaryIndexes?: AwsDynamoDbTableGlobalSecondaryIndex[] | null;
GlobalTableVersion?: string | null;
ItemCount?: number | null;
KeySchema?: AwsDynamoDbTableKeySchema[] | null;
LatestStreamArn?: string | null;
LatestStreamLabel?: string | null;
LocalSecondaryIndexes?: AwsDynamoDbTableLocalSecondaryIndex[] | null;
ProvisionedThroughput?: AwsDynamoDbTableProvisionedThroughput | null;
Replicas?: AwsDynamoDbTableReplica[] | null;
RestoreSummary?: AwsDynamoDbTableRestoreSummary | null;
SseDescription?: AwsDynamoDbTableSseDescription | null;
StreamSpecification?: AwsDynamoDbTableStreamSpecification | null;
TableId?: string | null;
TableName?: string | null;
TableSizeBytes?: number | null;
TableStatus?: string | null;
}

§Properties

§
AttributeDefinitions?: AwsDynamoDbTableAttributeDefinition[] | null
[src]
§
BillingModeSummary?: AwsDynamoDbTableBillingModeSummary | null
[src]
§
CreationDateTime?: string | null
[src]
§
GlobalSecondaryIndexes?: AwsDynamoDbTableGlobalSecondaryIndex[] | null
[src]
§
GlobalTableVersion?: string | null
[src]
§
ItemCount?: number | null
[src]
§
LatestStreamArn?: string | null
[src]
§
LatestStreamLabel?: string | null
[src]
§
LocalSecondaryIndexes?: AwsDynamoDbTableLocalSecondaryIndex[] | null
[src]
§
ProvisionedThroughput?: AwsDynamoDbTableProvisionedThroughput | null
[src]
§
Replicas?: AwsDynamoDbTableReplica[] | null
[src]
§
StreamSpecification?: AwsDynamoDbTableStreamSpecification | null
[src]
§
TableId?: string | null
[src]
§
TableName?: string | null
[src]
§
TableSizeBytes?: number | null
[src]
§
TableStatus?: string | null
[src]