UNPKG

@pinecone-database/pulumi

Version:

<img src="img/pinecone.svg" width="50%">

25 lines 1.1 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.lookupPineconeCollectionOutput = exports.lookupPineconeCollection = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * The result of a get operation on a Pinecone collection. */ function lookupPineconeCollection(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("pinecone:index:lookupPineconeCollection", { "name": args.name, }, opts); } exports.lookupPineconeCollection = lookupPineconeCollection; /** * The result of a get operation on a Pinecone collection. */ function lookupPineconeCollectionOutput(args, opts) { return pulumi.output(args).apply((a) => lookupPineconeCollection(a, opts)); } exports.lookupPineconeCollectionOutput = lookupPineconeCollectionOutput; //# sourceMappingURL=lookupPineconeCollection.js.map