Class EnvironmentVariableAWSEndpointDiscoveryEnabled
Determines the endpoint discovery enabled value based on an environment variable. If no value is found in the environment then an InvalidOperationException is thrown.
[Obsolete("This class has been deprecated in favor of EnvironmentVariableAWSConfiguration.")]
public class EnvironmentVariableAWSEndpointDiscoveryEnabled
- Inheritance
-
EnvironmentVariableAWSEndpointDiscoveryEnabled
- Inherited Members
Constructors
EnvironmentVariableAWSEndpointDiscoveryEnabled()
Attempts to construct an instance of EnvironmentVariable AWS_ENABLED_ENDPOINT_DISCOVERY. If no value is found in the environment then an InvalidOperationException is thrown.
public EnvironmentVariableAWSEndpointDiscoveryEnabled()
Fields
ENVIRONMENT_VARIABLE_AWS_ENABLE_ENDPOINT_DISCOVERY
public const string ENVIRONMENT_VARIABLE_AWS_ENABLE_ENDPOINT_DISCOVERY = "AWS_ENABLE_ENDPOINT_DISCOVERY"
Field Value
Properties
Enabled
public bool Enabled { get; }