UNPKG

@thulasirajkomminar/influxdb

Version:

A Pulumi package for creating and managing InfluxDB resources.

22 lines 945 B
"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.getBucketOutput = exports.getBucket = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getBucket(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("influxdb:index/getBucket:getBucket", { "name": args.name, }, opts); } exports.getBucket = getBucket; function getBucketOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("influxdb:index/getBucket:getBucket", { "name": args.name, }, opts); } exports.getBucketOutput = getBucketOutput; //# sourceMappingURL=getBucket.js.map