Documentation ¶
Index ¶
Constants ¶
View Source
const ( MySQLDriverName = "aws-rds-mysql" PostgresDriverName = "aws-rds-postgres" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Region string `json:"region"` AccessKeyID string `json:"access_key_id"` SecretAccessKey string `json:"secret_access_key"` Endpoint string `json:"endpoint"` DbUser string `json:"dbuser"` DriverName string `json:"driver_name"` ConnString string `json:"conn_string"` }
Config holds the configuration settings to be able to authenticate to a database in the AWS RDS service.
Click to show internal directories.
Click to hide internal directories.