Documentation
¶
Index ¶
- func CheckIfDynamodbContinuousBackupsEnabled(checkConfig commons.CheckConfig, dynamodbs []TableBackups, testName string)
- func CheckIfDynamodbEncrypted(checkConfig commons.CheckConfig, dynamodbs []*dynamodb.DescribeTableOutput, ...)
- func GetDynamodbs(s aws.Config) []string
- func GetTables(s aws.Config, dynamodbs []string) []*dynamodb.DescribeTableOutput
- func RunChecks(wa *sync.WaitGroup, s aws.Config, c *commons.Config, ...)
- type TableBackups
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIfDynamodbContinuousBackupsEnabled ¶
func CheckIfDynamodbContinuousBackupsEnabled(checkConfig commons.CheckConfig, dynamodbs []TableBackups, testName string)
func CheckIfDynamodbEncrypted ¶
func CheckIfDynamodbEncrypted(checkConfig commons.CheckConfig, dynamodbs []*dynamodb.DescribeTableOutput, testName string)
func GetDynamodbs ¶
Types ¶
type TableBackups ¶
type TableBackups struct { TableName string Backups types.ContinuousBackupsDescription }
func GetContinuousBackups ¶
func GetContinuousBackups(s aws.Config, tables []string) []TableBackups
Click to show internal directories.
Click to hide internal directories.