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 { defsecTypes.Metadata ServerSideEncryption ServerSideEncryption PointInTimeRecovery defsecTypes.BoolValue }
type DynamoDB ¶
type DynamoDB struct { DAXClusters []DAXCluster Tables []Table }
type ServerSideEncryption ¶
type ServerSideEncryption struct { defsecTypes.Metadata Enabled defsecTypes.BoolValue KMSKeyID defsecTypes.StringValue }
type Table ¶ added in v0.61.0
type Table struct { defsecTypes.Metadata ServerSideEncryption ServerSideEncryption PointInTimeRecovery defsecTypes.BoolValue }
Click to show internal directories.
Click to hide internal directories.