UNPKG

@volcengine/pulumi

Version:

A Pulumi package for creating and managing volcengine cloud resources.

20 lines 1.07 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.getServerGroupAttributesOutput = exports.getServerGroupAttributes = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); function getServerGroupAttributes(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("volcengine:nlb/getServerGroupAttributes:getServerGroupAttributes", { "outputFile": args.outputFile, "serverGroupId": args.serverGroupId, }, opts); } exports.getServerGroupAttributes = getServerGroupAttributes; function getServerGroupAttributesOutput(args, opts) { return pulumi.output(args).apply((a) => getServerGroupAttributes(a, opts)); } exports.getServerGroupAttributesOutput = getServerGroupAttributesOutput; //# sourceMappingURL=getServerGroupAttributes.js.map