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

Same methods

AmazonRedshiftClient::AmazonRedshiftClient ( AWSCredentials credentials ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AWSCredentials credentials, AmazonRedshiftConfig clientConfig ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AmazonRedshiftConfig config ) : 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