Topic Rule Asset Property Variant Args
data class TopicRuleAssetPropertyVariantArgs(val booleanValue: Output<String>? = null, val doubleValue: Output<String>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<TopicRuleAssetPropertyVariantArgs>
Properties
Link copied to clipboard
Optional. A string that contains the boolean value ( true
or false
) of the value entry. Accepts substitution templates.
Link copied to clipboard
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
Link copied to clipboard
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
Link copied to clipboard
Optional. The string value of the value entry. Accepts substitution templates.