@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.433Z") @Stability(value=Experimental) 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()
(experimental) The listener to attach the rule to.
|
getAction, getConditions, getPriority, getTargetGroups@Stability(value=Experimental) @NotNull IApplicationListener getListener()
@Stability(value=Experimental) static ApplicationListenerRuleProps.Builder builder()
builder in interface BaseApplicationListenerRulePropsApplicationListenerRuleProps.Builder of ApplicationListenerRulePropsCopyright © 2021. All rights reserved.