RuleRuleAction

data class RuleRuleAction(val fixedResponseConfig: RuleRuleActionFixedResponseConfig? = null, val forwardGroupConfig: RuleRuleActionForwardGroupConfig? = null, val insertHeaderConfig: RuleRuleActionInsertHeaderConfig? = null, val order: Int, val redirectConfig: RuleRuleActionRedirectConfig? = null, val rewriteConfig: RuleRuleActionRewriteConfig? = null, val trafficLimitConfig: RuleRuleActionTrafficLimitConfig? = null, val trafficMirrorConfig: RuleRuleActionTrafficMirrorConfig? = null, val type: String)

Constructors

Link copied to clipboard
fun RuleRuleAction(fixedResponseConfig: RuleRuleActionFixedResponseConfig? = null, forwardGroupConfig: RuleRuleActionForwardGroupConfig? = null, insertHeaderConfig: RuleRuleActionInsertHeaderConfig? = null, order: Int, redirectConfig: RuleRuleActionRedirectConfig? = null, rewriteConfig: RuleRuleActionRewriteConfig? = null, trafficLimitConfig: RuleRuleActionTrafficLimitConfig? = null, trafficMirrorConfig: RuleRuleActionTrafficMirrorConfig? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of the fixed response. See the following Block fixed_response_config.

Link copied to clipboard

The forward response action within ALB. See the following Block forward_group_config.

Link copied to clipboard

The configuration of the inserted header field. See the following Block insert_header_config.

Link copied to clipboard
val order: Int

The order of the forwarding rule actions. Valid values: 1 to 50000. The actions are performed in ascending order. You cannot leave this parameter empty. Each value must be unique.

Link copied to clipboard

The configuration of the external redirect action. See the following Block redirect_config.

Link copied to clipboard

The redirect action within ALB. See the following Block rewrite_config.

Link copied to clipboard

The Flow speed limit. See the following Block traffic_limit_config.

Link copied to clipboard

The Traffic mirroring. See the following Block traffic_mirror_config.

Link copied to clipboard

The type of the forwarding rule. Valid values: Header, Host, Path, Cookie, QueryString, Method and SourceIp.