Class CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty
The structure for an IP based condition matching on the incoming mail.
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty : CfnMailManagerTrafficPolicy.IIngressIpToEvaluateProperty
Syntax (vb)
Public Class CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty Implements CfnMailManagerTrafficPolicy.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
Constructors
IngressIpToEvaluateProperty() | The structure for an IP based condition matching on the incoming mail. |
Properties
Attribute | An enum type representing the allowed attribute types for an IP condition. |
Constructors
IngressIpToEvaluateProperty()
The structure for an IP based condition matching on the incoming mail.
public IngressIpToEvaluateProperty()
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"
};
Properties
Attribute
An enum type representing the allowed attribute types for an IP condition.
public string Attribute { get; set; }