dataPoints

@JvmName(name = "eyhdbsyftglpoeht")
suspend fun dataPoints(value: Output<List<AssetPropertiesDataPointsArgs>>)
@JvmName(name = "mdjxahevywilssti")
suspend fun dataPoints(value: List<AssetPropertiesDataPointsArgs>?)

Parameters

value

Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration. See below for more details for the definition of the dataPoints element.


@JvmName(name = "jcltqhpftnxmxkic")
suspend fun dataPoints(vararg values: Output<AssetPropertiesDataPointsArgs>)


@JvmName(name = "kgnuwdmwtnawtpfv")
suspend fun dataPoints(values: List<Output<AssetPropertiesDataPointsArgs>>)
@JvmName(name = "pqufethiijqrarem")
suspend fun dataPoints(vararg values: AssetPropertiesDataPointsArgs)

Parameters

values

Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration. See below for more details for the definition of the dataPoints element.


@JvmName(name = "tmntufeffjvkminh")
suspend fun dataPoints(argument: List<suspend AssetPropertiesDataPointsArgsBuilder.() -> Unit>)
@JvmName(name = "bvcyqbscowrfgfac")
suspend fun dataPoints(vararg argument: suspend AssetPropertiesDataPointsArgsBuilder.() -> Unit)
@JvmName(name = "vkicjmdnrcueutii")
suspend fun dataPoints(argument: suspend AssetPropertiesDataPointsArgsBuilder.() -> Unit)

Parameters

argument

Array of data points that are part of the asset. Each data point can reference an asset type capability and have per-data point configuration. See below for more details for the definition of the dataPoints element.