AwsDynamoDbTableReplica constructor

AwsDynamoDbTableReplica({
  1. List<AwsDynamoDbTableReplicaGlobalSecondaryIndex>? globalSecondaryIndexes,
  2. String? kmsMasterKeyId,
  3. AwsDynamoDbTableProvisionedThroughputOverride? provisionedThroughputOverride,
  4. String? regionName,
  5. String? replicaStatus,
  6. String? replicaStatusDescription,
})

Implementation

AwsDynamoDbTableReplica({
  this.globalSecondaryIndexes,
  this.kmsMasterKeyId,
  this.provisionedThroughputOverride,
  this.regionName,
  this.replicaStatus,
  this.replicaStatusDescription,
});