Asset Property Args
data class AssetPropertyArgs(val alias: Output<String>? = null, val logicalId: Output<String>, val notificationState: Output<AssetPropertyNotificationState>? = null, val unit: Output<String>? = null) : ConvertibleToJava<AssetPropertyArgs>
The asset property's definition, alias, unit, and notification state.
Constructors
Link copied to clipboard
fun AssetPropertyArgs(alias: Output<String>? = null, logicalId: Output<String>, notificationState: Output<AssetPropertyNotificationState>? = null, unit: Output<String>? = null)