Show / Hide Table of Contents

Class CfnMailManagerIngressPoint.TlsAuthConfigurationProperty

Inheritance
object
CfnMailManagerIngressPoint.TlsAuthConfigurationProperty
Implements
CfnMailManagerIngressPoint.ITlsAuthConfigurationProperty
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 CfnMailManagerIngressPoint.TlsAuthConfigurationProperty : CfnMailManagerIngressPoint.ITlsAuthConfigurationProperty
Syntax (vb)
Public Class CfnMailManagerIngressPoint.TlsAuthConfigurationProperty Implements CfnMailManagerIngressPoint.ITlsAuthConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-tlsauthconfiguration.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 tlsAuthConfigurationProperty = new TlsAuthConfigurationProperty {
                 TrustStore = new TrustStoreProperty {
                     CaContent = "caContent",

                     // the properties below are optional
                     CrlContent = "crlContent",
                     KmsKeyArn = "kmsKeyArn"
                 }
             };

Synopsis

Constructors

TlsAuthConfigurationProperty()

Properties

TrustStore

Constructors

TlsAuthConfigurationProperty()

public TlsAuthConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-tlsauthconfiguration.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 tlsAuthConfigurationProperty = new TlsAuthConfigurationProperty {
                 TrustStore = new TrustStoreProperty {
                     CaContent = "caContent",

                     // the properties below are optional
                     CrlContent = "crlContent",
                     KmsKeyArn = "kmsKeyArn"
                 }
             };

Properties

TrustStore

public object TrustStore { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-tlsauthconfiguration.html#cfn-ses-mailmanageringresspoint-tlsauthconfiguration-truststore

Type union: either IResolvable or CfnMailManagerIngressPoint.ITrustStoreProperty

Implements

CfnMailManagerIngressPoint.ITlsAuthConfigurationProperty
Back to top Generated by DocFX