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.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides details about a DynamoDB table.

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]

A list of attribute definitions for the table.

§
BillingModeSummary?: AwsDynamoDbTableBillingModeSummary | null
[src]

Information about the billing for read/write capacity on the table.

§
CreationDateTime?: string | null
[src]

Indicates when the table was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
GlobalSecondaryIndexes?: AwsDynamoDbTableGlobalSecondaryIndex[] | null
[src]

List of global secondary indexes for the table.

§
GlobalTableVersion?: string | null
[src]

The version of global tables being used.

§
ItemCount?: number | null
[src]

The number of items in the table.

§
KeySchema?: AwsDynamoDbTableKeySchema[] | null
[src]

The primary key structure for the table.

§
LatestStreamArn?: string | null
[src]

The ARN of the latest stream for the table.

§
LatestStreamLabel?: string | null
[src]

The label of the latest stream. The label is not a unique identifier.

§
LocalSecondaryIndexes?: AwsDynamoDbTableLocalSecondaryIndex[] | null
[src]

The list of local secondary indexes for the table.

§
ProvisionedThroughput?: AwsDynamoDbTableProvisionedThroughput | null
[src]

Information about the provisioned throughput for the table.

§
Replicas?: AwsDynamoDbTableReplica[] | null
[src]

The list of replicas of this table.

§
RestoreSummary?: AwsDynamoDbTableRestoreSummary | null
[src]

Information about the restore for the table.

§
SseDescription?: AwsDynamoDbTableSseDescription | null
[src]

Information about the server-side encryption for the table.

§
StreamSpecification?: AwsDynamoDbTableStreamSpecification | null
[src]

The current DynamoDB Streams configuration for the table.

§
TableId?: string | null
[src]

The identifier of the table.

§
TableName?: string | null
[src]

The name of the table.

§
TableSizeBytes?: number | null
[src]

The total size of the table in bytes.

§
TableStatus?: string | null
[src]

The current status of the table. Valid values are as follows:

  • ACTIVE
    
  • ARCHIVED
    
  • ARCHIVING
    
  • CREATING
    
  • DELETING
    
  • INACCESSIBLE_ENCRYPTION_CREDENTIALS
    
  • UPDATING