Alarm Model Asset Property Variant Args
data class AlarmModelAssetPropertyVariantArgs(val booleanValue: Output<String>? = null, val doubleValue: Output<String>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<AlarmModelAssetPropertyVariantArgs>
A structure that contains an asset property value. For more information, see Variant in the AWS IoT SiteWise API Reference.
Properties
Link copied to clipboard
The asset property value is a Boolean value that must be TRUE or FALSE. You can also specify an expression. If you use an expression, the evaluated result should be a Boolean value.
Link copied to clipboard
The asset property value is a double. You can also specify an expression. If you use an expression, the evaluated result should be a double.
Link copied to clipboard
The asset property value is an integer. You can also specify an expression. If you use an expression, the evaluated result should be an integer.
Link copied to clipboard
The asset property value is a string. You can also specify an expression. If you use an expression, the evaluated result should be a string.