athena

package
v0.6.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2022 License: MIT Imports: 1 Imported by: 0

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

type Athena struct {
	types.Metadata
	Databases  []Database
	Workgroups []Workgroup
}

func (*Athena) GetMetadata added in v0.3.24

func (a *Athena) GetMetadata() *types.Metadata

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 (d *Database) GetMetadata() *types.Metadata

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 (w *Workgroup) GetMetadata() *types.Metadata

func (*Workgroup) GetRawValue

func (w *Workgroup) GetRawValue() interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL