| 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
(experimental) A certificate source for an ELBv2 listener.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IListenerCertificate> |
BaseApplicationListenerProps.getCertificates()
(experimental) Certificate list of ACM cert ARNs.
|
List<IListenerCertificate> |
BaseApplicationListenerProps.Jsii$Proxy.getCertificates() |
List<IListenerCertificate> |
ApplicationListenerProps.Jsii$Proxy.getCertificates() |
default List<IListenerCertificate> |
ApplicationListenerCertificateProps.getCertificates()
(experimental) Certificates to attach.
|
List<IListenerCertificate> |
ApplicationListenerCertificateProps.Jsii$Proxy.getCertificates() |
List<IListenerCertificate> |
NetworkListenerProps.Jsii$Proxy.getCertificates() |
default List<IListenerCertificate> |
BaseNetworkListenerProps.getCertificates()
(experimental) Certificate list of ACM cert ARNs.
|
List<IListenerCertificate> |
BaseNetworkListenerProps.Jsii$Proxy.getCertificates() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationListener.addCertificates(String id,
List<IListenerCertificate> certificates)
(experimental) Add one or more certificates to this listener.
|
void |
IApplicationListener.addCertificates(String id,
List<IListenerCertificate> certificates)
(experimental) Add one or more certificates to this listener.
|
void |
IApplicationListener.Jsii$Proxy.addCertificates(String id,
List<IListenerCertificate> certificates)
(experimental) Add one or more certificates to this listener.
|
default void |
IApplicationListener.Jsii$Default.addCertificates(String id,
List<IListenerCertificate> certificates)
(experimental) Add one or more certificates to this listener.
|
BaseApplicationListenerProps.Builder |
BaseApplicationListenerProps.Builder.certificates(List<? extends IListenerCertificate> certificates)
Sets the value of
BaseApplicationListenerProps.getCertificates() |
ApplicationListener.Builder |
ApplicationListener.Builder.certificates(List<? extends IListenerCertificate> certificates)
(experimental) Certificate list of ACM cert ARNs.
|
ApplicationListenerCertificate.Builder |
ApplicationListenerCertificate.Builder.certificates(List<? extends IListenerCertificate> certificates)
(experimental) Certificates to attach.
|
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)
(experimental) Certificate list of ACM cert ARNs.
|
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() |
| Constructor and Description |
|---|
Jsii$Proxy(IApplicationListener listener,
List<? extends IListenerCertificate> certificates)
Constructor that initializes the object based on literal property values passed by the
ApplicationListenerCertificateProps.Builder. |
Jsii$Proxy(IApplicationLoadBalancer loadBalancer,
List<? extends IListenerCertificate> certificates,
ListenerAction defaultAction,
List<? extends IApplicationTargetGroup> defaultTargetGroups,
Boolean open,
Number port,
ApplicationProtocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
ApplicationListenerProps.Builder. |
Jsii$Proxy(INetworkLoadBalancer loadBalancer,
Number port,
List<? extends IListenerCertificate> certificates,
NetworkListenerAction defaultAction,
List<? extends INetworkTargetGroup> defaultTargetGroups,
Protocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
NetworkListenerProps.Builder. |
Jsii$Proxy(List<? extends IListenerCertificate> certificates,
ListenerAction defaultAction,
List<? extends IApplicationTargetGroup> defaultTargetGroups,
Boolean open,
Number port,
ApplicationProtocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
BaseApplicationListenerProps.Builder. |
Jsii$Proxy(Number port,
List<? extends IListenerCertificate> certificates,
NetworkListenerAction defaultAction,
List<? extends INetworkTargetGroup> defaultTargetGroups,
Protocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
BaseNetworkListenerProps.Builder. |
Copyright © 2021. All rights reserved.