Table Global Secondary Index
data class TableGlobalSecondaryIndex(val contributorInsightsSpecification: TableContributorInsightsSpecification? = null, val indexName: String, val keySchema: List<TableKeySchema>, val projection: TableProjection, val provisionedThroughput: TableProvisionedThroughput? = null)
Constructors
Link copied to clipboard
fun TableGlobalSecondaryIndex(contributorInsightsSpecification: TableContributorInsightsSpecification? = null, indexName: String, keySchema: List<TableKeySchema>, projection: TableProjection, provisionedThroughput: TableProvisionedThroughput? = null)