Module Values_2.IpamDiscoveredAccountSource

An 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.

Sourcetype nonrec t = {
  1. accountId : Values_0.String_.t option;
    (*

    The account ID.

    *)
  2. 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.

    *)
  3. failureReason : Values_1.IpamDiscoveryFailureReason.t option;
    (*

    The resource discovery failure reason.

    *)
  4. lastAttemptedDiscoveryTime : Values_0.MillisecondDateTime.t option;
    (*

    The last attempted resource discovery time.

    *)
  5. lastSuccessfulDiscoveryTime : Values_0.MillisecondDateTime.t option;
    (*

    The last successful resource discovery time.

    *)
  6. organizationalUnitId : Values_0.String_.t option;
    (*

    The ID of an Organizational Unit in Amazon Web Services Organizations.

    *)
}
Sourceval make : ?accountId:??? -> ?discoveryRegion:??? -> ?failureReason:??? -> ?lastAttemptedDiscoveryTime:??? -> ?lastSuccessfulDiscoveryTime:??? -> ?organizationalUnitId:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t