Class CSMFallbackConfigChain
This class gets the CSM configuration if set. The priority goes
- App.config / instantiate on the AWSConfigs class
 - Environment variable
 - Shared Profile
 
public class CSMFallbackConfigChain
  - Inheritance
 - 
      
      CSMFallbackConfigChain
 
- Inherited Members
 
Constructors
CSMFallbackConfigChain()
public CSMFallbackConfigChain()
  Properties
AllGenerators
public List<CSMFallbackConfigChain.ConfigurationSource> AllGenerators { get; set; }
  Property Value
CSMConfiguration
public CSMConfiguration CSMConfiguration { get; }
  Property Value
ConfigSource
public string ConfigSource { get; set; }
  Property Value
Methods
GetCSMConfig()
public CSMConfiguration GetCSMConfig()