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
fun GetRulesRule(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. Valid values: 1 to 10000. A smaller value indicates a higher priority. Note The priority of each rule within the same listener must be unique.

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 first ID of the resource.

Link copied to clipboard

The name of the forwarding rule. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.

Link copied to clipboard

The status of the resource.