Documentation ¶ Index ¶ func Session(cfg *Config, region string) (*rds.RDS, error) type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Session ¶ func Session(cfg *Config, region string) (*rds.RDS, error) Session initialises a connection for an AWS rds, to a particular region Types ¶ type Config ¶ type Config struct { DryRun bool Tag string // An AWS Tag on the rds, which will flag copying of the snapshots LogLevel string MaxCopyInFlight int MaxSnap int RunEvery int SourceRegion string TargetKMS string TargetRegion string } Config defines the app config Source Files ¶ View all Source files aws.go config.go Click to show internal directories. Click to hide internal directories.