@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.188Z") @Stability(value=Stable) public interface CfnReceiptFilterProps 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.*;
CfnReceiptFilterProps cfnReceiptFilterProps = CfnReceiptFilterProps.builder()
.filter(FilterProperty.builder()
.ipFilter(IpFilterProperty.builder()
.cidr("cidr")
.policy("policy")
.build())
// the properties below are optional
.name("name")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReceiptFilterProps.Builder
A builder for
CfnReceiptFilterProps |
static class |
CfnReceiptFilterProps.Jsii$Proxy
An implementation for
CfnReceiptFilterProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnReceiptFilterProps.Builder |
builder() |
Object |
getFilter()
A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
|
@Stability(value=Stable) @NotNull Object getFilter()
@Stability(value=Stable) static CfnReceiptFilterProps.Builder builder()
CfnReceiptFilterProps.Builder of CfnReceiptFilterPropsCopyright © 2022. All rights reserved.