DetectorModelIotSiteWise

data class DetectorModelIotSiteWise(val assetId: String? = null, val entryId: String? = null, val propertyAlias: String? = null, val propertyId: String? = null, val propertyValue: DetectorModelAssetPropertyValue)

Sends information about the detector model instance and the event that triggered the action to a specified asset property in AWS IoT SiteWise.

Constructors

Link copied to clipboard
fun DetectorModelIotSiteWise(assetId: String? = null, entryId: String? = null, propertyAlias: String? = null, propertyId: String? = null, propertyValue: DetectorModelAssetPropertyValue)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assetId: String? = null

The ID of the asset that has the specified property. You can specify an expression.

Link copied to clipboard
val entryId: String? = null

A unique identifier for this entry. You can use the entry ID to track which data entry causes an error in case of failure. The default is a new unique identifier. You can also specify an expression.

Link copied to clipboard
val propertyAlias: String? = null

The alias of the asset property. You can also specify an expression.

Link copied to clipboard
val propertyId: String? = null

The ID of the asset property. You can specify an expression.