/AWS1/CL_DZNACCOUNTSOURCE¶
The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_accounts TYPE /AWS1/CL_DZNACCOUNTINFO=>TT_ACCOUNTINFOLIST TT_ACCOUNTINFOLIST¶
The static list of accounts within an account pool.
io_customaccountpoolhandler TYPE REF TO /AWS1/CL_DZNCUSTACCPOOLHANDLER /AWS1/CL_DZNCUSTACCPOOLHANDLER¶
The custom Amazon Web Services Lambda handler within an account pool.
Queryable Attributes¶
accounts¶
The static list of accounts within an account pool.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTS() |
Getter for ACCOUNTS, with configurable default |
ASK_ACCOUNTS() |
Getter for ACCOUNTS w/ exceptions if field has no value |
HAS_ACCOUNTS() |
Determine if ACCOUNTS has a value |
customAccountPoolHandler¶
The custom Amazon Web Services Lambda handler within an account pool.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMACCOUNTPOOLHANDLER() |
Getter for CUSTOMACCOUNTPOOLHANDLER |