Show / Hide Table of Contents

Class CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolExpressionProperty

The structure for a TLS related condition matching on the incoming mail.

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

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

             var ingressTlsProtocolExpressionProperty = new IngressTlsProtocolExpressionProperty {
                 Evaluate = new IngressTlsProtocolToEvaluateProperty {
                     Attribute = "attribute"
                 },
                 Operator = "operator",
                 Value = "value"
             };

Synopsis

Constructors

IngressTlsProtocolExpressionProperty()

The structure for a TLS related condition matching on the incoming mail.

Properties

Evaluate

The left hand side argument of a TLS condition expression.

Operator

The matching operator for a TLS condition expression.

Value

The right hand side argument of a TLS condition expression.

Constructors

IngressTlsProtocolExpressionProperty()

The structure for a TLS related condition matching on the incoming mail.

public IngressTlsProtocolExpressionProperty()
Remarks

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

             var ingressTlsProtocolExpressionProperty = new IngressTlsProtocolExpressionProperty {
                 Evaluate = new IngressTlsProtocolToEvaluateProperty {
                     Attribute = "attribute"
                 },
                 Operator = "operator",
                 Value = "value"
             };

Properties

Evaluate

The left hand side argument of a TLS condition expression.

public object? Evaluate { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnMailManagerTrafficPolicyPropsMixin.IIngressTlsProtocolToEvaluateProperty

Operator

The matching operator for a TLS condition expression.

public string? Operator { get; set; }
Property Value

string

Remarks

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

Value

The right hand side argument of a TLS condition expression.

public string? Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnMailManagerTrafficPolicyPropsMixin.IIngressTlsProtocolExpressionProperty
Back to top Generated by DocFX