UNPKG

@pulumi/digitalocean

Version:

A Pulumi package for creating and managing DigitalOcean cloud resources.

29 lines 1.41 kB
import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getGradientaiKnowledgeBaseIndexingJobs(args: GetGradientaiKnowledgeBaseIndexingJobsArgs, opts?: pulumi.InvokeOptions): Promise<GetGradientaiKnowledgeBaseIndexingJobsResult>; /** * A collection of arguments for invoking getGradientaiKnowledgeBaseIndexingJobs. */ export interface GetGradientaiKnowledgeBaseIndexingJobsArgs { knowledgeBaseUuid: string; } /** * A collection of values returned by getGradientaiKnowledgeBaseIndexingJobs. */ export interface GetGradientaiKnowledgeBaseIndexingJobsResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly jobs: outputs.GetGradientaiKnowledgeBaseIndexingJobsJob[]; readonly knowledgeBaseUuid: string; readonly metas: outputs.GetGradientaiKnowledgeBaseIndexingJobsMeta[]; } export declare function getGradientaiKnowledgeBaseIndexingJobsOutput(args: GetGradientaiKnowledgeBaseIndexingJobsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGradientaiKnowledgeBaseIndexingJobsResult>; /** * A collection of arguments for invoking getGradientaiKnowledgeBaseIndexingJobs. */ export interface GetGradientaiKnowledgeBaseIndexingJobsOutputArgs { knowledgeBaseUuid: pulumi.Input<string>; } //# sourceMappingURL=getGradientaiKnowledgeBaseIndexingJobs.d.ts.map