AWS SDK for .NET Documentation
RegionEndpoint Class
AmazonAmazonRegionEndpoint Did this page help you?   Yes   No    Tell us about it...
This class contains the endpoints available to the AWS clients. The static constants representing the regions can be used while constructing the AWS client instead of looking up the exact endpoint URL.
Declaration Syntax
C#
public class RegionEndpoint
Members
All MembersMethodsPropertiesFields



IconMemberDescription
APNortheast1
The Asia Pacific (Tokyo) endpoint.

APSoutheast1
The Asia Pacific (Singapore) endpoint.

APSoutheast2
The Asia Pacific (Sydney) endpoint.

DisplayName
Gets the display name of a region.

EnumerableAllRegions
Enumerate through all the regions.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EUWest1
The EU West (Ireland) endpoint.

GetBySystemName(String)
Gets the region based on its system name like "us-west-1"

GetEndpointForService(String)
Gets the endpoint for a service in a region.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
LoadEndpointDefinitions(StreamReader)
Parse the endpoint definition. This method is only meant to be called directly for testing purposes.

SAEast1
The South America (Sao Paulo)endpoint.

SystemName
Gets the system name of a region.

ToString()()()() (Overrides Object.ToString()()()().)
UnloadEndpointDefinitions()()()()
This is a testing method and should not be called by production applications.

USEast1
The US East (Virginia) endpoint.

USGovCloudWest1
The US GovCloud West (Oregon)endpoint.

USWest1
The US West (N. California) endpoint.

USWest2
The US West (Oregon) endpoint.

Inheritance Hierarchy
Object
RegionEndpoint

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)