package sam import ( iacTypes "github.com/aquasecurity/trivy/pkg/iac/types" ) type SimpleTable struct { Metadata iacTypes.Metadata TableName iacTypes.StringValue SSESpecification SSESpecification } type SSESpecification struct { Metadata iacTypes.Metadata Enabled iacTypes.BoolValue KMSMasterKeyID iacTypes.StringValue }