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