glossaryTerms

@JvmName(name = "fpoxyljgdwbrvvax")
suspend fun glossaryTerms(value: Output<List<String>>)
@JvmName(name = "wyqonooldesqjgeg")
suspend fun glossaryTerms(value: List<String>?)

Parameters

value

List of glossary terms that can be used in the project. The list cannot be empty or include over 20 values. Each value must follow the regex of [a-zA-Z0-9_-]{1,36}$.


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


@JvmName(name = "uskrjgkngopljvbt")
suspend fun glossaryTerms(values: List<Output<String>>)
@JvmName(name = "xluqghnpbygsjths")
suspend fun glossaryTerms(vararg values: String)

Parameters

values

List of glossary terms that can be used in the project. The list cannot be empty or include over 20 values. Each value must follow the regex of [a-zA-Z0-9_-]{1,36}$.