Show / Hide Table of Contents

Class CfnListener.CertificateProperty

Specifies an SSL server certificate to use as the default certificate for a secure listener.

Inheritance
System.Object
CfnListener.CertificateProperty
Implements
CfnListener.ICertificateProperty
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

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

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

Remarks

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

Implements

CfnListener.ICertificateProperty
Back to top Generated by DocFX