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 }
func (*Database) GetMetadata ¶
func (*Database) GetRawValue ¶
func (d *Database) GetRawValue() interface{}
type EncryptionConfiguration ¶
type EncryptionConfiguration struct {
Type types.StringValue
}
type Workgroup ¶
type Workgroup struct { types.Metadata Name types.StringValue Encryption EncryptionConfiguration EnforceConfiguration types.BoolValue }
func (*Workgroup) GetMetadata ¶
func (*Workgroup) GetRawValue ¶
func (w *Workgroup) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.