Interface IAwsConfiguration
Assembly: Innovt.Cloud.AWS.dll
Syntax
[CLSCompliant(false)]
public interface IAwsConfiguration : IConfiguration
Properties
|
Edit this page
View Source
AccountNumber
Declaration
string AccountNumber { get; set; }
Property Value
|
Edit this page
View Source
Profile
Declaration
string Profile { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetCredential()
Declaration
AWSCredentials GetCredential()
Returns
| Type |
Description |
| AWSCredentials |
|
Extension Methods