AWS SDK Version 4 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.

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.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.IpamPrefixListResolver

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

Syntax

C#
public class IpamPrefixListResolver

The IpamPrefixListResolver type exposes the following members

Constructors

NameDescription
Public Method IpamPrefixListResolver()

Properties

NameTypeDescription
Public Property AddressFamily Amazon.EC2.AddressFamily

Gets and sets the property AddressFamily.

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

Public Property Description System.String

Gets and sets the property Description.

The description of the IPAM prefix list resolver.

Public Property IpamArn System.String

Gets and sets the property IpamArn.

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

Public Property IpamPrefixListResolverArn System.String

Gets and sets the property IpamPrefixListResolverArn.

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

Public Property IpamPrefixListResolverId System.String

Gets and sets the property IpamPrefixListResolverId.

The ID of the IPAM prefix list resolver.

Public Property IpamRegion System.String

Gets and sets the property IpamRegion.

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

Public Property LastVersionCreationStatus Amazon.EC2.IpamPrefixListResolverVersionCreationStatus

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

Public Property LastVersionCreationStatusMessage System.String

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

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.

Public Property State Amazon.EC2.IpamPrefixListResolverState

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

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.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer