@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:56.528Z") @Stability(value=Experimental) 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
(experimental) A fluent builder for
AllowListReceiptFilter. |
software.amazon.jsii.JsiiObject.InitializationModeIConstruct.Jsii$Default, IConstruct.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
AllowListReceiptFilter(software.constructs.Construct scope,
String id,
AllowListReceiptFilterProps props) |
protected |
AllowListReceiptFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AllowListReceiptFilter(software.amazon.jsii.JsiiObjectRef objRef) |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AllowListReceiptFilter(software.amazon.jsii.JsiiObjectRef objRef)
protected AllowListReceiptFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public AllowListReceiptFilter(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
AllowListReceiptFilterProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.