RuleRuleActionInsertHeaderConfigArgs

data class RuleRuleActionInsertHeaderConfigArgs(val key: Output<String>? = null, val value: Output<String>? = null, val valueType: Output<String>? = null) : ConvertibleToJava<RuleRuleActionInsertHeaderConfigArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>? = null, value: Output<String>? = null, valueType: Output<String>? = null)

Properties

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

The value type of the inserted header field. Valid values:

Functions

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