AwsDynamoDbTableGlobalSecondaryIndex constructor

AwsDynamoDbTableGlobalSecondaryIndex({
  1. bool? backfilling,
  2. String? indexArn,
  3. String? indexName,
  4. int? indexSizeBytes,
  5. String? indexStatus,
  6. int? itemCount,
  7. List<AwsDynamoDbTableKeySchema>? keySchema,
  8. AwsDynamoDbTableProjection? projection,
  9. AwsDynamoDbTableProvisionedThroughput? provisionedThroughput,
})

Implementation

AwsDynamoDbTableGlobalSecondaryIndex({
  this.backfilling,
  this.indexArn,
  this.indexName,
  this.indexSizeBytes,
  this.indexStatus,
  this.itemCount,
  this.keySchema,
  this.projection,
  this.provisionedThroughput,
});