Topic Rule Put Asset Property Value Entry Args
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>
Properties
Link copied to clipboard
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
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.