Values_2.IpamResourceDiscoverySourceA resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
type nonrec t = {ownerId : Values_0.String_.t option;The ID of the owner.
*)ipamResourceDiscoveryId : Values_1.IpamResourceDiscoveryId.t option;The resource discovery ID.
*)ipamResourceDiscoveryArn : Values_0.String_.t option;The resource discovery Amazon Resource Name (ARN).
*)ipamResourceDiscoveryRegion : Values_0.String_.t option;The resource discovery Region.
*)description : Values_0.String_.t option;The resource discovery description.
*)operatingRegions : Values_1.IpamOperatingRegionSet.t option;The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
*)isDefault : Values_0.Boolean.t option;Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.
*)state : Values_1.IpamResourceDiscoveryState.t option;The lifecycle state of the resource discovery. create-in-progress - Resource discovery is being created. create-complete - Resource discovery creation is complete. create-failed - Resource discovery creation has failed. modify-in-progress - Resource discovery is being modified. modify-complete - Resource discovery modification is complete. modify-failed - Resource discovery modification has failed. delete-in-progress - Resource discovery is being deleted. delete-complete - Resource discovery deletion is complete. delete-failed - Resource discovery deletion has failed. isolate-in-progress - Amazon Web Services account that created the resource discovery has been removed and the resource discovery is being isolated. isolate-complete - Resource discovery isolation is complete. restore-in-progress - Amazon Web Services account that created the resource discovery and was isolated has been restored.
*)organizationalUnitExclusions : Values_1.IpamOrganizationalUnitExclusionSet.t
option;If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of Values_0.String_.t ]) list ]
list
| `String of Values_0.String_.t ])
list ]