BotObfuscationSettingArgs

data class BotObfuscationSettingArgs(val obfuscationSettingType: Output<BotObfuscationSettingObfuscationSettingType>) : ConvertibleToJava<BotObfuscationSettingArgs>

Determines whether Amazon Lex obscures slot values in conversation logs.

Constructors

Link copied to clipboard
constructor(obfuscationSettingType: Output<BotObfuscationSettingObfuscationSettingType>)

Properties

Link copied to clipboard

Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.

Functions

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