AssetModelPropertyPathDefinitionArgs

data class AssetModelPropertyPathDefinitionArgs(val name: Output<String>) : ConvertibleToJava<AssetModelPropertyPathDefinitionArgs>

The definition for property path which is used to reference properties in transforms/metrics

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the property

Functions

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