@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.033Z") @Stability(value=Experimental) public interface AllowListReceiptFilterProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ses.*;
AllowListReceiptFilterProps allowListReceiptFilterProps = AllowListReceiptFilterProps.builder()
.ips(List.of("ips"))
.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()
(experimental) A list of ip addresses or ranges to allow list.
|
@Stability(value=Experimental) @NotNull List<String> getIps()
@Stability(value=Experimental) static AllowListReceiptFilterProps.Builder builder()
Copyright © 2022. All rights reserved.