Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNewClient ¶
func GetNewClient(awsRegion *string) *rdsdataservice.RDSDataService
Types ¶
type AuroraRDSConfig ¶
type AuroraRDSConfig struct { AwsRegion *string Database *string ResourceArn *string SecretArn *string RdsDataServiceClient *rdsdataservice.RDSDataService }
func GenerateAuroraRDSConfig ¶
func GenerateAuroraRDSConfig(awsRegion *string, dbName *string, dbResourceArn *string, dbSecretArn *string) *AuroraRDSConfig
type ExecuteSQLResponse ¶
type ExecuteSQLResponse struct {
GeneratedFields []*rdsdataservice.Field
}
func ExecuteSQL ¶
func ExecuteSQL(rdsConfig *AuroraRDSConfig, sql *string) *ExecuteSQLResponse
Click to show internal directories.
Click to hide internal directories.