Class ReceiptFilter
A receipt filter.
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ReceiptFilter : Resource, IResource
Syntax (vb)
Public Class ReceiptFilter
Inherits Resource
Implements IResource
Remarks
When instantiated without props, it creates a block all receipt filter.
ExampleMetadata: infused
Examples
new ReceiptFilter(this, "Filter", new ReceiptFilterProps {
Ip = "1.2.3.4/16"
});
Synopsis
Constructors
ReceiptFilter(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
ReceiptFilter(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
ReceiptFilter(Construct, String, IReceiptFilterProps) |
Constructors
ReceiptFilter(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected ReceiptFilter(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
ReceiptFilter(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected ReceiptFilter(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
ReceiptFilter(Construct, String, IReceiptFilterProps)
public ReceiptFilter(Construct scope, string id, IReceiptFilterProps props = null)
Parameters
- scope Constructs.Construct
- id System.String
- props IReceiptFilterProps
Implements
Constructs.IConstruct
Constructs.IDependable