UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

69 lines 4.31 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! *** var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.OdbPeeringConnection = exports.OdbNetwork = exports.getOdbPeeringConnectionOutput = exports.getOdbPeeringConnection = exports.getOdbNetworkOutput = exports.getOdbNetwork = exports.getCloudVmClusterOutput = exports.getCloudVmCluster = exports.getCloudExadataInfrastructureOutput = exports.getCloudExadataInfrastructure = exports.getCloudAutonomousVmClusterOutput = exports.getCloudAutonomousVmCluster = exports.CloudVmCluster = exports.CloudExadataInfrastructure = exports.CloudAutonomousVmCluster = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.CloudAutonomousVmCluster = null; utilities.lazyLoad(exports, ["CloudAutonomousVmCluster"], () => require("./cloudAutonomousVmCluster")); exports.CloudExadataInfrastructure = null; utilities.lazyLoad(exports, ["CloudExadataInfrastructure"], () => require("./cloudExadataInfrastructure")); exports.CloudVmCluster = null; utilities.lazyLoad(exports, ["CloudVmCluster"], () => require("./cloudVmCluster")); exports.getCloudAutonomousVmCluster = null; exports.getCloudAutonomousVmClusterOutput = null; utilities.lazyLoad(exports, ["getCloudAutonomousVmCluster", "getCloudAutonomousVmClusterOutput"], () => require("./getCloudAutonomousVmCluster")); exports.getCloudExadataInfrastructure = null; exports.getCloudExadataInfrastructureOutput = null; utilities.lazyLoad(exports, ["getCloudExadataInfrastructure", "getCloudExadataInfrastructureOutput"], () => require("./getCloudExadataInfrastructure")); exports.getCloudVmCluster = null; exports.getCloudVmClusterOutput = null; utilities.lazyLoad(exports, ["getCloudVmCluster", "getCloudVmClusterOutput"], () => require("./getCloudVmCluster")); exports.getOdbNetwork = null; exports.getOdbNetworkOutput = null; utilities.lazyLoad(exports, ["getOdbNetwork", "getOdbNetworkOutput"], () => require("./getOdbNetwork")); exports.getOdbPeeringConnection = null; exports.getOdbPeeringConnectionOutput = null; utilities.lazyLoad(exports, ["getOdbPeeringConnection", "getOdbPeeringConnectionOutput"], () => require("./getOdbPeeringConnection")); exports.OdbNetwork = null; utilities.lazyLoad(exports, ["OdbNetwork"], () => require("./odbNetwork")); exports.OdbPeeringConnection = null; utilities.lazyLoad(exports, ["OdbPeeringConnection"], () => require("./odbPeeringConnection")); // Export enums: __exportStar(require("../types/enums/odb"), exports); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "aws-native:odb:CloudAutonomousVmCluster": return new exports.CloudAutonomousVmCluster(name, undefined, { urn }); case "aws-native:odb:CloudExadataInfrastructure": return new exports.CloudExadataInfrastructure(name, undefined, { urn }); case "aws-native:odb:CloudVmCluster": return new exports.CloudVmCluster(name, undefined, { urn }); case "aws-native:odb:OdbNetwork": return new exports.OdbNetwork(name, undefined, { urn }); case "aws-native:odb:OdbPeeringConnection": return new exports.OdbPeeringConnection(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("aws-native", "odb", _module); //# sourceMappingURL=index.js.map