Create a client for the Amazon ElastiCache Service with the specified configuration

Namespace: Amazon
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static AmazonElastiCache CreateAmazonElastiCacheClient(
	string awsAccessKey,
	string awsSecretAccessKey,
	AmazonElastiCacheConfig config
)
Public Shared Function CreateAmazonElastiCacheClient ( _
	awsAccessKey As String, _
	awsSecretAccessKey As String, _
	config As AmazonElastiCacheConfig _
) As AmazonElastiCache
public:
static AmazonElastiCache^ CreateAmazonElastiCacheClient(
	String^ awsAccessKey, 
	String^ awsSecretAccessKey, 
	AmazonElastiCacheConfig^ config
)

Parameters

awsAccessKey
String
The AWS Access Key associated with the account
awsSecretAccessKey
String
The AWS Secret Access Key associated with the account
config
AmazonElastiCacheConfig
Configuration options for the service like HTTP Proxy, # of connections, etc

Return Value

An Amazon ElastiCache client

Remarks

See Also