Class CfnVirtualNode.ListenerTlsAcmCertificateProperty
An object that represents an AWS Certificate Manager certificate.
Inheritance
System.Object
CfnVirtualNode.ListenerTlsAcmCertificateProperty
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ListenerTlsAcmCertificateProperty : Object, CfnVirtualNode.IListenerTlsAcmCertificateProperty
Syntax (vb)
Public Class ListenerTlsAcmCertificateProperty
Inherits Object
Implements CfnVirtualNode.IListenerTlsAcmCertificateProperty
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.AppMesh;
var listenerTlsAcmCertificateProperty = new ListenerTlsAcmCertificateProperty {
CertificateArn = "certificateArn"
};
Synopsis
Constructors
ListenerTlsAcmCertificateProperty() |
Properties
CertificateArn | The Amazon Resource Name (ARN) for the certificate. |
Constructors
ListenerTlsAcmCertificateProperty()
public ListenerTlsAcmCertificateProperty()
Properties
CertificateArn
The Amazon Resource Name (ARN) for the certificate.
public string CertificateArn { get; set; }
Property Value
System.String
Remarks
The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .