Show / Hide Table of Contents

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-certificate.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.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

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-certificate.html#cfn-elasticloadbalancingv2-listener-certificate-certificatearn

Back to top Generated by DocFX