| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IApplicationListener.Jsii$Default
Internal default implementation for
IApplicationListener. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationListener
(experimental) Define an ApplicationListener.
|
static class |
IApplicationListener.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IApplicationListener |
ApplicationListener.fromApplicationListenerAttributes(software.constructs.Construct scope,
String id,
ApplicationListenerAttributes attrs)
(experimental) Import an existing listener.
|
static IApplicationListener |
ApplicationListener.fromLookup(software.constructs.Construct scope,
String id,
ApplicationListenerLookupOptions options)
(experimental) Look up an ApplicationListener.
|
IApplicationListener |
ApplicationListenerCertificateProps.getListener()
(experimental) The listener to attach the rule to.
|
IApplicationListener |
ApplicationListenerCertificateProps.Jsii$Proxy.getListener() |
IApplicationListener |
ApplicationListenerRuleProps.getListener()
(experimental) The listener to attach the rule to.
|
IApplicationListener |
ApplicationListenerRuleProps.Jsii$Proxy.getListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerAction.bind(software.constructs.Construct scope,
IApplicationListener listener)
(experimental) Called when the action is being used in a listener.
|
void |
ListenerAction.bind(software.constructs.Construct scope,
IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
(experimental) Called when the action is being used in a listener.
|
ApplicationListenerCertificate.Builder |
ApplicationListenerCertificate.Builder.listener(IApplicationListener listener)
(experimental) The listener to attach the rule to.
|
ApplicationListenerCertificateProps.Builder |
ApplicationListenerCertificateProps.Builder.listener(IApplicationListener listener)
Sets the value of
ApplicationListenerCertificateProps.getListener() |
ApplicationListenerRule.Builder |
ApplicationListenerRule.Builder.listener(IApplicationListener listener)
(experimental) The listener to attach the rule to.
|
ApplicationListenerRuleProps.Builder |
ApplicationListenerRuleProps.Builder.listener(IApplicationListener listener)
Sets the value of
ApplicationListenerRuleProps.getListener() |
void |
ApplicationTargetGroup.registerListener(IApplicationListener listener)
(experimental) Register a listener that is load balancing to this target group.
|
void |
IApplicationTargetGroup.registerListener(IApplicationListener listener)
(experimental) Register a listener that is load balancing to this target group.
|
void |
IApplicationTargetGroup.Jsii$Proxy.registerListener(IApplicationListener listener)
(experimental) Register a listener that is load balancing to this target group.
|
void |
ApplicationTargetGroup.registerListener(IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
(experimental) Register a listener that is load balancing to this target group.
|
void |
IApplicationTargetGroup.registerListener(IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
(experimental) Register a listener that is load balancing to this target group.
|
void |
IApplicationTargetGroup.Jsii$Proxy.registerListener(IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
(experimental) Register a listener that is load balancing to this target group.
|
default void |
IApplicationTargetGroup.Jsii$Default.registerListener(IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
(experimental) Register a listener that is load balancing to this target group.
|
| 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(IApplicationListener listener,
Number priority,
ListenerAction action,
List<? extends ListenerCondition> conditions,
List<? extends IApplicationTargetGroup> targetGroups)
Constructor that initializes the object based on literal property values passed by the
ApplicationListenerRuleProps.Builder. |
Copyright © 2021. All rights reserved.