include Headers
suspend fun includeHeaders(value: Output<List<BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeaderArgs>>)
suspend fun includeHeaders(value: List<BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeaderArgs>?)
Parameters
value
This rule can only be matched if the request contains the specified Header and the value is the specified value. You can specify up to 10 containers. See include_headers
below.
suspend fun includeHeaders(vararg values: Output<BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeaderArgs>)
suspend fun includeHeaders(values: List<Output<BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeaderArgs>>)
suspend fun includeHeaders(vararg values: BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeaderArgs)
Parameters
values
This rule can only be matched if the request contains the specified Header and the value is the specified value. You can specify up to 10 containers. See include_headers
below.
suspend fun includeHeaders(argument: List<suspend BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeaderArgsBuilder.() -> Unit>)
suspend fun includeHeaders(vararg argument: suspend BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeaderArgsBuilder.() -> Unit)
suspend fun includeHeaders(argument: suspend BucketWebsiteRoutingRulesRoutingRuleConditionIncludeHeaderArgsBuilder.() -> Unit)
Parameters
argument
This rule can only be matched if the request contains the specified Header and the value is the specified value. You can specify up to 10 containers. See include_headers
below.