Table of Contents

Class RootConfig

Namespace
Amazon.Util.Internal
Assembly
AWSSDK.Core.dll

Root AWS config

public class RootConfig
Inheritance
RootConfig
Inherited Members

Constructors

RootConfig()

public RootConfig()

Properties

ApplicationName

public string ApplicationName { get; set; }

Property Value

string

CSMClientId

public string CSMClientId { get; set; }

Property Value

string

CSMConfig

public CSMConfig CSMConfig { get; set; }

Property Value

CSMConfig

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

bool

EndpointDefinition

public string EndpointDefinition { get; set; }

Property Value

string

Logging

public LoggingConfig Logging { get; }

Property Value

LoggingConfig

ProfileName

public string ProfileName { get; set; }

Property Value

string

ProfilesLocation

public string ProfilesLocation { get; set; }

Property Value

string

Proxy

public ProxyConfig Proxy { get; }

Property Value

ProxyConfig

Region

public string Region { get; set; }

Property Value

string

RegionEndpoint

public RegionEndpoint RegionEndpoint { get; set; }

Property Value

RegionEndpoint

UseAlternateUserAgentHeader

public bool UseAlternateUserAgentHeader { get; set; }

Property Value

bool

UseSdkCache

public bool UseSdkCache { get; set; }

Property Value

bool

Methods

GetServiceSection(string)

public XElement GetServiceSection(string service)

Parameters

service string

Returns

XElement