EntityTypeEntityArgs

data class EntityTypeEntityArgs(val synonyms: Output<List<String>>, val value: Output<String>) : ConvertibleToJava<EntityTypeEntityArgs>

Constructors

Link copied to clipboard
constructor(synonyms: Output<List<String>>, value: Output<String>)

Properties

Link copied to clipboard
val synonyms: Output<List<String>>

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:

Link copied to clipboard
val value: Output<String>

The primary value associated with this entity entry. For example, if the entity type is vegetable, the value could be scallions. For KIND_MAP entity types:

Functions

Link copied to clipboard
open override fun toJava(): EntityTypeEntityArgs