Create a client for the Amazon Route53 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 AmazonRoute53 CreateAmazonRoute53Client(
	string awsAccessKey,
	string awsSecretAccessKey,
	AmazonRoute53Config config
)
Public Shared Function CreateAmazonRoute53Client ( _
	awsAccessKey As String, _
	awsSecretAccessKey As String, _
	config As AmazonRoute53Config _
) As AmazonRoute53
public:
static AmazonRoute53^ CreateAmazonRoute53Client(
	String^ awsAccessKey, 
	String^ awsSecretAccessKey, 
	AmazonRoute53Config^ config
)

Parameters

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

Return Value

An Amazon Route53 client

Remarks

See Also