Configures if the SDK should use a custom configuration file that defines the regions and endpoints.
CopyC#

<appSettings> <add key="AWSEndpointDefinition" value="c:\config\endpoints.xml"/> </appSettings>

C# |
public static string EndpointDefinition { get; set; }