BucketWebsiteRoutingRulesRoutingRuleCondition

data class BucketWebsiteRoutingRulesRoutingRuleCondition(val httpErrorCodeReturnedEquals: String? = null, val includeHeaders: List<BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeader>? = null, val keyPrefixEquals: String? = null, val keySuffixEquals: String? = null)

Constructors

constructor(httpErrorCodeReturnedEquals: String? = null, includeHeaders: List<BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeader>? = null, keyPrefixEquals: String? = null, keySuffixEquals: String? = null)

Types

Link copied to clipboard
object Companion

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
val keyPrefixEquals: String? = null

Only objects that match this prefix can match this rule.

Link copied to clipboard
val keySuffixEquals: String? = null

Only objects that match this suffix can match this rule.