@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:30.270Z") public class AllowListReceiptFilter extends Construct
Example:
AllowListReceiptFilter.Builder.create(this, "AllowList") .ips(List.of("10.0.0.0/16", "1.2.3.4/16")) .build();
Modifier and Type | Class and Description |
---|---|
static class |
AllowListReceiptFilter.Builder
A fluent builder for
AllowListReceiptFilter . |
IConstruct.Jsii$Default, IConstruct.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
AllowListReceiptFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AllowListReceiptFilter(software.amazon.jsii.JsiiObjectRef objRef) |
|
AllowListReceiptFilter(software.constructs.Construct scope,
java.lang.String id,
AllowListReceiptFilterProps props) |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
protected AllowListReceiptFilter(software.amazon.jsii.JsiiObjectRef objRef)
protected AllowListReceiptFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public AllowListReceiptFilter(software.constructs.Construct scope, java.lang.String id, AllowListReceiptFilterProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.