BucketWebsiteConfigurationV2RoutingRuleCondition

data class BucketWebsiteConfigurationV2RoutingRuleCondition(val httpErrorCodeReturnedEquals: String? = null, val keyPrefixEquals: String? = null)

Constructors

constructor(httpErrorCodeReturnedEquals: String? = null, keyPrefixEquals: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

HTTP error code when the redirect is applied. If specified with key_prefix_equals, then both must be true for the redirect to be applied.

Link copied to clipboard
val keyPrefixEquals: String? = null

Object key name prefix when the redirect is applied. If specified with http_error_code_returned_equals, then both must be true for the redirect to be applied.