identifiers

@JvmName(name = "maysjdqglmpqpbka")
suspend fun identifiers(value: Output<List<String>>)
@JvmName(name = "jxjapnrvpdpalyac")
suspend fun identifiers(value: List<String>?)

Parameters

value

A list of IDs to use to bind data to a component. Use this property to bind specifically chosen data, rather than data retrieved from a query.


@JvmName(name = "bmtehjxuwothmxvl")
suspend fun identifiers(vararg values: Output<String>)


@JvmName(name = "uauouqsuqfxghpoj")
suspend fun identifiers(values: List<Output<String>>)
@JvmName(name = "dyqjklgtusemlywh")
suspend fun identifiers(vararg values: String)

Parameters

values

A list of IDs to use to bind data to a component. Use this property to bind specifically chosen data, rather than data retrieved from a query.