Table of Contents

Class AWSRegion

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Base class for determining region based on inspection.

public abstract class AWSRegion
Inheritance
AWSRegion
Derived
Inherited Members

Constructors

AWSRegion()

protected AWSRegion()

Properties

Region

public RegionEndpoint Region { get; protected set; }

Property Value

RegionEndpoint

Methods

SetRegionFromName(string)

Sets the Region property by looking up the corresponding RegionEndpoint from the supplied region system name (us-east-1, us-west-2 etc).

protected void SetRegionFromName(string regionSystemName)

Parameters

regionSystemName string

The system name of the region.