Interface PrefixListProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,PrefixListOptions
- All Known Implementing Classes:
PrefixListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-12-01T16:02:19.561Z")
@Stability(Stable)
public interface PrefixListProps
extends software.amazon.jsii.JsiiSerializable, PrefixListOptions
Properties for creating a prefix list.
Example:
PrefixList.Builder.create(this, "EmptyPrefixList")
.maxEntries(100)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forPrefixListPropsstatic final classAn implementation forPrefixListProps -
Method Summary
Modifier and TypeMethodDescriptionstatic PrefixListProps.Builderbuilder()default AddressFamilyThe address family of the prefix list.default List<CfnPrefixList.EntryProperty> The list of entries for the prefix list.default StringThe name of the prefix list.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.ec2.PrefixListOptions
getMaxEntries
-
Method Details
-
getAddressFamily
The address family of the prefix list.Default: AddressFamily.IP_V4
-
getEntries
The list of entries for the prefix list.Default: []
-
getPrefixListName
The name of the prefix list.Default: None
-
builder
- Returns:
- a
PrefixListProps.BuilderofPrefixListProps
-