AWS::EC2::IPAMPrefixListResolverResource Type definition for AWS::EC2::IPAMPrefixListResolver.
import { CfnIPAMPrefixListResolver } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnIPAMPrefixListResolverConfiguration passed to the constructor as CfnIPAMPrefixListResolverProps.
addressFamilyRequiredstringThe address family of the address space in this Prefix List Resolver. Either IPv4 or IPv6.
descriptionOptionalstringipamIdOptionalstringThe Id of the IPAM this Prefix List Resolver is a part of.
rulesOptionalIResolvable | IResolvable | IpamPrefixListResolverRuleProperty[]Rules define the business logic for selecting CIDRs from IPAM.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2AWS::EC2::IPAMPrefixListResolver