Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ARNSecretMySQLSetup ¶
type ARNSecretMySQLSetup struct {
// contains filtered or unexported fields
}
ARNSecretMySQLSetup is an executor that sets up a mysql database on an RDS instance. It uses the secret ARN to get the admin username and password for the database.
func NewARNSecretMySQLSetup ¶
func NewARNSecretMySQLSetup(secrets *secretsmanager.Client, username string) *ARNSecretMySQLSetup
type ARNSecretPostgresSetup ¶
type ARNSecretPostgresSetup struct {
// contains filtered or unexported fields
}
ARNSecretPostgresSetup is an executor that sets up a postgres database on an RDS instance. It uses the secret ARN to get the admin username and password for the database.
func NewPostgresSetup ¶
func NewPostgresSetup(secrets *secretsmanager.Client) *ARNSecretPostgresSetup
Click to show internal directories.
Click to hide internal directories.