TopicRulePutAssetPropertyValueEntryArgs

data class TopicRulePutAssetPropertyValueEntryArgs(val assetId: Output<String>? = null, val entryId: Output<String>? = null, val propertyAlias: Output<String>? = null, val propertyId: Output<String>? = null, val propertyValues: Output<List<TopicRuleAssetPropertyValueArgs>>) : ConvertibleToJava<TopicRulePutAssetPropertyValueEntryArgs>

Constructors

Link copied to clipboard
constructor(assetId: Output<String>? = null, entryId: Output<String>? = null, propertyAlias: Output<String>? = null, propertyId: Output<String>? = null, propertyValues: Output<List<TopicRuleAssetPropertyValueArgs>>)

Properties

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

The ID of the AWS IoT SiteWise asset. You must specify either a propertyAlias or both an aliasId and a propertyId . Accepts substitution templates.

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

Optional. A unique identifier for this entry that you can define to better track which message caused an error in case of failure. Accepts substitution templates. Defaults to a new UUID.

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

The name of the property alias associated with your asset property. You must specify either a propertyAlias or both an aliasId and a propertyId . Accepts substitution templates.

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

The ID of the asset's property. You must specify either a propertyAlias or both an aliasId and a propertyId . Accepts substitution templates.

Link copied to clipboard

A list of property values to insert that each contain timestamp, quality, and value (TQV) information.

Functions

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