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)

60 lines 3.76 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.TrustStoreRevocation = exports.TrustStore = exports.TargetGroup = exports.LoadBalancer = exports.ListenerRule = exports.Listener = exports.getTrustStoreRevocationOutput = exports.getTrustStoreRevocation = exports.getTrustStoreOutput = exports.getTrustStore = exports.getTargetGroupOutput = exports.getTargetGroup = exports.getLoadBalancerOutput = exports.getLoadBalancer = exports.getListenerRuleOutput = exports.getListenerRule = exports.getListenerOutput = exports.getListener = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.getListener = null; exports.getListenerOutput = null; utilities.lazyLoad(exports, ["getListener", "getListenerOutput"], () => require("./getListener")); exports.getListenerRule = null; exports.getListenerRuleOutput = null; utilities.lazyLoad(exports, ["getListenerRule", "getListenerRuleOutput"], () => require("./getListenerRule")); exports.getLoadBalancer = null; exports.getLoadBalancerOutput = null; utilities.lazyLoad(exports, ["getLoadBalancer", "getLoadBalancerOutput"], () => require("./getLoadBalancer")); exports.getTargetGroup = null; exports.getTargetGroupOutput = null; utilities.lazyLoad(exports, ["getTargetGroup", "getTargetGroupOutput"], () => require("./getTargetGroup")); exports.getTrustStore = null; exports.getTrustStoreOutput = null; utilities.lazyLoad(exports, ["getTrustStore", "getTrustStoreOutput"], () => require("./getTrustStore")); exports.getTrustStoreRevocation = null; exports.getTrustStoreRevocationOutput = null; utilities.lazyLoad(exports, ["getTrustStoreRevocation", "getTrustStoreRevocationOutput"], () => require("./getTrustStoreRevocation")); exports.Listener = null; utilities.lazyLoad(exports, ["Listener"], () => require("./listener")); exports.ListenerRule = null; utilities.lazyLoad(exports, ["ListenerRule"], () => require("./listenerRule")); exports.LoadBalancer = null; utilities.lazyLoad(exports, ["LoadBalancer"], () => require("./loadBalancer")); exports.TargetGroup = null; utilities.lazyLoad(exports, ["TargetGroup"], () => require("./targetGroup")); exports.TrustStore = null; utilities.lazyLoad(exports, ["TrustStore"], () => require("./trustStore")); exports.TrustStoreRevocation = null; utilities.lazyLoad(exports, ["TrustStoreRevocation"], () => require("./trustStoreRevocation")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "aws-native:elasticloadbalancingv2:Listener": return new exports.Listener(name, undefined, { urn }); case "aws-native:elasticloadbalancingv2:ListenerRule": return new exports.ListenerRule(name, undefined, { urn }); case "aws-native:elasticloadbalancingv2:LoadBalancer": return new exports.LoadBalancer(name, undefined, { urn }); case "aws-native:elasticloadbalancingv2:TargetGroup": return new exports.TargetGroup(name, undefined, { urn }); case "aws-native:elasticloadbalancingv2:TrustStore": return new exports.TrustStore(name, undefined, { urn }); case "aws-native:elasticloadbalancingv2:TrustStoreRevocation": return new exports.TrustStoreRevocation(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("aws-native", "elasticloadbalancingv2", _module); //# sourceMappingURL=index.js.map