interface ObfuscationSettingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Lex.Mixins.CfnBotPropsMixin.ObfuscationSettingProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslex/mixins#CfnBotPropsMixin_ObfuscationSettingProperty |
Java | software.amazon.awscdk.mixins.preview.services.lex.mixins.CfnBotPropsMixin.ObfuscationSettingProperty |
Python | aws_cdk.mixins_preview.aws_lex.mixins.CfnBotPropsMixin.ObfuscationSettingProperty |
TypeScript | @aws-cdk/mixins-preview » aws_lex » mixins » CfnBotPropsMixin » 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 { mixins as lex_mixins } from '@aws-cdk/mixins-preview/aws-lex';
const obfuscationSettingProperty: lex_mixins.CfnBotPropsMixin.ObfuscationSettingProperty = {
obfuscationSettingType: 'obfuscationSettingType',
};
Properties
| Name | Type | Description |
|---|---|---|
| obfuscation | string | Value that determines whether Amazon Lex obscures slot values in conversation logs. |
obfuscationSettingType?
Type:
string
(optional)
Value that determines whether Amazon Lex obscures slot values in conversation logs.
The default is to obscure the values.

.NET
Go
Java
Python
TypeScript