Show / Hide Table of Contents

Class CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty

The address lists and the address list attribute value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.

Inheritance
object
CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty
Implements
CfnMailManagerTrafficPolicy.IIngressIsInAddressListProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty : CfnMailManagerTrafficPolicy.IIngressIsInAddressListProperty
Syntax (vb)
Public Class CfnMailManagerTrafficPolicy.IngressIsInAddressListProperty Implements CfnMailManagerTrafficPolicy.IIngressIsInAddressListProperty
Remarks

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

Synopsis

Constructors

IngressIsInAddressListProperty()

The address lists and the address list attribute value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.

Properties

AddressLists

The address lists that will be used for evaluation.

Attribute

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

Constructors

IngressIsInAddressListProperty()

The address lists and the address list attribute value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.

public IngressIsInAddressListProperty()
Remarks

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

Properties

AddressLists

The address lists that will be used for evaluation.

public string[] AddressLists { get; set; }
Property Value

string[]

Remarks

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

Attribute

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

public string Attribute { get; set; }
Property Value

string

Remarks

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

Implements

CfnMailManagerTrafficPolicy.IIngressIsInAddressListProperty
Back to top Generated by DocFX