Show / Hide Table of Contents

Interface CfnMailManagerTrafficPolicy.IIngressIpToEvaluateProperty

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

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerTrafficPolicy.IIngressIpToEvaluateProperty
Syntax (vb)
Public Interface 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

Properties

Attribute

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

Properties

Attribute

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

string Attribute { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX