BucketWebsiteRoutingRulesRoutingRule

Constructors

Link copied to clipboard
constructor(condition: BucketWebsiteRoutingRulesRoutingRuleCondition? = null, luaConfig: BucketWebsiteRoutingRulesRoutingRuleLuaConfig? = null, redirect: BucketWebsiteRoutingRulesRoutingRuleRedirect? = null, ruleNumber: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Save the criteria that the rule needs to match. See condition below.

Link copied to clipboard

The Lua script configuration to be executed. See lua_config below.

Link copied to clipboard

Specifies the action to perform after this rule is matched. See redirect below.

Link copied to clipboard
val ruleNumber: Int? = null

The sequence number of the matching and executing jump rules. OSS matches rules according to this sequence number. If the match is successful, the rule is executed and subsequent rules are not executed.