IpamPrefixListResolverTarget
Describes an IPAM prefix list resolver target.
An IPAM prefix list resolver target is an association between a specific customer-managed prefix list and an IPAM prefix list resolver. The target enables the resolver to synchronize CIDRs selected by its rules into the specified prefix list, which can then be referenced in AWS resources.
Contents
- desiredVersion
 - 
               
The desired version of the prefix list that this target should synchronize with.
Type: Long
Required: No
 - ipamPrefixListResolverId
 - 
               
The ID of the IPAM prefix list resolver associated with this target.
Type: String
Required: No
 - ipamPrefixListResolverTargetArn
 - 
               
The Amazon Resource Name (ARN) of the IPAM prefix list resolver target.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1283.
Required: No
 - ipamPrefixListResolverTargetId
 - 
               
The ID of the IPAM prefix list resolver target.
Type: String
Required: No
 - lastSyncedVersion
 - 
               
The version of the prefix list that was last successfully synchronized by this target.
Type: Long
Required: No
 - ownerId
 - 
               
The ID of the AWS account that owns the IPAM prefix list resolver target.
Type: String
Required: No
 - prefixListId
 - 
               
The ID of the managed prefix list associated with this target.
Type: String
Required: No
 - prefixListRegion
 - 
               
The AWS Region where the prefix list associated with this target is located.
Type: String
Required: No
 - state
 - 
               
The current state of the IPAM prefix list resolver target. 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 | sync-in-progress | sync-complete | sync-failed | delete-in-progress | delete-complete | delete-failed | isolate-in-progress | isolate-complete | restore-in-progressRequired: No
 - stateMessage
 - 
               
A message describing the current state of the IPAM prefix list resolver target, including any error information.
Type: String
Required: No
 - tagSet
 - 
               
The tags assigned to the IPAM prefix list resolver target.
Type: Array of Tag objects
Required: No
 - trackLatestVersion
 - 
               
Indicates whether this target automatically tracks the latest version of the prefix list.
Type: Boolean
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: