AWSSDK.Core by Amazon Web Services

<PackageReference Include="AWSSDK.Core" Version="3.3.13.3" />

 RootConfig

public class RootConfig
Root AWS config
public string ApplicationName { get; set; }

public bool CorrectForClockSkew { get; set; }

public string EndpointDefinition { get; set; }

public LoggingConfig Logging { get; }

public string ProfileName { get; set; }

public string ProfilesLocation { get; set; }

public ProxyConfig Proxy { get; }

public string Region { get; set; }

public RegionEndpoint RegionEndpoint { get; set; }

public bool UseSdkCache { get; set; }

public RootConfig()

public XElement GetServiceSection(string service)