Data.Cloud.AmazonAPI.TAmazonConnectionInfo Fields
InheritedProtected
| DefaultQueueEndpoint | public | DefaultQueueEndpoint: string = queue.amazonaws.com; |
| DefaultRegion | public | DefaultRegion: TAmazonRegion = amzrUSEast1; |
| DefaultStorageEndpoint | public | DefaultStorageEndpoint: string = s3.amazonaws.com; |
| DefaultTableEndpoint | public | DefaultTableEndpoint: string = sdb.amazonaws.com; |
| FAccountKey | protected | Specifies the account key or password used for authenticating the service. |
| FAccountName | protected | Specifies the account name used for authentication with the service. |
| FComponentStyle | protected | FComponentStyle is the field of the ComponentStyle read-only property. |
| FProtocol | protected | Specifies the protocol to use as part of the service URL (HTTP or HTTPS). |
| FRequestProxyHost | protected | Specifies the proxy host to use for the HTTP requests to the cloud, or an empty string to use none. |
| FRequestProxyPort | protected | Specifies the proxy host's port to use for the HTTP requests to the cloud. |
| FUseDefaultEndpoints | protected | Specifies whether the connection uses the default service or not. |
| RegionQueueEndpoint | public | RegionQueueEndpoint: string = %%s.queue.amazonaws.com; |
| RegionStorageEndpoint | public | RegionStorageEndpoint: string = s3.%%s.amazonaws.com; |
| RegionTableEndpoint | public | RegionTableEndpoint: string = sdb.%%s.amazonaws.com; |