BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeaderArgs

data class BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeaderArgs(val endsWith: Output<String>? = null, val equals: Output<String>? = null, val key: Output<String>? = null, val startsWith: Output<String>? = null) : ConvertibleToJava<BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeaderArgs>

Constructors

constructor(endsWith: Output<String>? = null, equals: Output<String>? = null, key: Output<String>? = null, startsWith: Output<String>? = null)

Properties

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

This rule can only be matched if the request contains the Header specified by Key and the value ends with this value.

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

This rule can only be matched if the request contains the Header specified by Key and the value is the specified value.

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

This rule can only be matched if the request contains the Header specified by Key and the value starts with this value.

Functions

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