Interface CfnMailManagerRuleSet.IRuleIpToEvaluateProperty
The IP address to evaluate for this condition.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerRuleSet.IRuleIpToEvaluateProperty
Syntax (vb)
Public Interface CfnMailManagerRuleSet.IRuleIpToEvaluateProperty
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 ruleIpToEvaluateProperty = new RuleIpToEvaluateProperty {
Attribute = "attribute"
};
Synopsis
Properties
Attribute | The attribute of the email to evaluate. |
Properties
Attribute
The attribute of the email to evaluate.
string Attribute { get; }