create property

The parameters required for creating a global secondary index on an existing table:

  • IndexName
  • KeySchema
  • AttributeDefinitions
  • Projection
  • ProvisionedThroughput

Implementation

final CreateGlobalSecondaryIndexAction? create;