Show / Hide Table of Contents

Interface CfnVirtualNode.IListenerTlsAcmCertificateProperty

An object that represents an Certificate Manager certificate.

Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnVirtualNode.IListenerTlsAcmCertificateProperty
Syntax (vb)
Public Interface CfnVirtualNode.IListenerTlsAcmCertificateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-listenertlsacmcertificate.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.AppMesh;

             var listenerTlsAcmCertificateProperty = new ListenerTlsAcmCertificateProperty {
                 CertificateArn = "certificateArn"
             };

Synopsis

Properties

CertificateArn

The Amazon Resource Name (ARN) for the certificate.

Properties

CertificateArn

The Amazon Resource Name (ARN) for the certificate.

string CertificateArn { get; }
Property Value

string

Remarks

The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-listenertlsacmcertificate.html#cfn-appmesh-virtualnode-listenertlsacmcertificate-certificatearn

Back to top Generated by DocFX