Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-ruleiptoevaluate.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 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; }
Property Value

string

Remarks

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

Back to top Generated by DocFX