BotAliasTagArgs

data class BotAliasTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<BotAliasTagArgs>

A label for tagging Lex resources

Constructors

Link copied to clipboard
constructor(key: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

A string used to identify this tag

Link copied to clipboard
val value: Output<String>

A string containing the value for the tag

Functions

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