Amazon.CloudWatch.AmazonCloudWatchClient.AmazonCloudWatchClient C# (CSharp) Метод

AmazonCloudWatchClient() публичный Метод

Constructs AmazonCloudWatchClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonCloudWatchClient ( AmazonCloudWatchConfig config ) : System
config AmazonCloudWatchConfig The AmazonCloudWatchClient Configuration Object
Результат System
        public AmazonCloudWatchClient(AmazonCloudWatchConfig config)
            : base(FallbackCredentialsFactory.GetCredentials(), config) { }

Same methods

AmazonCloudWatchClient::AmazonCloudWatchClient ( ) : System
AmazonCloudWatchClient::AmazonCloudWatchClient ( AWSCredentials credentials ) : System
AmazonCloudWatchClient::AmazonCloudWatchClient ( AWSCredentials credentials, AmazonCloudWatchConfig clientConfig ) : System
AmazonCloudWatchClient::AmazonCloudWatchClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonCloudWatchClient::AmazonCloudWatchClient ( RegionEndpoint region ) : System
AmazonCloudWatchClient::AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonCloudWatchClient::AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonCloudWatchConfig clientConfig ) : System
AmazonCloudWatchClient::AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonCloudWatchClient::AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonCloudWatchClient::AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonCloudWatchConfig clientConfig ) : System
AmazonCloudWatchClient::AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System