Interface IConfiguration
Interface to be used for configuration
Namespace: Innovt.Cloud
Assembly: Innovt.Cloud.dll
Syntax
public interface IConfiguration
Properties
| Edit this page View SourceAccessKey
Gets or sets the access key for accessing the service.
Declaration
string AccessKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Region
Gets or sets the region associated with the service.
Declaration
string Region { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretKey
Gets or sets the secret key for accessing the service.
Declaration
string SecretKey { get; set; }
Property Value
Type | Description |
---|---|
string |