Module Values_2.IpamPolicyDocumentSource

Information about an IPAM policy.

Sourcetype nonrec t = {
  1. ipamPolicyId : Values_1.IpamPolicyId.t option;
    (*

    The ID of the IPAM policy.

    *)
  2. locale : Values_0.String_.t option;
    (*

    The locale of the IPAM policy document.

    *)
  3. resourceType : Values_1.IpamPolicyResourceType.t option;
    (*

    The resource type of the IPAM policy document. The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include: Elastic IP addresses

    *)
  4. allocationRules : Values_1.IpamPolicyAllocationRuleList.t option;
    (*

    The allocation rules in the IPAM policy document. 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.

    *)
}
Sourceval make : ?ipamPolicyId:??? -> ?locale:??? -> ?resourceType:??? -> ?allocationRules:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_1.IpamPolicyId.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