Show / Hide Table of Contents

Interface CfnMailManagerTrafficPolicy.IIngressIpv6ExpressionProperty

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

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

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.

Properties

Evaluate

The left hand side argument of an IPv6 condition expression.

object Evaluate { get; }
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.

string Operator { get; }
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.

string[] Values { get; }
Property Value

string[]

Remarks

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

Back to top Generated by DocFX