C# 클래스 Amazon.S3.S3Region

A list of all possible S3 Bucket region possibilities. For more information, refer to .
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
APN1 S3Region
APN2 S3Region
APS1 S3Region
APS2 S3Region
APS3 S3Region
CAN1 S3Region
CN1 S3Region
EU S3Region
EUC1 S3Region
EUW1 S3Region
EUW2 S3Region
GOVW1 S3Region
SAE1 S3Region
US S3Region
USE2 S3Region
USW1 S3Region
USW2 S3Region

공개 메소드들

메소드 설명
FindValue ( string value ) : S3Region

Finds the constant for the unique value.

S3Region ( string value ) : System

Construct instance of S3Region. It is not intended for this constructor to be called. Instead users should call the FindValue.

메소드 상세

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : S3Region
value string
리턴 S3Region

S3Region() 공개 메소드

Construct instance of S3Region. It is not intended for this constructor to be called. Instead users should call the FindValue.
public S3Region ( string value ) : System
value string
리턴 System

프로퍼티 상세

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

Specifies that the S3 Bucket should use the AP-NORTHEAST-1 locality.
public static S3Region,Amazon.S3 APN1
리턴 S3Region

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

Specifies that the S3 Bucket should use the AP-NORTHEAST-2 locality.
public static S3Region,Amazon.S3 APN2
리턴 S3Region

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

Specifies that the S3 Bucket should use the AP-SOUTHEAST-1 locality.
public static S3Region,Amazon.S3 APS1
리턴 S3Region

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

Specifies that the S3 Bucket should use the AP-SOUTHEAST-2 locality.
public static S3Region,Amazon.S3 APS2
리턴 S3Region

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

Specifies that the S3 Bucket should use the AP-SOUTH-1 locality.
public static S3Region,Amazon.S3 APS3
리턴 S3Region

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

Specifies that the S3 Bucket should use CA-CENTRAL-1 locality.
public static S3Region,Amazon.S3 CAN1
리턴 S3Region

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

Specifies that the S3 Bucket should use CN-NORTH-1 locality.
public static S3Region,Amazon.S3 CN1
리턴 S3Region

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

Specifies that the S3 Bucket should use EU locality which defaults to EU-WEST-1
public static S3Region,Amazon.S3 EU
리턴 S3Region

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

Specifies that the S3 Bucket should use the EU-CENTRAL-1 locality.
public static S3Region,Amazon.S3 EUC1
리턴 S3Region

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

Specifies that the S3 Bucket should use the EU-WEST-1 locality.
public static S3Region,Amazon.S3 EUW1
리턴 S3Region

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

Specifies that the S3 Bucket should use the EU-WEST-2 locality.
public static S3Region,Amazon.S3 EUW2
리턴 S3Region

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

Specifies that the S3 Bucket should use US-GOV-WEST-1 locality.
public static S3Region,Amazon.S3 GOVW1
리턴 S3Region

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

Specifies that the S3 Bucket should use the SA-EAST-1 locality.
public static S3Region,Amazon.S3 SAE1
리턴 S3Region

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

Specifies that the S3 Bucket should use US locality. This is the default value.
public static S3Region,Amazon.S3 US
리턴 S3Region

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

Specifies that the S3 Bucket should use US-EAST-2 locality.
public static S3Region,Amazon.S3 USE2
리턴 S3Region

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

Specifies that the S3 Bucket should use US-WEST-1 locality.
public static S3Region,Amazon.S3 USW1
리턴 S3Region

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

Specifies that the S3 Bucket should use US-WEST-2 locality.
public static S3Region,Amazon.S3 USW2
리턴 S3Region