Documentation ¶
Overview ¶
GlobalSecondaryIndex for defining new keys. See: http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GlobalSecondaryIndex.html
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalSecondaryIndex ¶
type GlobalSecondaryIndex struct { IndexName string KeySchema keydefinition.KeySchema Projection struct { NonKeyAttributes []string ProjectionType string } ProvisionedThroughput provisionedthroughput.ProvisionedThroughput }
func NewGlobalSecondaryIndex ¶
func NewGlobalSecondaryIndex() *GlobalSecondaryIndex
func (GlobalSecondaryIndex) MarshalJSON ¶
func (g GlobalSecondaryIndex) MarshalJSON() ([]byte, error)
type GlobalSecondaryIndexDesc ¶
type GlobalSecondaryIndexDesc struct { IndexName string IndexSizeBytes uint64 IndexStatus string ItemCount uint64 KeySchema keydefinition.KeySchema Projection struct { NonKeyAttributes []string ProjectionType string } ProvisionedThroughput provisionedthroughput.ProvisionedThroughputDesc }
func NewGlobalSecondaryIndexDesc ¶
func NewGlobalSecondaryIndexDesc() *GlobalSecondaryIndexDesc
type GlobalSecondaryIndexUpdates ¶
type GlobalSecondaryIndexUpdates struct { IndexName string ProvisionedThroughput provisionedthroughput.ProvisionedThroughput }
func NewGlobalSecondaryIndexUpdates ¶
func NewGlobalSecondaryIndexUpdates() *GlobalSecondaryIndexUpdates
type GlobalSecondaryIndexes ¶
type GlobalSecondaryIndexes []GlobalSecondaryIndex
Click to show internal directories.
Click to hide internal directories.