Interface CfnMailManagerTrafficPolicy.IIngressIpToEvaluateProperty
The structure for an IP based condition matching on the incoming mail.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIngressIpToEvaluateProperty
Syntax (vb)
Public Interface IIngressIpToEvaluateProperty
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 ingressIpToEvaluateProperty = new IngressIpToEvaluateProperty {
Attribute = "attribute"
};
Synopsis
Properties
Attribute | An enum type representing the allowed attribute types for an IP condition. |
Properties
Attribute
An enum type representing the allowed attribute types for an IP condition.
string Attribute { get; }
Property Value
System.