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.

13 lines 516 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.output = exports.input = exports.enums = void 0; // Export sub-modules: const enums = require("./enums"); exports.enums = enums; const input = require("./input"); exports.input = input; const output = require("./output"); exports.output = output; //# sourceMappingURL=index.js.map