interface ObfuscationSettingProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.CfnBot.ObfuscationSettingProperty |
![]() | software.amazon.awscdk.services.lex.CfnBot.ObfuscationSettingProperty |
![]() | aws_cdk.aws_lex.CfnBot.ObfuscationSettingProperty |
![]() | @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.