dynamodb

package
v0.3.25 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultKMSKeyID = "alias/aws/dynamodb"

Variables

This section is empty.

Functions

This section is empty.

Types

type DAXCluster

type DAXCluster struct {
	types.Metadata
	ServerSideEncryption ServerSideEncryption
	PointInTimeRecovery  types.BoolValue
}

func (*DAXCluster) GetMetadata

func (c *DAXCluster) GetMetadata() *types.Metadata

func (*DAXCluster) GetRawValue

func (c *DAXCluster) GetRawValue() interface{}

type DynamoDB

type DynamoDB struct {
	types.Metadata
	DAXClusters []DAXCluster
}

func (*DynamoDB) GetMetadata added in v0.3.24

func (d *DynamoDB) GetMetadata() *types.Metadata

func (*DynamoDB) GetRawValue added in v0.3.24

func (d *DynamoDB) GetRawValue() interface{}

type ServerSideEncryption

type ServerSideEncryption struct {
	types.Metadata
	Enabled  types.BoolValue
	KMSKeyID types.StringValue
}

func (*ServerSideEncryption) GetMetadata added in v0.3.24

func (s *ServerSideEncryption) GetMetadata() *types.Metadata

func (*ServerSideEncryption) GetRawValue added in v0.3.24

func (s *ServerSideEncryption) GetRawValue() interface{}

Jump to

Keyboard shortcuts

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