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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address family (IPv4 or IPv6) for the IPAM prefix list resolver.

Link copied to clipboard

The description of the IPAM prefix list resolver.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IPAM associated with this resolver.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IPAM prefix list resolver.

Link copied to clipboard

The ID of the IPAM prefix list resolver.

Link copied to clipboard

The Amazon Web Services Region where the associated IPAM is located.

Link copied to clipboard

The status for the last time a version was created.

Link copied to clipboard

The status message for the last time a version was created.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the IPAM prefix list resolver.

Link copied to clipboard

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, and delete-failed.

Link copied to clipboard
val tags: List<Tag>?

The tags assigned to the IPAM prefix list resolver.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String