AlarmModelIotSiteWiseArgs

data class AlarmModelIotSiteWiseArgs(val assetId: Output<String>? = null, val entryId: Output<String>? = null, val propertyAlias: Output<String>? = null, val propertyId: Output<String>? = null, val propertyValue: Output<AlarmModelAssetPropertyValueArgs>? = null) : ConvertibleToJava<AlarmModelIotSiteWiseArgs>

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 AlarmModelIotSiteWiseArgs(assetId: Output<String>? = null, entryId: Output<String>? = null, propertyAlias: Output<String>? = null, propertyId: Output<String>? = null, propertyValue: Output<AlarmModelAssetPropertyValueArgs>? = null)

Functions

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

Properties

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

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

Link copied to clipboard
val entryId: Output<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: Output<String>? = null

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

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

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

Link copied to clipboard