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

AwsDynamoDbTableReplicaGlobalSecondaryIndex

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

Information about a global secondary index for a DynamoDB table replica.

interface AwsDynamoDbTableReplicaGlobalSecondaryIndex {
IndexName?: string | null;
ProvisionedThroughputOverride?: AwsDynamoDbTableProvisionedThroughputOverride | null;
}

§Properties

§
IndexName?: string | null
[src]

The name of the index.

§
ProvisionedThroughputOverride?: AwsDynamoDbTableProvisionedThroughputOverride | null
[src]

Replica-specific configuration for the provisioned throughput for the index.