Class RootConfig
Root AWS config
public class RootConfig
- Inheritance
-
RootConfig
- Inherited Members
Constructors
RootConfig()
public RootConfig()
Properties
ApplicationName
public string ApplicationName { get; set; }
Property Value
CSMClientId
public string CSMClientId { get; set; }
Property Value
CSMConfig
public CSMConfig CSMConfig { get; set; }
Property Value
CSMEnabled
public bool? CSMEnabled { get; set; }
Property Value
- bool?
CSMPort
public int? CSMPort { get; set; }
Property Value
- int?
CorrectForClockSkew
public bool CorrectForClockSkew { get; set; }
Property Value
EndpointDefinition
public string EndpointDefinition { get; set; }
Property Value
Logging
public LoggingConfig Logging { get; }
Property Value
ProfileName
public string ProfileName { get; set; }
Property Value
ProfilesLocation
public string ProfilesLocation { get; set; }
Property Value
Proxy
public ProxyConfig Proxy { get; }
Property Value
Region
public string Region { get; set; }
Property Value
RegionEndpoint
public RegionEndpoint RegionEndpoint { get; set; }
Property Value
UseAlternateUserAgentHeader
public bool UseAlternateUserAgentHeader { get; set; }
Property Value
UseSdkCache
public bool UseSdkCache { get; set; }
Property Value
Methods
GetServiceSection(string)
public XElement GetServiceSection(string service)
Parameters
service
string
Returns
- XElement