Module Values_0.IpamPolicyAllocationRuleSource

Information about an IPAM policy allocation rule. Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.

Sourcetype nonrec t = {
  1. sourceIpamPoolId : IpamPoolId.t option;
    (*

    The ID of the source IPAM pool for the allocation rule. An IPAM pool is a collection of IP addresses in IPAM that can be allocated to Amazon Web Services resources.

    *)
}
Sourceval make : ?sourceIpamPoolId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IpamPoolId.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