dynamodb

package
v0.94.1 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: MIT Imports: 1 Imported by: 2

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 {
	Metadata             defsecTypes.Metadata
	ServerSideEncryption ServerSideEncryption
	PointInTimeRecovery  defsecTypes.BoolValue
}

type DynamoDB

type DynamoDB struct {
	DAXClusters []DAXCluster
	Tables      []Table
}

type ServerSideEncryption

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

type Table added in v0.61.0

type Table struct {
	Metadata             defsecTypes.Metadata
	ServerSideEncryption ServerSideEncryption
	PointInTimeRecovery  defsecTypes.BoolValue
}

Jump to

Keyboard shortcuts

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