Table of Contents

Class AppConfigAWSRegion

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Determines region based on application configuration settings. If the configuration does not contain the region setting key an InvalidOperationException is thrown.

public class AppConfigAWSRegion : AWSRegion
Inheritance
AppConfigAWSRegion
Inherited Members

Constructors

AppConfigAWSRegion()

Attempts to construct an instance of ApplicationConfigAWSRegion. If no region is found in the application configuration file then an InvalidOperationException is thrown.

public AppConfigAWSRegion()