Values_2.IpamDiscoveredAccountSourceAn IPAM discovered account. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts.
type nonrec t = {accountId : Values_0.String_.t option;The account ID.
*)discoveryRegion : Values_0.String_.t option;The Amazon Web Services Region that the account information is returned from. An account can be discovered in multiple regions and will have a separate discovered account for each Region.
*)failureReason : Values_1.IpamDiscoveryFailureReason.t option;The resource discovery failure reason.
*)lastAttemptedDiscoveryTime : Values_0.MillisecondDateTime.t option;The last attempted resource discovery time.
*)lastSuccessfulDiscoveryTime : Values_0.MillisecondDateTime.t option;The last successful resource discovery time.
*)organizationalUnitId : Values_0.String_.t option;The ID of an Organizational Unit in Amazon Web Services Organizations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]