RuleGroupRuleActionCountCustomRequestHandlingInsertHeaderArgs

data class RuleGroupRuleActionCountCustomRequestHandlingInsertHeaderArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<RuleGroupRuleActionCountCustomRequestHandlingInsertHeaderArgs>

Constructors

constructor(name: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

A friendly name of the rule group.

Link copied to clipboard
val value: Output<String>

The value of the custom header.

Functions

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