C# 클래스 Amazon.RegionEndpoint

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.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
APNortheast1 RegionEndpoint
APNortheast2 RegionEndpoint
APSouth1 RegionEndpoint
APSoutheast1 RegionEndpoint
APSoutheast2 RegionEndpoint
CACentral1 RegionEndpoint
CNNorth1 RegionEndpoint
EUCentral1 RegionEndpoint
EUWest1 RegionEndpoint
EUWest2 RegionEndpoint
SAEast1 RegionEndpoint
USEast1 RegionEndpoint
USEast2 RegionEndpoint
USGovCloudWest1 RegionEndpoint
USWest1 RegionEndpoint
USWest2 RegionEndpoint

Private Properties

프로퍼티 타입 설명
NewEndpoint RegionEndpoint
RegionEndpoint Amazon.Internal

공개 메소드들

메소드 설명
GetBySystemName ( string systemName ) : RegionEndpoint

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

비공개 메소드들

메소드 설명
NewEndpoint ( string systemName, string displayName ) : RegionEndpoint
RegionEndpoint ( string systemName, string displayName ) : Amazon.Internal

메소드 상세

GetBySystemName() 공개 정적인 메소드

Gets the region based on its system name like "us-west-1"
public static GetBySystemName ( string systemName ) : RegionEndpoint
systemName string The system name of the service like "us-west-1"
리턴 RegionEndpoint

GetEndpointForService() 공개 메소드

Gets the endpoint for a service in a region.
Thrown when the request service does not have a valid endpoint in the region.
public GetEndpointForService ( string serviceName ) : Endpoint
serviceName string The services system name.
리턴 Endpoint

GetEndpointForService() 공개 메소드

Gets the endpoint for a service in a region, optionally selecting a dualstack compatible endpoint.
Thrown when the request service does not have a valid endpoint in the region.
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. ///
리턴 Endpoint

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

APNortheast1 공개적으로 정적으로 프로퍼티

The Asia Pacific (Tokyo) endpoint.
public static RegionEndpoint,Amazon APNortheast1
리턴 RegionEndpoint

APNortheast2 공개적으로 정적으로 프로퍼티

The Asia Pacific (Seoul) endpoint.
public static RegionEndpoint,Amazon APNortheast2
리턴 RegionEndpoint

APSouth1 공개적으로 정적으로 프로퍼티

The Asia Pacific (Mumbai) endpoint.
public static RegionEndpoint,Amazon APSouth1
리턴 RegionEndpoint

APSoutheast1 공개적으로 정적으로 프로퍼티

The Asia Pacific (Singapore) endpoint.
public static RegionEndpoint,Amazon APSoutheast1
리턴 RegionEndpoint

APSoutheast2 공개적으로 정적으로 프로퍼티

The Asia Pacific (Sydney) endpoint.
public static RegionEndpoint,Amazon APSoutheast2
리턴 RegionEndpoint

CACentral1 공개적으로 정적으로 프로퍼티

The Canada (Central) endpoint.
public static RegionEndpoint,Amazon CACentral1
리턴 RegionEndpoint

CNNorth1 공개적으로 정적으로 프로퍼티

The China (Beijing) endpoint.
public static RegionEndpoint,Amazon CNNorth1
리턴 RegionEndpoint

EUCentral1 공개적으로 정적으로 프로퍼티

The EU Central (Frankfurt) endpoint.
public static RegionEndpoint,Amazon EUCentral1
리턴 RegionEndpoint

EUWest1 공개적으로 정적으로 프로퍼티

The EU West (Ireland) endpoint.
public static RegionEndpoint,Amazon EUWest1
리턴 RegionEndpoint

EUWest2 공개적으로 정적으로 프로퍼티

The EU West (London) endpoint.
public static RegionEndpoint,Amazon EUWest2
리턴 RegionEndpoint

SAEast1 공개적으로 정적으로 프로퍼티

The South America (Sao Paulo) endpoint.
public static RegionEndpoint,Amazon SAEast1
리턴 RegionEndpoint

USEast1 공개적으로 정적으로 프로퍼티

The US East (Virginia) endpoint.
public static RegionEndpoint,Amazon USEast1
리턴 RegionEndpoint

USEast2 공개적으로 정적으로 프로퍼티

The US East (Ohio) endpoint.
public static RegionEndpoint,Amazon USEast2
리턴 RegionEndpoint

USGovCloudWest1 공개적으로 정적으로 프로퍼티

The US GovCloud West (Oregon) endpoint.
public static RegionEndpoint,Amazon USGovCloudWest1
리턴 RegionEndpoint

USWest1 공개적으로 정적으로 프로퍼티

The US West (N. California) endpoint.
public static RegionEndpoint,Amazon USWest1
리턴 RegionEndpoint

USWest2 공개적으로 정적으로 프로퍼티

The US West (Oregon) endpoint.
public static RegionEndpoint,Amazon USWest2
리턴 RegionEndpoint