RuleRuleConditionResponseHeaderConfigArgs

data class RuleRuleConditionResponseHeaderConfigArgs(val key: Output<String>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<RuleRuleConditionResponseHeaderConfigArgs>

Constructors

constructor(key: Output<String>? = null, values: Output<List<String>>? = null)

Properties

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

Add one or more IP addresses or IP address segments. You can add up to 5 forwarding rules in a SourceIp.

Functions

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