Data.Cloud.AmazonAPI.TAmazonConnectionInfo.AccountKey

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AccountKey: string read GetAccountKey write SetAccountKey default 0;

C++

__property AccountKey = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonConnectionInfo


Beschreibung

Repräsentiert den Schlüssel eines Kontos.

Die Eigenschaft AccountKey repräsentiert den geheimen Zugriffsschlüssel für ein Amazon-Konto. AccountKey ist eine 40 Zeichen lange Folge; zum Beispiel:

 kWcrlUX5JEDGM/LtmEENI/aVmYvHNif5zB+d9+ct

Siehe auch