pulumi-datarobot 0.10.5__tar.gz → 0.10.8__tar.gz

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 (58) hide show
  1. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/PKG-INFO +1 -4
  2. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/_inputs.py +228 -0
  3. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/custom_application.py +49 -42
  4. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/custom_application_from_environment.py +49 -30
  5. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/outputs.py +182 -0
  6. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot.egg-info/PKG-INFO +1 -4
  7. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/setup.py +1 -1
  8. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/README.md +0 -0
  9. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/__init__.py +0 -0
  10. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/_utilities.py +0 -0
  11. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/api_token_credential.py +0 -0
  12. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/app_oauth.py +0 -0
  13. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/application_source.py +0 -0
  14. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/application_source_from_template.py +0 -0
  15. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/aws_credential.py +0 -0
  16. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/azure_credential.py +0 -0
  17. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/basic_credential.py +0 -0
  18. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/batch_prediction_job_definition.py +0 -0
  19. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/config/__init__.py +0 -0
  20. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/config/vars.py +0 -0
  21. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/custom_job.py +0 -0
  22. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/custom_metric.py +0 -0
  23. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/custom_metric_from_job.py +0 -0
  24. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/custom_metric_job.py +0 -0
  25. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/custom_model.py +0 -0
  26. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/custom_model_llm_validation.py +0 -0
  27. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/dataset_from_datasource.py +0 -0
  28. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/dataset_from_file.py +0 -0
  29. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/dataset_from_url.py +0 -0
  30. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/datasource.py +0 -0
  31. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/datastore.py +0 -0
  32. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/deployment.py +0 -0
  33. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/deployment_retraining_policy.py +0 -0
  34. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/execution_environment.py +0 -0
  35. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/get_execution_environment.py +0 -0
  36. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/get_global_model.py +0 -0
  37. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/google_cloud_credential.py +0 -0
  38. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/llm_blueprint.py +0 -0
  39. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/notebook.py +0 -0
  40. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/notification_channel.py +0 -0
  41. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/notification_policy.py +0 -0
  42. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/playground.py +0 -0
  43. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/prediction_environment.py +0 -0
  44. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/provider.py +0 -0
  45. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/pulumi-plugin.json +0 -0
  46. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/py.typed +0 -0
  47. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/qa_application.py +0 -0
  48. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/registered_model.py +0 -0
  49. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/registered_model_from_leaderboard.py +0 -0
  50. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/remote_repository.py +0 -0
  51. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/use_case.py +0 -0
  52. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot/vector_database.py +0 -0
  53. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot.egg-info/SOURCES.txt +0 -0
  54. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot.egg-info/dependency_links.txt +0 -0
  55. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot.egg-info/not-zip-safe +0 -0
  56. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot.egg-info/requires.txt +0 -0
  57. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/pulumi_datarobot.egg-info/top_level.txt +0 -0
  58. {pulumi_datarobot-0.10.5 → pulumi_datarobot-0.10.8}/setup.cfg +0 -0
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_datarobot
3
- Version: 0.10.5
3
+ Version: 0.10.8
4
4
  Summary: A Pulumi package for creating and managing DataRobot resources.
5
5
  Home-page: https://www.datarobot.com
6
6
  License: Apache-2.0
7
7
  Project-URL: Repository, https://github.com/datarobot-community/pulumi-datarobot
8
8
  Keywords: datarobot ai category/cloud
9
- Platform: UNKNOWN
10
9
  Requires-Python: >=3.9
11
10
  Description-Content-Type: text/markdown
12
11
 
@@ -121,5 +120,3 @@ Keep the following items in mind if running in an air-gapped environment:
121
120
  ```bash
122
121
  pip install * -f ./ --no-index
123
122
  ```
124
-
125
-
@@ -36,6 +36,10 @@ __all__ = [
36
36
  'BatchPredictionJobDefinitionScheduleArgsDict',
37
37
  'BatchPredictionJobDefinitionTimeseriesSettingsArgs',
38
38
  'BatchPredictionJobDefinitionTimeseriesSettingsArgsDict',
39
+ 'CustomApplicationFromEnvironmentResourcesArgs',
40
+ 'CustomApplicationFromEnvironmentResourcesArgsDict',
41
+ 'CustomApplicationResourcesArgs',
42
+ 'CustomApplicationResourcesArgsDict',
39
43
  'CustomJobRuntimeParameterValueArgs',
40
44
  'CustomJobRuntimeParameterValueArgsDict',
41
45
  'CustomJobScheduleArgs',
@@ -168,6 +172,10 @@ if not MYPY:
168
172
  """
169
173
  The resource label for the Application Source.
170
174
  """
175
+ service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
176
+ """
177
+ Whether to service web requests on the root path for the Application Source.
178
+ """
171
179
  session_affinity: NotRequired[pulumi.Input[builtins.bool]]
172
180
  """
173
181
  The session affinity for the Application Source.
@@ -180,16 +188,20 @@ class ApplicationSourceFromTemplateResourcesArgs:
180
188
  def __init__(__self__, *,
181
189
  replicas: Optional[pulumi.Input[builtins.int]] = None,
182
190
  resource_label: Optional[pulumi.Input[builtins.str]] = None,
191
+ service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
183
192
  session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
184
193
  """
185
194
  :param pulumi.Input[builtins.int] replicas: The replicas for the Application Source.
186
195
  :param pulumi.Input[builtins.str] resource_label: The resource label for the Application Source.
196
+ :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Application Source.
187
197
  :param pulumi.Input[builtins.bool] session_affinity: The session affinity for the Application Source.
188
198
  """
189
199
  if replicas is not None:
190
200
  pulumi.set(__self__, "replicas", replicas)
191
201
  if resource_label is not None:
192
202
  pulumi.set(__self__, "resource_label", resource_label)
203
+ if service_web_requests_on_root_path is not None:
204
+ pulumi.set(__self__, "service_web_requests_on_root_path", service_web_requests_on_root_path)
193
205
  if session_affinity is not None:
194
206
  pulumi.set(__self__, "session_affinity", session_affinity)
195
207
 
@@ -217,6 +229,18 @@ class ApplicationSourceFromTemplateResourcesArgs:
217
229
  def resource_label(self, value: Optional[pulumi.Input[builtins.str]]):
218
230
  pulumi.set(self, "resource_label", value)
219
231
 
232
+ @property
233
+ @pulumi.getter(name="serviceWebRequestsOnRootPath")
234
+ def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
235
+ """
236
+ Whether to service web requests on the root path for the Application Source.
237
+ """
238
+ return pulumi.get(self, "service_web_requests_on_root_path")
239
+
240
+ @service_web_requests_on_root_path.setter
241
+ def service_web_requests_on_root_path(self, value: Optional[pulumi.Input[builtins.bool]]):
242
+ pulumi.set(self, "service_web_requests_on_root_path", value)
243
+
220
244
  @property
221
245
  @pulumi.getter(name="sessionAffinity")
222
246
  def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
@@ -309,6 +333,10 @@ if not MYPY:
309
333
  """
310
334
  The resource label for the Application Source.
311
335
  """
336
+ service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
337
+ """
338
+ Whether to service web requests on the root path for the Application Source.
339
+ """
312
340
  session_affinity: NotRequired[pulumi.Input[builtins.bool]]
313
341
  """
314
342
  The session affinity for the Application Source.
@@ -321,16 +349,20 @@ class ApplicationSourceResourcesArgs:
321
349
  def __init__(__self__, *,
322
350
  replicas: Optional[pulumi.Input[builtins.int]] = None,
323
351
  resource_label: Optional[pulumi.Input[builtins.str]] = None,
352
+ service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
324
353
  session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
325
354
  """
326
355
  :param pulumi.Input[builtins.int] replicas: The replicas for the Application Source.
327
356
  :param pulumi.Input[builtins.str] resource_label: The resource label for the Application Source.
357
+ :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Application Source.
328
358
  :param pulumi.Input[builtins.bool] session_affinity: The session affinity for the Application Source.
329
359
  """
330
360
  if replicas is not None:
331
361
  pulumi.set(__self__, "replicas", replicas)
332
362
  if resource_label is not None:
333
363
  pulumi.set(__self__, "resource_label", resource_label)
364
+ if service_web_requests_on_root_path is not None:
365
+ pulumi.set(__self__, "service_web_requests_on_root_path", service_web_requests_on_root_path)
334
366
  if session_affinity is not None:
335
367
  pulumi.set(__self__, "session_affinity", session_affinity)
336
368
 
@@ -358,6 +390,18 @@ class ApplicationSourceResourcesArgs:
358
390
  def resource_label(self, value: Optional[pulumi.Input[builtins.str]]):
359
391
  pulumi.set(self, "resource_label", value)
360
392
 
393
+ @property
394
+ @pulumi.getter(name="serviceWebRequestsOnRootPath")
395
+ def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
396
+ """
397
+ Whether to service web requests on the root path for the Application Source.
398
+ """
399
+ return pulumi.get(self, "service_web_requests_on_root_path")
400
+
401
+ @service_web_requests_on_root_path.setter
402
+ def service_web_requests_on_root_path(self, value: Optional[pulumi.Input[builtins.bool]]):
403
+ pulumi.set(self, "service_web_requests_on_root_path", value)
404
+
361
405
  @property
362
406
  @pulumi.getter(name="sessionAffinity")
363
407
  def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
@@ -1345,6 +1389,190 @@ class BatchPredictionJobDefinitionTimeseriesSettingsArgs:
1345
1389
  pulumi.set(self, "type", value)
1346
1390
 
1347
1391
 
1392
+ if not MYPY:
1393
+ class CustomApplicationFromEnvironmentResourcesArgsDict(TypedDict):
1394
+ replicas: NotRequired[pulumi.Input[builtins.int]]
1395
+ """
1396
+ The number of replicas for the Custom Application.
1397
+ """
1398
+ resource_label: NotRequired[pulumi.Input[builtins.str]]
1399
+ """
1400
+ The resource label for the Custom Application.
1401
+ """
1402
+ service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
1403
+ """
1404
+ Whether to service web requests on the root path for the Custom Application.
1405
+ """
1406
+ session_affinity: NotRequired[pulumi.Input[builtins.bool]]
1407
+ """
1408
+ Whether session affinity is enabled for the Custom Application.
1409
+ """
1410
+ elif False:
1411
+ CustomApplicationFromEnvironmentResourcesArgsDict: TypeAlias = Mapping[str, Any]
1412
+
1413
+ @pulumi.input_type
1414
+ class CustomApplicationFromEnvironmentResourcesArgs:
1415
+ def __init__(__self__, *,
1416
+ replicas: Optional[pulumi.Input[builtins.int]] = None,
1417
+ resource_label: Optional[pulumi.Input[builtins.str]] = None,
1418
+ service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
1419
+ session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
1420
+ """
1421
+ :param pulumi.Input[builtins.int] replicas: The number of replicas for the Custom Application.
1422
+ :param pulumi.Input[builtins.str] resource_label: The resource label for the Custom Application.
1423
+ :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Custom Application.
1424
+ :param pulumi.Input[builtins.bool] session_affinity: Whether session affinity is enabled for the Custom Application.
1425
+ """
1426
+ if replicas is not None:
1427
+ pulumi.set(__self__, "replicas", replicas)
1428
+ if resource_label is not None:
1429
+ pulumi.set(__self__, "resource_label", resource_label)
1430
+ if service_web_requests_on_root_path is not None:
1431
+ pulumi.set(__self__, "service_web_requests_on_root_path", service_web_requests_on_root_path)
1432
+ if session_affinity is not None:
1433
+ pulumi.set(__self__, "session_affinity", session_affinity)
1434
+
1435
+ @property
1436
+ @pulumi.getter
1437
+ def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
1438
+ """
1439
+ The number of replicas for the Custom Application.
1440
+ """
1441
+ return pulumi.get(self, "replicas")
1442
+
1443
+ @replicas.setter
1444
+ def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
1445
+ pulumi.set(self, "replicas", value)
1446
+
1447
+ @property
1448
+ @pulumi.getter(name="resourceLabel")
1449
+ def resource_label(self) -> Optional[pulumi.Input[builtins.str]]:
1450
+ """
1451
+ The resource label for the Custom Application.
1452
+ """
1453
+ return pulumi.get(self, "resource_label")
1454
+
1455
+ @resource_label.setter
1456
+ def resource_label(self, value: Optional[pulumi.Input[builtins.str]]):
1457
+ pulumi.set(self, "resource_label", value)
1458
+
1459
+ @property
1460
+ @pulumi.getter(name="serviceWebRequestsOnRootPath")
1461
+ def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
1462
+ """
1463
+ Whether to service web requests on the root path for the Custom Application.
1464
+ """
1465
+ return pulumi.get(self, "service_web_requests_on_root_path")
1466
+
1467
+ @service_web_requests_on_root_path.setter
1468
+ def service_web_requests_on_root_path(self, value: Optional[pulumi.Input[builtins.bool]]):
1469
+ pulumi.set(self, "service_web_requests_on_root_path", value)
1470
+
1471
+ @property
1472
+ @pulumi.getter(name="sessionAffinity")
1473
+ def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
1474
+ """
1475
+ Whether session affinity is enabled for the Custom Application.
1476
+ """
1477
+ return pulumi.get(self, "session_affinity")
1478
+
1479
+ @session_affinity.setter
1480
+ def session_affinity(self, value: Optional[pulumi.Input[builtins.bool]]):
1481
+ pulumi.set(self, "session_affinity", value)
1482
+
1483
+
1484
+ if not MYPY:
1485
+ class CustomApplicationResourcesArgsDict(TypedDict):
1486
+ replicas: NotRequired[pulumi.Input[builtins.int]]
1487
+ """
1488
+ The number of replicas for the Custom Application.
1489
+ """
1490
+ resource_label: NotRequired[pulumi.Input[builtins.str]]
1491
+ """
1492
+ The resource label for the Custom Application.
1493
+ """
1494
+ service_web_requests_on_root_path: NotRequired[pulumi.Input[builtins.bool]]
1495
+ """
1496
+ Whether to service web requests on the root path for the Custom Application.
1497
+ """
1498
+ session_affinity: NotRequired[pulumi.Input[builtins.bool]]
1499
+ """
1500
+ Whether session affinity is enabled for the Custom Application.
1501
+ """
1502
+ elif False:
1503
+ CustomApplicationResourcesArgsDict: TypeAlias = Mapping[str, Any]
1504
+
1505
+ @pulumi.input_type
1506
+ class CustomApplicationResourcesArgs:
1507
+ def __init__(__self__, *,
1508
+ replicas: Optional[pulumi.Input[builtins.int]] = None,
1509
+ resource_label: Optional[pulumi.Input[builtins.str]] = None,
1510
+ service_web_requests_on_root_path: Optional[pulumi.Input[builtins.bool]] = None,
1511
+ session_affinity: Optional[pulumi.Input[builtins.bool]] = None):
1512
+ """
1513
+ :param pulumi.Input[builtins.int] replicas: The number of replicas for the Custom Application.
1514
+ :param pulumi.Input[builtins.str] resource_label: The resource label for the Custom Application.
1515
+ :param pulumi.Input[builtins.bool] service_web_requests_on_root_path: Whether to service web requests on the root path for the Custom Application.
1516
+ :param pulumi.Input[builtins.bool] session_affinity: Whether session affinity is enabled for the Custom Application.
1517
+ """
1518
+ if replicas is not None:
1519
+ pulumi.set(__self__, "replicas", replicas)
1520
+ if resource_label is not None:
1521
+ pulumi.set(__self__, "resource_label", resource_label)
1522
+ if service_web_requests_on_root_path is not None:
1523
+ pulumi.set(__self__, "service_web_requests_on_root_path", service_web_requests_on_root_path)
1524
+ if session_affinity is not None:
1525
+ pulumi.set(__self__, "session_affinity", session_affinity)
1526
+
1527
+ @property
1528
+ @pulumi.getter
1529
+ def replicas(self) -> Optional[pulumi.Input[builtins.int]]:
1530
+ """
1531
+ The number of replicas for the Custom Application.
1532
+ """
1533
+ return pulumi.get(self, "replicas")
1534
+
1535
+ @replicas.setter
1536
+ def replicas(self, value: Optional[pulumi.Input[builtins.int]]):
1537
+ pulumi.set(self, "replicas", value)
1538
+
1539
+ @property
1540
+ @pulumi.getter(name="resourceLabel")
1541
+ def resource_label(self) -> Optional[pulumi.Input[builtins.str]]:
1542
+ """
1543
+ The resource label for the Custom Application.
1544
+ """
1545
+ return pulumi.get(self, "resource_label")
1546
+
1547
+ @resource_label.setter
1548
+ def resource_label(self, value: Optional[pulumi.Input[builtins.str]]):
1549
+ pulumi.set(self, "resource_label", value)
1550
+
1551
+ @property
1552
+ @pulumi.getter(name="serviceWebRequestsOnRootPath")
1553
+ def service_web_requests_on_root_path(self) -> Optional[pulumi.Input[builtins.bool]]:
1554
+ """
1555
+ Whether to service web requests on the root path for the Custom Application.
1556
+ """
1557
+ return pulumi.get(self, "service_web_requests_on_root_path")
1558
+
1559
+ @service_web_requests_on_root_path.setter
1560
+ def service_web_requests_on_root_path(self, value: Optional[pulumi.Input[builtins.bool]]):
1561
+ pulumi.set(self, "service_web_requests_on_root_path", value)
1562
+
1563
+ @property
1564
+ @pulumi.getter(name="sessionAffinity")
1565
+ def session_affinity(self) -> Optional[pulumi.Input[builtins.bool]]:
1566
+ """
1567
+ Whether session affinity is enabled for the Custom Application.
1568
+ """
1569
+ return pulumi.get(self, "session_affinity")
1570
+
1571
+ @session_affinity.setter
1572
+ def session_affinity(self, value: Optional[pulumi.Input[builtins.bool]]):
1573
+ pulumi.set(self, "session_affinity", value)
1574
+
1575
+
1348
1576
  if not MYPY:
1349
1577
  class CustomJobRuntimeParameterValueArgsDict(TypedDict):
1350
1578
  key: pulumi.Input[builtins.str]
@@ -14,6 +14,8 @@ if sys.version_info >= (3, 11):
14
14
  else:
15
15
  from typing_extensions import NotRequired, TypedDict, TypeAlias
16
16
  from . import _utilities
17
+ from . import outputs
18
+ from ._inputs import *
17
19
 
18
20
  __all__ = ['CustomApplicationArgs', 'CustomApplication']
19
21
 
@@ -25,6 +27,7 @@ class CustomApplicationArgs:
25
27
  external_access_enabled: Optional[pulumi.Input[builtins.bool]] = None,
26
28
  external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
27
29
  name: Optional[pulumi.Input[builtins.str]] = None,
30
+ resources: Optional[pulumi.Input['CustomApplicationResourcesArgs']] = None,
28
31
  use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
29
32
  """
30
33
  The set of arguments for constructing a CustomApplication resource.
@@ -33,6 +36,7 @@ class CustomApplicationArgs:
33
36
  :param pulumi.Input[builtins.bool] external_access_enabled: Whether external access is enabled for the Custom Application.
34
37
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
35
38
  :param pulumi.Input[builtins.str] name: The name of the Custom Application.
39
+ :param pulumi.Input['CustomApplicationResourcesArgs'] resources: The resources for the Custom Application.
36
40
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
37
41
  """
38
42
  pulumi.set(__self__, "source_version_id", source_version_id)
@@ -44,6 +48,8 @@ class CustomApplicationArgs:
44
48
  pulumi.set(__self__, "external_access_recipients", external_access_recipients)
45
49
  if name is not None:
46
50
  pulumi.set(__self__, "name", name)
51
+ if resources is not None:
52
+ pulumi.set(__self__, "resources", resources)
47
53
  if use_case_ids is not None:
48
54
  pulumi.set(__self__, "use_case_ids", use_case_ids)
49
55
 
@@ -107,6 +113,18 @@ class CustomApplicationArgs:
107
113
  def name(self, value: Optional[pulumi.Input[builtins.str]]):
108
114
  pulumi.set(self, "name", value)
109
115
 
116
+ @property
117
+ @pulumi.getter
118
+ def resources(self) -> Optional[pulumi.Input['CustomApplicationResourcesArgs']]:
119
+ """
120
+ The resources for the Custom Application.
121
+ """
122
+ return pulumi.get(self, "resources")
123
+
124
+ @resources.setter
125
+ def resources(self, value: Optional[pulumi.Input['CustomApplicationResourcesArgs']]):
126
+ pulumi.set(self, "resources", value)
127
+
110
128
  @property
111
129
  @pulumi.getter(name="useCaseIds")
112
130
  def use_case_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
@@ -128,6 +146,7 @@ class _CustomApplicationState:
128
146
  external_access_enabled: Optional[pulumi.Input[builtins.bool]] = None,
129
147
  external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
130
148
  name: Optional[pulumi.Input[builtins.str]] = None,
149
+ resources: Optional[pulumi.Input['CustomApplicationResourcesArgs']] = None,
131
150
  source_id: Optional[pulumi.Input[builtins.str]] = None,
132
151
  source_version_id: Optional[pulumi.Input[builtins.str]] = None,
133
152
  use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
@@ -138,6 +157,7 @@ class _CustomApplicationState:
138
157
  :param pulumi.Input[builtins.bool] external_access_enabled: Whether external access is enabled for the Custom Application.
139
158
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
140
159
  :param pulumi.Input[builtins.str] name: The name of the Custom Application.
160
+ :param pulumi.Input['CustomApplicationResourcesArgs'] resources: The resources for the Custom Application.
141
161
  :param pulumi.Input[builtins.str] source_id: The ID of the Custom Application Source.
142
162
  :param pulumi.Input[builtins.str] source_version_id: The version ID of the Custom Application Source.
143
163
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
@@ -152,6 +172,8 @@ class _CustomApplicationState:
152
172
  pulumi.set(__self__, "external_access_recipients", external_access_recipients)
153
173
  if name is not None:
154
174
  pulumi.set(__self__, "name", name)
175
+ if resources is not None:
176
+ pulumi.set(__self__, "resources", resources)
155
177
  if source_id is not None:
156
178
  pulumi.set(__self__, "source_id", source_id)
157
179
  if source_version_id is not None:
@@ -219,6 +241,18 @@ class _CustomApplicationState:
219
241
  def name(self, value: Optional[pulumi.Input[builtins.str]]):
220
242
  pulumi.set(self, "name", value)
221
243
 
244
+ @property
245
+ @pulumi.getter
246
+ def resources(self) -> Optional[pulumi.Input['CustomApplicationResourcesArgs']]:
247
+ """
248
+ The resources for the Custom Application.
249
+ """
250
+ return pulumi.get(self, "resources")
251
+
252
+ @resources.setter
253
+ def resources(self, value: Optional[pulumi.Input['CustomApplicationResourcesArgs']]):
254
+ pulumi.set(self, "resources", value)
255
+
222
256
  @property
223
257
  @pulumi.getter(name="sourceId")
224
258
  def source_id(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -265,39 +299,20 @@ class CustomApplication(pulumi.CustomResource):
265
299
  external_access_enabled: Optional[pulumi.Input[builtins.bool]] = None,
266
300
  external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
267
301
  name: Optional[pulumi.Input[builtins.str]] = None,
302
+ resources: Optional[pulumi.Input[Union['CustomApplicationResourcesArgs', 'CustomApplicationResourcesArgsDict']]] = None,
268
303
  source_version_id: Optional[pulumi.Input[builtins.str]] = None,
269
304
  use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
270
305
  __props__=None):
271
306
  """
272
307
  Custom Application
273
308
 
274
- ## Example Usage
275
-
276
- ```python
277
- import pulumi
278
- import pulumi_datarobot as datarobot
279
-
280
- example_application_source = datarobot.ApplicationSource("exampleApplicationSource", files=[
281
- ["start-app.sh"],
282
- ["streamlit-app.py"],
283
- ])
284
- example_custom_application = datarobot.CustomApplication("exampleCustomApplication",
285
- source_version_id=example_application_source.version_id,
286
- external_access_enabled=True,
287
- external_access_recipients=["recipient@example.com"],
288
- allow_auto_stopping=False)
289
- pulumi.export("datarobotCustomApplicationId", example_custom_application.id)
290
- pulumi.export("datarobotCustomApplicationSourceId", example_custom_application.source_id)
291
- pulumi.export("datarobotCustomApplicationSourceVersionId", example_custom_application.source_version_id)
292
- pulumi.export("datarobotCustomApplicationUrl", example_custom_application.application_url)
293
- ```
294
-
295
309
  :param str resource_name: The name of the resource.
296
310
  :param pulumi.ResourceOptions opts: Options for the resource.
297
311
  :param pulumi.Input[builtins.bool] allow_auto_stopping: Whether auto stopping is allowed for the Custom Application.
298
312
  :param pulumi.Input[builtins.bool] external_access_enabled: Whether external access is enabled for the Custom Application.
299
313
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
300
314
  :param pulumi.Input[builtins.str] name: The name of the Custom Application.
315
+ :param pulumi.Input[Union['CustomApplicationResourcesArgs', 'CustomApplicationResourcesArgsDict']] resources: The resources for the Custom Application.
301
316
  :param pulumi.Input[builtins.str] source_version_id: The version ID of the Custom Application Source.
302
317
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
303
318
  """
@@ -310,27 +325,6 @@ class CustomApplication(pulumi.CustomResource):
310
325
  """
311
326
  Custom Application
312
327
 
313
- ## Example Usage
314
-
315
- ```python
316
- import pulumi
317
- import pulumi_datarobot as datarobot
318
-
319
- example_application_source = datarobot.ApplicationSource("exampleApplicationSource", files=[
320
- ["start-app.sh"],
321
- ["streamlit-app.py"],
322
- ])
323
- example_custom_application = datarobot.CustomApplication("exampleCustomApplication",
324
- source_version_id=example_application_source.version_id,
325
- external_access_enabled=True,
326
- external_access_recipients=["recipient@example.com"],
327
- allow_auto_stopping=False)
328
- pulumi.export("datarobotCustomApplicationId", example_custom_application.id)
329
- pulumi.export("datarobotCustomApplicationSourceId", example_custom_application.source_id)
330
- pulumi.export("datarobotCustomApplicationSourceVersionId", example_custom_application.source_version_id)
331
- pulumi.export("datarobotCustomApplicationUrl", example_custom_application.application_url)
332
- ```
333
-
334
328
  :param str resource_name: The name of the resource.
335
329
  :param CustomApplicationArgs args: The arguments to use to populate this resource's properties.
336
330
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -350,6 +344,7 @@ class CustomApplication(pulumi.CustomResource):
350
344
  external_access_enabled: Optional[pulumi.Input[builtins.bool]] = None,
351
345
  external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
352
346
  name: Optional[pulumi.Input[builtins.str]] = None,
347
+ resources: Optional[pulumi.Input[Union['CustomApplicationResourcesArgs', 'CustomApplicationResourcesArgsDict']]] = None,
353
348
  source_version_id: Optional[pulumi.Input[builtins.str]] = None,
354
349
  use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
355
350
  __props__=None):
@@ -365,6 +360,7 @@ class CustomApplication(pulumi.CustomResource):
365
360
  __props__.__dict__["external_access_enabled"] = external_access_enabled
366
361
  __props__.__dict__["external_access_recipients"] = external_access_recipients
367
362
  __props__.__dict__["name"] = name
363
+ __props__.__dict__["resources"] = resources
368
364
  if source_version_id is None and not opts.urn:
369
365
  raise TypeError("Missing required property 'source_version_id'")
370
366
  __props__.__dict__["source_version_id"] = source_version_id
@@ -386,6 +382,7 @@ class CustomApplication(pulumi.CustomResource):
386
382
  external_access_enabled: Optional[pulumi.Input[builtins.bool]] = None,
387
383
  external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
388
384
  name: Optional[pulumi.Input[builtins.str]] = None,
385
+ resources: Optional[pulumi.Input[Union['CustomApplicationResourcesArgs', 'CustomApplicationResourcesArgsDict']]] = None,
389
386
  source_id: Optional[pulumi.Input[builtins.str]] = None,
390
387
  source_version_id: Optional[pulumi.Input[builtins.str]] = None,
391
388
  use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None) -> 'CustomApplication':
@@ -401,6 +398,7 @@ class CustomApplication(pulumi.CustomResource):
401
398
  :param pulumi.Input[builtins.bool] external_access_enabled: Whether external access is enabled for the Custom Application.
402
399
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
403
400
  :param pulumi.Input[builtins.str] name: The name of the Custom Application.
401
+ :param pulumi.Input[Union['CustomApplicationResourcesArgs', 'CustomApplicationResourcesArgsDict']] resources: The resources for the Custom Application.
404
402
  :param pulumi.Input[builtins.str] source_id: The ID of the Custom Application Source.
405
403
  :param pulumi.Input[builtins.str] source_version_id: The version ID of the Custom Application Source.
406
404
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
@@ -414,6 +412,7 @@ class CustomApplication(pulumi.CustomResource):
414
412
  __props__.__dict__["external_access_enabled"] = external_access_enabled
415
413
  __props__.__dict__["external_access_recipients"] = external_access_recipients
416
414
  __props__.__dict__["name"] = name
415
+ __props__.__dict__["resources"] = resources
417
416
  __props__.__dict__["source_id"] = source_id
418
417
  __props__.__dict__["source_version_id"] = source_version_id
419
418
  __props__.__dict__["use_case_ids"] = use_case_ids
@@ -459,6 +458,14 @@ class CustomApplication(pulumi.CustomResource):
459
458
  """
460
459
  return pulumi.get(self, "name")
461
460
 
461
+ @property
462
+ @pulumi.getter
463
+ def resources(self) -> pulumi.Output[Optional['outputs.CustomApplicationResources']]:
464
+ """
465
+ The resources for the Custom Application.
466
+ """
467
+ return pulumi.get(self, "resources")
468
+
462
469
  @property
463
470
  @pulumi.getter(name="sourceId")
464
471
  def source_id(self) -> pulumi.Output[builtins.str]:
@@ -14,6 +14,8 @@ if sys.version_info >= (3, 11):
14
14
  else:
15
15
  from typing_extensions import NotRequired, TypedDict, TypeAlias
16
16
  from . import _utilities
17
+ from . import outputs
18
+ from ._inputs import *
17
19
 
18
20
  __all__ = ['CustomApplicationFromEnvironmentArgs', 'CustomApplicationFromEnvironment']
19
21
 
@@ -25,6 +27,7 @@ class CustomApplicationFromEnvironmentArgs:
25
27
  external_access_enabled: Optional[pulumi.Input[builtins.bool]] = None,
26
28
  external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
27
29
  name: Optional[pulumi.Input[builtins.str]] = None,
30
+ resources: Optional[pulumi.Input['CustomApplicationFromEnvironmentResourcesArgs']] = None,
28
31
  use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
29
32
  """
30
33
  The set of arguments for constructing a CustomApplicationFromEnvironment resource.
@@ -33,6 +36,7 @@ class CustomApplicationFromEnvironmentArgs:
33
36
  :param pulumi.Input[builtins.bool] external_access_enabled: Whether external access is enabled for the Custom Application.
34
37
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
35
38
  :param pulumi.Input[builtins.str] name: The name of the Custom Application.
39
+ :param pulumi.Input['CustomApplicationFromEnvironmentResourcesArgs'] resources: The resources for the Custom Application.
36
40
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
37
41
  """
38
42
  pulumi.set(__self__, "environment_id", environment_id)
@@ -44,6 +48,8 @@ class CustomApplicationFromEnvironmentArgs:
44
48
  pulumi.set(__self__, "external_access_recipients", external_access_recipients)
45
49
  if name is not None:
46
50
  pulumi.set(__self__, "name", name)
51
+ if resources is not None:
52
+ pulumi.set(__self__, "resources", resources)
47
53
  if use_case_ids is not None:
48
54
  pulumi.set(__self__, "use_case_ids", use_case_ids)
49
55
 
@@ -107,6 +113,18 @@ class CustomApplicationFromEnvironmentArgs:
107
113
  def name(self, value: Optional[pulumi.Input[builtins.str]]):
108
114
  pulumi.set(self, "name", value)
109
115
 
116
+ @property
117
+ @pulumi.getter
118
+ def resources(self) -> Optional[pulumi.Input['CustomApplicationFromEnvironmentResourcesArgs']]:
119
+ """
120
+ The resources for the Custom Application.
121
+ """
122
+ return pulumi.get(self, "resources")
123
+
124
+ @resources.setter
125
+ def resources(self, value: Optional[pulumi.Input['CustomApplicationFromEnvironmentResourcesArgs']]):
126
+ pulumi.set(self, "resources", value)
127
+
110
128
  @property
111
129
  @pulumi.getter(name="useCaseIds")
112
130
  def use_case_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
@@ -130,6 +148,7 @@ class _CustomApplicationFromEnvironmentState:
130
148
  external_access_enabled: Optional[pulumi.Input[builtins.bool]] = None,
131
149
  external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
132
150
  name: Optional[pulumi.Input[builtins.str]] = None,
151
+ resources: Optional[pulumi.Input['CustomApplicationFromEnvironmentResourcesArgs']] = None,
133
152
  use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
134
153
  """
135
154
  Input properties used for looking up and filtering CustomApplicationFromEnvironment resources.
@@ -140,6 +159,7 @@ class _CustomApplicationFromEnvironmentState:
140
159
  :param pulumi.Input[builtins.bool] external_access_enabled: Whether external access is enabled for the Custom Application.
141
160
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
142
161
  :param pulumi.Input[builtins.str] name: The name of the Custom Application.
162
+ :param pulumi.Input['CustomApplicationFromEnvironmentResourcesArgs'] resources: The resources for the Custom Application.
143
163
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
144
164
  """
145
165
  if allow_auto_stopping is not None:
@@ -156,6 +176,8 @@ class _CustomApplicationFromEnvironmentState:
156
176
  pulumi.set(__self__, "external_access_recipients", external_access_recipients)
157
177
  if name is not None:
158
178
  pulumi.set(__self__, "name", name)
179
+ if resources is not None:
180
+ pulumi.set(__self__, "resources", resources)
159
181
  if use_case_ids is not None:
160
182
  pulumi.set(__self__, "use_case_ids", use_case_ids)
161
183
 
@@ -243,6 +265,18 @@ class _CustomApplicationFromEnvironmentState:
243
265
  def name(self, value: Optional[pulumi.Input[builtins.str]]):
244
266
  pulumi.set(self, "name", value)
245
267
 
268
+ @property
269
+ @pulumi.getter
270
+ def resources(self) -> Optional[pulumi.Input['CustomApplicationFromEnvironmentResourcesArgs']]:
271
+ """
272
+ The resources for the Custom Application.
273
+ """
274
+ return pulumi.get(self, "resources")
275
+
276
+ @resources.setter
277
+ def resources(self, value: Optional[pulumi.Input['CustomApplicationFromEnvironmentResourcesArgs']]):
278
+ pulumi.set(self, "resources", value)
279
+
246
280
  @property
247
281
  @pulumi.getter(name="useCaseIds")
248
282
  def use_case_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
@@ -266,26 +300,12 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
266
300
  external_access_enabled: Optional[pulumi.Input[builtins.bool]] = None,
267
301
  external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
268
302
  name: Optional[pulumi.Input[builtins.str]] = None,
303
+ resources: Optional[pulumi.Input[Union['CustomApplicationFromEnvironmentResourcesArgs', 'CustomApplicationFromEnvironmentResourcesArgsDict']]] = None,
269
304
  use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
270
305
  __props__=None):
271
306
  """
272
307
  Custom Application created from an Execution Environment.
273
308
 
274
- ## Example Usage
275
-
276
- ```python
277
- import pulumi
278
- import pulumi_datarobot as datarobot
279
-
280
- example = datarobot.CustomApplicationFromEnvironment("example",
281
- environment_id="6542cd582a9d3d51bf4ac71e",
282
- external_access_enabled=True,
283
- external_access_recipients=["recipient@example.com"],
284
- allow_auto_stopping=False)
285
- pulumi.export("datarobotCustomApplicationId", example.id)
286
- pulumi.export("datarobotCustomApplicationUrl", example.application_url)
287
- ```
288
-
289
309
  :param str resource_name: The name of the resource.
290
310
  :param pulumi.ResourceOptions opts: Options for the resource.
291
311
  :param pulumi.Input[builtins.bool] allow_auto_stopping: Whether auto stopping is allowed for the Custom Application.
@@ -293,6 +313,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
293
313
  :param pulumi.Input[builtins.bool] external_access_enabled: Whether external access is enabled for the Custom Application.
294
314
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
295
315
  :param pulumi.Input[builtins.str] name: The name of the Custom Application.
316
+ :param pulumi.Input[Union['CustomApplicationFromEnvironmentResourcesArgs', 'CustomApplicationFromEnvironmentResourcesArgsDict']] resources: The resources for the Custom Application.
296
317
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
297
318
  """
298
319
  ...
@@ -304,21 +325,6 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
304
325
  """
305
326
  Custom Application created from an Execution Environment.
306
327
 
307
- ## Example Usage
308
-
309
- ```python
310
- import pulumi
311
- import pulumi_datarobot as datarobot
312
-
313
- example = datarobot.CustomApplicationFromEnvironment("example",
314
- environment_id="6542cd582a9d3d51bf4ac71e",
315
- external_access_enabled=True,
316
- external_access_recipients=["recipient@example.com"],
317
- allow_auto_stopping=False)
318
- pulumi.export("datarobotCustomApplicationId", example.id)
319
- pulumi.export("datarobotCustomApplicationUrl", example.application_url)
320
- ```
321
-
322
328
  :param str resource_name: The name of the resource.
323
329
  :param CustomApplicationFromEnvironmentArgs args: The arguments to use to populate this resource's properties.
324
330
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -339,6 +345,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
339
345
  external_access_enabled: Optional[pulumi.Input[builtins.bool]] = None,
340
346
  external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
341
347
  name: Optional[pulumi.Input[builtins.str]] = None,
348
+ resources: Optional[pulumi.Input[Union['CustomApplicationFromEnvironmentResourcesArgs', 'CustomApplicationFromEnvironmentResourcesArgsDict']]] = None,
342
349
  use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
343
350
  __props__=None):
344
351
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -356,6 +363,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
356
363
  __props__.__dict__["external_access_enabled"] = external_access_enabled
357
364
  __props__.__dict__["external_access_recipients"] = external_access_recipients
358
365
  __props__.__dict__["name"] = name
366
+ __props__.__dict__["resources"] = resources
359
367
  __props__.__dict__["use_case_ids"] = use_case_ids
360
368
  __props__.__dict__["application_url"] = None
361
369
  __props__.__dict__["environment_version_id"] = None
@@ -376,6 +384,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
376
384
  external_access_enabled: Optional[pulumi.Input[builtins.bool]] = None,
377
385
  external_access_recipients: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
378
386
  name: Optional[pulumi.Input[builtins.str]] = None,
387
+ resources: Optional[pulumi.Input[Union['CustomApplicationFromEnvironmentResourcesArgs', 'CustomApplicationFromEnvironmentResourcesArgsDict']]] = None,
379
388
  use_case_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None) -> 'CustomApplicationFromEnvironment':
380
389
  """
381
390
  Get an existing CustomApplicationFromEnvironment resource's state with the given name, id, and optional extra
@@ -391,6 +400,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
391
400
  :param pulumi.Input[builtins.bool] external_access_enabled: Whether external access is enabled for the Custom Application.
392
401
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] external_access_recipients: The list of external email addresses that have access to the Custom Application.
393
402
  :param pulumi.Input[builtins.str] name: The name of the Custom Application.
403
+ :param pulumi.Input[Union['CustomApplicationFromEnvironmentResourcesArgs', 'CustomApplicationFromEnvironmentResourcesArgsDict']] resources: The resources for the Custom Application.
394
404
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] use_case_ids: The list of Use Case IDs to add the Custom Application to.
395
405
  """
396
406
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -404,6 +414,7 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
404
414
  __props__.__dict__["external_access_enabled"] = external_access_enabled
405
415
  __props__.__dict__["external_access_recipients"] = external_access_recipients
406
416
  __props__.__dict__["name"] = name
417
+ __props__.__dict__["resources"] = resources
407
418
  __props__.__dict__["use_case_ids"] = use_case_ids
408
419
  return CustomApplicationFromEnvironment(resource_name, opts=opts, __props__=__props__)
409
420
 
@@ -463,6 +474,14 @@ class CustomApplicationFromEnvironment(pulumi.CustomResource):
463
474
  """
464
475
  return pulumi.get(self, "name")
465
476
 
477
+ @property
478
+ @pulumi.getter
479
+ def resources(self) -> pulumi.Output[Optional['outputs.CustomApplicationFromEnvironmentResources']]:
480
+ """
481
+ The resources for the Custom Application.
482
+ """
483
+ return pulumi.get(self, "resources")
484
+
466
485
  @property
467
486
  @pulumi.getter(name="useCaseIds")
468
487
  def use_case_ids(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
@@ -27,6 +27,8 @@ __all__ = [
27
27
  'BatchPredictionJobDefinitionPredictionInstance',
28
28
  'BatchPredictionJobDefinitionSchedule',
29
29
  'BatchPredictionJobDefinitionTimeseriesSettings',
30
+ 'CustomApplicationFromEnvironmentResources',
31
+ 'CustomApplicationResources',
30
32
  'CustomJobRuntimeParameterValue',
31
33
  'CustomJobSchedule',
32
34
  'CustomMetricBatch',
@@ -95,6 +97,8 @@ class ApplicationSourceFromTemplateResources(dict):
95
97
  suggest = None
96
98
  if key == "resourceLabel":
97
99
  suggest = "resource_label"
100
+ elif key == "serviceWebRequestsOnRootPath":
101
+ suggest = "service_web_requests_on_root_path"
98
102
  elif key == "sessionAffinity":
99
103
  suggest = "session_affinity"
100
104
 
@@ -112,16 +116,20 @@ class ApplicationSourceFromTemplateResources(dict):
112
116
  def __init__(__self__, *,
113
117
  replicas: Optional[builtins.int] = None,
114
118
  resource_label: Optional[builtins.str] = None,
119
+ service_web_requests_on_root_path: Optional[builtins.bool] = None,
115
120
  session_affinity: Optional[builtins.bool] = None):
116
121
  """
117
122
  :param builtins.int replicas: The replicas for the Application Source.
118
123
  :param builtins.str resource_label: The resource label for the Application Source.
124
+ :param builtins.bool service_web_requests_on_root_path: Whether to service web requests on the root path for the Application Source.
119
125
  :param builtins.bool session_affinity: The session affinity for the Application Source.
120
126
  """
121
127
  if replicas is not None:
122
128
  pulumi.set(__self__, "replicas", replicas)
123
129
  if resource_label is not None:
124
130
  pulumi.set(__self__, "resource_label", resource_label)
131
+ if service_web_requests_on_root_path is not None:
132
+ pulumi.set(__self__, "service_web_requests_on_root_path", service_web_requests_on_root_path)
125
133
  if session_affinity is not None:
126
134
  pulumi.set(__self__, "session_affinity", session_affinity)
127
135
 
@@ -141,6 +149,14 @@ class ApplicationSourceFromTemplateResources(dict):
141
149
  """
142
150
  return pulumi.get(self, "resource_label")
143
151
 
152
+ @property
153
+ @pulumi.getter(name="serviceWebRequestsOnRootPath")
154
+ def service_web_requests_on_root_path(self) -> Optional[builtins.bool]:
155
+ """
156
+ Whether to service web requests on the root path for the Application Source.
157
+ """
158
+ return pulumi.get(self, "service_web_requests_on_root_path")
159
+
144
160
  @property
145
161
  @pulumi.getter(name="sessionAffinity")
146
162
  def session_affinity(self) -> Optional[builtins.bool]:
@@ -197,6 +213,8 @@ class ApplicationSourceResources(dict):
197
213
  suggest = None
198
214
  if key == "resourceLabel":
199
215
  suggest = "resource_label"
216
+ elif key == "serviceWebRequestsOnRootPath":
217
+ suggest = "service_web_requests_on_root_path"
200
218
  elif key == "sessionAffinity":
201
219
  suggest = "session_affinity"
202
220
 
@@ -214,16 +232,20 @@ class ApplicationSourceResources(dict):
214
232
  def __init__(__self__, *,
215
233
  replicas: Optional[builtins.int] = None,
216
234
  resource_label: Optional[builtins.str] = None,
235
+ service_web_requests_on_root_path: Optional[builtins.bool] = None,
217
236
  session_affinity: Optional[builtins.bool] = None):
218
237
  """
219
238
  :param builtins.int replicas: The replicas for the Application Source.
220
239
  :param builtins.str resource_label: The resource label for the Application Source.
240
+ :param builtins.bool service_web_requests_on_root_path: Whether to service web requests on the root path for the Application Source.
221
241
  :param builtins.bool session_affinity: The session affinity for the Application Source.
222
242
  """
223
243
  if replicas is not None:
224
244
  pulumi.set(__self__, "replicas", replicas)
225
245
  if resource_label is not None:
226
246
  pulumi.set(__self__, "resource_label", resource_label)
247
+ if service_web_requests_on_root_path is not None:
248
+ pulumi.set(__self__, "service_web_requests_on_root_path", service_web_requests_on_root_path)
227
249
  if session_affinity is not None:
228
250
  pulumi.set(__self__, "session_affinity", session_affinity)
229
251
 
@@ -243,6 +265,14 @@ class ApplicationSourceResources(dict):
243
265
  """
244
266
  return pulumi.get(self, "resource_label")
245
267
 
268
+ @property
269
+ @pulumi.getter(name="serviceWebRequestsOnRootPath")
270
+ def service_web_requests_on_root_path(self) -> Optional[builtins.bool]:
271
+ """
272
+ Whether to service web requests on the root path for the Application Source.
273
+ """
274
+ return pulumi.get(self, "service_web_requests_on_root_path")
275
+
246
276
  @property
247
277
  @pulumi.getter(name="sessionAffinity")
248
278
  def session_affinity(self) -> Optional[builtins.bool]:
@@ -950,6 +980,158 @@ class BatchPredictionJobDefinitionTimeseriesSettings(dict):
950
980
  return pulumi.get(self, "type")
951
981
 
952
982
 
983
+ @pulumi.output_type
984
+ class CustomApplicationFromEnvironmentResources(dict):
985
+ @staticmethod
986
+ def __key_warning(key: str):
987
+ suggest = None
988
+ if key == "resourceLabel":
989
+ suggest = "resource_label"
990
+ elif key == "serviceWebRequestsOnRootPath":
991
+ suggest = "service_web_requests_on_root_path"
992
+ elif key == "sessionAffinity":
993
+ suggest = "session_affinity"
994
+
995
+ if suggest:
996
+ pulumi.log.warn(f"Key '{key}' not found in CustomApplicationFromEnvironmentResources. Access the value via the '{suggest}' property getter instead.")
997
+
998
+ def __getitem__(self, key: str) -> Any:
999
+ CustomApplicationFromEnvironmentResources.__key_warning(key)
1000
+ return super().__getitem__(key)
1001
+
1002
+ def get(self, key: str, default = None) -> Any:
1003
+ CustomApplicationFromEnvironmentResources.__key_warning(key)
1004
+ return super().get(key, default)
1005
+
1006
+ def __init__(__self__, *,
1007
+ replicas: Optional[builtins.int] = None,
1008
+ resource_label: Optional[builtins.str] = None,
1009
+ service_web_requests_on_root_path: Optional[builtins.bool] = None,
1010
+ session_affinity: Optional[builtins.bool] = None):
1011
+ """
1012
+ :param builtins.int replicas: The number of replicas for the Custom Application.
1013
+ :param builtins.str resource_label: The resource label for the Custom Application.
1014
+ :param builtins.bool service_web_requests_on_root_path: Whether to service web requests on the root path for the Custom Application.
1015
+ :param builtins.bool session_affinity: Whether session affinity is enabled for the Custom Application.
1016
+ """
1017
+ if replicas is not None:
1018
+ pulumi.set(__self__, "replicas", replicas)
1019
+ if resource_label is not None:
1020
+ pulumi.set(__self__, "resource_label", resource_label)
1021
+ if service_web_requests_on_root_path is not None:
1022
+ pulumi.set(__self__, "service_web_requests_on_root_path", service_web_requests_on_root_path)
1023
+ if session_affinity is not None:
1024
+ pulumi.set(__self__, "session_affinity", session_affinity)
1025
+
1026
+ @property
1027
+ @pulumi.getter
1028
+ def replicas(self) -> Optional[builtins.int]:
1029
+ """
1030
+ The number of replicas for the Custom Application.
1031
+ """
1032
+ return pulumi.get(self, "replicas")
1033
+
1034
+ @property
1035
+ @pulumi.getter(name="resourceLabel")
1036
+ def resource_label(self) -> Optional[builtins.str]:
1037
+ """
1038
+ The resource label for the Custom Application.
1039
+ """
1040
+ return pulumi.get(self, "resource_label")
1041
+
1042
+ @property
1043
+ @pulumi.getter(name="serviceWebRequestsOnRootPath")
1044
+ def service_web_requests_on_root_path(self) -> Optional[builtins.bool]:
1045
+ """
1046
+ Whether to service web requests on the root path for the Custom Application.
1047
+ """
1048
+ return pulumi.get(self, "service_web_requests_on_root_path")
1049
+
1050
+ @property
1051
+ @pulumi.getter(name="sessionAffinity")
1052
+ def session_affinity(self) -> Optional[builtins.bool]:
1053
+ """
1054
+ Whether session affinity is enabled for the Custom Application.
1055
+ """
1056
+ return pulumi.get(self, "session_affinity")
1057
+
1058
+
1059
+ @pulumi.output_type
1060
+ class CustomApplicationResources(dict):
1061
+ @staticmethod
1062
+ def __key_warning(key: str):
1063
+ suggest = None
1064
+ if key == "resourceLabel":
1065
+ suggest = "resource_label"
1066
+ elif key == "serviceWebRequestsOnRootPath":
1067
+ suggest = "service_web_requests_on_root_path"
1068
+ elif key == "sessionAffinity":
1069
+ suggest = "session_affinity"
1070
+
1071
+ if suggest:
1072
+ pulumi.log.warn(f"Key '{key}' not found in CustomApplicationResources. Access the value via the '{suggest}' property getter instead.")
1073
+
1074
+ def __getitem__(self, key: str) -> Any:
1075
+ CustomApplicationResources.__key_warning(key)
1076
+ return super().__getitem__(key)
1077
+
1078
+ def get(self, key: str, default = None) -> Any:
1079
+ CustomApplicationResources.__key_warning(key)
1080
+ return super().get(key, default)
1081
+
1082
+ def __init__(__self__, *,
1083
+ replicas: Optional[builtins.int] = None,
1084
+ resource_label: Optional[builtins.str] = None,
1085
+ service_web_requests_on_root_path: Optional[builtins.bool] = None,
1086
+ session_affinity: Optional[builtins.bool] = None):
1087
+ """
1088
+ :param builtins.int replicas: The number of replicas for the Custom Application.
1089
+ :param builtins.str resource_label: The resource label for the Custom Application.
1090
+ :param builtins.bool service_web_requests_on_root_path: Whether to service web requests on the root path for the Custom Application.
1091
+ :param builtins.bool session_affinity: Whether session affinity is enabled for the Custom Application.
1092
+ """
1093
+ if replicas is not None:
1094
+ pulumi.set(__self__, "replicas", replicas)
1095
+ if resource_label is not None:
1096
+ pulumi.set(__self__, "resource_label", resource_label)
1097
+ if service_web_requests_on_root_path is not None:
1098
+ pulumi.set(__self__, "service_web_requests_on_root_path", service_web_requests_on_root_path)
1099
+ if session_affinity is not None:
1100
+ pulumi.set(__self__, "session_affinity", session_affinity)
1101
+
1102
+ @property
1103
+ @pulumi.getter
1104
+ def replicas(self) -> Optional[builtins.int]:
1105
+ """
1106
+ The number of replicas for the Custom Application.
1107
+ """
1108
+ return pulumi.get(self, "replicas")
1109
+
1110
+ @property
1111
+ @pulumi.getter(name="resourceLabel")
1112
+ def resource_label(self) -> Optional[builtins.str]:
1113
+ """
1114
+ The resource label for the Custom Application.
1115
+ """
1116
+ return pulumi.get(self, "resource_label")
1117
+
1118
+ @property
1119
+ @pulumi.getter(name="serviceWebRequestsOnRootPath")
1120
+ def service_web_requests_on_root_path(self) -> Optional[builtins.bool]:
1121
+ """
1122
+ Whether to service web requests on the root path for the Custom Application.
1123
+ """
1124
+ return pulumi.get(self, "service_web_requests_on_root_path")
1125
+
1126
+ @property
1127
+ @pulumi.getter(name="sessionAffinity")
1128
+ def session_affinity(self) -> Optional[builtins.bool]:
1129
+ """
1130
+ Whether session affinity is enabled for the Custom Application.
1131
+ """
1132
+ return pulumi.get(self, "session_affinity")
1133
+
1134
+
953
1135
  @pulumi.output_type
954
1136
  class CustomJobRuntimeParameterValue(dict):
955
1137
  def __init__(__self__, *,
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi-datarobot
3
- Version: 0.10.5
3
+ Version: 0.10.8
4
4
  Summary: A Pulumi package for creating and managing DataRobot resources.
5
5
  Home-page: https://www.datarobot.com
6
6
  License: Apache-2.0
7
7
  Project-URL: Repository, https://github.com/datarobot-community/pulumi-datarobot
8
8
  Keywords: datarobot ai category/cloud
9
- Platform: UNKNOWN
10
9
  Requires-Python: >=3.9
11
10
  Description-Content-Type: text/markdown
12
11
 
@@ -121,5 +120,3 @@ Keep the following items in mind if running in an air-gapped environment:
121
120
  ```bash
122
121
  pip install * -f ./ --no-index
123
122
  ```
124
-
125
-
@@ -9,7 +9,7 @@ from setuptools.command.install import install
9
9
  from subprocess import check_call
10
10
 
11
11
 
12
- VERSION = "0.10.5"
12
+ VERSION = "0.10.8"
13
13
  def readme():
14
14
  try:
15
15
  with open('README.md', encoding='utf-8') as f: