Data.Cloud.AmazonAPI.TAmazonRegion

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TAmazonRegion = UnicodeString;

C++

typedef System::UnicodeString TAmazonRegion;

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI Data.Cloud.AmazonAPI


説明

Amazon のサービスで使用できる地域を表します。

TAmazonRegion は、Amazon のサービスで使用できる地域を指定する列挙体です。

使用可能な値は以下のとおりです。

説明

amzrNotSpecified

地域は指定されていません。

amzrEUWest1

アイルランドにある Amazon S3 サーバー。

amzrEUCentral1

フランクフルトにある Amazon S3 サーバー。

amzrUSEast1

米国にある Amazon S3 サーバー。

amzrUSWest1

北カリフォルニア(米国)にある Amazon S3 サーバー。

amzrUSWest2

オレゴン(米国)にある Amazon S3 サーバー。

amzrAPSoutheast1

シンガポールにある Amazon S3 サーバー。

amzrAPSoutheast2

シドニーにある Amazon S3 サーバー。

amzrAPNortheast1

東京にある Amazon S3 サーバー。

amzrSAEast1

サンパウロにある Amazon S3 サーバー。

amzrUSClassic

米国にある Amazon S3 サーバー。

amzrEU

アイルランドにある Amazon S3 サーバー。

関連項目