Amazon.Shield.AmazonShieldClient.AmazonShieldClient C# (CSharp) Method

AmazonShieldClient() public method

Constructs AmazonShieldClient 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 AmazonShieldClient ( ) : System
return System
        public AmazonShieldClient()
            : base(FallbackCredentialsFactory.GetCredentials(), new AmazonShieldConfig()) { }

Same methods

AmazonShieldClient::AmazonShieldClient ( AWSCredentials credentials ) : System
AmazonShieldClient::AmazonShieldClient ( AWSCredentials credentials, AmazonShieldConfig clientConfig ) : System
AmazonShieldClient::AmazonShieldClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonShieldClient::AmazonShieldClient ( AmazonShieldConfig config ) : System
AmazonShieldClient::AmazonShieldClient ( RegionEndpoint region ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonShieldConfig clientConfig ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonShieldConfig clientConfig ) : System
AmazonShieldClient::AmazonShieldClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System