UNPKG

@volcengine/pulumi

Version:

A Pulumi package for creating and managing volcengine cloud resources.

23 lines 1.34 kB
"use strict"; // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.listenerHealthsOutput = exports.listenerHealths = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** @deprecated volcengine.nlb.ListenerHealths has been deprecated in favor of volcengine.nlb.getListenerHealths */ function listenerHealths(args, opts) { pulumi.log.warn("listenerHealths is deprecated: volcengine.nlb.ListenerHealths has been deprecated in favor of volcengine.nlb.getListenerHealths"); opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("volcengine:nlb/listenerHealths:ListenerHealths", { "listenerId": args.listenerId, "outputFile": args.outputFile, }, opts); } exports.listenerHealths = listenerHealths; /** @deprecated volcengine.nlb.ListenerHealths has been deprecated in favor of volcengine.nlb.getListenerHealths */ function listenerHealthsOutput(args, opts) { return pulumi.output(args).apply((a) => listenerHealths(a, opts)); } exports.listenerHealthsOutput = listenerHealthsOutput; //# sourceMappingURL=listenerHealths.js.map