Class CfnListenerCertificate.CertificateProperty
Specifies an SSL server certificate for the certificate list of a secure listener.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CertificateProperty : Object, CfnListenerCertificate.ICertificateProperty
Syntax (vb)
Public Class CertificateProperty
Inherits Object
Implements CfnListenerCertificate.ICertificateProperty
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.ElasticLoadBalancingV2;
var certificateProperty = new CertificateProperty {
CertificateArn = "certificateArn"
};
Synopsis
Constructors
Certificate |
Properties
Certificate |
The Amazon Resource Name (ARN) of the certificate. |
Constructors
CertificateProperty()
public CertificateProperty()
Properties
CertificateArn
The Amazon Resource Name (ARN) of the certificate.
public string CertificateArn { get; set; }
Property Value
System.