aws-cdk-lib.aws_lex.CfnBot.ObfuscationSettingProperty

interface ObfuscationSettingProperty

LanguageType name
.NETAmazon.CDK.AWS.Lex.CfnBot.ObfuscationSettingProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_ObfuscationSettingProperty
Javasoftware.amazon.awscdk.services.lex.CfnBot.ObfuscationSettingProperty
Pythonaws_cdk.aws_lex.CfnBot.ObfuscationSettingProperty
TypeScript aws-cdk-lib » aws_lex » CfnBot » ObfuscationSettingProperty

Determines whether Amazon Lex obscures slot values in conversation logs.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';
const obfuscationSettingProperty: lex.CfnBot.ObfuscationSettingProperty = {
  obfuscationSettingType: 'obfuscationSettingType',
};

Properties

NameTypeDescription
obfuscationSettingTypestringValue that determines whether Amazon Lex obscures slot values in conversation logs.

obfuscationSettingType

Type: string

Value that determines whether Amazon Lex obscures slot values in conversation logs.

The default is to obscure the values.