globalsecondaryindex

package
v0.0.0-...-1f046af Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2015 License: BSD-2-Clause Imports: 6 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL