Values_2.IpamSourceIPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.
type nonrec t = {ownerId : Values_0.String_.t option;The Amazon Web Services account ID of the owner of the IPAM.
*)ipamId : Values_1.IpamId.t option;The ID of the IPAM.
*)ipamArn : Values_0.ResourceArn.t option;The Amazon Resource Name (ARN) of the IPAM.
*)ipamRegion : Values_0.String_.t option;The Amazon Web Services Region of the IPAM.
*)publicDefaultScopeId : Values_1.IpamScopeId.t option;The ID of the IPAM's default public scope.
*)privateDefaultScopeId : Values_1.IpamScopeId.t option;The ID of the IPAM's default private scope.
*)scopeCount : Values_0.Integer.t option;The number of scopes in the IPAM. The scope quota is 5. For more information on quotas, see Quotas in IPAM in the Amazon VPC IPAM User Guide.
*)description : Values_0.String_.t option;The description for the IPAM.
*)operatingRegions : Values_1.IpamOperatingRegionSet.t option;The operating Regions for an IPAM. 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. For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
*)state : Values_1.IpamState.t option;The state of the IPAM.
*)defaultResourceDiscoveryId : Values_1.IpamResourceDiscoveryId.t option;The IPAM's default resource discovery ID.
*)defaultResourceDiscoveryAssociationId : Values_1.IpamResourceDiscoveryAssociationId.t
option;The IPAM's default resource discovery association ID.
*)resourceDiscoveryAssociationCount : Values_0.Integer.t option;The IPAM's resource discovery association count.
*)stateMessage : Values_0.String_.t option;The state message.
*)tier : Values_1.IpamTier.t option;IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
*)enablePrivateGua : Values_0.Boolean.t option;Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.
*)meteredAccount : Values_1.IpamMeteredAccount.t option;A metered account is an Amazon Web Services account that is charged for active IP addresses managed in IPAM. For more information, see Enable cost distribution in the Amazon VPC IPAM User Guide. Possible values: ipam-owner (default): The Amazon Web Services account which owns the IPAM is charged for all active IP addresses managed in IPAM. resource-owner: The Amazon Web Services account that owns the IP address is charged for the active IP address.
*)}val make :
?ownerId:??? ->
?ipamId:??? ->
?ipamArn:??? ->
?ipamRegion:??? ->
?publicDefaultScopeId:??? ->
?privateDefaultScopeId:??? ->
?scopeCount:??? ->
?description:??? ->
?operatingRegions:??? ->
?state:??? ->
?tags:??? ->
?defaultResourceDiscoveryId:??? ->
?defaultResourceDiscoveryAssociationId:??? ->
?resourceDiscoveryAssociationCount:??? ->
?stateMessage:??? ->
?tier:??? ->
?enablePrivateGua:??? ->
?meteredAccount:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of (string * [> `String of Values_0.String_.t ]) list ]
list
| `String of Values_0.String_.t ])
list ]