Show / Hide Table of Contents

Class CfnMailManagerTrafficPolicy.IngressTlsProtocolToEvaluateProperty

The union type representing the allowed types for the left hand side of a TLS condition.

Inheritance
object
CfnMailManagerTrafficPolicy.IngressTlsProtocolToEvaluateProperty
Implements
CfnMailManagerTrafficPolicy.IIngressTlsProtocolToEvaluateProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerTrafficPolicy.IngressTlsProtocolToEvaluateProperty : CfnMailManagerTrafficPolicy.IIngressTlsProtocolToEvaluateProperty
Syntax (vb)
Public Class CfnMailManagerTrafficPolicy.IngressTlsProtocolToEvaluateProperty Implements CfnMailManagerTrafficPolicy.IIngressTlsProtocolToEvaluateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingresstlsprotocoltoevaluate.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 ingressTlsProtocolToEvaluateProperty = new IngressTlsProtocolToEvaluateProperty {
                 Attribute = "attribute"
             };

Synopsis

Constructors

IngressTlsProtocolToEvaluateProperty()

The union type representing the allowed types for the left hand side of a TLS condition.

Properties

Attribute

The enum type representing the allowed attribute types for the TLS condition.

Constructors

IngressTlsProtocolToEvaluateProperty()

The union type representing the allowed types for the left hand side of a TLS condition.

public IngressTlsProtocolToEvaluateProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingresstlsprotocoltoevaluate.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 ingressTlsProtocolToEvaluateProperty = new IngressTlsProtocolToEvaluateProperty {
                 Attribute = "attribute"
             };

Properties

Attribute

The enum type representing the allowed attribute types for the TLS condition.

public string Attribute { get; set; }
Property Value

string

Remarks

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

Implements

CfnMailManagerTrafficPolicy.IIngressTlsProtocolToEvaluateProperty
Back to top Generated by DocFX