Show / Hide Table of Contents

Class CfnVirtualNode.ListenerTlsAcmCertificateProperty

An object that represents an AWS Certificate Manager certificate.

Inheritance
object
CfnVirtualNode.ListenerTlsAcmCertificateProperty
Implements
CfnVirtualNode.IListenerTlsAcmCertificateProperty
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.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVirtualNode.ListenerTlsAcmCertificateProperty : CfnVirtualNode.IListenerTlsAcmCertificateProperty
Syntax (vb)
Public Class CfnVirtualNode.ListenerTlsAcmCertificateProperty Implements 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

Constructors

ListenerTlsAcmCertificateProperty()

An object that represents an AWS Certificate Manager certificate.

Properties

CertificateArn

The Amazon Resource Name (ARN) for the certificate.

Constructors

ListenerTlsAcmCertificateProperty()

An object that represents an AWS Certificate Manager certificate.

public ListenerTlsAcmCertificateProperty()
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"
             };

Properties

CertificateArn

The Amazon Resource Name (ARN) for the certificate.

public string CertificateArn { get; set; }
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

Implements

CfnVirtualNode.IListenerTlsAcmCertificateProperty
Back to top Generated by DocFX