Property | Type | Description | |
---|---|---|---|
APNortheast1 | |||
APNortheast2 | |||
APSouth1 | |||
APSoutheast1 | |||
APSoutheast2 | |||
CACentral1 | |||
CNNorth1 | |||
EUCentral1 | |||
EUWest1 | |||
EUWest2 | |||
SAEast1 | |||
USEast1 | |||
USEast2 | |||
USGovCloudWest1 | |||
USWest1 | |||
USWest2 |
Property | Type | Description | |
---|---|---|---|
NewEndpoint | |||
RegionEndpoint | Amazon.Internal |
Method | Description | |
---|---|---|
GetBySystemName ( string systemName ) : |
Gets the region based on its system name like "us-west-1"
|
|
GetEndpointForService ( string serviceName ) : Endpoint |
Gets the endpoint for a service in a region.
|
|
GetEndpointForService ( string serviceName, bool dualStack ) : Endpoint |
Gets the endpoint for a service in a region, optionally selecting a dualstack compatible endpoint.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
NewEndpoint ( string systemName, string displayName ) : |
||
RegionEndpoint ( string systemName, string displayName ) : Amazon.Internal |
public static GetBySystemName ( string systemName ) : |
||
systemName | string | The system name of the service like "us-west-1" |
return |
public GetEndpointForService ( string serviceName ) : Endpoint | ||
serviceName | string | The services system name. |
return | Endpoint |
public GetEndpointForService ( string serviceName, bool dualStack ) : Endpoint | ||
serviceName | string | The services system name. |
dualStack | bool | /// If true a dualstack endpoint is returned. It is the user's responsibility to verify that the given service /// supports a dualstack endpoint for the region. /// |
return | Endpoint |
public static RegionEndpoint,Amazon APNortheast1 | ||
return |
public static RegionEndpoint,Amazon APNortheast2 | ||
return |
public static RegionEndpoint,Amazon APSouth1 | ||
return |
public static RegionEndpoint,Amazon APSoutheast1 | ||
return |
public static RegionEndpoint,Amazon APSoutheast2 | ||
return |
public static RegionEndpoint,Amazon CACentral1 | ||
return |
public static RegionEndpoint,Amazon CNNorth1 | ||
return |
public static RegionEndpoint,Amazon EUCentral1 | ||
return |
public static RegionEndpoint,Amazon EUWest1 | ||
return |
public static RegionEndpoint,Amazon EUWest2 | ||
return |
public static RegionEndpoint,Amazon SAEast1 | ||
return |
public static RegionEndpoint,Amazon USEast1 | ||
return |
public static RegionEndpoint,Amazon USEast2 | ||
return |
public static RegionEndpoint,Amazon USGovCloudWest1 | ||
return |
public static RegionEndpoint,Amazon USWest1 | ||
return |