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
§
KeySchema?: AwsDynamoDbTableKeySchema[] | null
[src]§
Projection?: AwsDynamoDbTableProjection | null
[src]§
ProvisionedThroughput?: AwsDynamoDbTableProvisionedThroughput | null
[src]