IpamPrefixListResolver
Describes an IPAM prefix list resolver.
An IPAM prefix list resolver is a component that manages the synchronization between IPAM's CIDR selection rules and customer-managed prefix lists. It automates connectivity configurations by selecting CIDRs from IPAM's database based on your business logic and synchronizing them with prefix lists used in resources such as VPC route tables and security groups.
Contents
- addressFamily
 - 
               
The address family (IPv4 or IPv6) for the IPAM prefix list resolver.
Type: String
Valid Values:
ipv4 | ipv6Required: No
 - description
 - 
               
The description of the IPAM prefix list resolver.
Type: String
Required: No
 - ipamArn
 - 
               
The Amazon Resource Name (ARN) of the IPAM associated with this resolver.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1283.
Required: No
 - ipamPrefixListResolverArn
 - 
               
The Amazon Resource Name (ARN) of the IPAM prefix list resolver.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1283.
Required: No
 - ipamPrefixListResolverId
 - 
               
The ID of the IPAM prefix list resolver.
Type: String
Required: No
 - ipamRegion
 - 
               
The Amazon Region where the associated IPAM is located.
Type: String
Required: No
 - lastVersionCreationStatus
 - 
               
The status for the last time a version was created.
Each version is a snapshot of what CIDRs matched your rules at that moment in time. The version number increments every time the CIDR list changes due to infrastructure changes.
Type: String
Valid Values:
pending | success | failureRequired: No
 - lastVersionCreationStatusMessage
 - 
               
The status message for the last time a version was created.
Each version is a snapshot of what CIDRs matched your rules at that moment in time. The version number increments every time the CIDR list changes due to infrastructure changes.
Type: String
Required: No
 - ownerId
 - 
               
The ID of the Amazon account that owns the IPAM prefix list resolver.
Type: String
Required: No
 - state
 - 
               
The current state of the IPAM prefix list resolver. Valid values include
create-in-progress,create-complete,create-failed,modify-in-progress,modify-complete,modify-failed,delete-in-progress,delete-complete, anddelete-failed.Type: String
Valid Values:
create-in-progress | create-complete | create-failed | modify-in-progress | modify-complete | modify-failed | delete-in-progress | delete-complete | delete-failed | isolate-in-progress | isolate-complete | restore-in-progressRequired: No
 - tagSet
 - 
               
The tags assigned to the IPAM prefix list resolver.
Type: Array of Tag objects
Required: No
 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: