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 Amazon Web Services resources.

Types

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

Properties

Link copied to clipboard

The desired version of the prefix list that this target should synchronize with.

Link copied to clipboard

The ID of the IPAM prefix list resolver associated with this target.

Link copied to clipboard

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

Link copied to clipboard

The ID of the IPAM prefix list resolver target.

Link copied to clipboard

The version of the prefix list that was last successfully synchronized by this target.

Link copied to clipboard

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

Link copied to clipboard

The ID of the managed prefix list associated with this target.

Link copied to clipboard

The Amazon Web Services Region where the prefix list associated with this target is located.

Link copied to clipboard

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

Link copied to clipboard

A message describing the current state of the IPAM prefix list resolver target, including any error information.

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

The tags assigned to the IPAM prefix list resolver target.

Link copied to clipboard

Indicates whether this target automatically tracks the latest version of the prefix list.

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