Documentation ¶
Index ¶
Constants ¶
View Source
const ( EncryptionTypeNone = "" EncryptionTypeSSES3 = "SSE_S3" EncryptionTypeSSEKMS = "SSE_KMS" EncryptionTypeCSEKMS = "CSE_KMS" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct { defsecTypes.Metadata Name defsecTypes.StringValue Encryption EncryptionConfiguration }
type EncryptionConfiguration ¶
type EncryptionConfiguration struct { defsecTypes.Metadata Type defsecTypes.StringValue }
type Workgroup ¶
type Workgroup struct { defsecTypes.Metadata Name defsecTypes.StringValue Encryption EncryptionConfiguration EnforceConfiguration defsecTypes.BoolValue }
Click to show internal directories.
Click to hide internal directories.