interface PrefixListOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.PrefixListOptions |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#PrefixListOptions |
![]() | software.amazon.awscdk.services.ec2.PrefixListOptions |
![]() | aws_cdk.aws_ec2.PrefixListOptions |
![]() | 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
Name | Type | Description |
---|---|---|
max | number | The maximum number of entries for the prefix list. |
maxEntries?
Type:
number
(optional, default: Automatically-calculated)
The maximum number of entries for the prefix list.