@Stability(value=Stable)
public static interface CfnBot.ObfuscationSettingProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lex.*;
ObfuscationSettingProperty obfuscationSettingProperty = ObfuscationSettingProperty.builder()
.obfuscationSettingType("obfuscationSettingType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.ObfuscationSettingProperty.Builder
A builder for
CfnBot.ObfuscationSettingProperty |
static class |
CfnBot.ObfuscationSettingProperty.Jsii$Proxy
An implementation for
CfnBot.ObfuscationSettingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.ObfuscationSettingProperty.Builder |
builder() |
String |
getObfuscationSettingType()
Value that determines whether Amazon Lex obscures slot values in conversation logs.
|
@Stability(value=Stable) @NotNull String getObfuscationSettingType()
The default is to obscure the values.
@Stability(value=Stable) static CfnBot.ObfuscationSettingProperty.Builder builder()
Copyright © 2022. All rights reserved.