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
fun RuleRuleActionInsertHeaderConfigArgs(key: Output<String>? = null, value: Output<String>? = null, valueType: Output<String>? = null)

Functions

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

Properties

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

The key of the header field. The key must be 1 to 40 characters in length, and can contain letters, digits, hyphens (-) and underscores (_). The key does not support Cookie or Host.

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

The value of the values list.

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

Valid values: UserDefined: a custom value ReferenceHeader: uses a field of the user request header. SystemDefined: a system value.