UNPKG

@pulumi/aws

Version:

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

25 lines 1.05 kB
"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.View = exports.getViewsOutput = exports.getViews = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.getViews = null; exports.getViewsOutput = null; utilities.lazyLoad(exports, ["getViews", "getViewsOutput"], () => require("./getViews")); exports.View = null; utilities.lazyLoad(exports, ["View"], () => require("./view")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "aws:billing/view:View": return new exports.View(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("aws", "billing/view", _module); //# sourceMappingURL=index.js.map