Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListener
Packages that use IApplicationListener
Package
Description
AWS APIGatewayv2 Integrations
Amazon Elastic Load Balancing V2 Construct Library
Actions for AWS Elastic Load Balancing V2
-
Uses of IApplicationListener in software.amazon.awscdk.aws_apigatewayv2_integrations
Methods in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type IApplicationListenerModifier and TypeMethodDescriptionstatic HttpAlbIntegration.BuilderHttpAlbIntegration.Builder.create(String id, IApplicationListener listener) Constructors in software.amazon.awscdk.aws_apigatewayv2_integrations with parameters of type IApplicationListenerModifierConstructorDescriptionHttpAlbIntegration(String id, IApplicationListener listener) HttpAlbIntegration(String id, IApplicationListener listener, HttpAlbIntegrationProps props) -
Uses of IApplicationListener in software.amazon.awscdk.services.elasticloadbalancingv2
Subinterfaces of IApplicationListener in software.amazon.awscdk.services.elasticloadbalancingv2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApplicationListener.Classes in software.amazon.awscdk.services.elasticloadbalancingv2 that implement IApplicationListenerModifier and TypeClassDescriptionclassDefine an ApplicationListener.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return IApplicationListenerModifier and TypeMethodDescriptionstatic IApplicationListenerApplicationListener.fromApplicationListenerAttributes(software.constructs.Construct scope, String id, ApplicationListenerAttributes attrs) Import an existing listener.static IApplicationListenerApplicationListener.fromLookup(software.constructs.Construct scope, String id, ApplicationListenerLookupOptions options) Look up an ApplicationListener.ApplicationListenerCertificateProps.getListener()The listener to attach the rule to.final IApplicationListenerApplicationListenerCertificateProps.Jsii$Proxy.getListener()ApplicationListenerRuleProps.getListener()The listener to attach the rule to.final IApplicationListenerApplicationListenerRuleProps.Jsii$Proxy.getListener()Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type IApplicationListenerModifier and TypeMethodDescriptionvoidListenerAction.bind(software.constructs.Construct scope, IApplicationListener listener) Called when the action is being used in a listener.voidListenerAction.bind(software.constructs.Construct scope, IApplicationListener listener, software.constructs.IConstruct associatingConstruct) Called when the action is being used in a listener.ApplicationListenerCertificate.Builder.listener(IApplicationListener listener) The listener to attach the rule to.ApplicationListenerCertificateProps.Builder.listener(IApplicationListener listener) Sets the value ofApplicationListenerCertificateProps.getListener()ApplicationListenerRule.Builder.listener(IApplicationListener listener) The listener to attach the rule to.ApplicationListenerRuleProps.Builder.listener(IApplicationListener listener) Sets the value ofApplicationListenerRuleProps.getListener()voidApplicationTargetGroup.registerListener(IApplicationListener listener) Register a listener that is load balancing to this target group.voidApplicationTargetGroup.registerListener(IApplicationListener listener, software.constructs.IConstruct associatingConstruct) Register a listener that is load balancing to this target group.default voidIApplicationTargetGroup.Jsii$Default.registerListener(IApplicationListener listener, software.constructs.IConstruct associatingConstruct) Register a listener that is load balancing to this target group.final voidIApplicationTargetGroup.Jsii$Proxy.registerListener(IApplicationListener listener) Register a listener that is load balancing to this target group.final voidIApplicationTargetGroup.Jsii$Proxy.registerListener(IApplicationListener listener, software.constructs.IConstruct associatingConstruct) Register a listener that is load balancing to this target group.voidIApplicationTargetGroup.registerListener(IApplicationListener listener) Register a listener that is load balancing to this target group.voidIApplicationTargetGroup.registerListener(IApplicationListener listener, software.constructs.IConstruct associatingConstruct) Register a listener that is load balancing to this target group. -
Uses of IApplicationListener in software.amazon.awscdk.services.elasticloadbalancingv2.actions
Methods in software.amazon.awscdk.services.elasticloadbalancingv2.actions with parameters of type IApplicationListenerModifier and TypeMethodDescriptionvoidAuthenticateCognitoAction.bind(software.constructs.Construct scope, IApplicationListener listener) Called when the action is being used in a listener.voidAuthenticateCognitoAction.bind(software.constructs.Construct scope, IApplicationListener listener, software.constructs.IConstruct associatingConstruct) Called when the action is being used in a listener.