GetTableGlobalSecondaryIndex

data class GetTableGlobalSecondaryIndex(val hashKey: String, val name: String, val nonKeyAttributes: List<String>, val projectionType: String, val rangeKey: String, val readCapacity: Int, val writeCapacity: Int)

Constructors

Link copied to clipboard
constructor(hashKey: String, name: String, nonKeyAttributes: List<String>, projectionType: String, rangeKey: String, readCapacity: Int, writeCapacity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Name of the DynamoDB table.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard