Show / Hide Table of Contents

Class ReceiptFilterPolicy

The policy for the receipt filter.

Inheritance
System.Object
ReceiptFilterPolicy
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.AWS.SES.dll
Syntax (csharp)
public sealed class ReceiptFilterPolicy : Enum
Syntax (vb)
Public NotInheritable Class ReceiptFilterPolicy
    Inherits

     Enum

Synopsis

Fields

ALLOW

Allow the ip address or range.

BLOCK

Block the ip address or range.

value__

Fields

ALLOW

Allow the ip address or range.

public const ReceiptFilterPolicy ALLOW
Field Value
Type Description
ReceiptFilterPolicy

BLOCK

Block the ip address or range.

public const ReceiptFilterPolicy BLOCK
Field Value
Type Description
ReceiptFilterPolicy

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX