Interface AllowListReceiptFilterProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AllowListReceiptFilterProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-19T18:01:42.679Z")
@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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forAllowListReceiptFilterProps
static final class
An implementation forAllowListReceiptFilterProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIps
A list of ip addresses or ranges to allow list. -
builder
-