DeliveryRuleIsDeviceConditionArgs

data class DeliveryRuleIsDeviceConditionArgs(val name: Output<String>, val parameters: Output<IsDeviceMatchConditionParametersArgs>) : ConvertibleToJava<DeliveryRuleIsDeviceConditionArgs>

Defines the IsDevice condition for the delivery rule.

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard

Defines the parameters for the condition.