Data.Cloud.AmazonAPI.TAmazonAccessControlPolicy.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp
| |
Unit: Data.Cloud.AmazonAPI | |
Parent: TAmazonAccessControlPolicy |
Delphi
constructor Create(const OwnerId, OwnerDisplayName: string; Grants: TList<TAmazonGrant>); virtual;
C++
__fastcall virtual TAmazonAccessControlPolicy(const System::UnicodeString OwnerId, const System::UnicodeString OwnerDisplayName, System::Generics::Collections::TList__1<TAmazonGrant>* Grants);
Description
Creates a new instance of TAmazonAccessControlPolicy.
The following table shows the significance of the parameters:
Parameter | Description |
---|---|
|
The ID of the policy owner. |
|
The display name of the policy owner. |
|
The list of grants, or nil to create an empty list. |