Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct {
Version kong.VersionFlag
RawEventLogging bool `help:"Enable raw event logging." env:"RAW_EVENT_LOGGING"`
Debug bool `help:"Enable debug logging." env:"DEBUG"`
Stage string `help:"The development stage." env:"STAGE"`
Branch string `help:"The git branch this code originated." env:"BRANCH"`
}
type Partition ¶
type Partition struct {
Base
Region string `help:"The AWS region." env:"AWS_REGION"`
QueryBucket string `help:"The Bucket used for Athena query results." env:"QUERY_BUCKET"`
Database string `help:"The Athena database name." env:"DATABASE"`
Table string `help:"The Athena table name." env:"TABLE"`
AthenaWorkGroupName string `help:"The Athena workgroup name." env:"ATHENA_WORKGROUP_NAME"`
}
Click to show internal directories.
Click to hide internal directories.