GetRulesRule

data class GetRulesRule(val id: String, val listenerId: String, val loadBalancerId: String, val priority: Int, val ruleActions: List<GetRulesRuleRuleAction>, val ruleConditions: List<GetRulesRuleRuleCondition>, val ruleId: String, val ruleName: String, val status: String)

Constructors

Link copied to clipboard
constructor(id: String, listenerId: String, loadBalancerId: String, priority: Int, ruleActions: List<GetRulesRuleRuleAction>, ruleConditions: List<GetRulesRuleRuleCondition>, ruleId: String, ruleName: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Rule.

Link copied to clipboard

The ID of the listener to which the forwarding rule belongs.

Link copied to clipboard

The ID of the Application Load Balancer (ALB) instance to which the forwarding rule belongs.

Link copied to clipboard

The priority of the rule.

Link copied to clipboard

The actions of the forwarding rules.

Link copied to clipboard

The conditions of the forwarding rule.

Link copied to clipboard

The ID of the Rule.

Link copied to clipboard

The name of the forwarding rule.

Link copied to clipboard

The status of the forwarding rule. Valid values: Provisioning, Configuring, Available.