@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:55.072Z")
public interface CfnReceiptFilterProps
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() |
java.lang.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.
|
java.lang.Object getFilter()
static CfnReceiptFilterProps.Builder builder()
CfnReceiptFilterProps.Builder
of CfnReceiptFilterProps