ForwardingRuleRuleConditionHostConfigArgs

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

Constructors

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

Properties

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

The domain name is 3-128 characters long, which can contain letters, numbers, dashes (-) and width period (.), and supports the use of asterisk (*) and width question mark (?) as wildcard characters.

Functions

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