| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IListenerCertificate.Jsii$Default
Internal default implementation for
IListenerCertificate. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IListenerCertificate.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ListenerCertificate
A certificate source for an ELBv2 listener.
|
| Modifier and Type | Method and Description |
|---|---|
List<IListenerCertificate> |
ApplicationListenerProps.Jsii$Proxy.getCertificates() |
default List<IListenerCertificate> |
ApplicationListenerCertificateProps.getCertificates()
Certificates to attach.
|
List<IListenerCertificate> |
ApplicationListenerCertificateProps.Jsii$Proxy.getCertificates() |
default List<IListenerCertificate> |
BaseApplicationListenerProps.getCertificates()
Certificate list of ACM cert ARNs.
|
List<IListenerCertificate> |
BaseApplicationListenerProps.Jsii$Proxy.getCertificates() |
List<IListenerCertificate> |
NetworkListenerProps.Jsii$Proxy.getCertificates() |
default List<IListenerCertificate> |
BaseNetworkListenerProps.getCertificates()
Certificate list of ACM cert ARNs.
|
List<IListenerCertificate> |
BaseNetworkListenerProps.Jsii$Proxy.getCertificates() |
| Modifier and Type | Method and Description |
|---|---|
void |
IApplicationListener.addCertificates(String id,
List<IListenerCertificate> certificates)
Add one or more certificates to this listener.
|
void |
IApplicationListener.Jsii$Proxy.addCertificates(String id,
List<IListenerCertificate> certificates)
Add one or more certificates to this listener.
|
default void |
IApplicationListener.Jsii$Default.addCertificates(String id,
List<IListenerCertificate> certificates)
Add one or more certificates to this listener.
|
void |
NetworkListener.addCertificates(String id,
List<IListenerCertificate> certificates)
Add one or more certificates to this listener.
|
void |
ApplicationListener.addCertificates(String id,
List<IListenerCertificate> certificates)
Add one or more certificates to this listener.
|
ApplicationListenerProps.Builder |
ApplicationListenerProps.Builder.certificates(List<? extends IListenerCertificate> certificates)
Sets the value of
BaseApplicationListenerProps.getCertificates() |
ApplicationListenerCertificateProps.Builder |
ApplicationListenerCertificateProps.Builder.certificates(List<? extends IListenerCertificate> certificates)
Sets the value of
ApplicationListenerCertificateProps.getCertificates() |
NetworkListener.Builder |
NetworkListener.Builder.certificates(List<? extends IListenerCertificate> certificates)
Certificate list of ACM cert ARNs.
|
ApplicationListenerCertificate.Builder |
ApplicationListenerCertificate.Builder.certificates(List<? extends IListenerCertificate> certificates)
Certificates to attach.
|
BaseApplicationListenerProps.Builder |
BaseApplicationListenerProps.Builder.certificates(List<? extends IListenerCertificate> certificates)
Sets the value of
BaseApplicationListenerProps.getCertificates() |
NetworkListenerProps.Builder |
NetworkListenerProps.Builder.certificates(List<? extends IListenerCertificate> certificates)
Sets the value of
BaseNetworkListenerProps.getCertificates() |
BaseNetworkListenerProps.Builder |
BaseNetworkListenerProps.Builder.certificates(List<? extends IListenerCertificate> certificates)
Sets the value of
BaseNetworkListenerProps.getCertificates() |
ApplicationListener.Builder |
ApplicationListener.Builder.certificates(List<? extends IListenerCertificate> certificates)
Certificate list of ACM cert ARNs.
|
Copyright © 2022. All rights reserved.