Table of Contents

Class InternalConfiguration

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

InternalConfiguration holds the cached SDK configuration values obtained from the environment and profile configuration factories. These configuration values are loaded internally and are not the same as user exposed AWSConfigs.

public class InternalConfiguration
Inheritance
InternalConfiguration
Derived
Inherited Members

Constructors

InternalConfiguration()

public InternalConfiguration()

Properties

EndpointDiscoveryEnabled

Flag indicating if Endpoint Discovery is enabled.

public bool? EndpointDiscoveryEnabled { get; set; }

Property Value

bool?

MaxAttempts

The max number of request attempts.

public int? MaxAttempts { get; set; }

Property Value

int?

RetryMode

The retry mode to use: Legacy, Standard, or Adaptive.

public RequestRetryMode? RetryMode { get; set; }

Property Value

RequestRetryMode?