Class CfnMailManagerTrafficPolicy.IngressIpv6ExpressionProperty
The union type representing the allowed types for the left hand side of an IPv6 condition.
Inherited Members
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
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
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
Remarks
Operator
The matching operator for an IPv6 condition expression.
public string Operator { get; set; }
Property Value
Remarks
Values
The right hand side argument of an IPv6 condition expression.
public string[] Values { get; set; }
Property Value
string[]