Show / Hide Table of Contents

Class CfnListenerCertificate.CertificateProperty

Inheritance
System.Object
CfnListenerCertificate.CertificateProperty
Implements
CfnListenerCertificate.ICertificateProperty
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class CertificateProperty : Object, CfnListenerCertificate.ICertificateProperty
Syntax (vb)
Public Class CertificateProperty
    Inherits Object
    Implements CfnListenerCertificate.ICertificateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-certificates.html

Synopsis

Constructors

CertificateProperty()

Properties

CertificateArn

CfnListenerCertificate.CertificateProperty.CertificateArn.

Constructors

CertificateProperty()

public CertificateProperty()

Properties

CertificateArn

CfnListenerCertificate.CertificateProperty.CertificateArn.

public string CertificateArn { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnListenerCertificate.ICertificateProperty
Back to top Generated by DocFX