UNPKG

@pulumi/digitalocean

Version:

A Pulumi package for creating and managing DigitalOcean cloud resources.

22 lines 1.27 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.getGenaiIndexingJobDataSourcesOutput = exports.getGenaiIndexingJobDataSources = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getGenaiIndexingJobDataSources(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("digitalocean:index/getGenaiIndexingJobDataSources:getGenaiIndexingJobDataSources", { "indexingJobUuid": args.indexingJobUuid, }, opts); } exports.getGenaiIndexingJobDataSources = getGenaiIndexingJobDataSources; function getGenaiIndexingJobDataSourcesOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("digitalocean:index/getGenaiIndexingJobDataSources:getGenaiIndexingJobDataSources", { "indexingJobUuid": args.indexingJobUuid, }, opts); } exports.getGenaiIndexingJobDataSourcesOutput = getGenaiIndexingJobDataSourcesOutput; //# sourceMappingURL=getGenaiIndexingJobDataSources.js.map