View a markdown version of this page

AWS::EC2::IPAMPrefixListResolver - AWS CloudFormation

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

AWS::EC2::IPAMPrefixListResolver

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.

Syntax

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

JSON

{ "Type" : "AWS::EC2::IPAMPrefixListResolver", "Properties" : { "AddressFamily" : String, "Description" : String, "IpamId" : String, "Rules" : [ IpamPrefixListResolverRule, ... ], "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::EC2::IPAMPrefixListResolver Properties: AddressFamily: String Description: String IpamId: String Rules: - IpamPrefixListResolverRule Tags: - Tag

Properties

AddressFamily

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

Required: Yes

Type: String

Allowed values: ipv4 | ipv6

Update requires: Replacement

Description

The description of the IPAM prefix list resolver.

Required: No

Type: String

Update requires: No interruption

IpamId

The ID of the IPAM associated with this resolver.

Required: No

Type: String

Update requires: Replacement

Rules

CIDR selection rules for this resolver.

Required: No

Type: Array of IpamPrefixListResolverRule

Update requires: No interruption

Tags

The tags assigned to the IPAM prefix list resolver.

Required: No

Type: Array of Tag

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 ID. For example: ipam-plr-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.

IpamArn

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

IpamPrefixListResolverArn

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

IpamPrefixListResolverId

The ID of the IPAM prefix list resolver.

Warning Javascript is disabled or is unavailable in your browser.

To use the Amazon Web Services Documentation, Javascript must be enabled. Please refer to your browser's Help pages for instructions.

Did this page help you? - Yes

Thanks for letting us know we're doing a good job!

If you've got a moment, please tell us what we did right so we can do more of it.

Did this page help you? - No

Thanks for letting us know this page needs work. We're sorry we let you down.

If you've got a moment, please tell us how we can make the documentation better.

AltStyle によって変換されたページ (->オリジナル) /