Data.Cloud.AmazonAPI.TAmazonConnectionInfo.AccountKey

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Unit: Data.Cloud.AmazonAPI
Parent: TAmazonConnectionInfo

Delphi

property AccountKey;

C++

__property AccountKey = {default=0};

Description

Represents the key of an account.

The AccountKey property represents the secret access key to an Amazon account. The AccountKey is a 40-character sequence; for example:

 kWcrlUX5JEDGM/LtmEENI/aVmYvHNif5zB+d9+ct

See Also