Bucket Website Configuration V2Routing Rule Condition Args
data class BucketWebsiteConfigurationV2RoutingRuleConditionArgs(val httpErrorCodeReturnedEquals: Output<String>? = null, val keyPrefixEquals: Output<String>? = null) : ConvertibleToJava<BucketWebsiteConfigurationV2RoutingRuleConditionArgs>
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
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.