Create a client for the Amazon SQS 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 AmazonSQS CreateAmazonSQSClient(
	string awsAccessKey,
	string awsSecretAccessKey,
	AmazonSQSConfig config
)
Public Shared Function CreateAmazonSQSClient ( _
	awsAccessKey As String, _
	awsSecretAccessKey As String, _
	config As AmazonSQSConfig _
) As AmazonSQS
public:
static AmazonSQS^ CreateAmazonSQSClient(
	String^ awsAccessKey, 
	String^ awsSecretAccessKey, 
	AmazonSQSConfig^ config
)

Parameters

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

Return Value

An Amazon SQS client

Remarks

See Also