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

AwsDynamoDbTableReplica

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

Information about a replica of a DynamoDB table.

interface AwsDynamoDbTableReplica {
GlobalSecondaryIndexes?: AwsDynamoDbTableReplicaGlobalSecondaryIndex[] | null;
KmsMasterKeyId?: string | null;
ProvisionedThroughputOverride?: AwsDynamoDbTableProvisionedThroughputOverride | null;
RegionName?: string | null;
ReplicaStatus?: string | null;
ReplicaStatusDescription?: string | null;
}

§Properties

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

List of global secondary indexes for the replica.

§
KmsMasterKeyId?: string | null
[src]

The identifier of the KMS key that will be used for KMS encryption for the replica.

§
ProvisionedThroughputOverride?: AwsDynamoDbTableProvisionedThroughputOverride | null
[src]

Replica-specific configuration for the provisioned throughput.

§
RegionName?: string | null
[src]

The name of the Region where the replica is located.

§
ReplicaStatus?: string | null
[src]

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

  • ACTIVE
    
  • CREATING
    
  • CREATION_FAILED
    
  • DELETING
    
  • UPDATING
    
§
ReplicaStatusDescription?: string | null
[src]

Detailed information about the replica status.