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 Athena ¶
func (*Athena) GetMetadata ¶ added in v0.3.24
func (*Athena) GetRawValue ¶ added in v0.3.24
func (a *Athena) GetRawValue() interface{}
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 { types.Metadata Type types.StringValue }
func (*EncryptionConfiguration) GetMetadata ¶ added in v0.3.24
func (e *EncryptionConfiguration) GetMetadata() *types.Metadata
func (*EncryptionConfiguration) GetRawValue ¶ added in v0.3.24
func (e *EncryptionConfiguration) GetRawValue() interface{}
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.