Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DatabaseCredentials ¶
type DatabaseCredentials struct { Username string `json:"username"` Password string `json:"password"` Engine string `json:"engine"` Host string `json:"host"` Port int `json:"port"` InstanceIdentifier string `json:"dbInstanceIdentifier"` ReadOnlyHost string `json:"aurora_read_only_host"` }
func GetDatabaseCredentials ¶
func GetDatabaseCredentials(secretID string, isDebug bool) (DatabaseCredentials, error)
Click to show internal directories.
Click to hide internal directories.