@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
11 lines • 410 B
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.ParameterType = void 0;
exports.ParameterType = {
String: "String",
StringList: "StringList",
SecureString: "SecureString",
};
//# sourceMappingURL=index.js.map