Create a client for the Amazon CloudWatch 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 AmazonCloudWatch CreateAmazonCloudWatchClient( string awsAccessKey, string awsSecretAccessKey, AmazonCloudWatchConfig config )
Public Shared Function CreateAmazonCloudWatchClient ( _ awsAccessKey As String, _ awsSecretAccessKey As String, _ config As AmazonCloudWatchConfig _ ) As AmazonCloudWatch
public: static AmazonCloudWatch^ CreateAmazonCloudWatchClient( String^ awsAccessKey, String^ awsSecretAccessKey, AmazonCloudWatchConfig^ config )
Parameters
- awsAccessKey
- String
The AWS Access Key associated with the account
- awsSecretAccessKey
- String
The AWS Secret Access Key associated with the account
- config
- AmazonCloudWatchConfig
Configuration options for the service like HTTP Proxy, # of connections, etc