AccountSource
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 AWS Lambda handler.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- accounts
-
The static list of accounts within an account pool.
Type: Array of AccountInfo objects
Array Members: Minimum number of 1 item. Maximum number of 25 items.
Required: No
- customAccountPoolHandler
-
The custom AWS Lambda handler within an account pool.
Type: CustomAccountPoolHandler object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: