@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.176Z") @Stability(value=Stable) public class AllowListReceiptFilter extends software.constructs.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. |
| 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) |
jsiiAsyncCall, 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=Stable)
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.