Data.Cloud.AmazonAPI.TAmazonRegion

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
type
typedef
Visibility: public
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: Data.Cloud.AmazonAPI

Delphi

unit Data.Cloud.AmazonAPI;
interface

C++

typedef System::UnicodeString TAmazonRegion;

Description

Regions that can be used with Amazon Services.

TAmazonRegion is a string type that specifies the regions that can be used with Amazon Services. The values are defined by AWS and depend on the AWS web farms, which adds new values over time. It is for this reason that this type converted from an enumerated type to a string type, allowing developers to use additional values.

The following values are available:

Value Description

amzrNotSpecified

The region is not specified.

amzrEUWest1

Amazon S3 servers located in Ireland.

amzrEUCentral1

Amazon S3 servers located in Frankfurt.

amzrUSEast1

Amazon S3 servers located in the United States.

amzrUSWest1

Amazon S3 servers located in Northern California (United States).

amzrUSWest2

Amazon S3 servers located in Oregon (United States).

amzrAPSoutheast1

Amazon S3 servers located in Singapore.

amzrAPSoutheast2

Amazon S3 servers located in Sydney.

amzrAPNortheast1

Amazon S3 servers located in Tokyo.

amzrSAEast1

Amazon S3 servers located in Sao Paulo.

amzrUSClassic

Amazon S3 servers located in the United States.

amzrEU

Amazon S3 servers located in Ireland.

See Also