Table of Contents

Class CSMFallbackConfigChain

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

This class gets the CSM configuration if set. The priority goes

  1. App.config / instantiate on the AWSConfigs class
  2. Environment variable
  3. Shared Profile
public class CSMFallbackConfigChain
Inheritance
CSMFallbackConfigChain
Inherited Members

Constructors

CSMFallbackConfigChain()

public CSMFallbackConfigChain()

Properties

AllGenerators

public List<CSMFallbackConfigChain.ConfigurationSource> AllGenerators { get; set; }

Property Value

List<CSMFallbackConfigChain.ConfigurationSource>

CSMConfiguration

public CSMConfiguration CSMConfiguration { get; }

Property Value

CSMConfiguration

ConfigSource

public string ConfigSource { get; set; }

Property Value

string

Methods

GetCSMConfig()

public CSMConfiguration GetCSMConfig()

Returns

CSMConfiguration