Rule Args
data class RuleArgs(val direction: Output<String>? = null, val dryRun: Output<Boolean>? = null, val listenerId: Output<String>? = null, val priority: Output<Int>? = null, val ruleActions: Output<List<RuleRuleActionArgs>>? = null, val ruleConditions: Output<List<RuleRuleConditionArgs>>? = null, val ruleName: Output<String>? = null) : ConvertibleToJava<RuleArgs>
Provides a Application Load Balancer (ALB) Rule resource. For information about Application Load Balancer (ALB) Rule and how to use it, see What is Rule.
NOTE: Available since v1.133.0. NOTE: This version only supports forwarding rules in the request direction.
Import
Application Load Balancer (ALB) Rule can be imported using the id, e.g.
$ pulumi import alicloud:alb/rule:Rule example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(direction: Output<String>? = null, dryRun: Output<Boolean>? = null, listenerId: Output<String>? = null, priority: Output<Int>? = null, ruleActions: Output<List<RuleRuleActionArgs>>? = null, ruleConditions: Output<List<RuleRuleConditionArgs>>? = null, ruleName: Output<String>? = null)