interface ObfuscationSettingProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Lex.CfnBot.ObfuscationSettingProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_ObfuscationSettingProperty |
Java | software.amazon.awscdk.services.lex.CfnBot.ObfuscationSettingProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
obfuscation | string | Value 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.