DetectorModelAssetPropertyVariantArgs

data class DetectorModelAssetPropertyVariantArgs(val booleanValue: Output<String>? = null, val doubleValue: Output<String>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<DetectorModelAssetPropertyVariantArgs>

A structure that contains an asset property value. For more information, see Variant in the AWS IoT SiteWise API Reference.

Constructors

Link copied to clipboard
fun DetectorModelAssetPropertyVariantArgs(booleanValue: Output<String>? = null, doubleValue: Output<String>? = null, integerValue: Output<String>? = null, stringValue: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val booleanValue: Output<String>? = null

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
val doubleValue: Output<String>? = null

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
val integerValue: Output<String>? = null

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
val stringValue: Output<String>? = null

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.