Detector Model Iot Site Wise Args
data class DetectorModelIotSiteWiseArgs(val assetId: Output<String>? = null, val entryId: Output<String>? = null, val propertyAlias: Output<String>? = null, val propertyId: Output<String>? = null, val propertyValue: Output<DetectorModelAssetPropertyValueArgs>) : ConvertibleToJava<DetectorModelIotSiteWiseArgs>
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 DetectorModelIotSiteWiseArgs(assetId: Output<String>? = null, entryId: Output<String>? = null, propertyAlias: Output<String>? = null, propertyId: Output<String>? = null, propertyValue: Output<DetectorModelAssetPropertyValueArgs>)