interface ObfuscationSettingProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Lex.CfnBot.ObfuscationSettingProperty |
Java | software.amazon.awscdk.services.lex.CfnBot.ObfuscationSettingProperty |
Python | aws_cdk.aws_lex.CfnBot.ObfuscationSettingProperty |
TypeScript | @aws-cdk/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 * as lex from '@aws-cdk/aws-lex';
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.