AWS::EC2::IPAMPrefixListResolverTarget - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::EC2::IPAMPrefixListResolverTarget

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 resources.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::EC2::IPAMPrefixListResolverTarget", "Properties" : { "DesiredVersion" : Integer, "IpamPrefixListResolverId" : String, "PrefixListId" : String, "PrefixListRegion" : String, "Tags" : [ Tag, ... ], "TrackLatestVersion" : Boolean } }

YAML

Type: AWS::EC2::IPAMPrefixListResolverTarget Properties: DesiredVersion: Integer IpamPrefixListResolverId: String PrefixListId: String PrefixListRegion: String Tags: - Tag TrackLatestVersion: Boolean

Properties

DesiredVersion

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

Required: No

Type: Integer

Update requires: No interruption

IpamPrefixListResolverId

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

Required: Yes

Type: String

Update requires: Replacement

PrefixListId

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

Required: Yes

Type: String

Update requires: Replacement

PrefixListRegion

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

Required: Yes

Type: String

Update requires: Replacement

Tags

The tags assigned to the IPAM prefix list resolver target.

Required: No

Type: Array of Tag

Update requires: No interruption

TrackLatestVersion

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

Required: Yes

Type: Boolean

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the prefix list resolver target ID. For example: ipam-plrt-111122223333.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

IpamPrefixListResolverTargetArn

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

IpamPrefixListResolverTargetId

The ID of the IPAM prefix list resolver target.