Interface AllowListReceiptFilterProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
WhiteListReceiptFilterProps
All Known Implementing Classes:
AllowListReceiptFilterProps.Jsii$Proxy, WhiteListReceiptFilterProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.329Z") @Stability(Stable) public interface AllowListReceiptFilterProps extends software.amazon.jsii.JsiiSerializable
Construction properties for am AllowListReceiptFilter.

Example:

 AllowListReceiptFilter.Builder.create(this, "AllowList")
         .ips(List.of("10.0.0.0/16", "1.2.3.4/16"))
         .build();