Interface CfnMailManagerTrafficPolicy.IIngressIsInAddressListProperty
The address lists and the address list attribute value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerTrafficPolicy.IIngressIsInAddressListProperty
Syntax (vb)
Public Interface CfnMailManagerTrafficPolicy.IIngressIsInAddressListProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var ingressIsInAddressListProperty = new IngressIsInAddressListProperty {
AddressLists = new [] { "addressLists" },
Attribute = "attribute"
};
Synopsis
Properties
| AddressLists | The address lists that will be used for evaluation. |
| Attribute | The email attribute that needs to be evaluated against the address list. |
Properties
AddressLists
The address lists that will be used for evaluation.
string[] AddressLists { get; }
Property Value
string[]
Remarks
Attribute
The email attribute that needs to be evaluated against the address list.
string Attribute { get; }