Create a client for the Amazon RDS service with the specified configuration
Namespace: AmazonAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public static AmazonRDS CreateAmazonRDSClient( string awsAccessKey, string awsSecretAccessKey, AmazonRDSConfig config )
Public Shared Function CreateAmazonRDSClient ( _ awsAccessKey As String, _ awsSecretAccessKey As String, _ config As AmazonRDSConfig _ ) As AmazonRDS
public: static AmazonRDS^ CreateAmazonRDSClient( String^ awsAccessKey, String^ awsSecretAccessKey, AmazonRDSConfig^ config )
Parameters
- awsAccessKey
- String
The AWS Access Key associated with the account
- awsSecretAccessKey
- String
The AWS Secret Access Key associated with the account
- config
- AmazonRDSConfig
Configuration options for the service like HTTP Proxy, # of connections, etc