Amazon.Redshift.AmazonRedshiftClient.AmazonRedshiftClient C# (CSharp) Метод

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

Constructs AmazonRedshiftClient 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 AmazonRedshiftClient ( AmazonRedshiftConfig config ) : System
config AmazonRedshiftConfig The AmazonRedshiftClient Configuration Object
Результат System
        public AmazonRedshiftClient(AmazonRedshiftConfig config)
            : base(FallbackCredentialsFactory.GetCredentials(), config) { }

Same methods

AmazonRedshiftClient::AmazonRedshiftClient ( ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AWSCredentials credentials ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AWSCredentials credentials, AmazonRedshiftConfig clientConfig ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( RegionEndpoint region ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonRedshiftConfig clientConfig ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonRedshiftConfig clientConfig ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
AmazonRedshiftClient