Class CfnListener.CertificateProperty
Specifies an SSL server certificate to use as the default certificate for a secure listener.
Inheritance
System.Object
CfnListener.CertificateProperty
Implements
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class CertificateProperty : Object, CfnListener.ICertificateProperty
Syntax (vb)
Public Class CertificateProperty
Inherits Object
Implements CfnListener.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
CertificateProperty() |
Properties
CertificateArn | 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.String