Show / Hide Table of Contents

Class CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty

The structure for an IPv6 based condition matching on the incoming mail.

Inheritance
object
CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty
Implements
CfnMailManagerTrafficPolicyPropsMixin.IIngressIpv6ToEvaluateProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SES.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty : CfnMailManagerTrafficPolicyPropsMixin.IIngressIpv6ToEvaluateProperty
Syntax (vb)
Public Class CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty Implements CfnMailManagerTrafficPolicyPropsMixin.IIngressIpv6ToEvaluateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6toevaluate.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.Mixins.Preview.AWS.SES.Mixins;

             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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6toevaluate.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.Mixins.Preview.AWS.SES.Mixins;

             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; }
Property Value

string

Remarks

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

Implements

CfnMailManagerTrafficPolicyPropsMixin.IIngressIpv6ToEvaluateProperty
Back to top Generated by DocFX