Class CfnMailManagerTrafficPolicy.IngressIpv6ToEvaluateProperty
The structure for an IPv6 based condition matching on the incoming mail.
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerTrafficPolicy.IngressIpv6ToEvaluateProperty : CfnMailManagerTrafficPolicy.IIngressIpv6ToEvaluateProperty
Syntax (vb)
Public Class CfnMailManagerTrafficPolicy.IngressIpv6ToEvaluateProperty Implements CfnMailManagerTrafficPolicy.IIngressIpv6ToEvaluateProperty
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 ingressIpv6ToEvaluateProperty = new IngressIpv6ToEvaluateProperty {
Attribute = "attribute"
};
Synopsis
Constructors
| IngressIpv6ToEvaluateProperty() | The structure for an IPv6 based condition matching on the incoming mail. |
Properties
| Attribute | An enum type representing the allowed attribute types for an IPv6 condition. |
Constructors
IngressIpv6ToEvaluateProperty()
The structure for an IPv6 based condition matching on the incoming mail.
public IngressIpv6ToEvaluateProperty()
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 ingressIpv6ToEvaluateProperty = new IngressIpv6ToEvaluateProperty {
Attribute = "attribute"
};
Properties
Attribute
An enum type representing the allowed attribute types for an IPv6 condition.
public string Attribute { get; set; }