Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Service rdsiface.RDSAPI DefaultSubnetGroup string DefaultDBParameterGroupName map[string]string DefaultDBClusterParameterGroupName map[string]string }
Client struct contains the initialized RDS service and other RDS-related parameters
func NewSession ¶
NewSession creates an AWS session for RDS and returns an RDSClient
func (Client) DetermineParameterGroupFamily ¶ added in v0.3.0
DetermineParameterGroupFamily returns the DBParameterGroupFamily based on the given database Engine and EngineVersion e.g. given engine "postgres" and engineVersion "10.5" it will return "postgres10"
Click to show internal directories.
Click to hide internal directories.