DeliveryRuleClientPortConditionArgs

data class DeliveryRuleClientPortConditionArgs(val name: Output<String>, val parameters: Output<ClientPortMatchConditionParametersArgs>) : ConvertibleToJava<DeliveryRuleClientPortConditionArgs>

Defines the ClientPort condition for the delivery rule.

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard

Defines the parameters for the condition.