Show / Hide Table of Contents

Class CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty

The structure for an IP based condition matching on the incoming mail.

Inheritance
object
CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty
Implements
CfnMailManagerTrafficPolicy.IIngressIpToEvaluateProperty
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.IngressIpToEvaluateProperty : CfnMailManagerTrafficPolicy.IIngressIpToEvaluateProperty
Syntax (vb)
Public Class CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty Implements CfnMailManagerTrafficPolicy.IIngressIpToEvaluateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressiptoevaluate.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 ingressIpToEvaluateProperty = new IngressIpToEvaluateProperty {
                 Attribute = "attribute"
             };

Synopsis

Constructors

IngressIpToEvaluateProperty()

The structure for an IP based condition matching on the incoming mail.

Properties

Attribute

An enum type representing the allowed attribute types for an IP condition.

Constructors

IngressIpToEvaluateProperty()

The structure for an IP based condition matching on the incoming mail.

public IngressIpToEvaluateProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressiptoevaluate.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 ingressIpToEvaluateProperty = new IngressIpToEvaluateProperty {
                 Attribute = "attribute"
             };

Properties

Attribute

An enum type representing the allowed attribute types for an IP condition.

public string Attribute { get; set; }
Property Value

string

Remarks

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

Implements

CfnMailManagerTrafficPolicy.IIngressIpToEvaluateProperty
Back to top Generated by DocFX