Data.Cloud.AmazonAPI.TAmazonConnectionInfo.AccountKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AccountKey: string read GetAccountKey write FAccountKey default 0;

C++

__property AccountKey = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonConnectionInfo

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