ForwardingRuleRuleConditionArgs

data class ForwardingRuleRuleConditionArgs(val hostConfigs: Output<List<ForwardingRuleRuleConditionHostConfigArgs>>? = null, val pathConfig: Output<ForwardingRuleRuleConditionPathConfigArgs>? = null, val ruleConditionType: Output<String>) : ConvertibleToJava<ForwardingRuleRuleConditionArgs>

Constructors

Link copied to clipboard
fun ForwardingRuleRuleConditionArgs(hostConfigs: Output<List<ForwardingRuleRuleConditionHostConfigArgs>>? = null, pathConfig: Output<ForwardingRuleRuleConditionPathConfigArgs>? = null, ruleConditionType: Output<String>)

Functions

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

Properties

Link copied to clipboard

The configuration of the domain name. See host_config below.

Link copied to clipboard

The configuration of the path. See path_config below.

Link copied to clipboard

The type of the forwarding conditions. Valid values: Host, Path.