Class IpamPolicyAllocationRule

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

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

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.

See Also: