| 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
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)
Import an existing listener.
|
static IApplicationListener |
ApplicationListener.fromLookup(software.constructs.Construct scope,
String id,
ApplicationListenerLookupOptions options)
Look up an ApplicationListener.
|
IApplicationListener |
ApplicationListenerCertificateProps.getListener()
The listener to attach the rule to.
|
IApplicationListener |
ApplicationListenerCertificateProps.Jsii$Proxy.getListener() |
IApplicationListener |
ApplicationListenerRuleProps.getListener()
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)
Called when the action is being used in a listener.
|
void |
ListenerAction.bind(software.constructs.Construct scope,
IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
Called when the action is being used in a listener.
|
ApplicationListenerRule.Builder |
ApplicationListenerRule.Builder.listener(IApplicationListener listener)
The listener to attach the rule to.
|
ApplicationListenerCertificateProps.Builder |
ApplicationListenerCertificateProps.Builder.listener(IApplicationListener listener)
Sets the value of
ApplicationListenerCertificateProps.getListener() |
ApplicationListenerRuleProps.Builder |
ApplicationListenerRuleProps.Builder.listener(IApplicationListener listener)
Sets the value of
ApplicationListenerRuleProps.getListener() |
ApplicationListenerCertificate.Builder |
ApplicationListenerCertificate.Builder.listener(IApplicationListener listener)
The listener to attach the rule to.
|
void |
ApplicationTargetGroup.registerListener(IApplicationListener listener)
Register a listener that is load balancing to this target group.
|
void |
IApplicationTargetGroup.registerListener(IApplicationListener listener)
Register a listener that is load balancing to this target group.
|
void |
IApplicationTargetGroup.Jsii$Proxy.registerListener(IApplicationListener listener)
Register a listener that is load balancing to this target group.
|
void |
ApplicationTargetGroup.registerListener(IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
Register a listener that is load balancing to this target group.
|
void |
IApplicationTargetGroup.registerListener(IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
Register a listener that is load balancing to this target group.
|
void |
IApplicationTargetGroup.Jsii$Proxy.registerListener(IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
Register a listener that is load balancing to this target group.
|
default void |
IApplicationTargetGroup.Jsii$Default.registerListener(IApplicationListener listener,
software.constructs.IConstruct associatingConstruct)
Register a listener that is load balancing to this target group.
|
Copyright © 2022. All rights reserved.