kind

@JvmName(name = "xjptqvnnurohpsav")
suspend fun kind(value: Output<String>)
@JvmName(name = "kbktbtfvlhlouosw")
suspend fun kind(value: String?)

Parameters

value

Indicates the kind of entity type.

  • KIND_MAP: Map entity types allow mapping of a group of synonyms to a reference value.

  • KIND_LIST: List entity types contain a set of entries that do not map to reference values. However, list entity types can contain references to other entity types (with or without aliases).

  • KIND_REGEXP: Regexp entity types allow to specify regular expressions in entries values. Possible values are: KIND_MAP, KIND_LIST, KIND_REGEXP.