Values.AccountSourceSourceThe 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.
type nonrec t = {accounts : AccountInfoList.t option;The static list of accounts within an account pool.
*)customAccountPoolHandler : CustomAccountPoolHandler.t option;The custom Amazon Web Services Lambda handler within an account pool.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of AwsRegion.t ] list
| `String of AwsAccountId.t ])
list ]
list
| `Structure of (string * [> `String of LambdaFunctionArn.t ]) list ])
list ]