synonyms

@JvmName(name = "qcscctwxreurfhus")
suspend fun synonyms(value: Output<List<String>>)
@JvmName(name = "nkkgcbwgeoxsjobq")
suspend fun synonyms(value: List<String>)

Parameters

value

A collection of value synonyms. For example, if the entity type is vegetable, and value is scallions, a synonym could be green onions. For KIND_LIST entity types:

  • This collection must contain exactly one synonym equal to value.


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


@JvmName(name = "hsdunsvqcbxksfpy")
suspend fun synonyms(values: List<Output<String>>)
@JvmName(name = "nyfcfrpwhctcwbtt")
suspend fun synonyms(vararg values: String)

Parameters

values

A collection of value synonyms. For example, if the entity type is vegetable, and value is scallions, a synonym could be green onions. For KIND_LIST entity types:

  • This collection must contain exactly one synonym equal to value.