DynamoDbIndex

org.encalmo.aws.AwsDynamoDbApi.DynamoDbIndex
case class DynamoDbIndex(indexName: String, indexPartitionKey: (String, String), indexSortKey: Option[(String, String)], indexNonKeyAttributes: Seq[String], readCapacityUnits: Int, writeCapacityUnits: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product