AWS::EC2::IPAMPrefixListResolverTargetResource Type definition for AWS::EC2::IPAMPrefixListResolverTarget.
import { CfnIPAMPrefixListResolverTarget } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnIPAMPrefixListResolverTargetConfiguration passed to the constructor as CfnIPAMPrefixListResolverTargetProps.
ipamPrefixListResolverIdRequiredstringThe Id of the IPAM Prefix List Resolver associated with this Target.
prefixListIdRequiredstringThe Id of the Managed Prefix List.
prefixListRegionRequiredstringThe region that the Managed Prefix List is located in.
trackLatestVersionRequiredboolean | IResolvableIndicates whether this Target automatically tracks the latest version of the Prefix List Resolver.
desiredVersionOptionalnumberThe desired version of the Prefix List Resolver that this Target should synchronize with.
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::IPAMPrefixListResolverTarget