AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.IpamPrefixListResolverTarget

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class IpamPrefixListResolverTarget

The IpamPrefixListResolverTarget type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DesiredVersion System.Int64

Gets and sets the property DesiredVersion.

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

Public Property IpamPrefixListResolverId System.String

Gets and sets the property IpamPrefixListResolverId.

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

Public Property IpamPrefixListResolverTargetArn System.String

Gets and sets the property IpamPrefixListResolverTargetArn.

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

Public Property IpamPrefixListResolverTargetId System.String

Gets and sets the property IpamPrefixListResolverTargetId.

The ID of the IPAM prefix list resolver target.

Public Property LastSyncedVersion System.Int64

Gets and sets the property LastSyncedVersion.

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

Public Property OwnerId System.String

Gets and sets the property OwnerId.

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

Public Property PrefixListId System.String

Gets and sets the property PrefixListId.

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

Public Property PrefixListRegion System.String

Gets and sets the property PrefixListRegion.

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

Public Property State Amazon.EC2.IpamPrefixListResolverTargetState

Gets and sets the property 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, and delete-failed.

Public Property StateMessage System.String

Gets and sets the property StateMessage.

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

Public Property Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

The tags assigned to the IPAM prefix list resolver target.

Public Property TrackLatestVersion System.Boolean

Gets and sets the property TrackLatestVersion.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5