GetVocabularyPlainArgs

data class GetVocabularyPlainArgs(val instanceId: String, val name: String? = null, val tags: Map<String, String>? = null, val vocabularyId: String? = null) : ConvertibleToJava<GetVocabularyPlainArgs>

A collection of arguments for invoking getVocabulary.

Constructors

Link copied to clipboard
constructor(instanceId: String, name: String? = null, tags: Map<String, String>? = null, vocabularyId: String? = null)

Properties

Link copied to clipboard

Reference to the hosting Amazon Connect Instance

Link copied to clipboard
val name: String? = null

Returns information on a specific Vocabulary by name

Link copied to clipboard
val tags: Map<String, String>? = null

A map of tags to assign to the Vocabulary.

Link copied to clipboard
val vocabularyId: String? = null

Returns information on a specific Vocabulary by Vocabulary id

Functions

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