interface CfnReceiptFilterProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.CfnReceiptFilterProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnReceiptFilterProps |
![]() | software.amazon.awscdk.services.ses.CfnReceiptFilterProps |
![]() | aws_cdk.aws_ses.CfnReceiptFilterProps |
![]() | aws-cdk-lib » aws_ses » CfnReceiptFilterProps |
Properties for defining a CfnReceiptFilter
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from 'aws-cdk-lib';
const cfnReceiptFilterProps: ses.CfnReceiptFilterProps = {
filter: {
ipFilter: {
cidr: 'cidr',
policy: 'policy',
},
// the properties below are optional
name: 'name',
},
};
Properties
Name | Type | Description |
---|---|---|
filter | IResolvable | Filter | 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. |
filter
Type:
IResolvable
|
Filter
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.