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)

62 lines 3.33 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.TargetDomain = exports.Pentest = exports.getTargetDomainOutput = exports.getTargetDomain = exports.getPentestOutput = exports.getPentest = exports.getApplicationOutput = exports.getApplication = exports.getAgentSpaceOutput = exports.getAgentSpace = exports.Application = exports.AgentSpace = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.AgentSpace = null; utilities.lazyLoad(exports, ["AgentSpace"], () => require("./agentSpace")); exports.Application = null; utilities.lazyLoad(exports, ["Application"], () => require("./application")); exports.getAgentSpace = null; exports.getAgentSpaceOutput = null; utilities.lazyLoad(exports, ["getAgentSpace", "getAgentSpaceOutput"], () => require("./getAgentSpace")); exports.getApplication = null; exports.getApplicationOutput = null; utilities.lazyLoad(exports, ["getApplication", "getApplicationOutput"], () => require("./getApplication")); exports.getPentest = null; exports.getPentestOutput = null; utilities.lazyLoad(exports, ["getPentest", "getPentestOutput"], () => require("./getPentest")); exports.getTargetDomain = null; exports.getTargetDomainOutput = null; utilities.lazyLoad(exports, ["getTargetDomain", "getTargetDomainOutput"], () => require("./getTargetDomain")); exports.Pentest = null; utilities.lazyLoad(exports, ["Pentest"], () => require("./pentest")); exports.TargetDomain = null; utilities.lazyLoad(exports, ["TargetDomain"], () => require("./targetDomain")); // Export enums: __exportStar(require("../types/enums/securityagent"), exports); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "aws-native:securityagent:AgentSpace": return new exports.AgentSpace(name, undefined, { urn }); case "aws-native:securityagent:Application": return new exports.Application(name, undefined, { urn }); case "aws-native:securityagent:Pentest": return new exports.Pentest(name, undefined, { urn }); case "aws-native:securityagent:TargetDomain": return new exports.TargetDomain(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("aws-native", "securityagent", _module); //# sourceMappingURL=index.js.map