Show / Hide Table of Contents

Class CfnMailManagerTrafficPolicy.IngressIpv6ExpressionProperty

The union type representing the allowed types for the left hand side of an IPv6 condition.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6expression.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 ingressIpv6ExpressionProperty = new IngressIpv6ExpressionProperty {
                 Evaluate = new IngressIpv6ToEvaluateProperty {
                     Attribute = "attribute"
                 },
                 Operator = "operator",
                 Values = new [] { "values" }
             };

Synopsis

Constructors

IngressIpv6ExpressionProperty()

The union type representing the allowed types for the left hand side of an IPv6 condition.

Properties

Evaluate

The left hand side argument of an IPv6 condition expression.

Operator

The matching operator for an IPv6 condition expression.

Values

The right hand side argument of an IPv6 condition expression.

Constructors

IngressIpv6ExpressionProperty()

The union type representing the allowed types for the left hand side of an IPv6 condition.

public IngressIpv6ExpressionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6expression.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 ingressIpv6ExpressionProperty = new IngressIpv6ExpressionProperty {
                 Evaluate = new IngressIpv6ToEvaluateProperty {
                     Attribute = "attribute"
                 },
                 Operator = "operator",
                 Values = new [] { "values" }
             };

Properties

Evaluate

The left hand side argument of an IPv6 condition expression.

public object Evaluate { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnMailManagerTrafficPolicy.IIngressIpv6ToEvaluateProperty

Operator

The matching operator for an IPv6 condition expression.

public string Operator { get; set; }
Property Value

string

Remarks

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

Values

The right hand side argument of an IPv6 condition expression.

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

string[]

Remarks

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

Implements

CfnMailManagerTrafficPolicy.IIngressIpv6ExpressionProperty
Back to top Generated by DocFX