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

AwsDynamoDbTableGlobalSecondaryIndex

import type { AwsDynamoDbTableGlobalSecondaryIndex } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information abut a global secondary index for the table.

interface AwsDynamoDbTableGlobalSecondaryIndex {
Backfilling?: boolean | null;
IndexArn?: string | null;
IndexName?: string | null;
IndexSizeBytes?: number | null;
IndexStatus?: string | null;
ItemCount?: number | null;
KeySchema?: AwsDynamoDbTableKeySchema[] | null;
Projection?: AwsDynamoDbTableProjection | null;
ProvisionedThroughput?: AwsDynamoDbTableProvisionedThroughput | null;
}

§Properties

§
Backfilling?: boolean | null
[src]

Whether the index is currently backfilling.

§
IndexArn?: string | null
[src]

The ARN of the index.

§
IndexName?: string | null
[src]

The name of the index.

§
IndexSizeBytes?: number | null
[src]

The total size in bytes of the index.

§
IndexStatus?: string | null
[src]

The current status of the index.

  • ACTIVE
    
  • CREATING
    
  • DELETING
    
  • UPDATING
    
§
ItemCount?: number | null
[src]

The number of items in the index.

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

The key schema for the index.

§

Attributes that are copied from the table into an index.

§
ProvisionedThroughput?: AwsDynamoDbTableProvisionedThroughput | null
[src]

Information about the provisioned throughput settings for the indexes.