Class CfnVirtualGateway.VirtualGatewayListenerTlsAcmCertificateProperty
An object that represents an AWS Certificate Manager certificate.
Inheritance
System.Object
CfnVirtualGateway.VirtualGatewayListenerTlsAcmCertificateProperty
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VirtualGatewayListenerTlsAcmCertificateProperty : Object, CfnVirtualGateway.IVirtualGatewayListenerTlsAcmCertificateProperty
Syntax (vb)
Public Class VirtualGatewayListenerTlsAcmCertificateProperty
Inherits Object
Implements CfnVirtualGateway.IVirtualGatewayListenerTlsAcmCertificateProperty
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 virtualGatewayListenerTlsAcmCertificateProperty = new VirtualGatewayListenerTlsAcmCertificateProperty {
CertificateArn = "certificateArn"
};
Synopsis
Constructors
VirtualGatewayListenerTlsAcmCertificateProperty() |
Properties
CertificateArn | The Amazon Resource Name (ARN) for the certificate. |
Constructors
VirtualGatewayListenerTlsAcmCertificateProperty()
public VirtualGatewayListenerTlsAcmCertificateProperty()
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) .