@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.176Z") @Stability(value=Stable) public interface AllowListReceiptFilterProps extends software.amazon.jsii.JsiiSerializable
Example:
AllowListReceiptFilter.Builder.create(this, "AllowList")
.ips(List.of("10.0.0.0/16", "1.2.3.4/16"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AllowListReceiptFilterProps.Builder
A builder for
AllowListReceiptFilterProps |
static class |
AllowListReceiptFilterProps.Jsii$Proxy
An implementation for
AllowListReceiptFilterProps |
| Modifier and Type | Method and Description |
|---|---|
static AllowListReceiptFilterProps.Builder |
builder() |
List<String> |
getIps()
A list of ip addresses or ranges to allow list.
|
@Stability(value=Stable) @NotNull List<String> getIps()
@Stability(value=Stable) static AllowListReceiptFilterProps.Builder builder()
Copyright © 2022. All rights reserved.