@amaabca/aws-lex-custom-resources
Version:
AWS Lex infrastructure as code via the CDK
14 lines (13 loc) • 619 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SlotTypeType = exports.ObfuscationSetting = void 0;
var ObfuscationSetting;
(function (ObfuscationSetting) {
ObfuscationSetting["NONE"] = "NONE";
ObfuscationSetting["DEFAULT"] = "DEFAULT_OBFUSCATION";
})(ObfuscationSetting = exports.ObfuscationSetting || (exports.ObfuscationSetting = {}));
var SlotTypeType;
(function (SlotTypeType) {
SlotTypeType[SlotTypeType["CUSTOM"] = 0] = "CUSTOM";
SlotTypeType[SlotTypeType["BUILT_IN"] = 1] = "BUILT_IN";
})(SlotTypeType = exports.SlotTypeType || (exports.SlotTypeType = {}));