AWS SDK for .NET Documentation
AmazonRoute53Client Constructor (awsAccessKeyId, awsSecretAccessKey, clientConfig)
AmazonAmazon.Route53AmazonRoute53ClientAmazonRoute53Client(String, String, AmazonRoute53Config) Did this page help you?   Yes   No    Tell us about it...
Constructs AmazonRoute53Client with AWS Access Key ID, AWS Secret Key and an AmazonRoute53Client Configuration object. If the config object's UseSecureStringForAwsSecretKey is false, the AWS Secret Key is stored as a clear-text string. Please use this option only if the application environment doesn't allow the use of SecureStrings.
Declaration Syntax
C#
public AmazonRoute53Client(
	string awsAccessKeyId,
	string awsSecretAccessKey,
	AmazonRoute53Config clientConfig
)
Parameters
awsAccessKeyId (String)
AWS Access Key ID
awsSecretAccessKey (String)
AWS Secret Access Key
clientConfig (AmazonRoute53Config)
The AmazonRoute53Client Configuration Object

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)