Class IpamPrefixListResolverRuleConditionRequest
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IpamPrefixListResolverRuleConditionRequest.Builder,IpamPrefixListResolverRuleConditionRequest>
Describes a condition used when creating or modifying resolver rules.
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:
-
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).
-
Scope resource CIDR: CIDRs for Amazon Web Services resources like VPCs, subnets, and EIPs within a specific IPAM scope.
Condition availability by resource type:
-
Only 2 of the 3 rule types support conditions - IPAM pool CIDR and Scope resource CIDR. Static CIDR rules cannot have conditions.
-
Condition available for the IPAM pool CIDR resource type:
-
Property:
-
IPAM Pool ID
-
CIDR (like 10.24.34.0/23)
-
-
Operation: Equals/Not equals
-
Value: The value on which to match the condition
-
-
Conditions for the Scope resource CIDR resource type:
-
Property:
-
Resource ID: The unique ID of a resource (like vpc-1234567890abcdef0)
-
Resource type (like VPC or Subnet)
-
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
-
-
When setting conditions for a rule, one or more conditions is required.
-
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final Stringcidr()A CIDR block to match against.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.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 RequestIpamResourceTagA tag key-value pair to match against.static Class<? extends IpamPrefixListResolverRuleConditionRequest.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
operation
The operation to perform when evaluating this condition.
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.
- See Also:
-
operationAsString
The operation to perform when evaluating this condition.
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.
- 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
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<IpamPrefixListResolverRuleConditionRequest.Builder,IpamPrefixListResolverRuleConditionRequest> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends IpamPrefixListResolverRuleConditionRequest.Builder> serializableBuilderClass() -
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-