Create a client for the Amazon DynamoDB 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 AmazonDynamoDB CreateAmazonDynamoDBClient(
	string awsAccessKey,
	string awsSecretAccessKey,
	AmazonDynamoDBConfig config
)
Public Shared Function CreateAmazonDynamoDBClient ( _
	awsAccessKey As String, _
	awsSecretAccessKey As String, _
	config As AmazonDynamoDBConfig _
) As AmazonDynamoDB
public:
static AmazonDynamoDB^ CreateAmazonDynamoDBClient(
	String^ awsAccessKey, 
	String^ awsSecretAccessKey, 
	AmazonDynamoDBConfig^ config
)

Parameters

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

Return Value

An Amazon DynamoDB client

Remarks

See Also