Values.CreateAccountPoolInputSourceCreates an account pool.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain where the account pool is created.
*)name : AccountPoolName.t;The name of the account pool.
*)description : Description.t option;The description of the account pool.
*)resolutionStrategy : ResolutionStrategy.t;The mechanism used to resolve the account selection from the account pool.
*)accountSource : AccountSource.t;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.
*)}val make :
?description:??? ->
domainIdentifier:DomainId.t ->
name:AccountPoolName.t ->
resolutionStrategy:ResolutionStrategy.t ->
accountSource:AccountSource.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.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 ])
list ]