UNPKG

@cloudtoolkit/aws

Version:

The Cloud Toolkit AWS provider for Pulumi provision well-architected solutions in [AWS](https://aws.amazon.com/). With Cloud Toolkit AWS you can use your preferred programming language to manage your platform with Infrastructure as Code.

15 lines 471 B
"use strict"; // *** WARNING: this file was generated by Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.MysqlVersion = exports.MysqlStorageType = void 0; exports.MysqlStorageType = { Standard: "standard", Io1: "io1", Gp2: "gp2", }; exports.MysqlVersion = { V8_0: "8.0", V5_7: "5.7", }; //# sourceMappingURL=index.js.map