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 ¶
type Table struct { Metadata defsecTypes.Metadata ServerSideEncryption ServerSideEncryption PointInTimeRecovery defsecTypes.BoolValue }
Click to show internal directories.
Click to hide internal directories.