decimalStaticValues

@JvmName(name = "voqjabdisddpvsuf")
suspend fun decimalStaticValues(value: Output<List<Double>>)
@JvmName(name = "rcwdxwmdfslmepyk")
suspend fun decimalStaticValues(value: List<Double>?)

Parameters

value

A list of static default values for a given decimal parameter.


@JvmName(name = "wiiwfrxtfbanwhkt")
suspend fun decimalStaticValues(vararg values: Output<Double>)


@JvmName(name = "dbsxtkwvfgwhaeml")
suspend fun decimalStaticValues(values: List<Output<Double>>)
@JvmName(name = "bmdytdmunjcwehak")
suspend fun decimalStaticValues(vararg values: Double)

Parameters

values

A list of static default values for a given decimal parameter.