Class AWSRegion
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
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
stringThe system name of the region.