
Icon | Member | Description |
---|---|---|
![]() | AmazonCloudTrailClient()()()() |
Constructs AmazonCloudTrailClient 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="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() | AmazonCloudTrailClient(RegionEndpoint) |
Constructs AmazonCloudTrailClient 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="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() | AmazonCloudTrailClient(AmazonCloudTrailConfig) |
Constructs AmazonCloudTrailClient 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="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() | AmazonCloudTrailClient(AWSCredentials) |
Constructs AmazonCloudTrailClient with AWS Credentials
|
![]() | AmazonCloudTrailClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonCloudTrailClient with AWS Credentials
|
![]() | AmazonCloudTrailClient(AWSCredentials, AmazonCloudTrailConfig) |
Constructs AmazonCloudTrailClient with AWS Credentials and an
AmazonCloudTrailClient Configuration object.
|
![]() | AmazonCloudTrailClient(String, String) |
Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonCloudTrailClient(String, String, RegionEndpoint) |
Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonCloudTrailClient(String, String, AmazonCloudTrailConfig) |
Constructs AmazonCloudTrailClient with AWS Access Key ID, AWS Secret Key and an
AmazonCloudTrailClient 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.
|
![]() | AmazonCloudTrailClient(String, String, String) |
Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonCloudTrailClient(String, String, String, RegionEndpoint) |
Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key
|
![]() | AmazonCloudTrailClient(String, String, String, AmazonCloudTrailConfig) |
Constructs AmazonCloudTrailClient with AWS Access Key ID, AWS Secret Key and an
AmazonCloudTrailClient 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.
|