@pulumi/databricks 1.101.0 → 1.102.0-alpha.1785817207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/aiGatewayMcpService.d.ts +226 -0
  2. package/aiGatewayMcpService.d.ts.map +1 -0
  3. package/aiGatewayMcpService.js +111 -0
  4. package/aiGatewayMcpService.js.map +1 -0
  5. package/aiGatewayModelProviderService.d.ts +229 -0
  6. package/aiGatewayModelProviderService.d.ts.map +1 -0
  7. package/aiGatewayModelProviderService.js +111 -0
  8. package/aiGatewayModelProviderService.js.map +1 -0
  9. package/aiGatewayModelService.d.ts +238 -0
  10. package/aiGatewayModelService.d.ts.map +1 -0
  11. package/aiGatewayModelService.js +113 -0
  12. package/aiGatewayModelService.js.map +1 -0
  13. package/getAiGatewayMcpService.d.ts +113 -0
  14. package/getAiGatewayMcpService.d.ts.map +1 -0
  15. package/getAiGatewayMcpService.js +57 -0
  16. package/getAiGatewayMcpService.js.map +1 -0
  17. package/getAiGatewayMcpServices.d.ts +85 -0
  18. package/getAiGatewayMcpServices.d.ts.map +1 -0
  19. package/getAiGatewayMcpServices.js +65 -0
  20. package/getAiGatewayMcpServices.js.map +1 -0
  21. package/getAiGatewayModelProviderService.d.ts +117 -0
  22. package/getAiGatewayModelProviderService.d.ts.map +1 -0
  23. package/getAiGatewayModelProviderService.js +57 -0
  24. package/getAiGatewayModelProviderService.js.map +1 -0
  25. package/getAiGatewayModelProviderServices.d.ts +90 -0
  26. package/getAiGatewayModelProviderServices.d.ts.map +1 -0
  27. package/getAiGatewayModelProviderServices.js +65 -0
  28. package/getAiGatewayModelProviderServices.js.map +1 -0
  29. package/getAiGatewayModelService.d.ts +119 -0
  30. package/getAiGatewayModelService.d.ts.map +1 -0
  31. package/getAiGatewayModelService.js +57 -0
  32. package/getAiGatewayModelService.js.map +1 -0
  33. package/getAiGatewayModelServices.d.ts +90 -0
  34. package/getAiGatewayModelServices.d.ts.map +1 -0
  35. package/getAiGatewayModelServices.js +65 -0
  36. package/getAiGatewayModelServices.js.map +1 -0
  37. package/getPostgresDataApi.d.ts +8 -8
  38. package/getPostgresDataApi.js +8 -8
  39. package/index.d.ts +27 -0
  40. package/index.d.ts.map +1 -1
  41. package/index.js +43 -10
  42. package/index.js.map +1 -1
  43. package/mwsWorkspaces.d.ts +3 -3
  44. package/package.json +2 -2
  45. package/postgresDataApi.d.ts +17 -10
  46. package/postgresDataApi.d.ts.map +1 -1
  47. package/postgresDataApi.js +17 -10
  48. package/postgresDataApi.js.map +1 -1
  49. package/types/input.d.ts +816 -4
  50. package/types/input.d.ts.map +1 -1
  51. package/types/output.d.ts +6761 -3973
  52. package/types/output.d.ts.map +1 -1
@@ -0,0 +1,226 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
6
+ *
7
+ * [API Documentation](https://docs.databricks.com/api/workspace/aigateway)
8
+ */
9
+ export declare class AiGatewayMcpService extends pulumi.CustomResource {
10
+ /**
11
+ * Get an existing AiGatewayMcpService resource's state with the given name, ID, and optional extra
12
+ * properties used to qualify the lookup.
13
+ *
14
+ * @param name The _unique_ name of the resulting resource.
15
+ * @param id The _unique_ provider ID of the resource to lookup.
16
+ * @param state Any extra arguments used during the lookup.
17
+ * @param opts Optional settings to control the behavior of the CustomResource.
18
+ */
19
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AiGatewayMcpServiceState, opts?: pulumi.CustomResourceOptions): AiGatewayMcpService;
20
+ /**
21
+ * Returns true if the given object is an instance of AiGatewayMcpService. This is designed to work even
22
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
23
+ */
24
+ static isInstance(obj: any): obj is AiGatewayMcpService;
25
+ /**
26
+ * (boolean) - Whether the caller sees only metadata available through the BROWSE
27
+ * privilege
28
+ */
29
+ readonly browseOnly: pulumi.Output<boolean>;
30
+ /**
31
+ * User-provided description
32
+ */
33
+ readonly comment: pulumi.Output<string | undefined>;
34
+ /**
35
+ * Operational configuration: connection, tool selectors, rate limit.
36
+ * Required on CreateMcpService; on
37
+ * UpdateMcpService it is required only when `config` (or a `config.*`
38
+ * subpath) appears in `updateMask`
39
+ */
40
+ readonly config: pulumi.Output<outputs.AiGatewayMcpServiceConfig | undefined>;
41
+ /**
42
+ * (string) - When the MCP service was created
43
+ */
44
+ readonly createTime: pulumi.Output<string>;
45
+ /**
46
+ * (string) - Creator identity
47
+ */
48
+ readonly createdBy: pulumi.Output<string>;
49
+ /**
50
+ * (string) - The resolved owner of the MCP service. Falls back to the caller's identity
51
+ * when `owner` is not explicitly set on creation
52
+ */
53
+ readonly effectiveOwner: pulumi.Output<string>;
54
+ /**
55
+ * (string) - Optimistic concurrency control token. Server-generated from the
56
+ * entity's state and returned on every read. To use it as an if-match
57
+ * precondition on a mutation, echo the last-read value back via the dedicated
58
+ * `etag` field on the Update / Delete request; the server rejects the mutation
59
+ * if the stored etag differs
60
+ */
61
+ readonly etag: pulumi.Output<string>;
62
+ /**
63
+ * Leaf identifier for the MCP service (the unqualified name within the
64
+ * parent schema, e.g. "myMcpService")
65
+ */
66
+ readonly mcpServiceId: pulumi.Output<string>;
67
+ /**
68
+ * (string) - Metastore hosting the MCP service
69
+ */
70
+ readonly metastoreId: pulumi.Output<string>;
71
+ /**
72
+ * (string) - Resource name of the MCP service.
73
+ * Format: `mcp-services/{catalog}.{schema}.{mcp_service}`.
74
+ * Each `{...}` component is capped at 255 characters individually.
75
+ * Server-derived on Create from `parent` +
76
+ * `mcpServiceId`; required and immutable on Update/Get/Delete
77
+ */
78
+ readonly name: pulumi.Output<string>;
79
+ /**
80
+ * The owner of the MCP service. Write-only; read owner via effective_owner
81
+ */
82
+ readonly owner: pulumi.Output<string>;
83
+ /**
84
+ * Resource name of the parent schema.
85
+ * Format: `schemas/{catalog}.{schema}`.
86
+ * Each `{...}` component is capped at 255 characters individually
87
+ */
88
+ readonly parent: pulumi.Output<string>;
89
+ /**
90
+ * Configure the provider for management through account provider.
91
+ */
92
+ readonly providerConfig: pulumi.Output<outputs.AiGatewayMcpServiceProviderConfig>;
93
+ /**
94
+ * (string) - When the MCP service was last modified
95
+ */
96
+ readonly updateTime: pulumi.Output<string>;
97
+ /**
98
+ * (string) - Identity of the last updater
99
+ */
100
+ readonly updatedBy: pulumi.Output<string>;
101
+ /**
102
+ * Create a AiGatewayMcpService resource with the given unique name, arguments, and options.
103
+ *
104
+ * @param name The _unique_ name of the resource.
105
+ * @param args The arguments to use to populate this resource's properties.
106
+ * @param opts A bag of options that control this resource's behavior.
107
+ */
108
+ constructor(name: string, args: AiGatewayMcpServiceArgs, opts?: pulumi.CustomResourceOptions);
109
+ }
110
+ /**
111
+ * Input properties used for looking up and filtering AiGatewayMcpService resources.
112
+ */
113
+ export interface AiGatewayMcpServiceState {
114
+ /**
115
+ * (boolean) - Whether the caller sees only metadata available through the BROWSE
116
+ * privilege
117
+ */
118
+ browseOnly?: pulumi.Input<boolean | undefined>;
119
+ /**
120
+ * User-provided description
121
+ */
122
+ comment?: pulumi.Input<string | undefined>;
123
+ /**
124
+ * Operational configuration: connection, tool selectors, rate limit.
125
+ * Required on CreateMcpService; on
126
+ * UpdateMcpService it is required only when `config` (or a `config.*`
127
+ * subpath) appears in `updateMask`
128
+ */
129
+ config?: pulumi.Input<inputs.AiGatewayMcpServiceConfig | undefined>;
130
+ /**
131
+ * (string) - When the MCP service was created
132
+ */
133
+ createTime?: pulumi.Input<string | undefined>;
134
+ /**
135
+ * (string) - Creator identity
136
+ */
137
+ createdBy?: pulumi.Input<string | undefined>;
138
+ /**
139
+ * (string) - The resolved owner of the MCP service. Falls back to the caller's identity
140
+ * when `owner` is not explicitly set on creation
141
+ */
142
+ effectiveOwner?: pulumi.Input<string | undefined>;
143
+ /**
144
+ * (string) - Optimistic concurrency control token. Server-generated from the
145
+ * entity's state and returned on every read. To use it as an if-match
146
+ * precondition on a mutation, echo the last-read value back via the dedicated
147
+ * `etag` field on the Update / Delete request; the server rejects the mutation
148
+ * if the stored etag differs
149
+ */
150
+ etag?: pulumi.Input<string | undefined>;
151
+ /**
152
+ * Leaf identifier for the MCP service (the unqualified name within the
153
+ * parent schema, e.g. "myMcpService")
154
+ */
155
+ mcpServiceId?: pulumi.Input<string | undefined>;
156
+ /**
157
+ * (string) - Metastore hosting the MCP service
158
+ */
159
+ metastoreId?: pulumi.Input<string | undefined>;
160
+ /**
161
+ * (string) - Resource name of the MCP service.
162
+ * Format: `mcp-services/{catalog}.{schema}.{mcp_service}`.
163
+ * Each `{...}` component is capped at 255 characters individually.
164
+ * Server-derived on Create from `parent` +
165
+ * `mcpServiceId`; required and immutable on Update/Get/Delete
166
+ */
167
+ name?: pulumi.Input<string | undefined>;
168
+ /**
169
+ * The owner of the MCP service. Write-only; read owner via effective_owner
170
+ */
171
+ owner?: pulumi.Input<string | undefined>;
172
+ /**
173
+ * Resource name of the parent schema.
174
+ * Format: `schemas/{catalog}.{schema}`.
175
+ * Each `{...}` component is capped at 255 characters individually
176
+ */
177
+ parent?: pulumi.Input<string | undefined>;
178
+ /**
179
+ * Configure the provider for management through account provider.
180
+ */
181
+ providerConfig?: pulumi.Input<inputs.AiGatewayMcpServiceProviderConfig | undefined>;
182
+ /**
183
+ * (string) - When the MCP service was last modified
184
+ */
185
+ updateTime?: pulumi.Input<string | undefined>;
186
+ /**
187
+ * (string) - Identity of the last updater
188
+ */
189
+ updatedBy?: pulumi.Input<string | undefined>;
190
+ }
191
+ /**
192
+ * The set of arguments for constructing a AiGatewayMcpService resource.
193
+ */
194
+ export interface AiGatewayMcpServiceArgs {
195
+ /**
196
+ * User-provided description
197
+ */
198
+ comment?: pulumi.Input<string | undefined>;
199
+ /**
200
+ * Operational configuration: connection, tool selectors, rate limit.
201
+ * Required on CreateMcpService; on
202
+ * UpdateMcpService it is required only when `config` (or a `config.*`
203
+ * subpath) appears in `updateMask`
204
+ */
205
+ config?: pulumi.Input<inputs.AiGatewayMcpServiceConfig | undefined>;
206
+ /**
207
+ * Leaf identifier for the MCP service (the unqualified name within the
208
+ * parent schema, e.g. "myMcpService")
209
+ */
210
+ mcpServiceId: pulumi.Input<string>;
211
+ /**
212
+ * The owner of the MCP service. Write-only; read owner via effective_owner
213
+ */
214
+ owner?: pulumi.Input<string | undefined>;
215
+ /**
216
+ * Resource name of the parent schema.
217
+ * Format: `schemas/{catalog}.{schema}`.
218
+ * Each `{...}` component is capped at 255 characters individually
219
+ */
220
+ parent: pulumi.Input<string>;
221
+ /**
222
+ * Configure the provider for management through account provider.
223
+ */
224
+ providerConfig?: pulumi.Input<inputs.AiGatewayMcpServiceProviderConfig | undefined>;
225
+ }
226
+ //# sourceMappingURL=aiGatewayMcpService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aiGatewayMcpService.d.ts","sourceRoot":"","sources":["../aiGatewayMcpService.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,111 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.AiGatewayMcpService = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
31
+ /**
32
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
33
+ *
34
+ * [API Documentation](https://docs.databricks.com/api/workspace/aigateway)
35
+ */
36
+ class AiGatewayMcpService extends pulumi.CustomResource {
37
+ /**
38
+ * Get an existing AiGatewayMcpService resource's state with the given name, ID, and optional extra
39
+ * properties used to qualify the lookup.
40
+ *
41
+ * @param name The _unique_ name of the resulting resource.
42
+ * @param id The _unique_ provider ID of the resource to lookup.
43
+ * @param state Any extra arguments used during the lookup.
44
+ * @param opts Optional settings to control the behavior of the CustomResource.
45
+ */
46
+ static get(name, id, state, opts) {
47
+ return new AiGatewayMcpService(name, state, { ...opts, id: id });
48
+ }
49
+ /** @internal */
50
+ static __pulumiType = 'databricks:index/aiGatewayMcpService:AiGatewayMcpService';
51
+ /**
52
+ * Returns true if the given object is an instance of AiGatewayMcpService. This is designed to work even
53
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
54
+ */
55
+ static isInstance(obj) {
56
+ if (obj === undefined || obj === null) {
57
+ return false;
58
+ }
59
+ return obj['__pulumiType'] === AiGatewayMcpService.__pulumiType;
60
+ }
61
+ constructor(name, argsOrState, opts) {
62
+ let resourceInputs = {};
63
+ opts = opts || {};
64
+ if (opts.id) {
65
+ const state = argsOrState;
66
+ resourceInputs["browseOnly"] = state?.browseOnly;
67
+ resourceInputs["comment"] = state?.comment;
68
+ resourceInputs["config"] = state?.config;
69
+ resourceInputs["createTime"] = state?.createTime;
70
+ resourceInputs["createdBy"] = state?.createdBy;
71
+ resourceInputs["effectiveOwner"] = state?.effectiveOwner;
72
+ resourceInputs["etag"] = state?.etag;
73
+ resourceInputs["mcpServiceId"] = state?.mcpServiceId;
74
+ resourceInputs["metastoreId"] = state?.metastoreId;
75
+ resourceInputs["name"] = state?.name;
76
+ resourceInputs["owner"] = state?.owner;
77
+ resourceInputs["parent"] = state?.parent;
78
+ resourceInputs["providerConfig"] = state?.providerConfig;
79
+ resourceInputs["updateTime"] = state?.updateTime;
80
+ resourceInputs["updatedBy"] = state?.updatedBy;
81
+ }
82
+ else {
83
+ const args = argsOrState;
84
+ if (args?.mcpServiceId === undefined && !opts.urn) {
85
+ throw new Error("Missing required property 'mcpServiceId'");
86
+ }
87
+ if (args?.parent === undefined && !opts.urn) {
88
+ throw new Error("Missing required property 'parent'");
89
+ }
90
+ resourceInputs["comment"] = args?.comment;
91
+ resourceInputs["config"] = args?.config;
92
+ resourceInputs["mcpServiceId"] = args?.mcpServiceId;
93
+ resourceInputs["owner"] = args?.owner;
94
+ resourceInputs["parent"] = args?.parent;
95
+ resourceInputs["providerConfig"] = args?.providerConfig;
96
+ resourceInputs["browseOnly"] = undefined /*out*/;
97
+ resourceInputs["createTime"] = undefined /*out*/;
98
+ resourceInputs["createdBy"] = undefined /*out*/;
99
+ resourceInputs["effectiveOwner"] = undefined /*out*/;
100
+ resourceInputs["etag"] = undefined /*out*/;
101
+ resourceInputs["metastoreId"] = undefined /*out*/;
102
+ resourceInputs["name"] = undefined /*out*/;
103
+ resourceInputs["updateTime"] = undefined /*out*/;
104
+ resourceInputs["updatedBy"] = undefined /*out*/;
105
+ }
106
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
107
+ super(AiGatewayMcpService.__pulumiType, name, resourceInputs, opts);
108
+ }
109
+ }
110
+ exports.AiGatewayMcpService = AiGatewayMcpService;
111
+ //# sourceMappingURL=aiGatewayMcpService.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aiGatewayMcpService.js","sourceRoot":"","sources":["../aiGatewayMcpService.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,229 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
6
+ *
7
+ * [API Documentation](https://docs.databricks.com/api/workspace/aigateway)
8
+ */
9
+ export declare class AiGatewayModelProviderService extends pulumi.CustomResource {
10
+ /**
11
+ * Get an existing AiGatewayModelProviderService resource's state with the given name, ID, and optional extra
12
+ * properties used to qualify the lookup.
13
+ *
14
+ * @param name The _unique_ name of the resulting resource.
15
+ * @param id The _unique_ provider ID of the resource to lookup.
16
+ * @param state Any extra arguments used during the lookup.
17
+ * @param opts Optional settings to control the behavior of the CustomResource.
18
+ */
19
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AiGatewayModelProviderServiceState, opts?: pulumi.CustomResourceOptions): AiGatewayModelProviderService;
20
+ /**
21
+ * Returns true if the given object is an instance of AiGatewayModelProviderService. This is designed to work even
22
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
23
+ */
24
+ static isInstance(obj: any): obj is AiGatewayModelProviderService;
25
+ /**
26
+ * (boolean) - Whether the caller sees only metadata available through the BROWSE
27
+ * privilege
28
+ */
29
+ readonly browseOnly: pulumi.Output<boolean>;
30
+ /**
31
+ * User-provided description
32
+ */
33
+ readonly comment: pulumi.Output<string | undefined>;
34
+ /**
35
+ * Behavioral configuration: provider connection, model catalog, and
36
+ * passthrough policy. See `ModelProviderServiceConfig` for the per-field
37
+ * contract. Required on CreateModelProviderService; on Update it is required
38
+ * only when `config` (or a `config.*` subpath) appears in `updateMask`
39
+ */
40
+ readonly config: pulumi.Output<outputs.AiGatewayModelProviderServiceConfig | undefined>;
41
+ /**
42
+ * (string) - When the provider service was created
43
+ */
44
+ readonly createTime: pulumi.Output<string>;
45
+ /**
46
+ * (string) - Creator identity
47
+ */
48
+ readonly createdBy: pulumi.Output<string>;
49
+ /**
50
+ * (string) - The resolved owner of the model provider service. Falls back to the
51
+ * caller's identity when `owner` is not explicitly set on creation
52
+ */
53
+ readonly effectiveOwner: pulumi.Output<string>;
54
+ /**
55
+ * (string) - Optimistic concurrency control token. Server-generated from the
56
+ * entity's state and returned on every read. To use it as an if-match
57
+ * precondition on a mutation, echo the last-read value back via the dedicated
58
+ * `etag` field on the Update / Delete request; the server rejects the mutation
59
+ * if the stored etag differs
60
+ */
61
+ readonly etag: pulumi.Output<string>;
62
+ /**
63
+ * (string) - Metastore hosting the provider service
64
+ */
65
+ readonly metastoreId: pulumi.Output<string>;
66
+ /**
67
+ * Leaf identifier for the provider service (the unqualified name within the
68
+ * parent schema, e.g. "openaiProd")
69
+ */
70
+ readonly modelProviderServiceId: pulumi.Output<string>;
71
+ /**
72
+ * (string) - Resource name of the provider service.
73
+ * Format: `model-provider-services/{catalog}.{schema}.{model_provider_service}`.
74
+ * Each `{...}` component is capped at 255 characters individually.
75
+ * Server-derived on Create from `parent` +
76
+ * `modelProviderServiceId`; required and immutable on Update/Get/Delete
77
+ */
78
+ readonly name: pulumi.Output<string>;
79
+ /**
80
+ * The owner of the model provider service. Write-only; read owner via
81
+ * effective_owner
82
+ */
83
+ readonly owner: pulumi.Output<string>;
84
+ /**
85
+ * Resource name of the parent schema.
86
+ * Format: `schemas/{catalog}.{schema}`.
87
+ * Each `{...}` component is capped at 255 characters individually
88
+ */
89
+ readonly parent: pulumi.Output<string>;
90
+ /**
91
+ * Configure the provider for management through account provider.
92
+ */
93
+ readonly providerConfig: pulumi.Output<outputs.AiGatewayModelProviderServiceProviderConfig>;
94
+ /**
95
+ * (string) - When the provider service was last modified
96
+ */
97
+ readonly updateTime: pulumi.Output<string>;
98
+ /**
99
+ * (string) - Identity of the last updater
100
+ */
101
+ readonly updatedBy: pulumi.Output<string>;
102
+ /**
103
+ * Create a AiGatewayModelProviderService resource with the given unique name, arguments, and options.
104
+ *
105
+ * @param name The _unique_ name of the resource.
106
+ * @param args The arguments to use to populate this resource's properties.
107
+ * @param opts A bag of options that control this resource's behavior.
108
+ */
109
+ constructor(name: string, args: AiGatewayModelProviderServiceArgs, opts?: pulumi.CustomResourceOptions);
110
+ }
111
+ /**
112
+ * Input properties used for looking up and filtering AiGatewayModelProviderService resources.
113
+ */
114
+ export interface AiGatewayModelProviderServiceState {
115
+ /**
116
+ * (boolean) - Whether the caller sees only metadata available through the BROWSE
117
+ * privilege
118
+ */
119
+ browseOnly?: pulumi.Input<boolean | undefined>;
120
+ /**
121
+ * User-provided description
122
+ */
123
+ comment?: pulumi.Input<string | undefined>;
124
+ /**
125
+ * Behavioral configuration: provider connection, model catalog, and
126
+ * passthrough policy. See `ModelProviderServiceConfig` for the per-field
127
+ * contract. Required on CreateModelProviderService; on Update it is required
128
+ * only when `config` (or a `config.*` subpath) appears in `updateMask`
129
+ */
130
+ config?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfig | undefined>;
131
+ /**
132
+ * (string) - When the provider service was created
133
+ */
134
+ createTime?: pulumi.Input<string | undefined>;
135
+ /**
136
+ * (string) - Creator identity
137
+ */
138
+ createdBy?: pulumi.Input<string | undefined>;
139
+ /**
140
+ * (string) - The resolved owner of the model provider service. Falls back to the
141
+ * caller's identity when `owner` is not explicitly set on creation
142
+ */
143
+ effectiveOwner?: pulumi.Input<string | undefined>;
144
+ /**
145
+ * (string) - Optimistic concurrency control token. Server-generated from the
146
+ * entity's state and returned on every read. To use it as an if-match
147
+ * precondition on a mutation, echo the last-read value back via the dedicated
148
+ * `etag` field on the Update / Delete request; the server rejects the mutation
149
+ * if the stored etag differs
150
+ */
151
+ etag?: pulumi.Input<string | undefined>;
152
+ /**
153
+ * (string) - Metastore hosting the provider service
154
+ */
155
+ metastoreId?: pulumi.Input<string | undefined>;
156
+ /**
157
+ * Leaf identifier for the provider service (the unqualified name within the
158
+ * parent schema, e.g. "openaiProd")
159
+ */
160
+ modelProviderServiceId?: pulumi.Input<string | undefined>;
161
+ /**
162
+ * (string) - Resource name of the provider service.
163
+ * Format: `model-provider-services/{catalog}.{schema}.{model_provider_service}`.
164
+ * Each `{...}` component is capped at 255 characters individually.
165
+ * Server-derived on Create from `parent` +
166
+ * `modelProviderServiceId`; required and immutable on Update/Get/Delete
167
+ */
168
+ name?: pulumi.Input<string | undefined>;
169
+ /**
170
+ * The owner of the model provider service. Write-only; read owner via
171
+ * effective_owner
172
+ */
173
+ owner?: pulumi.Input<string | undefined>;
174
+ /**
175
+ * Resource name of the parent schema.
176
+ * Format: `schemas/{catalog}.{schema}`.
177
+ * Each `{...}` component is capped at 255 characters individually
178
+ */
179
+ parent?: pulumi.Input<string | undefined>;
180
+ /**
181
+ * Configure the provider for management through account provider.
182
+ */
183
+ providerConfig?: pulumi.Input<inputs.AiGatewayModelProviderServiceProviderConfig | undefined>;
184
+ /**
185
+ * (string) - When the provider service was last modified
186
+ */
187
+ updateTime?: pulumi.Input<string | undefined>;
188
+ /**
189
+ * (string) - Identity of the last updater
190
+ */
191
+ updatedBy?: pulumi.Input<string | undefined>;
192
+ }
193
+ /**
194
+ * The set of arguments for constructing a AiGatewayModelProviderService resource.
195
+ */
196
+ export interface AiGatewayModelProviderServiceArgs {
197
+ /**
198
+ * User-provided description
199
+ */
200
+ comment?: pulumi.Input<string | undefined>;
201
+ /**
202
+ * Behavioral configuration: provider connection, model catalog, and
203
+ * passthrough policy. See `ModelProviderServiceConfig` for the per-field
204
+ * contract. Required on CreateModelProviderService; on Update it is required
205
+ * only when `config` (or a `config.*` subpath) appears in `updateMask`
206
+ */
207
+ config?: pulumi.Input<inputs.AiGatewayModelProviderServiceConfig | undefined>;
208
+ /**
209
+ * Leaf identifier for the provider service (the unqualified name within the
210
+ * parent schema, e.g. "openaiProd")
211
+ */
212
+ modelProviderServiceId: pulumi.Input<string>;
213
+ /**
214
+ * The owner of the model provider service. Write-only; read owner via
215
+ * effective_owner
216
+ */
217
+ owner?: pulumi.Input<string | undefined>;
218
+ /**
219
+ * Resource name of the parent schema.
220
+ * Format: `schemas/{catalog}.{schema}`.
221
+ * Each `{...}` component is capped at 255 characters individually
222
+ */
223
+ parent: pulumi.Input<string>;
224
+ /**
225
+ * Configure the provider for management through account provider.
226
+ */
227
+ providerConfig?: pulumi.Input<inputs.AiGatewayModelProviderServiceProviderConfig | undefined>;
228
+ }
229
+ //# sourceMappingURL=aiGatewayModelProviderService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aiGatewayModelProviderService.d.ts","sourceRoot":"","sources":["../aiGatewayModelProviderService.ts"],"names":[],"mappings":"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"}