Data.Cloud.AmazonAPI.TAmazonRegion
Delphi
type TAmazonRegion = UnicodeString;
C++
typedef System::UnicodeString TAmazonRegion;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | Data.Cloud.AmazonAPI |
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 |
---|---|
|
The region is not specified. |
|
Amazon S3 servers located in Ireland. |
|
Amazon S3 servers located in Frankfurt. |
|
Amazon S3 servers located in the United States. |
|
Amazon S3 servers located in Northern California (United States). |
|
Amazon S3 servers located in Oregon (United States). |
|
Amazon S3 servers located in Singapore. |
|
Amazon S3 servers located in Sydney. |
|
Amazon S3 servers located in Tokyo. |
|
Amazon S3 servers located in Sao Paulo. |
|
Amazon S3 servers located in the United States. |
|
Amazon S3 servers located in Ireland. |