Class CfnMailManagerTrafficPolicy.IngressTlsProtocolToEvaluateProperty
The union type representing the allowed types for the left hand side of a TLS condition.
Inheritance
System.Object
CfnMailManagerTrafficPolicy.IngressTlsProtocolToEvaluateProperty
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IngressTlsProtocolToEvaluateProperty : Object, CfnMailManagerTrafficPolicy.IIngressTlsProtocolToEvaluateProperty
Syntax (vb)
Public Class IngressTlsProtocolToEvaluateProperty
Inherits Object
Implements CfnMailManagerTrafficPolicy.IIngressTlsProtocolToEvaluateProperty
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 ingressTlsProtocolToEvaluateProperty = new IngressTlsProtocolToEvaluateProperty {
Attribute = "attribute"
};
Synopsis
Constructors
IngressTlsProtocolToEvaluateProperty() |
Properties
Attribute | The enum type representing the allowed attribute types for the TLS condition. |
Constructors
IngressTlsProtocolToEvaluateProperty()
public IngressTlsProtocolToEvaluateProperty()
Properties
Attribute
The enum type representing the allowed attribute types for the TLS condition.
public string Attribute { get; set; }
Property Value
System.String