BucketWebsiteRoutingRulesArgs

data class BucketWebsiteRoutingRulesArgs(val routingRules: Output<List<BucketWebsiteRoutingRulesRoutingRuleArgs>>? = null) : ConvertibleToJava<BucketWebsiteRoutingRulesArgs>

Constructors

Link copied to clipboard
constructor(routingRules: Output<List<BucketWebsiteRoutingRulesRoutingRuleArgs>>? = null)

Properties

Link copied to clipboard

Specify a jump rule or a mirroring back-to-origin rule, with a maximum of 20 routing rules. See routing_rule below.

Functions

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