Show / Hide Table of Contents

Interface CfnMailManagerRuleSet.IRuleIsInAddressListProperty

The structure type for a boolean condition that provides the address lists and address list attribute to evaluate.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-ruleisinaddresslist.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 ruleIsInAddressListProperty = new RuleIsInAddressListProperty {
                 AddressLists = new [] { "addressLists" },
                 Attribute = "attribute"
             };

Synopsis

Properties

AddressLists

The address lists that will be used for evaluation.

Attribute

The email attribute that needs to be evaluated against the address list.

Properties

AddressLists

The address lists that will be used for evaluation.

string[] AddressLists { get; }
Property Value

string[]

Remarks

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

Attribute

The email attribute that needs to be evaluated against the address list.

string Attribute { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX