Interface CfnListener.ICertificateProperty
Specifies an SSL server certificate to use as the default certificate for a secure listener.
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface ICertificateProperty
Syntax (vb)
Public Interface 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
Properties
CertificateArn | The Amazon Resource Name (ARN) of the certificate. |
Properties
CertificateArn
The Amazon Resource Name (ARN) of the certificate.
virtual string CertificateArn { get; }
Property Value
System.String