Class CfnMailManagerIngressPoint.TlsAuthConfigurationProperty
Inherited Members
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
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
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; }