Show / Hide Table of Contents

Interface CfnMailManagerRuleSet.IRuleNumberToEvaluateProperty

The number to evaluate in a numeric condition expression.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerRuleSet.IRuleNumberToEvaluateProperty
Syntax (vb)
Public Interface CfnMailManagerRuleSet.IRuleNumberToEvaluateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-rulenumbertoevaluate.html

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 ruleNumberToEvaluateProperty = new RuleNumberToEvaluateProperty {
                 Attribute = "attribute"
             };

Synopsis

Properties

Attribute

An email attribute that is used as the number to evaluate.

Properties

Attribute

An email attribute that is used as the number to evaluate.

string Attribute { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-rulenumbertoevaluate.html#cfn-ses-mailmanagerruleset-rulenumbertoevaluate-attribute

Back to top Generated by DocFX