identifiers

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


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