RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs

data class RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs(val headerName: Output<String>, val headerValue: Output<String>, val replace: Output<Boolean>) : ConvertibleToJava<RegionUrlMapPathMatcherPathRuleRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgs>

Constructors

constructor(headerName: Output<String>, headerValue: Output<String>, replace: Output<Boolean>)

Properties

Link copied to clipboard
val headerName: Output<String>

The name of the header.

Link copied to clipboard
val headerValue: Output<String>

The value of the header to add.

Link copied to clipboard
val replace: Output<Boolean>

If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header. The default value is false.

Functions

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