Class ApplicationListenerCertificate
Add certificates to a listener.
Inherited Members
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
Constructs.IConstruct