GlossaryTermsSetArgs

data class GlossaryTermsSetArgs(val terms: Output<List<GlossaryTermArgs>>? = null) : ConvertibleToJava<GlossaryTermsSetArgs>

Represents a single entry for an equivalent term set glossary. This is used for equivalent term sets where each term can be replaced by the other terms in the set.

Constructors

Link copied to clipboard
fun GlossaryTermsSetArgs(terms: Output<List<GlossaryTermArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val terms: Output<List<GlossaryTermArgs>>? = null

Each term in the set represents a term that can be replaced by the other terms.