interface ReceiptFilterProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.ReceiptFilterProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsses#ReceiptFilterProps |
![]() | software.amazon.awscdk.services.ses.ReceiptFilterProps |
![]() | aws_cdk.aws_ses.ReceiptFilterProps |
![]() | aws-cdk-lib » aws_ses » ReceiptFilterProps |
Construction properties for a ReceiptFilter.
Example
new ses.ReceiptFilter(this, 'Filter', {
ip: '1.2.3.4/16', // Will be blocked
});
Properties
Name | Type | Description |
---|---|---|
ip? | string | The ip address or range to filter. |
policy? | Receipt | The policy for the filter. |
receipt | string | The name for the receipt filter. |
ip?
Type:
string
(optional, default: 0.0.0.0/0)
The ip address or range to filter.
policy?
Type:
Receipt
(optional, default: Block)
The policy for the filter.
receiptFilterName?
Type:
string
(optional, default: a CloudFormation generated name)
The name for the receipt filter.