Show / Hide Table of Contents

Class ApplicationListenerCertificate

Add certificates to a listener.

Inheritance
System.Object
Construct
ApplicationListenerCertificate
Implements
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class ApplicationListenerCertificate : Construct, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class ApplicationListenerCertificate
    Inherits Construct
    Implements IConstruct, IConstruct, IDependable

Synopsis

Constructors

ApplicationListenerCertificate(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

ApplicationListenerCertificate(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

ApplicationListenerCertificate(Construct, String, IApplicationListenerCertificateProps)

Constructors

ApplicationListenerCertificate(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected ApplicationListenerCertificate(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

ApplicationListenerCertificate(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected ApplicationListenerCertificate(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

ApplicationListenerCertificate(Construct, String, IApplicationListenerCertificateProps)

public ApplicationListenerCertificate(Construct scope, string id, IApplicationListenerCertificateProps props)
Parameters
scope Constructs.Construct
id System.String
props IApplicationListenerCertificateProps

Implements

IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX