Package-level declarations

Types

Link copied to clipboard
class Glossary : KotlinCustomResource

Creates a glossary and returns the long-running operation. Returns NOT_FOUND, if the project doesn't exist.

Link copied to clipboard
data class GlossaryArgs(val inputConfig: Output<GlossaryInputConfigArgs>? = null, val languageCodesSet: Output<LanguageCodesSetArgs>? = null, val languagePair: Output<LanguageCodePairArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<GlossaryArgs>

Creates a glossary and returns the long-running operation. Returns NOT_FOUND, if the project doesn't exist.

Link copied to clipboard
Link copied to clipboard
object GlossaryMapper : ResourceMapper<Glossary>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun glossary(name: String, block: suspend GlossaryResourceBuilder.() -> Unit): Glossary