Show / Hide Table of Contents

Interface CfnMailManagerTrafficPolicy.IIngressTlsProtocolExpressionProperty

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

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerTrafficPolicy.IIngressTlsProtocolExpressionProperty
Syntax (vb)
Public Interface CfnMailManagerTrafficPolicy.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.AWS.SES;

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

Synopsis

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.

Properties

Evaluate

The left hand side argument of a TLS condition expression.

object Evaluate { get; }
Property Value

object

Remarks

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

Operator

The matching operator for a TLS condition expression.

string Operator { get; }
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.

string Value { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX