Class AllowListReceiptFilter
An allow list receipt filter.
Inheritance
System.Object
AllowListReceiptFilter
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AllowListReceiptFilter : Construct
Syntax (vb)
Public Class AllowListReceiptFilter
Inherits Construct
Remarks
ExampleMetadata: infused
Examples
new AllowListReceiptFilter(this, "AllowList", new AllowListReceiptFilterProps {
Ips = new [] { "10.0.0.0/16", "1.2.3.4/16" }
});
Synopsis
Constructors
AllowListReceiptFilter(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
AllowListReceiptFilter(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
AllowListReceiptFilter(Construct, String, IAllowListReceiptFilterProps) |
Constructors
AllowListReceiptFilter(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected AllowListReceiptFilter(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
AllowListReceiptFilter(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected AllowListReceiptFilter(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
AllowListReceiptFilter(Construct, String, IAllowListReceiptFilterProps)
public AllowListReceiptFilter(Construct scope, string id, IAllowListReceiptFilterProps props)
Parameters
- scope Constructs.Construct
- id System.String
- props IAllowListReceiptFilterProps