Bucket Website Routing Rules Routing Rule Condition
data class BucketWebsiteRoutingRulesRoutingRuleCondition(val httpErrorCodeReturnedEquals: String? = null, val includeHeaders: List<BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeader>? = null, val keyPrefixEquals: String? = null, val keySuffixEquals: String? = null)
Constructors
Link copied to clipboard
constructor(httpErrorCodeReturnedEquals: String? = null, includeHeaders: List<BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeader>? = null, keyPrefixEquals: String? = null, keySuffixEquals: String? = null)
Properties
Link copied to clipboard
When the specified Object is accessed, this status is returned to match this rule. This field must be 404 when the jump rule is mirrored back to the source.
Link copied to clipboard
This rule can only be matched if the request contains the specified Header and the value is the specified value. You can specify up to 10 containers. See include_headers
below.
Link copied to clipboard
Only objects that match this prefix can match this rule.
Link copied to clipboard
Only objects that match this suffix can match this rule.