@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.053Z") @Stability(value=Stable) public class ApplicationListenerCertificate extends software.constructs.Construct
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
ApplicationListener applicationListener;
ListenerCertificate listenerCertificate;
ApplicationListenerCertificate applicationListenerCertificate = ApplicationListenerCertificate.Builder.create(this, "MyApplicationListenerCertificate")
.listener(applicationListener)
// the properties below are optional
.certificates(List.of(listenerCertificate))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationListenerCertificate.Builder
A fluent builder for
ApplicationListenerCertificate. |
| Modifier | Constructor and Description |
|---|---|
|
ApplicationListenerCertificate(software.constructs.Construct scope,
String id,
ApplicationListenerCertificateProps props) |
protected |
ApplicationListenerCertificate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ApplicationListenerCertificate(software.amazon.jsii.JsiiObjectRef objRef) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ApplicationListenerCertificate(software.amazon.jsii.JsiiObjectRef objRef)
protected ApplicationListenerCertificate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public ApplicationListenerCertificate(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
ApplicationListenerCertificateProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.