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 {
types.Metadata
Name types.StringValue
Encryption EncryptionConfiguration
}
type EncryptionConfiguration ¶
type EncryptionConfiguration struct {
types.Metadata
Type types.StringValue
}
type Workgroup ¶
type Workgroup struct {
types.Metadata
Name types.StringValue
Encryption EncryptionConfiguration
EnforceConfiguration types.BoolValue
}
Click to show internal directories.
Click to hide internal directories.