com.pulumi.gcp.networkservices.kotlin.inputs.HttpRouteRuleActionRequestHeaderModifierArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.networkservices.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.networkservices.inputs.HttpRouteRuleActionRequestHeaderModifierArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property add Add the headers with given map where key is the name of the header, value is the value of the header.
* @property removes Remove headers (matching by header names) specified in the list.
* @property set Completely overwrite/replace the headers with given map where key is the name of the header, value is the value of the header.
*/
public data class HttpRouteRuleActionRequestHeaderModifierArgs(
public val add: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy