RuleRuleConditionPathConfigArgs

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

Constructors

Link copied to clipboard
fun RuleRuleConditionPathConfigArgs(values: Output<List<String>>? = null)

Functions

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

Properties

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

The value of the header field. The value must be 1 to 128 characters in length, and can contain lowercase letters, printable ASCII characters whose values are ch >= 32 && ch < 127, asterisks (*), and question marks (?). The value cannot start or end with a space.