identifiers

@JvmName(name = "lpqwhrfsbxjxoxjq")
suspend fun identifiers(value: Output<List<String>>)
@JvmName(name = "wvlfdljseduejxvf")
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 = "ycwrxffkbfcharxn")
suspend fun identifiers(vararg values: Output<String>)


@JvmName(name = "gwxhmvkhhojymmvv")
suspend fun identifiers(values: List<Output<String>>)
@JvmName(name = "vkakuwnqgiqppplr")
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.