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
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
Remarks
Operator
The matching operator for an IPv6 condition expression.
string Operator { get; }
Property Value
Remarks
Values
The right hand side argument of an IPv6 condition expression.
string[] Values { get; }
Property Value
string[]