| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnListenerRule.Builder |
CfnListenerRule.Builder.actions(IResolvable actions)
The actions.
|
CfnListenerRule.Builder |
CfnListenerRule.Builder.actions(List<? extends Object> actions)
The actions.
|
CfnListenerRule.Builder |
CfnListenerRule.Builder.conditions(IResolvable conditions)
The conditions.
|
CfnListenerRule.Builder |
CfnListenerRule.Builder.conditions(List<? extends Object> conditions)
The conditions.
|
static CfnListenerRule.Builder |
CfnListenerRule.Builder.create(software.constructs.Construct scope,
String id) |
CfnListenerRule.Builder |
CfnListenerRule.Builder.listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
CfnListenerRule.Builder |
CfnListenerRule.Builder.priority(Number priority)
The rule priority.
|
Copyright © 2022. All rights reserved.