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-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
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]
§
IndexArn?: string | null
[src]
§
IndexName?: string | null
[src]
§
IndexSizeBytes?: number | null
[src]
§
IndexStatus?: string | null
[src]
§
ItemCount?: number | null
[src]
§
ProvisionedThroughput?: AwsDynamoDbTableProvisionedThroughput | null
[src]