AWS SDK for .NET Documentation
AmazonSimpleNotificationServiceClient Constructor (awsAccessKeyId, awsSecretAccessKey, config)
AmazonAmazon.SimpleNotificationServiceAmazonSimpleNotificationServiceClientAmazonSimpleNotificationServiceClient(String, String, AmazonSimpleNotificationServiceConfig) Did this page help you?   Yes   No    Tell us about it...
Constructs AmazonSimpleNotificationServiceClient with AWS Access Key ID, AWS Secret Key and an AmazonSimpleNotificationService 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 AmazonSimpleNotificationServiceClient(
	string awsAccessKeyId,
	string awsSecretAccessKey,
	AmazonSimpleNotificationServiceConfig config
)
Parameters
awsAccessKeyId (String)
AWS Access Key ID
awsSecretAccessKey (String)
AWS Secret Access Key
config (AmazonSimpleNotificationServiceConfig)
The AmazonSimpleNotificationService Configuration Object

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