BucketWebsiteConfigurationV2RoutingRuleConditionArgs

data class BucketWebsiteConfigurationV2RoutingRuleConditionArgs(val httpErrorCodeReturnedEquals: Output<String>? = null, val keyPrefixEquals: Output<String>? = null) : ConvertibleToJava<BucketWebsiteConfigurationV2RoutingRuleConditionArgs>

Constructors

constructor(httpErrorCodeReturnedEquals: Output<String>? = null, keyPrefixEquals: Output<String>? = null)

Properties

Link copied to clipboard
val httpErrorCodeReturnedEquals: Output<String>? = null

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): BucketWebsiteConfigurationV2RoutingRuleConditionArgs