Interface PrefixListProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable, PrefixListOptions
All Known Implementing Classes:
PrefixListProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:06.235Z") @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();
 
  • Method Details

    • getAddressFamily

      @Stability(Stable) @Nullable default AddressFamily getAddressFamily()
      The address family of the prefix list.

      Default: AddressFamily.IP_V4

    • getEntries

      @Stability(Stable) @Nullable default List<CfnPrefixList.EntryProperty> getEntries()
      The list of entries for the prefix list.

      Default: []

    • getPrefixListName

      @Stability(Stable) @Nullable default String getPrefixListName()
      The name of the prefix list.

      Default: None

    • builder

      @Stability(Stable) static PrefixListProps.Builder builder()
      Returns:
      a PrefixListProps.Builder of PrefixListProps