DeliveryRuleHostNameConditionArgs

data class DeliveryRuleHostNameConditionArgs(val name: Output<String>, val parameters: Output<HostNameMatchConditionParametersArgs>) : ConvertibleToJava<DeliveryRuleHostNameConditionArgs>

Defines the HostName condition for the delivery rule.

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the condition for the delivery rule. Expected value is 'HostName'.

Link copied to clipboard

Defines the parameters for the condition.