Class AllowListReceiptFilterProps
Construction properties for am AllowListReceiptFilter.
Inheritance
System.Object
AllowListReceiptFilterProps
Implements
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AllowListReceiptFilterProps : Object, IAllowListReceiptFilterProps
Syntax (vb)
Public Class AllowListReceiptFilterProps
Inherits Object
Implements IAllowListReceiptFilterProps
Remarks
ExampleMetadata: infused
Examples
new AllowListReceiptFilter(this, "AllowList", new AllowListReceiptFilterProps {
Ips = new [] { "10.0.0.0/16", "1.2.3.4/16" }
});
Synopsis
Constructors
AllowListReceiptFilterProps() |
Properties
Ips | A list of ip addresses or ranges to allow list. |
Constructors
AllowListReceiptFilterProps()
public AllowListReceiptFilterProps()
Properties
Ips
A list of ip addresses or ranges to allow list.
public string[] Ips { get; set; }
Property Value
System.String[]