Alarm Model Iot Site Wise
data class AlarmModelIotSiteWise(val assetId: String? = null, val entryId: String? = null, val propertyAlias: String? = null, val propertyId: String? = null, val propertyValue: AlarmModelAssetPropertyValue? = null)
Sends information about the alarm model instance and the event that triggered the action to a specified asset property in AWS IoT SiteWise.
Constructors
Link copied to clipboard
fun AlarmModelIotSiteWise(assetId: String? = null, entryId: String? = null, propertyAlias: String? = null, propertyId: String? = null, propertyValue: AlarmModelAssetPropertyValue? = null)