@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.056Z") @Stability(value=Stable) public interface ApplicationListenerRuleProps extends software.amazon.jsii.JsiiSerializable, BaseApplicationListenerRuleProps
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
ApplicationListener applicationListener;
ApplicationTargetGroup applicationTargetGroup;
ListenerAction listenerAction;
ListenerCondition listenerCondition;
ApplicationListenerRuleProps applicationListenerRuleProps = ApplicationListenerRuleProps.builder()
.listener(applicationListener)
.priority(123)
// the properties below are optional
.action(listenerAction)
.conditions(List.of(listenerCondition))
.targetGroups(List.of(applicationTargetGroup))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApplicationListenerRuleProps.Builder
A builder for
ApplicationListenerRuleProps |
static class |
ApplicationListenerRuleProps.Jsii$Proxy
An implementation for
ApplicationListenerRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationListenerRuleProps.Builder |
builder() |
IApplicationListener |
getListener()
The listener to attach the rule to.
|
getAction, getConditions, getPriority, getTargetGroups@Stability(value=Stable) @NotNull IApplicationListener getListener()
@Stability(value=Stable) static ApplicationListenerRuleProps.Builder builder()
builder in interface BaseApplicationListenerRulePropsApplicationListenerRuleProps.Builder of ApplicationListenerRulePropsCopyright © 2022. All rights reserved.