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
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
Remarks
Operator
The matching operator for a TLS condition expression.
string Operator { get; }
Property Value
Remarks
Value
The right hand side argument of a TLS condition expression.
string Value { get; }