GlobalTableGlobalSecondaryIndex

data class GlobalTableGlobalSecondaryIndex(val indexName: String, val keySchema: List<GlobalTableKeySchema>, val projection: GlobalTableProjection, val writeProvisionedThroughputSettings: GlobalTableWriteProvisionedThroughputSettings? = null)

Constructors

Link copied to clipboard
fun GlobalTableGlobalSecondaryIndex(indexName: String, keySchema: List<GlobalTableKeySchema>, projection: GlobalTableProjection, writeProvisionedThroughputSettings: GlobalTableWriteProvisionedThroughputSettings? = null)

Types

Link copied to clipboard
object Companion

Properties