Class IpamPrefixListResolverRuleCondition
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IpamPrefixListResolverRuleCondition.Builder,IpamPrefixListResolverRuleCondition>
Describes a condition within a CIDR selection rule. Conditions define the criteria for selecting CIDRs from IPAM's database based on resource attributes.
CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.
There are three rule types. Only 2 of the 3 rule types support conditions - IPAM pool CIDR and Scope resource CIDR. Static CIDR rules cannot have conditions.
-
Static CIDR: A fixed list of CIDRs that do not change (like a manual list replicated across Regions)
-
IPAM pool CIDR: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool)
If you choose this option, choose the following:
-
IPAM scope: Select the IPAM scope to search for resources
-
Conditions:
-
Property
-
IPAM pool ID: Select an IPAM pool that contains the resources
-
CIDR (like 10.24.34.0/23)
-
-
Operation: Equals/Not equals
-
Value: The value on which to match the condition
-
-
-
Scope resource CIDR: CIDRs from Amazon Web Services resources like VPCs, subnets, EIPs within an IPAM scope
If you choose this option, choose the following:
-
IPAM scope: Select the IPAM scope to search for resources
-
Resource type: Select a resource, like a VPC or subnet.
-
Conditions:
-
Property:
-
Resource ID: The unique ID of a resource (like vpc-1234567890abcdef0)
-
Resource owner (like 111122223333)
-
Resource region (like us-east-1)
-
Resource tag (like key: name, value: dev-vpc-1)
-
CIDR (like 10.24.34.0/23)
-
-
Operation: Equals/Not equals
-
Value: The value on which to match the condition
-
-
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final Stringcidr()A CIDR block to match against.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID of the IPAM pool to match against.The operation to perform when evaluating this condition.final StringThe operation to perform when evaluating this condition.final StringThe ID of the Amazon Web Services resource to match against.final StringThe Amazon Web Services account ID that owns the resources to match against.final StringThe Amazon Web Services Region where the resources are located.final IpamResourceTagA tag key-value pair to match against.static Class<? extends IpamPrefixListResolverRuleCondition.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
operation
The operation to perform when evaluating this condition. Valid values include
equals,not-equals,contains, andnot-contains.If the service returns an enum value that is not available in the current SDK version,
operationwill returnIpamPrefixListResolverRuleConditionOperation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationAsString().- Returns:
- The operation to perform when evaluating this condition. Valid values include
equals,not-equals,contains, andnot-contains. - See Also:
-
operationAsString
The operation to perform when evaluating this condition. Valid values include
equals,not-equals,contains, andnot-contains.If the service returns an enum value that is not available in the current SDK version,
operationwill returnIpamPrefixListResolverRuleConditionOperation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperationAsString().- Returns:
- The operation to perform when evaluating this condition. Valid values include
equals,not-equals,contains, andnot-contains. - See Also:
-
ipamPoolId
The ID of the IPAM pool to match against. This condition selects CIDRs that belong to the specified IPAM pool.
- Returns:
- The ID of the IPAM pool to match against. This condition selects CIDRs that belong to the specified IPAM pool.
-
resourceId
The ID of the Amazon Web Services resource to match against. This condition selects CIDRs associated with the specified resource.
- Returns:
- The ID of the Amazon Web Services resource to match against. This condition selects CIDRs associated with the specified resource.
-
resourceOwner
The Amazon Web Services account ID that owns the resources to match against. This condition selects CIDRs from resources owned by the specified account.
- Returns:
- The Amazon Web Services account ID that owns the resources to match against. This condition selects CIDRs from resources owned by the specified account.
-
resourceRegion
The Amazon Web Services Region where the resources are located. This condition selects CIDRs from resources in the specified Region.
- Returns:
- The Amazon Web Services Region where the resources are located. This condition selects CIDRs from resources in the specified Region.
-
resourceTag
A tag key-value pair to match against. This condition selects CIDRs from resources that have the specified tag.
- Returns:
- A tag key-value pair to match against. This condition selects CIDRs from resources that have the specified tag.
-
cidr
A CIDR block to match against. This condition selects CIDRs that fall within or match the specified CIDR range.
- Returns:
- A CIDR block to match against. This condition selects CIDRs that fall within or match the specified CIDR range.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<IpamPrefixListResolverRuleCondition.Builder,IpamPrefixListResolverRuleCondition>
-
builder
-
serializableBuilderClass
public static Class<? extends IpamPrefixListResolverRuleCondition.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-