response Header To Removes
suspend fun responseHeaderToRemoves(value: Output<List<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToRemoveArgs>>)
suspend fun responseHeaderToRemoves(value: List<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToRemoveArgs>?)
Parameters
value
A list of header names for headers that need to be removed from the request prior to forwarding the request to the origin. Structure is documented below.
suspend fun responseHeaderToRemoves(vararg values: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToRemoveArgs>)
suspend fun responseHeaderToRemoves(values: List<Output<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToRemoveArgs>>)
suspend fun responseHeaderToRemoves(vararg values: EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToRemoveArgs)
Parameters
values
A list of header names for headers that need to be removed from the request prior to forwarding the request to the origin. Structure is documented below.
suspend fun responseHeaderToRemoves(argument: List<suspend EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToRemoveArgsBuilder.() -> Unit>)
suspend fun responseHeaderToRemoves(vararg argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToRemoveArgsBuilder.() -> Unit)
suspend fun responseHeaderToRemoves(argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToRemoveArgsBuilder.() -> Unit)
Parameters
argument
A list of header names for headers that need to be removed from the request prior to forwarding the request to the origin. Structure is documented below.