A managed prefix list.
import { PrefixList } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.PrefixListConfiguration passed to the constructor as PrefixListProps.
addressFamilyOptionalAddressFamilyThe address family of the prefix list.
Default: AddressFamily.IP_V4
entriesOptionalEntryProperty[]The list of entries for the prefix list.
Default: []
prefixListNameOptionalstringThe name of the prefix list.
Default: None
PrefixListOptionsmaxEntriesOptionalinherited from PrefixListOptionsnumberThe maximum number of entries for the prefix list.
Default: Automatically-calculated
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2