aws-cdk-lib.aws_ec2.PrefixListOptions

interface PrefixListOptions

LanguageType name
.NETAmazon.CDK.AWS.EC2.PrefixListOptions
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#PrefixListOptions
Javasoftware.amazon.awscdk.services.ec2.PrefixListOptions
Pythonaws_cdk.aws_ec2.PrefixListOptions
TypeScript (source)aws-cdk-lib » aws_ec2 » PrefixListOptions

Options to add a prefix list.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const prefixListOptions: ec2.PrefixListOptions = {
  maxEntries: 123,
};

Properties

NameTypeDescription
maxEntries?numberThe maximum number of entries for the prefix list.

maxEntries?

Type: number (optional, default: Automatically-calculated)

The maximum number of entries for the prefix list.