Class IpamPolicyAllocationRuleRequest

java.lang.Object
software.amazon.awssdk.services.ec2.model.IpamPolicyAllocationRuleRequest
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<IpamPolicyAllocationRuleRequest.Builder,IpamPolicyAllocationRuleRequest>

@Generated("software.amazon.awssdk:codegen") public final class IpamPolicyAllocationRuleRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpamPolicyAllocationRuleRequest.Builder,IpamPolicyAllocationRuleRequest>

Information about a requested 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.

See Also: