Data.Cloud.AmazonAPI.TAmazonRegion
Delphi
TAmazonRegion = (amzrNotSpecified, amzrEUWest1, amzrEUWest2, amzrEUWest3, amzrEUCentral1,
amzrUSEast1, amzrUSWest1, amzrUSWest2, amzrAPSoutheast1, amzrAPSoutheast2,
amzrAPNortheast1, amzrAPNortheast2, amzrAPNortheast3, amzrSAEast1,
amzrUSClassic, amzrEU, amzrCNNorth1, amzrCNNorthwest1);
C++
enum DECLSPEC_DENUM TAmazonRegion : unsigned char { amzrNotSpecified, amzrEUWest1, amzrEUWest2, amzrEUWest3, amzrEUCentral1, amzrUSEast1, amzrUSWest1, amzrUSWest2, amzrAPSoutheast1, amzrAPSoutheast2, amzrAPNortheast1, amzrAPNortheast2, amzrAPNortheast3, amzrSAEast1, amzrUSClassic, amzrEU, amzrCNNorth1, amzrCNNorthwest1 };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | 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 an enumeration that specifies the regions that can be used with Amazon Services.
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. |