UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

22 lines 934 B
"use strict"; // *** 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.ScalingPlan = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.ScalingPlan = null; utilities.lazyLoad(exports, ["ScalingPlan"], () => require("./scalingPlan")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "aws:autoscalingplans/scalingPlan:ScalingPlan": return new exports.ScalingPlan(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("aws", "autoscalingplans/scalingPlan", _module); //# sourceMappingURL=index.js.map