serverless-ssm-publish
Version:
Serverless Framework plugin to publish data to AWS SSM Parameter Store
10 lines • 396 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SSMParamTypes = void 0;
var SSMParamTypes;
(function (SSMParamTypes) {
SSMParamTypes["STRING"] = "String";
SSMParamTypes["SECURESTRING"] = "SecureString";
SSMParamTypes["STRINGLIST"] = "StringList";
})(SSMParamTypes || (exports.SSMParamTypes = SSMParamTypes = {}));
//# sourceMappingURL=types.js.map