Bucket Website Routing Rules Routing Rule
data class BucketWebsiteRoutingRulesRoutingRule(val condition: BucketWebsiteRoutingRulesRoutingRuleCondition? = null, val luaConfig: BucketWebsiteRoutingRulesRoutingRuleLuaConfig? = null, val redirect: BucketWebsiteRoutingRulesRoutingRuleRedirect? = null, val ruleNumber: Int? = null)
Constructors
Link copied to clipboard
constructor(condition: BucketWebsiteRoutingRulesRoutingRuleCondition? = null, luaConfig: BucketWebsiteRoutingRulesRoutingRuleLuaConfig? = null, redirect: BucketWebsiteRoutingRulesRoutingRuleRedirect? = null, ruleNumber: Int? = null)
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
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.