enum ReceiptFilterPolicy
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SES.ReceiptFilterPolicy |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#ReceiptFilterPolicy |
Java | software.amazon.awscdk.services.ses.ReceiptFilterPolicy |
Python | aws_cdk.aws_ses.ReceiptFilterPolicy |
TypeScript (source) | aws-cdk-lib » aws_ses » ReceiptFilterPolicy |
The policy for the receipt filter.
Members
| Name | Description |
|---|---|
| ALLOW | Allow the ip address or range. |
| BLOCK | Block the ip address or range. |
ALLOW
Allow the ip address or range.
BLOCK
Block the ip address or range.

.NET
Go
Java
Python
TypeScript (