pulumi-databricks 1.78.0a1762407761__py3-none-any.whl → 1.79.0__py3-none-any.whl

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 (86) hide show
  1. pulumi_databricks/__init__.py +23 -0
  2. pulumi_databricks/_inputs.py +1630 -181
  3. pulumi_databricks/access_control_rule_set.py +81 -0
  4. pulumi_databricks/account_federation_policy.py +24 -0
  5. pulumi_databricks/account_network_policy.py +50 -0
  6. pulumi_databricks/account_setting_v2.py +181 -12
  7. pulumi_databricks/alert_v2.py +74 -2
  8. pulumi_databricks/app.py +71 -7
  9. pulumi_databricks/apps_settings_custom_template.py +102 -0
  10. pulumi_databricks/catalog.py +8 -8
  11. pulumi_databricks/cluster_policy.py +120 -0
  12. pulumi_databricks/config/__init__.pyi +4 -0
  13. pulumi_databricks/config/vars.py +8 -0
  14. pulumi_databricks/credential.py +7 -7
  15. pulumi_databricks/dashboard.py +94 -0
  16. pulumi_databricks/data_quality_monitor.py +2 -2
  17. pulumi_databricks/data_quality_refresh.py +78 -2
  18. pulumi_databricks/database_synced_database_table.py +212 -0
  19. pulumi_databricks/external_location.py +131 -7
  20. pulumi_databricks/feature_engineering_feature.py +52 -19
  21. pulumi_databricks/feature_engineering_kafka_config.py +463 -0
  22. pulumi_databricks/feature_engineering_materialized_feature.py +47 -0
  23. pulumi_databricks/file.py +2 -2
  24. pulumi_databricks/get_account_setting_v2.py +16 -16
  25. pulumi_databricks/get_alert_v2.py +2 -2
  26. pulumi_databricks/get_alerts_v2.py +2 -2
  27. pulumi_databricks/get_aws_assume_role_policy.py +14 -14
  28. pulumi_databricks/get_aws_bucket_policy.py +10 -10
  29. pulumi_databricks/get_aws_unity_catalog_assume_role_policy.py +10 -10
  30. pulumi_databricks/get_aws_unity_catalog_policy.py +10 -10
  31. pulumi_databricks/get_cluster.py +54 -0
  32. pulumi_databricks/get_current_config.py +4 -4
  33. pulumi_databricks/get_dashboards.py +32 -0
  34. pulumi_databricks/get_data_quality_monitor.py +2 -2
  35. pulumi_databricks/get_data_quality_monitors.py +2 -2
  36. pulumi_databricks/get_data_quality_refresh.py +2 -2
  37. pulumi_databricks/get_data_quality_refreshes.py +2 -2
  38. pulumi_databricks/get_feature_engineering_feature.py +12 -1
  39. pulumi_databricks/get_feature_engineering_kafka_config.py +182 -0
  40. pulumi_databricks/get_feature_engineering_kafka_configs.py +103 -0
  41. pulumi_databricks/get_feature_engineering_materialized_feature.py +16 -2
  42. pulumi_databricks/get_metastore.py +6 -6
  43. pulumi_databricks/get_notebook.py +20 -1
  44. pulumi_databricks/get_policy_info.py +36 -2
  45. pulumi_databricks/get_policy_infos.py +34 -2
  46. pulumi_databricks/get_service_principals.py +93 -7
  47. pulumi_databricks/get_spark_version.py +2 -2
  48. pulumi_databricks/get_tag_policies.py +2 -2
  49. pulumi_databricks/get_tag_policy.py +2 -2
  50. pulumi_databricks/get_users.py +194 -0
  51. pulumi_databricks/get_workspace_entity_tag_assignment.py +180 -0
  52. pulumi_databricks/get_workspace_entity_tag_assignments.py +171 -0
  53. pulumi_databricks/get_workspace_setting_v2.py +16 -16
  54. pulumi_databricks/instance_profile.py +0 -182
  55. pulumi_databricks/lakehouse_monitor.py +2 -2
  56. pulumi_databricks/metastore.py +81 -7
  57. pulumi_databricks/metastore_data_access.py +48 -0
  58. pulumi_databricks/mlflow_webhook.py +4 -4
  59. pulumi_databricks/mws_credentials.py +10 -10
  60. pulumi_databricks/mws_customer_managed_keys.py +0 -288
  61. pulumi_databricks/mws_log_delivery.py +146 -0
  62. pulumi_databricks/mws_storage_configurations.py +16 -16
  63. pulumi_databricks/mws_vpc_endpoint.py +56 -56
  64. pulumi_databricks/mws_workspaces.py +115 -55
  65. pulumi_databricks/notebook.py +49 -0
  66. pulumi_databricks/outputs.py +2017 -240
  67. pulumi_databricks/permission_assignment.py +49 -0
  68. pulumi_databricks/permissions.py +6 -6
  69. pulumi_databricks/pipeline.py +7 -7
  70. pulumi_databricks/policy_info.py +122 -2
  71. pulumi_databricks/provider.py +36 -1
  72. pulumi_databricks/pulumi-plugin.json +1 -1
  73. pulumi_databricks/recipient.py +74 -0
  74. pulumi_databricks/registered_model.py +7 -7
  75. pulumi_databricks/rfa_access_request_destinations.py +86 -19
  76. pulumi_databricks/schema.py +7 -7
  77. pulumi_databricks/service_principal_federation_policy.py +28 -0
  78. pulumi_databricks/sql_table.py +7 -7
  79. pulumi_databricks/tag_policy.py +2 -2
  80. pulumi_databricks/volume.py +7 -7
  81. pulumi_databricks/workspace_entity_tag_assignment.py +375 -0
  82. pulumi_databricks/workspace_setting_v2.py +181 -12
  83. {pulumi_databricks-1.78.0a1762407761.dist-info → pulumi_databricks-1.79.0.dist-info}/METADATA +1 -1
  84. {pulumi_databricks-1.78.0a1762407761.dist-info → pulumi_databricks-1.79.0.dist-info}/RECORD +86 -79
  85. {pulumi_databricks-1.78.0a1762407761.dist-info → pulumi_databricks-1.79.0.dist-info}/WHEEL +0 -0
  86. {pulumi_databricks-1.78.0a1762407761.dist-info → pulumi_databricks-1.79.0.dist-info}/top_level.txt +0 -0
@@ -351,10 +351,20 @@ __all__ = [
351
351
  'FeatureEngineeringFeatureFunctionArgsDict',
352
352
  'FeatureEngineeringFeatureFunctionExtraParameterArgs',
353
353
  'FeatureEngineeringFeatureFunctionExtraParameterArgsDict',
354
+ 'FeatureEngineeringFeatureLineageContextArgs',
355
+ 'FeatureEngineeringFeatureLineageContextArgsDict',
356
+ 'FeatureEngineeringFeatureLineageContextJobContextArgs',
357
+ 'FeatureEngineeringFeatureLineageContextJobContextArgsDict',
354
358
  'FeatureEngineeringFeatureSourceArgs',
355
359
  'FeatureEngineeringFeatureSourceArgsDict',
356
360
  'FeatureEngineeringFeatureSourceDeltaTableSourceArgs',
357
361
  'FeatureEngineeringFeatureSourceDeltaTableSourceArgsDict',
362
+ 'FeatureEngineeringFeatureSourceKafkaSourceArgs',
363
+ 'FeatureEngineeringFeatureSourceKafkaSourceArgsDict',
364
+ 'FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifierArgs',
365
+ 'FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifierArgsDict',
366
+ 'FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifierArgs',
367
+ 'FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifierArgsDict',
358
368
  'FeatureEngineeringFeatureTimeWindowArgs',
359
369
  'FeatureEngineeringFeatureTimeWindowArgsDict',
360
370
  'FeatureEngineeringFeatureTimeWindowContinuousArgs',
@@ -363,6 +373,14 @@ __all__ = [
363
373
  'FeatureEngineeringFeatureTimeWindowSlidingArgsDict',
364
374
  'FeatureEngineeringFeatureTimeWindowTumblingArgs',
365
375
  'FeatureEngineeringFeatureTimeWindowTumblingArgsDict',
376
+ 'FeatureEngineeringKafkaConfigAuthConfigArgs',
377
+ 'FeatureEngineeringKafkaConfigAuthConfigArgsDict',
378
+ 'FeatureEngineeringKafkaConfigKeySchemaArgs',
379
+ 'FeatureEngineeringKafkaConfigKeySchemaArgsDict',
380
+ 'FeatureEngineeringKafkaConfigSubscriptionModeArgs',
381
+ 'FeatureEngineeringKafkaConfigSubscriptionModeArgsDict',
382
+ 'FeatureEngineeringKafkaConfigValueSchemaArgs',
383
+ 'FeatureEngineeringKafkaConfigValueSchemaArgsDict',
366
384
  'FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs',
367
385
  'FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgsDict',
368
386
  'FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs',
@@ -877,6 +895,8 @@ __all__ = [
877
895
  'JobTriggerArgsDict',
878
896
  'JobTriggerFileArrivalArgs',
879
897
  'JobTriggerFileArrivalArgsDict',
898
+ 'JobTriggerModelArgs',
899
+ 'JobTriggerModelArgsDict',
880
900
  'JobTriggerPeriodicArgs',
881
901
  'JobTriggerPeriodicArgsDict',
882
902
  'JobTriggerTableUpdateArgs',
@@ -1081,6 +1101,8 @@ __all__ = [
1081
1101
  'MwsWorkspacesGkeConfigArgsDict',
1082
1102
  'MwsWorkspacesTokenArgs',
1083
1103
  'MwsWorkspacesTokenArgsDict',
1104
+ 'NotebookProviderConfigArgs',
1105
+ 'NotebookProviderConfigArgsDict',
1084
1106
  'NotificationDestinationConfigArgs',
1085
1107
  'NotificationDestinationConfigArgsDict',
1086
1108
  'NotificationDestinationConfigEmailArgs',
@@ -1115,6 +1137,8 @@ __all__ = [
1115
1137
  'OnlineTableStatusTriggeredUpdateStatusArgsDict',
1116
1138
  'OnlineTableStatusTriggeredUpdateStatusTriggeredUpdateProgressArgs',
1117
1139
  'OnlineTableStatusTriggeredUpdateStatusTriggeredUpdateProgressArgsDict',
1140
+ 'PermissionAssignmentProviderConfigArgs',
1141
+ 'PermissionAssignmentProviderConfigArgsDict',
1118
1142
  'PermissionsAccessControlArgs',
1119
1143
  'PermissionsAccessControlArgsDict',
1120
1144
  'PipelineClusterArgs',
@@ -1163,6 +1187,8 @@ __all__ = [
1163
1187
  'PipelineFiltersArgsDict',
1164
1188
  'PipelineGatewayDefinitionArgs',
1165
1189
  'PipelineGatewayDefinitionArgsDict',
1190
+ 'PipelineGatewayDefinitionConnectionParametersArgs',
1191
+ 'PipelineGatewayDefinitionConnectionParametersArgsDict',
1166
1192
  'PipelineIngestionDefinitionArgs',
1167
1193
  'PipelineIngestionDefinitionArgsDict',
1168
1194
  'PipelineIngestionDefinitionObjectArgs',
@@ -2135,6 +2161,8 @@ __all__ = [
2135
2161
  'GetMwsNetworkConnectivityConfigEgressConfigTargetRulesAzurePrivateEndpointRuleArgsDict',
2136
2162
  'GetNodeTypeProviderConfigArgs',
2137
2163
  'GetNodeTypeProviderConfigArgsDict',
2164
+ 'GetNotebookProviderConfigArgs',
2165
+ 'GetNotebookProviderConfigArgsDict',
2138
2166
  'GetNotificationDestinationsProviderConfigArgs',
2139
2167
  'GetNotificationDestinationsProviderConfigArgsDict',
2140
2168
  'GetPipelinesProviderConfigArgs',
@@ -2171,6 +2199,8 @@ __all__ = [
2171
2199
  'GetSchemaSchemaInfoEffectivePredictiveOptimizationFlagArgsDict',
2172
2200
  'GetSchemasProviderConfigArgs',
2173
2201
  'GetSchemasProviderConfigArgsDict',
2202
+ 'GetServicePrincipalsServicePrincipalArgs',
2203
+ 'GetServicePrincipalsServicePrincipalArgsDict',
2174
2204
  'GetServingEndpointsEndpointArgs',
2175
2205
  'GetServingEndpointsEndpointArgsDict',
2176
2206
  'GetServingEndpointsEndpointAiGatewayArgs',
@@ -2319,6 +2349,18 @@ __all__ = [
2319
2349
  'GetTableTableInfoViewDependenciesDependencyTableArgsDict',
2320
2350
  'GetTablesProviderConfigArgs',
2321
2351
  'GetTablesProviderConfigArgsDict',
2352
+ 'GetUsersUserArgs',
2353
+ 'GetUsersUserArgsDict',
2354
+ 'GetUsersUserEmailArgs',
2355
+ 'GetUsersUserEmailArgsDict',
2356
+ 'GetUsersUserEntitlementArgs',
2357
+ 'GetUsersUserEntitlementArgsDict',
2358
+ 'GetUsersUserGroupArgs',
2359
+ 'GetUsersUserGroupArgsDict',
2360
+ 'GetUsersUserNameArgs',
2361
+ 'GetUsersUserNameArgsDict',
2362
+ 'GetUsersUserRoleArgs',
2363
+ 'GetUsersUserRoleArgsDict',
2322
2364
  'GetViewsProviderConfigArgs',
2323
2365
  'GetViewsProviderConfigArgsDict',
2324
2366
  'GetVolumeProviderConfigArgs',
@@ -2345,6 +2387,9 @@ if not MYPY:
2345
2387
  * `accounts/{account_id}/ruleSets/default`
2346
2388
  * `roles/marketplace.admin` - Databricks Marketplace administrator.
2347
2389
  * `roles/billing.admin` - Billing administrator.
2390
+ * `roles/tagPolicy.creator` - Creator of tag policies.
2391
+ * `roles/tagPolicy.manager` - Manager of tag policies.
2392
+ * `roles/tagPolicy.assigner` - Assigner of tag policies.
2348
2393
  * `accounts/{account_id}/servicePrincipals/{service_principal_application_id}/ruleSets/default`
2349
2394
  * `roles/servicePrincipal.manager` - Manager of a service principal.
2350
2395
  * `roles/servicePrincipal.user` - User of a service principal.
@@ -2353,6 +2398,9 @@ if not MYPY:
2353
2398
  * `accounts/{account_id}/budgetPolicies/{budget_policy_id}/ruleSets/default`
2354
2399
  * `roles/budgetPolicy.manager` - Manager of a budget policy.
2355
2400
  * `roles/budgetPolicy.user` - User of a budget policy.
2401
+ * `accounts/{account_id}/tagPolicies/{tag_policy_id}/ruleSets/default`
2402
+ * `roles/tagPolicy.manager` - Manager of a specific tag policy.
2403
+ * `roles/tagPolicy.assigner` - Assigner of a specific tag policy.
2356
2404
  """
2357
2405
  principals: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
2358
2406
  """
@@ -2374,6 +2422,9 @@ class AccessControlRuleSetGrantRuleArgs:
2374
2422
  * `accounts/{account_id}/ruleSets/default`
2375
2423
  * `roles/marketplace.admin` - Databricks Marketplace administrator.
2376
2424
  * `roles/billing.admin` - Billing administrator.
2425
+ * `roles/tagPolicy.creator` - Creator of tag policies.
2426
+ * `roles/tagPolicy.manager` - Manager of tag policies.
2427
+ * `roles/tagPolicy.assigner` - Assigner of tag policies.
2377
2428
  * `accounts/{account_id}/servicePrincipals/{service_principal_application_id}/ruleSets/default`
2378
2429
  * `roles/servicePrincipal.manager` - Manager of a service principal.
2379
2430
  * `roles/servicePrincipal.user` - User of a service principal.
@@ -2382,6 +2433,9 @@ class AccessControlRuleSetGrantRuleArgs:
2382
2433
  * `accounts/{account_id}/budgetPolicies/{budget_policy_id}/ruleSets/default`
2383
2434
  * `roles/budgetPolicy.manager` - Manager of a budget policy.
2384
2435
  * `roles/budgetPolicy.user` - User of a budget policy.
2436
+ * `accounts/{account_id}/tagPolicies/{tag_policy_id}/ruleSets/default`
2437
+ * `roles/tagPolicy.manager` - Manager of a specific tag policy.
2438
+ * `roles/tagPolicy.assigner` - Assigner of a specific tag policy.
2385
2439
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] principals: a list of principals who are granted a role. The following format is supported:
2386
2440
  * `users/{username}` (also exposed as `acl_principal_id` attribute of `User` resource).
2387
2441
  * `groups/{groupname}` (also exposed as `acl_principal_id` attribute of `Group` resource).
@@ -2399,6 +2453,9 @@ class AccessControlRuleSetGrantRuleArgs:
2399
2453
  * `accounts/{account_id}/ruleSets/default`
2400
2454
  * `roles/marketplace.admin` - Databricks Marketplace administrator.
2401
2455
  * `roles/billing.admin` - Billing administrator.
2456
+ * `roles/tagPolicy.creator` - Creator of tag policies.
2457
+ * `roles/tagPolicy.manager` - Manager of tag policies.
2458
+ * `roles/tagPolicy.assigner` - Assigner of tag policies.
2402
2459
  * `accounts/{account_id}/servicePrincipals/{service_principal_application_id}/ruleSets/default`
2403
2460
  * `roles/servicePrincipal.manager` - Manager of a service principal.
2404
2461
  * `roles/servicePrincipal.user` - User of a service principal.
@@ -2407,6 +2464,9 @@ class AccessControlRuleSetGrantRuleArgs:
2407
2464
  * `accounts/{account_id}/budgetPolicies/{budget_policy_id}/ruleSets/default`
2408
2465
  * `roles/budgetPolicy.manager` - Manager of a budget policy.
2409
2466
  * `roles/budgetPolicy.user` - User of a budget policy.
2467
+ * `accounts/{account_id}/tagPolicies/{tag_policy_id}/ruleSets/default`
2468
+ * `roles/tagPolicy.manager` - Manager of a specific tag policy.
2469
+ * `roles/tagPolicy.assigner` - Assigner of a specific tag policy.
2410
2470
  """
2411
2471
  return pulumi.get(self, "role")
2412
2472
 
@@ -4369,7 +4429,9 @@ if not MYPY:
4369
4429
  """
4370
4430
  retrigger_seconds: NotRequired[pulumi.Input[_builtins.int]]
4371
4431
  """
4372
- Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
4432
+ Number of seconds an alert waits after being triggered before it is allowed to send another notification.
4433
+ If set to 0 or omitted, the alert will not send any further notifications after the first trigger
4434
+ Setting this value to 1 allows the alert to send a notification on every evaluation where the condition is met, effectively making it always retrigger for notification purposes
4373
4435
  """
4374
4436
  subscriptions: NotRequired[pulumi.Input[Sequence[pulumi.Input['AlertV2EvaluationNotificationSubscriptionArgsDict']]]]
4375
4437
  elif False:
@@ -4385,7 +4447,9 @@ class AlertV2EvaluationNotificationArgs:
4385
4447
  subscriptions: Optional[pulumi.Input[Sequence[pulumi.Input['AlertV2EvaluationNotificationSubscriptionArgs']]]] = None):
4386
4448
  """
4387
4449
  :param pulumi.Input[_builtins.bool] notify_on_ok: Whether to notify alert subscribers when alert returns back to normal
4388
- :param pulumi.Input[_builtins.int] retrigger_seconds: Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
4450
+ :param pulumi.Input[_builtins.int] retrigger_seconds: Number of seconds an alert waits after being triggered before it is allowed to send another notification.
4451
+ If set to 0 or omitted, the alert will not send any further notifications after the first trigger
4452
+ Setting this value to 1 allows the alert to send a notification on every evaluation where the condition is met, effectively making it always retrigger for notification purposes
4389
4453
  """
4390
4454
  if effective_notify_on_ok is not None:
4391
4455
  pulumi.set(__self__, "effective_notify_on_ok", effective_notify_on_ok)
@@ -4432,7 +4496,9 @@ class AlertV2EvaluationNotificationArgs:
4432
4496
  @pulumi.getter(name="retriggerSeconds")
4433
4497
  def retrigger_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
4434
4498
  """
4435
- Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
4499
+ Number of seconds an alert waits after being triggered before it is allowed to send another notification.
4500
+ If set to 0 or omitted, the alert will not send any further notifications after the first trigger
4501
+ Setting this value to 1 allows the alert to send a notification on every evaluation where the condition is met, effectively making it always retrigger for notification purposes
4436
4502
  """
4437
4503
  return pulumi.get(self, "retrigger_seconds")
4438
4504
 
@@ -4491,7 +4557,7 @@ if not MYPY:
4491
4557
  name: pulumi.Input[_builtins.str]
4492
4558
  aggregation: NotRequired[pulumi.Input[_builtins.str]]
4493
4559
  """
4494
- Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4560
+ If not set, the behavior is equivalent to using `First row` in the UI. Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4495
4561
  """
4496
4562
  display: NotRequired[pulumi.Input[_builtins.str]]
4497
4563
  elif False:
@@ -4504,7 +4570,7 @@ class AlertV2EvaluationSourceArgs:
4504
4570
  aggregation: Optional[pulumi.Input[_builtins.str]] = None,
4505
4571
  display: Optional[pulumi.Input[_builtins.str]] = None):
4506
4572
  """
4507
- :param pulumi.Input[_builtins.str] aggregation: Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4573
+ :param pulumi.Input[_builtins.str] aggregation: If not set, the behavior is equivalent to using `First row` in the UI. Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4508
4574
  """
4509
4575
  pulumi.set(__self__, "name", name)
4510
4576
  if aggregation is not None:
@@ -4525,7 +4591,7 @@ class AlertV2EvaluationSourceArgs:
4525
4591
  @pulumi.getter
4526
4592
  def aggregation(self) -> Optional[pulumi.Input[_builtins.str]]:
4527
4593
  """
4528
- Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4594
+ If not set, the behavior is equivalent to using `First row` in the UI. Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4529
4595
  """
4530
4596
  return pulumi.get(self, "aggregation")
4531
4597
 
@@ -4584,7 +4650,7 @@ if not MYPY:
4584
4650
  name: pulumi.Input[_builtins.str]
4585
4651
  aggregation: NotRequired[pulumi.Input[_builtins.str]]
4586
4652
  """
4587
- Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4653
+ If not set, the behavior is equivalent to using `First row` in the UI. Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4588
4654
  """
4589
4655
  display: NotRequired[pulumi.Input[_builtins.str]]
4590
4656
  elif False:
@@ -4597,7 +4663,7 @@ class AlertV2EvaluationThresholdColumnArgs:
4597
4663
  aggregation: Optional[pulumi.Input[_builtins.str]] = None,
4598
4664
  display: Optional[pulumi.Input[_builtins.str]] = None):
4599
4665
  """
4600
- :param pulumi.Input[_builtins.str] aggregation: Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4666
+ :param pulumi.Input[_builtins.str] aggregation: If not set, the behavior is equivalent to using `First row` in the UI. Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4601
4667
  """
4602
4668
  pulumi.set(__self__, "name", name)
4603
4669
  if aggregation is not None:
@@ -4618,7 +4684,7 @@ class AlertV2EvaluationThresholdColumnArgs:
4618
4684
  @pulumi.getter
4619
4685
  def aggregation(self) -> Optional[pulumi.Input[_builtins.str]]:
4620
4686
  """
4621
- Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4687
+ If not set, the behavior is equivalent to using `First row` in the UI. Possible values are: `AVG`, `COUNT`, `COUNT_DISTINCT`, `MAX`, `MEDIAN`, `MIN`, `STDDEV`, `SUM`
4622
4688
  """
4623
4689
  return pulumi.get(self, "aggregation")
4624
4690
 
@@ -7238,11 +7304,17 @@ if not MYPY:
7238
7304
  The number of volumes launched for each instance. You can choose up to 10 volumes. This feature is only enabled for supported node types. Legacy node types cannot specify custom EBS volumes. For node types with no instance store, at least one EBS volume needs to be specified; otherwise, cluster creation will fail. These EBS volumes will be mounted at /ebs0, /ebs1, and etc. Instance store volumes will be mounted at /local_disk0, /local_disk1, and etc. If EBS volumes are attached, Databricks will configure Spark to use only the EBS volumes for scratch storage because heterogeneously sized scratch devices can lead to inefficient disk utilization. If no EBS volumes are attached, Databricks will configure Spark to use instance store volumes. If EBS volumes are specified, then the Spark configuration spark.local.dir will be overridden.
7239
7305
  """
7240
7306
  ebs_volume_iops: NotRequired[pulumi.Input[_builtins.int]]
7307
+ """
7308
+ If using gp3 volumes, what IOPS to use for the disk. If this is not set, the maximum performance of a gp2 volume with the same volume size will be used.
7309
+ """
7241
7310
  ebs_volume_size: NotRequired[pulumi.Input[_builtins.int]]
7242
7311
  """
7243
7312
  The size of each EBS volume (in GiB) launched for each instance. For general purpose SSD, this value must be within the range 100 - 4096. For throughput optimized HDD, this value must be within the range 500 - 4096. Custom EBS volumes cannot be specified for the legacy node types (memory-optimized and compute-optimized).
7244
7313
  """
7245
7314
  ebs_volume_throughput: NotRequired[pulumi.Input[_builtins.int]]
7315
+ """
7316
+ If using gp3 volumes, what throughput to use for the disk. If this is not set, the maximum performance of a gp2 volume with the same volume size will be used.
7317
+ """
7246
7318
  ebs_volume_type: NotRequired[pulumi.Input[_builtins.str]]
7247
7319
  """
7248
7320
  The type of EBS volumes that will be launched with this cluster. Valid values are `GENERAL_PURPOSE_SSD` or `THROUGHPUT_OPTIMIZED_HDD`. Use this option only if you're not picking *Delta Optimized `i3.*`* node types.
@@ -7282,7 +7354,9 @@ class ClusterAwsAttributesArgs:
7282
7354
  """
7283
7355
  :param pulumi.Input[_builtins.str] availability: Availability type used for all subsequent nodes past the `first_on_demand` ones. Valid values are `SPOT`, `SPOT_WITH_FALLBACK` and `ON_DEMAND`. Note: If `first_on_demand` is zero, this availability type will be used for the entire cluster. Backend default value is `SPOT_WITH_FALLBACK` and could change in the future
7284
7356
  :param pulumi.Input[_builtins.int] ebs_volume_count: The number of volumes launched for each instance. You can choose up to 10 volumes. This feature is only enabled for supported node types. Legacy node types cannot specify custom EBS volumes. For node types with no instance store, at least one EBS volume needs to be specified; otherwise, cluster creation will fail. These EBS volumes will be mounted at /ebs0, /ebs1, and etc. Instance store volumes will be mounted at /local_disk0, /local_disk1, and etc. If EBS volumes are attached, Databricks will configure Spark to use only the EBS volumes for scratch storage because heterogeneously sized scratch devices can lead to inefficient disk utilization. If no EBS volumes are attached, Databricks will configure Spark to use instance store volumes. If EBS volumes are specified, then the Spark configuration spark.local.dir will be overridden.
7357
+ :param pulumi.Input[_builtins.int] ebs_volume_iops: If using gp3 volumes, what IOPS to use for the disk. If this is not set, the maximum performance of a gp2 volume with the same volume size will be used.
7285
7358
  :param pulumi.Input[_builtins.int] ebs_volume_size: The size of each EBS volume (in GiB) launched for each instance. For general purpose SSD, this value must be within the range 100 - 4096. For throughput optimized HDD, this value must be within the range 500 - 4096. Custom EBS volumes cannot be specified for the legacy node types (memory-optimized and compute-optimized).
7359
+ :param pulumi.Input[_builtins.int] ebs_volume_throughput: If using gp3 volumes, what throughput to use for the disk. If this is not set, the maximum performance of a gp2 volume with the same volume size will be used.
7286
7360
  :param pulumi.Input[_builtins.str] ebs_volume_type: The type of EBS volumes that will be launched with this cluster. Valid values are `GENERAL_PURPOSE_SSD` or `THROUGHPUT_OPTIMIZED_HDD`. Use this option only if you're not picking *Delta Optimized `i3.*`* node types.
7287
7361
  :param pulumi.Input[_builtins.int] first_on_demand: The first `first_on_demand` nodes of the cluster will be placed on on-demand instances. If this value is greater than 0, the cluster driver node will be placed on an on-demand instance. If this value is greater than or equal to the current cluster size, all nodes will be placed on on-demand instances. If this value is less than the current cluster size, `first_on_demand` nodes will be placed on on-demand instances, and the remainder will be placed on availability instances. This value does not affect cluster size and cannot be mutated over the lifetime of a cluster. If unspecified, the default value is 0.
7288
7362
  :param pulumi.Input[_builtins.str] instance_profile_arn: Nodes for this cluster will only be placed on AWS instances with this instance profile. Please see InstanceProfile resource documentation for extended examples on adding a valid instance profile using Pulumi.
@@ -7337,6 +7411,9 @@ class ClusterAwsAttributesArgs:
7337
7411
  @_builtins.property
7338
7412
  @pulumi.getter(name="ebsVolumeIops")
7339
7413
  def ebs_volume_iops(self) -> Optional[pulumi.Input[_builtins.int]]:
7414
+ """
7415
+ If using gp3 volumes, what IOPS to use for the disk. If this is not set, the maximum performance of a gp2 volume with the same volume size will be used.
7416
+ """
7340
7417
  return pulumi.get(self, "ebs_volume_iops")
7341
7418
 
7342
7419
  @ebs_volume_iops.setter
@@ -7358,6 +7435,9 @@ class ClusterAwsAttributesArgs:
7358
7435
  @_builtins.property
7359
7436
  @pulumi.getter(name="ebsVolumeThroughput")
7360
7437
  def ebs_volume_throughput(self) -> Optional[pulumi.Input[_builtins.int]]:
7438
+ """
7439
+ If using gp3 volumes, what throughput to use for the disk. If this is not set, the maximum performance of a gp2 volume with the same volume size will be used.
7440
+ """
7361
7441
  return pulumi.get(self, "ebs_volume_throughput")
7362
7442
 
7363
7443
  @ebs_volume_throughput.setter
@@ -7991,7 +8071,7 @@ if not MYPY:
7991
8071
  """
7992
8072
  basic_auth: NotRequired[pulumi.Input['ClusterDockerImageBasicAuthArgsDict']]
7993
8073
  """
7994
- `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. However, other authenticated and authorized API users of this workspace can access the username and password.
8074
+ `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. For better security, these credentials should be stored in the secret scope and referred using secret path syntax: `{{secrets/scope/key}}`, otherwise other users of the workspace may access them via UI/API.
7995
8075
 
7996
8076
  Example usage with azurerm_container_registry and docker_registry_image, that you can adapt to your specific use-case:
7997
8077
 
@@ -8000,11 +8080,11 @@ if not MYPY:
8000
8080
  import pulumi_databricks as databricks
8001
8081
  import pulumi_docker as docker
8002
8082
 
8003
- this = docker.index.RegistryImage("this",
8083
+ this = docker.RegistryImage("this",
8004
8084
  build=[{}],
8005
- name=f{this_azurerm_container_registry.login_server}/sample:latest)
8085
+ name=f"{this_azurerm_container_registry['loginServer']}/sample:latest")
8006
8086
  this_cluster = databricks.Cluster("this", docker_image={
8007
- "url": this["name"],
8087
+ "url": this.name,
8008
8088
  "basic_auth": {
8009
8089
  "username": this_azurerm_container_registry["adminUsername"],
8010
8090
  "password": this_azurerm_container_registry["adminPassword"],
@@ -8022,7 +8102,7 @@ class ClusterDockerImageArgs:
8022
8102
  basic_auth: Optional[pulumi.Input['ClusterDockerImageBasicAuthArgs']] = None):
8023
8103
  """
8024
8104
  :param pulumi.Input[_builtins.str] url: URL for the Docker image
8025
- :param pulumi.Input['ClusterDockerImageBasicAuthArgs'] basic_auth: `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. However, other authenticated and authorized API users of this workspace can access the username and password.
8105
+ :param pulumi.Input['ClusterDockerImageBasicAuthArgs'] basic_auth: `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. For better security, these credentials should be stored in the secret scope and referred using secret path syntax: `{{secrets/scope/key}}`, otherwise other users of the workspace may access them via UI/API.
8026
8106
 
8027
8107
  Example usage with azurerm_container_registry and docker_registry_image, that you can adapt to your specific use-case:
8028
8108
 
@@ -8031,11 +8111,11 @@ class ClusterDockerImageArgs:
8031
8111
  import pulumi_databricks as databricks
8032
8112
  import pulumi_docker as docker
8033
8113
 
8034
- this = docker.index.RegistryImage("this",
8114
+ this = docker.RegistryImage("this",
8035
8115
  build=[{}],
8036
- name=f{this_azurerm_container_registry.login_server}/sample:latest)
8116
+ name=f"{this_azurerm_container_registry['loginServer']}/sample:latest")
8037
8117
  this_cluster = databricks.Cluster("this", docker_image={
8038
- "url": this["name"],
8118
+ "url": this.name,
8039
8119
  "basic_auth": {
8040
8120
  "username": this_azurerm_container_registry["adminUsername"],
8041
8121
  "password": this_azurerm_container_registry["adminPassword"],
@@ -8063,7 +8143,7 @@ class ClusterDockerImageArgs:
8063
8143
  @pulumi.getter(name="basicAuth")
8064
8144
  def basic_auth(self) -> Optional[pulumi.Input['ClusterDockerImageBasicAuthArgs']]:
8065
8145
  """
8066
- `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. However, other authenticated and authorized API users of this workspace can access the username and password.
8146
+ `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. For better security, these credentials should be stored in the secret scope and referred using secret path syntax: `{{secrets/scope/key}}`, otherwise other users of the workspace may access them via UI/API.
8067
8147
 
8068
8148
  Example usage with azurerm_container_registry and docker_registry_image, that you can adapt to your specific use-case:
8069
8149
 
@@ -8072,11 +8152,11 @@ class ClusterDockerImageArgs:
8072
8152
  import pulumi_databricks as databricks
8073
8153
  import pulumi_docker as docker
8074
8154
 
8075
- this = docker.index.RegistryImage("this",
8155
+ this = docker.RegistryImage("this",
8076
8156
  build=[{}],
8077
- name=f{this_azurerm_container_registry.login_server}/sample:latest)
8157
+ name=f"{this_azurerm_container_registry['loginServer']}/sample:latest")
8078
8158
  this_cluster = databricks.Cluster("this", docker_image={
8079
- "url": this["name"],
8159
+ "url": this.name,
8080
8160
  "basic_auth": {
8081
8161
  "username": this_azurerm_container_registry["adminUsername"],
8082
8162
  "password": this_azurerm_container_registry["adminPassword"],
@@ -12152,6 +12232,10 @@ class DatabaseSyncedDatabaseTableSpecArgs:
12152
12232
 
12153
12233
  if not MYPY:
12154
12234
  class DatabaseSyncedDatabaseTableSpecNewPipelineSpecArgsDict(TypedDict):
12235
+ budget_policy_id: NotRequired[pulumi.Input[_builtins.str]]
12236
+ """
12237
+ Budget policy to set on the newly created pipeline
12238
+ """
12155
12239
  storage_catalog: NotRequired[pulumi.Input[_builtins.str]]
12156
12240
  """
12157
12241
  This field needs to be specified if the destination catalog is a managed postgres catalog.
@@ -12172,9 +12256,11 @@ elif False:
12172
12256
  @pulumi.input_type
12173
12257
  class DatabaseSyncedDatabaseTableSpecNewPipelineSpecArgs:
12174
12258
  def __init__(__self__, *,
12259
+ budget_policy_id: Optional[pulumi.Input[_builtins.str]] = None,
12175
12260
  storage_catalog: Optional[pulumi.Input[_builtins.str]] = None,
12176
12261
  storage_schema: Optional[pulumi.Input[_builtins.str]] = None):
12177
12262
  """
12263
+ :param pulumi.Input[_builtins.str] budget_policy_id: Budget policy to set on the newly created pipeline
12178
12264
  :param pulumi.Input[_builtins.str] storage_catalog: This field needs to be specified if the destination catalog is a managed postgres catalog.
12179
12265
 
12180
12266
  UC catalog for the pipeline to store intermediate files (checkpoints, event logs etc).
@@ -12184,11 +12270,25 @@ class DatabaseSyncedDatabaseTableSpecNewPipelineSpecArgs:
12184
12270
  UC schema for the pipeline to store intermediate files (checkpoints, event logs etc).
12185
12271
  This needs to be in the standard catalog where the user has permissions to create Delta tables
12186
12272
  """
12273
+ if budget_policy_id is not None:
12274
+ pulumi.set(__self__, "budget_policy_id", budget_policy_id)
12187
12275
  if storage_catalog is not None:
12188
12276
  pulumi.set(__self__, "storage_catalog", storage_catalog)
12189
12277
  if storage_schema is not None:
12190
12278
  pulumi.set(__self__, "storage_schema", storage_schema)
12191
12279
 
12280
+ @_builtins.property
12281
+ @pulumi.getter(name="budgetPolicyId")
12282
+ def budget_policy_id(self) -> Optional[pulumi.Input[_builtins.str]]:
12283
+ """
12284
+ Budget policy to set on the newly created pipeline
12285
+ """
12286
+ return pulumi.get(self, "budget_policy_id")
12287
+
12288
+ @budget_policy_id.setter
12289
+ def budget_policy_id(self, value: Optional[pulumi.Input[_builtins.str]]):
12290
+ pulumi.set(self, "budget_policy_id", value)
12291
+
12192
12292
  @_builtins.property
12193
12293
  @pulumi.getter(name="storageCatalog")
12194
12294
  def storage_catalog(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -13036,18 +13136,126 @@ class FeatureEngineeringFeatureFunctionExtraParameterArgs:
13036
13136
  pulumi.set(self, "value", value)
13037
13137
 
13038
13138
 
13139
+ if not MYPY:
13140
+ class FeatureEngineeringFeatureLineageContextArgsDict(TypedDict):
13141
+ job_context: NotRequired[pulumi.Input['FeatureEngineeringFeatureLineageContextJobContextArgsDict']]
13142
+ """
13143
+ Job context information including job ID and run ID
13144
+ """
13145
+ notebook_id: NotRequired[pulumi.Input[_builtins.int]]
13146
+ """
13147
+ The notebook ID where this API was invoked
13148
+ """
13149
+ elif False:
13150
+ FeatureEngineeringFeatureLineageContextArgsDict: TypeAlias = Mapping[str, Any]
13151
+
13152
+ @pulumi.input_type
13153
+ class FeatureEngineeringFeatureLineageContextArgs:
13154
+ def __init__(__self__, *,
13155
+ job_context: Optional[pulumi.Input['FeatureEngineeringFeatureLineageContextJobContextArgs']] = None,
13156
+ notebook_id: Optional[pulumi.Input[_builtins.int]] = None):
13157
+ """
13158
+ :param pulumi.Input['FeatureEngineeringFeatureLineageContextJobContextArgs'] job_context: Job context information including job ID and run ID
13159
+ :param pulumi.Input[_builtins.int] notebook_id: The notebook ID where this API was invoked
13160
+ """
13161
+ if job_context is not None:
13162
+ pulumi.set(__self__, "job_context", job_context)
13163
+ if notebook_id is not None:
13164
+ pulumi.set(__self__, "notebook_id", notebook_id)
13165
+
13166
+ @_builtins.property
13167
+ @pulumi.getter(name="jobContext")
13168
+ def job_context(self) -> Optional[pulumi.Input['FeatureEngineeringFeatureLineageContextJobContextArgs']]:
13169
+ """
13170
+ Job context information including job ID and run ID
13171
+ """
13172
+ return pulumi.get(self, "job_context")
13173
+
13174
+ @job_context.setter
13175
+ def job_context(self, value: Optional[pulumi.Input['FeatureEngineeringFeatureLineageContextJobContextArgs']]):
13176
+ pulumi.set(self, "job_context", value)
13177
+
13178
+ @_builtins.property
13179
+ @pulumi.getter(name="notebookId")
13180
+ def notebook_id(self) -> Optional[pulumi.Input[_builtins.int]]:
13181
+ """
13182
+ The notebook ID where this API was invoked
13183
+ """
13184
+ return pulumi.get(self, "notebook_id")
13185
+
13186
+ @notebook_id.setter
13187
+ def notebook_id(self, value: Optional[pulumi.Input[_builtins.int]]):
13188
+ pulumi.set(self, "notebook_id", value)
13189
+
13190
+
13191
+ if not MYPY:
13192
+ class FeatureEngineeringFeatureLineageContextJobContextArgsDict(TypedDict):
13193
+ job_id: NotRequired[pulumi.Input[_builtins.int]]
13194
+ """
13195
+ The job ID where this API invoked
13196
+ """
13197
+ job_run_id: NotRequired[pulumi.Input[_builtins.int]]
13198
+ """
13199
+ The job run ID where this API was invoked
13200
+ """
13201
+ elif False:
13202
+ FeatureEngineeringFeatureLineageContextJobContextArgsDict: TypeAlias = Mapping[str, Any]
13203
+
13204
+ @pulumi.input_type
13205
+ class FeatureEngineeringFeatureLineageContextJobContextArgs:
13206
+ def __init__(__self__, *,
13207
+ job_id: Optional[pulumi.Input[_builtins.int]] = None,
13208
+ job_run_id: Optional[pulumi.Input[_builtins.int]] = None):
13209
+ """
13210
+ :param pulumi.Input[_builtins.int] job_id: The job ID where this API invoked
13211
+ :param pulumi.Input[_builtins.int] job_run_id: The job run ID where this API was invoked
13212
+ """
13213
+ if job_id is not None:
13214
+ pulumi.set(__self__, "job_id", job_id)
13215
+ if job_run_id is not None:
13216
+ pulumi.set(__self__, "job_run_id", job_run_id)
13217
+
13218
+ @_builtins.property
13219
+ @pulumi.getter(name="jobId")
13220
+ def job_id(self) -> Optional[pulumi.Input[_builtins.int]]:
13221
+ """
13222
+ The job ID where this API invoked
13223
+ """
13224
+ return pulumi.get(self, "job_id")
13225
+
13226
+ @job_id.setter
13227
+ def job_id(self, value: Optional[pulumi.Input[_builtins.int]]):
13228
+ pulumi.set(self, "job_id", value)
13229
+
13230
+ @_builtins.property
13231
+ @pulumi.getter(name="jobRunId")
13232
+ def job_run_id(self) -> Optional[pulumi.Input[_builtins.int]]:
13233
+ """
13234
+ The job run ID where this API was invoked
13235
+ """
13236
+ return pulumi.get(self, "job_run_id")
13237
+
13238
+ @job_run_id.setter
13239
+ def job_run_id(self, value: Optional[pulumi.Input[_builtins.int]]):
13240
+ pulumi.set(self, "job_run_id", value)
13241
+
13242
+
13039
13243
  if not MYPY:
13040
13244
  class FeatureEngineeringFeatureSourceArgsDict(TypedDict):
13041
13245
  delta_table_source: NotRequired[pulumi.Input['FeatureEngineeringFeatureSourceDeltaTableSourceArgsDict']]
13246
+ kafka_source: NotRequired[pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceArgsDict']]
13042
13247
  elif False:
13043
13248
  FeatureEngineeringFeatureSourceArgsDict: TypeAlias = Mapping[str, Any]
13044
13249
 
13045
13250
  @pulumi.input_type
13046
13251
  class FeatureEngineeringFeatureSourceArgs:
13047
13252
  def __init__(__self__, *,
13048
- delta_table_source: Optional[pulumi.Input['FeatureEngineeringFeatureSourceDeltaTableSourceArgs']] = None):
13253
+ delta_table_source: Optional[pulumi.Input['FeatureEngineeringFeatureSourceDeltaTableSourceArgs']] = None,
13254
+ kafka_source: Optional[pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceArgs']] = None):
13049
13255
  if delta_table_source is not None:
13050
13256
  pulumi.set(__self__, "delta_table_source", delta_table_source)
13257
+ if kafka_source is not None:
13258
+ pulumi.set(__self__, "kafka_source", kafka_source)
13051
13259
 
13052
13260
  @_builtins.property
13053
13261
  @pulumi.getter(name="deltaTableSource")
@@ -13058,6 +13266,15 @@ class FeatureEngineeringFeatureSourceArgs:
13058
13266
  def delta_table_source(self, value: Optional[pulumi.Input['FeatureEngineeringFeatureSourceDeltaTableSourceArgs']]):
13059
13267
  pulumi.set(self, "delta_table_source", value)
13060
13268
 
13269
+ @_builtins.property
13270
+ @pulumi.getter(name="kafkaSource")
13271
+ def kafka_source(self) -> Optional[pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceArgs']]:
13272
+ return pulumi.get(self, "kafka_source")
13273
+
13274
+ @kafka_source.setter
13275
+ def kafka_source(self, value: Optional[pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceArgs']]):
13276
+ pulumi.set(self, "kafka_source", value)
13277
+
13061
13278
 
13062
13279
  if not MYPY:
13063
13280
  class FeatureEngineeringFeatureSourceDeltaTableSourceArgsDict(TypedDict):
@@ -13128,6 +13345,143 @@ class FeatureEngineeringFeatureSourceDeltaTableSourceArgs:
13128
13345
  pulumi.set(self, "timeseries_column", value)
13129
13346
 
13130
13347
 
13348
+ if not MYPY:
13349
+ class FeatureEngineeringFeatureSourceKafkaSourceArgsDict(TypedDict):
13350
+ entity_column_identifiers: pulumi.Input[Sequence[pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifierArgsDict']]]
13351
+ """
13352
+ The entity column identifiers of the Kafka source
13353
+ """
13354
+ name: pulumi.Input[_builtins.str]
13355
+ """
13356
+ Name of the Kafka source, used to identify it. This is used to look up the corresponding KafkaConfig object. Can be distinct from topic name
13357
+ """
13358
+ timeseries_column_identifier: pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifierArgsDict']
13359
+ """
13360
+ The timeseries column identifier of the Kafka source
13361
+ """
13362
+ elif False:
13363
+ FeatureEngineeringFeatureSourceKafkaSourceArgsDict: TypeAlias = Mapping[str, Any]
13364
+
13365
+ @pulumi.input_type
13366
+ class FeatureEngineeringFeatureSourceKafkaSourceArgs:
13367
+ def __init__(__self__, *,
13368
+ entity_column_identifiers: pulumi.Input[Sequence[pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifierArgs']]],
13369
+ name: pulumi.Input[_builtins.str],
13370
+ timeseries_column_identifier: pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifierArgs']):
13371
+ """
13372
+ :param pulumi.Input[Sequence[pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifierArgs']]] entity_column_identifiers: The entity column identifiers of the Kafka source
13373
+ :param pulumi.Input[_builtins.str] name: Name of the Kafka source, used to identify it. This is used to look up the corresponding KafkaConfig object. Can be distinct from topic name
13374
+ :param pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifierArgs'] timeseries_column_identifier: The timeseries column identifier of the Kafka source
13375
+ """
13376
+ pulumi.set(__self__, "entity_column_identifiers", entity_column_identifiers)
13377
+ pulumi.set(__self__, "name", name)
13378
+ pulumi.set(__self__, "timeseries_column_identifier", timeseries_column_identifier)
13379
+
13380
+ @_builtins.property
13381
+ @pulumi.getter(name="entityColumnIdentifiers")
13382
+ def entity_column_identifiers(self) -> pulumi.Input[Sequence[pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifierArgs']]]:
13383
+ """
13384
+ The entity column identifiers of the Kafka source
13385
+ """
13386
+ return pulumi.get(self, "entity_column_identifiers")
13387
+
13388
+ @entity_column_identifiers.setter
13389
+ def entity_column_identifiers(self, value: pulumi.Input[Sequence[pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifierArgs']]]):
13390
+ pulumi.set(self, "entity_column_identifiers", value)
13391
+
13392
+ @_builtins.property
13393
+ @pulumi.getter
13394
+ def name(self) -> pulumi.Input[_builtins.str]:
13395
+ """
13396
+ Name of the Kafka source, used to identify it. This is used to look up the corresponding KafkaConfig object. Can be distinct from topic name
13397
+ """
13398
+ return pulumi.get(self, "name")
13399
+
13400
+ @name.setter
13401
+ def name(self, value: pulumi.Input[_builtins.str]):
13402
+ pulumi.set(self, "name", value)
13403
+
13404
+ @_builtins.property
13405
+ @pulumi.getter(name="timeseriesColumnIdentifier")
13406
+ def timeseries_column_identifier(self) -> pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifierArgs']:
13407
+ """
13408
+ The timeseries column identifier of the Kafka source
13409
+ """
13410
+ return pulumi.get(self, "timeseries_column_identifier")
13411
+
13412
+ @timeseries_column_identifier.setter
13413
+ def timeseries_column_identifier(self, value: pulumi.Input['FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifierArgs']):
13414
+ pulumi.set(self, "timeseries_column_identifier", value)
13415
+
13416
+
13417
+ if not MYPY:
13418
+ class FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifierArgsDict(TypedDict):
13419
+ variant_expr_path: pulumi.Input[_builtins.str]
13420
+ """
13421
+ String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
13422
+ and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
13423
+ """
13424
+ elif False:
13425
+ FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifierArgsDict: TypeAlias = Mapping[str, Any]
13426
+
13427
+ @pulumi.input_type
13428
+ class FeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifierArgs:
13429
+ def __init__(__self__, *,
13430
+ variant_expr_path: pulumi.Input[_builtins.str]):
13431
+ """
13432
+ :param pulumi.Input[_builtins.str] variant_expr_path: String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
13433
+ and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
13434
+ """
13435
+ pulumi.set(__self__, "variant_expr_path", variant_expr_path)
13436
+
13437
+ @_builtins.property
13438
+ @pulumi.getter(name="variantExprPath")
13439
+ def variant_expr_path(self) -> pulumi.Input[_builtins.str]:
13440
+ """
13441
+ String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
13442
+ and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
13443
+ """
13444
+ return pulumi.get(self, "variant_expr_path")
13445
+
13446
+ @variant_expr_path.setter
13447
+ def variant_expr_path(self, value: pulumi.Input[_builtins.str]):
13448
+ pulumi.set(self, "variant_expr_path", value)
13449
+
13450
+
13451
+ if not MYPY:
13452
+ class FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifierArgsDict(TypedDict):
13453
+ variant_expr_path: pulumi.Input[_builtins.str]
13454
+ """
13455
+ String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
13456
+ and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
13457
+ """
13458
+ elif False:
13459
+ FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifierArgsDict: TypeAlias = Mapping[str, Any]
13460
+
13461
+ @pulumi.input_type
13462
+ class FeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifierArgs:
13463
+ def __init__(__self__, *,
13464
+ variant_expr_path: pulumi.Input[_builtins.str]):
13465
+ """
13466
+ :param pulumi.Input[_builtins.str] variant_expr_path: String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
13467
+ and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
13468
+ """
13469
+ pulumi.set(__self__, "variant_expr_path", variant_expr_path)
13470
+
13471
+ @_builtins.property
13472
+ @pulumi.getter(name="variantExprPath")
13473
+ def variant_expr_path(self) -> pulumi.Input[_builtins.str]:
13474
+ """
13475
+ String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables
13476
+ and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
13477
+ """
13478
+ return pulumi.get(self, "variant_expr_path")
13479
+
13480
+ @variant_expr_path.setter
13481
+ def variant_expr_path(self, value: pulumi.Input[_builtins.str]):
13482
+ pulumi.set(self, "variant_expr_path", value)
13483
+
13484
+
13131
13485
  if not MYPY:
13132
13486
  class FeatureEngineeringFeatureTimeWindowArgsDict(TypedDict):
13133
13487
  continuous: NotRequired[pulumi.Input['FeatureEngineeringFeatureTimeWindowContinuousArgsDict']]
@@ -13287,20 +13641,181 @@ class FeatureEngineeringFeatureTimeWindowTumblingArgs:
13287
13641
 
13288
13642
 
13289
13643
  if not MYPY:
13290
- class FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgsDict(TypedDict):
13291
- catalog_name: pulumi.Input[_builtins.str]
13644
+ class FeatureEngineeringKafkaConfigAuthConfigArgsDict(TypedDict):
13645
+ uc_service_credential_name: NotRequired[pulumi.Input[_builtins.str]]
13292
13646
  """
13293
- The Unity Catalog catalog name
13647
+ Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
13294
13648
  """
13295
- schema_name: pulumi.Input[_builtins.str]
13649
+ elif False:
13650
+ FeatureEngineeringKafkaConfigAuthConfigArgsDict: TypeAlias = Mapping[str, Any]
13651
+
13652
+ @pulumi.input_type
13653
+ class FeatureEngineeringKafkaConfigAuthConfigArgs:
13654
+ def __init__(__self__, *,
13655
+ uc_service_credential_name: Optional[pulumi.Input[_builtins.str]] = None):
13296
13656
  """
13297
- The Unity Catalog schema name
13657
+ :param pulumi.Input[_builtins.str] uc_service_credential_name: Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
13298
13658
  """
13299
- table_name_prefix: pulumi.Input[_builtins.str]
13659
+ if uc_service_credential_name is not None:
13660
+ pulumi.set(__self__, "uc_service_credential_name", uc_service_credential_name)
13661
+
13662
+ @_builtins.property
13663
+ @pulumi.getter(name="ucServiceCredentialName")
13664
+ def uc_service_credential_name(self) -> Optional[pulumi.Input[_builtins.str]]:
13665
+ """
13666
+ Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
13667
+ """
13668
+ return pulumi.get(self, "uc_service_credential_name")
13669
+
13670
+ @uc_service_credential_name.setter
13671
+ def uc_service_credential_name(self, value: Optional[pulumi.Input[_builtins.str]]):
13672
+ pulumi.set(self, "uc_service_credential_name", value)
13673
+
13674
+
13675
+ if not MYPY:
13676
+ class FeatureEngineeringKafkaConfigKeySchemaArgsDict(TypedDict):
13677
+ json_schema: NotRequired[pulumi.Input[_builtins.str]]
13678
+ """
13679
+ Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
13680
+ """
13681
+ elif False:
13682
+ FeatureEngineeringKafkaConfigKeySchemaArgsDict: TypeAlias = Mapping[str, Any]
13683
+
13684
+ @pulumi.input_type
13685
+ class FeatureEngineeringKafkaConfigKeySchemaArgs:
13686
+ def __init__(__self__, *,
13687
+ json_schema: Optional[pulumi.Input[_builtins.str]] = None):
13300
13688
  """
13301
- Prefix for Unity Catalog table name.
13302
- The materialized feature will be stored in a table with this prefix and a generated postfix
13689
+ :param pulumi.Input[_builtins.str] json_schema: Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
13690
+ """
13691
+ if json_schema is not None:
13692
+ pulumi.set(__self__, "json_schema", json_schema)
13693
+
13694
+ @_builtins.property
13695
+ @pulumi.getter(name="jsonSchema")
13696
+ def json_schema(self) -> Optional[pulumi.Input[_builtins.str]]:
13697
+ """
13698
+ Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
13699
+ """
13700
+ return pulumi.get(self, "json_schema")
13701
+
13702
+ @json_schema.setter
13703
+ def json_schema(self, value: Optional[pulumi.Input[_builtins.str]]):
13704
+ pulumi.set(self, "json_schema", value)
13705
+
13706
+
13707
+ if not MYPY:
13708
+ class FeatureEngineeringKafkaConfigSubscriptionModeArgsDict(TypedDict):
13709
+ assign: NotRequired[pulumi.Input[_builtins.str]]
13710
+ """
13711
+ A JSON string that contains the specific topic-partitions to consume from.
13712
+ For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
13713
+ """
13714
+ subscribe: NotRequired[pulumi.Input[_builtins.str]]
13715
+ """
13716
+ A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
13717
+ """
13718
+ subscribe_pattern: NotRequired[pulumi.Input[_builtins.str]]
13719
+ """
13720
+ A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
13303
13721
  """
13722
+ elif False:
13723
+ FeatureEngineeringKafkaConfigSubscriptionModeArgsDict: TypeAlias = Mapping[str, Any]
13724
+
13725
+ @pulumi.input_type
13726
+ class FeatureEngineeringKafkaConfigSubscriptionModeArgs:
13727
+ def __init__(__self__, *,
13728
+ assign: Optional[pulumi.Input[_builtins.str]] = None,
13729
+ subscribe: Optional[pulumi.Input[_builtins.str]] = None,
13730
+ subscribe_pattern: Optional[pulumi.Input[_builtins.str]] = None):
13731
+ """
13732
+ :param pulumi.Input[_builtins.str] assign: A JSON string that contains the specific topic-partitions to consume from.
13733
+ For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
13734
+ :param pulumi.Input[_builtins.str] subscribe: A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
13735
+ :param pulumi.Input[_builtins.str] subscribe_pattern: A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
13736
+ """
13737
+ if assign is not None:
13738
+ pulumi.set(__self__, "assign", assign)
13739
+ if subscribe is not None:
13740
+ pulumi.set(__self__, "subscribe", subscribe)
13741
+ if subscribe_pattern is not None:
13742
+ pulumi.set(__self__, "subscribe_pattern", subscribe_pattern)
13743
+
13744
+ @_builtins.property
13745
+ @pulumi.getter
13746
+ def assign(self) -> Optional[pulumi.Input[_builtins.str]]:
13747
+ """
13748
+ A JSON string that contains the specific topic-partitions to consume from.
13749
+ For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
13750
+ """
13751
+ return pulumi.get(self, "assign")
13752
+
13753
+ @assign.setter
13754
+ def assign(self, value: Optional[pulumi.Input[_builtins.str]]):
13755
+ pulumi.set(self, "assign", value)
13756
+
13757
+ @_builtins.property
13758
+ @pulumi.getter
13759
+ def subscribe(self) -> Optional[pulumi.Input[_builtins.str]]:
13760
+ """
13761
+ A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
13762
+ """
13763
+ return pulumi.get(self, "subscribe")
13764
+
13765
+ @subscribe.setter
13766
+ def subscribe(self, value: Optional[pulumi.Input[_builtins.str]]):
13767
+ pulumi.set(self, "subscribe", value)
13768
+
13769
+ @_builtins.property
13770
+ @pulumi.getter(name="subscribePattern")
13771
+ def subscribe_pattern(self) -> Optional[pulumi.Input[_builtins.str]]:
13772
+ """
13773
+ A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
13774
+ """
13775
+ return pulumi.get(self, "subscribe_pattern")
13776
+
13777
+ @subscribe_pattern.setter
13778
+ def subscribe_pattern(self, value: Optional[pulumi.Input[_builtins.str]]):
13779
+ pulumi.set(self, "subscribe_pattern", value)
13780
+
13781
+
13782
+ if not MYPY:
13783
+ class FeatureEngineeringKafkaConfigValueSchemaArgsDict(TypedDict):
13784
+ json_schema: NotRequired[pulumi.Input[_builtins.str]]
13785
+ """
13786
+ Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
13787
+ """
13788
+ elif False:
13789
+ FeatureEngineeringKafkaConfigValueSchemaArgsDict: TypeAlias = Mapping[str, Any]
13790
+
13791
+ @pulumi.input_type
13792
+ class FeatureEngineeringKafkaConfigValueSchemaArgs:
13793
+ def __init__(__self__, *,
13794
+ json_schema: Optional[pulumi.Input[_builtins.str]] = None):
13795
+ """
13796
+ :param pulumi.Input[_builtins.str] json_schema: Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
13797
+ """
13798
+ if json_schema is not None:
13799
+ pulumi.set(__self__, "json_schema", json_schema)
13800
+
13801
+ @_builtins.property
13802
+ @pulumi.getter(name="jsonSchema")
13803
+ def json_schema(self) -> Optional[pulumi.Input[_builtins.str]]:
13804
+ """
13805
+ Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
13806
+ """
13807
+ return pulumi.get(self, "json_schema")
13808
+
13809
+ @json_schema.setter
13810
+ def json_schema(self, value: Optional[pulumi.Input[_builtins.str]]):
13811
+ pulumi.set(self, "json_schema", value)
13812
+
13813
+
13814
+ if not MYPY:
13815
+ class FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgsDict(TypedDict):
13816
+ catalog_name: pulumi.Input[_builtins.str]
13817
+ schema_name: pulumi.Input[_builtins.str]
13818
+ table_name_prefix: pulumi.Input[_builtins.str]
13304
13819
  elif False:
13305
13820
  FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgsDict: TypeAlias = Mapping[str, Any]
13306
13821
 
@@ -13310,12 +13825,6 @@ class FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs:
13310
13825
  catalog_name: pulumi.Input[_builtins.str],
13311
13826
  schema_name: pulumi.Input[_builtins.str],
13312
13827
  table_name_prefix: pulumi.Input[_builtins.str]):
13313
- """
13314
- :param pulumi.Input[_builtins.str] catalog_name: The Unity Catalog catalog name
13315
- :param pulumi.Input[_builtins.str] schema_name: The Unity Catalog schema name
13316
- :param pulumi.Input[_builtins.str] table_name_prefix: Prefix for Unity Catalog table name.
13317
- The materialized feature will be stored in a table with this prefix and a generated postfix
13318
- """
13319
13828
  pulumi.set(__self__, "catalog_name", catalog_name)
13320
13829
  pulumi.set(__self__, "schema_name", schema_name)
13321
13830
  pulumi.set(__self__, "table_name_prefix", table_name_prefix)
@@ -13323,9 +13832,6 @@ class FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs:
13323
13832
  @_builtins.property
13324
13833
  @pulumi.getter(name="catalogName")
13325
13834
  def catalog_name(self) -> pulumi.Input[_builtins.str]:
13326
- """
13327
- The Unity Catalog catalog name
13328
- """
13329
13835
  return pulumi.get(self, "catalog_name")
13330
13836
 
13331
13837
  @catalog_name.setter
@@ -13335,9 +13841,6 @@ class FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs:
13335
13841
  @_builtins.property
13336
13842
  @pulumi.getter(name="schemaName")
13337
13843
  def schema_name(self) -> pulumi.Input[_builtins.str]:
13338
- """
13339
- The Unity Catalog schema name
13340
- """
13341
13844
  return pulumi.get(self, "schema_name")
13342
13845
 
13343
13846
  @schema_name.setter
@@ -13347,10 +13850,6 @@ class FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs:
13347
13850
  @_builtins.property
13348
13851
  @pulumi.getter(name="tableNamePrefix")
13349
13852
  def table_name_prefix(self) -> pulumi.Input[_builtins.str]:
13350
- """
13351
- Prefix for Unity Catalog table name.
13352
- The materialized feature will be stored in a table with this prefix and a generated postfix
13353
- """
13354
13853
  return pulumi.get(self, "table_name_prefix")
13355
13854
 
13356
13855
  @table_name_prefix.setter
@@ -13360,132 +13859,69 @@ class FeatureEngineeringMaterializedFeatureOfflineStoreConfigArgs:
13360
13859
 
13361
13860
  if not MYPY:
13362
13861
  class FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgsDict(TypedDict):
13363
- capacity: pulumi.Input[_builtins.str]
13364
- """
13365
- The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
13366
- """
13367
- name: pulumi.Input[_builtins.str]
13368
- """
13369
- The name of the online store. This is the unique identifier for the online store
13370
- """
13371
- creation_time: NotRequired[pulumi.Input[_builtins.str]]
13372
- """
13373
- (string) - The timestamp when the online store was created
13374
- """
13375
- creator: NotRequired[pulumi.Input[_builtins.str]]
13376
- """
13377
- (string) - The email of the creator of the online store
13378
- """
13379
- read_replica_count: NotRequired[pulumi.Input[_builtins.int]]
13380
- """
13381
- The number of read replicas for the online store. Defaults to 0
13382
- """
13383
- state: NotRequired[pulumi.Input[_builtins.str]]
13862
+ catalog_name: pulumi.Input[_builtins.str]
13863
+ online_store_name: pulumi.Input[_builtins.str]
13384
13864
  """
13385
- (string) - The current state of the online store. Possible values are: `AVAILABLE`, `DELETING`, `FAILING_OVER`, `STARTING`, `STOPPED`, `UPDATING`
13865
+ The name of the target online store
13386
13866
  """
13867
+ schema_name: pulumi.Input[_builtins.str]
13868
+ table_name_prefix: pulumi.Input[_builtins.str]
13387
13869
  elif False:
13388
13870
  FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgsDict: TypeAlias = Mapping[str, Any]
13389
13871
 
13390
13872
  @pulumi.input_type
13391
13873
  class FeatureEngineeringMaterializedFeatureOnlineStoreConfigArgs:
13392
13874
  def __init__(__self__, *,
13393
- capacity: pulumi.Input[_builtins.str],
13394
- name: pulumi.Input[_builtins.str],
13395
- creation_time: Optional[pulumi.Input[_builtins.str]] = None,
13396
- creator: Optional[pulumi.Input[_builtins.str]] = None,
13397
- read_replica_count: Optional[pulumi.Input[_builtins.int]] = None,
13398
- state: Optional[pulumi.Input[_builtins.str]] = None):
13399
- """
13400
- :param pulumi.Input[_builtins.str] capacity: The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
13401
- :param pulumi.Input[_builtins.str] name: The name of the online store. This is the unique identifier for the online store
13402
- :param pulumi.Input[_builtins.str] creation_time: (string) - The timestamp when the online store was created
13403
- :param pulumi.Input[_builtins.str] creator: (string) - The email of the creator of the online store
13404
- :param pulumi.Input[_builtins.int] read_replica_count: The number of read replicas for the online store. Defaults to 0
13405
- :param pulumi.Input[_builtins.str] state: (string) - The current state of the online store. Possible values are: `AVAILABLE`, `DELETING`, `FAILING_OVER`, `STARTING`, `STOPPED`, `UPDATING`
13406
- """
13407
- pulumi.set(__self__, "capacity", capacity)
13408
- pulumi.set(__self__, "name", name)
13409
- if creation_time is not None:
13410
- pulumi.set(__self__, "creation_time", creation_time)
13411
- if creator is not None:
13412
- pulumi.set(__self__, "creator", creator)
13413
- if read_replica_count is not None:
13414
- pulumi.set(__self__, "read_replica_count", read_replica_count)
13415
- if state is not None:
13416
- pulumi.set(__self__, "state", state)
13417
-
13418
- @_builtins.property
13419
- @pulumi.getter
13420
- def capacity(self) -> pulumi.Input[_builtins.str]:
13421
- """
13422
- The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
13423
- """
13424
- return pulumi.get(self, "capacity")
13425
-
13426
- @capacity.setter
13427
- def capacity(self, value: pulumi.Input[_builtins.str]):
13428
- pulumi.set(self, "capacity", value)
13429
-
13430
- @_builtins.property
13431
- @pulumi.getter
13432
- def name(self) -> pulumi.Input[_builtins.str]:
13875
+ catalog_name: pulumi.Input[_builtins.str],
13876
+ online_store_name: pulumi.Input[_builtins.str],
13877
+ schema_name: pulumi.Input[_builtins.str],
13878
+ table_name_prefix: pulumi.Input[_builtins.str]):
13433
13879
  """
13434
- The name of the online store. This is the unique identifier for the online store
13880
+ :param pulumi.Input[_builtins.str] online_store_name: The name of the target online store
13435
13881
  """
13436
- return pulumi.get(self, "name")
13437
-
13438
- @name.setter
13439
- def name(self, value: pulumi.Input[_builtins.str]):
13440
- pulumi.set(self, "name", value)
13882
+ pulumi.set(__self__, "catalog_name", catalog_name)
13883
+ pulumi.set(__self__, "online_store_name", online_store_name)
13884
+ pulumi.set(__self__, "schema_name", schema_name)
13885
+ pulumi.set(__self__, "table_name_prefix", table_name_prefix)
13441
13886
 
13442
13887
  @_builtins.property
13443
- @pulumi.getter(name="creationTime")
13444
- def creation_time(self) -> Optional[pulumi.Input[_builtins.str]]:
13445
- """
13446
- (string) - The timestamp when the online store was created
13447
- """
13448
- return pulumi.get(self, "creation_time")
13888
+ @pulumi.getter(name="catalogName")
13889
+ def catalog_name(self) -> pulumi.Input[_builtins.str]:
13890
+ return pulumi.get(self, "catalog_name")
13449
13891
 
13450
- @creation_time.setter
13451
- def creation_time(self, value: Optional[pulumi.Input[_builtins.str]]):
13452
- pulumi.set(self, "creation_time", value)
13892
+ @catalog_name.setter
13893
+ def catalog_name(self, value: pulumi.Input[_builtins.str]):
13894
+ pulumi.set(self, "catalog_name", value)
13453
13895
 
13454
13896
  @_builtins.property
13455
- @pulumi.getter
13456
- def creator(self) -> Optional[pulumi.Input[_builtins.str]]:
13897
+ @pulumi.getter(name="onlineStoreName")
13898
+ def online_store_name(self) -> pulumi.Input[_builtins.str]:
13457
13899
  """
13458
- (string) - The email of the creator of the online store
13900
+ The name of the target online store
13459
13901
  """
13460
- return pulumi.get(self, "creator")
13902
+ return pulumi.get(self, "online_store_name")
13461
13903
 
13462
- @creator.setter
13463
- def creator(self, value: Optional[pulumi.Input[_builtins.str]]):
13464
- pulumi.set(self, "creator", value)
13904
+ @online_store_name.setter
13905
+ def online_store_name(self, value: pulumi.Input[_builtins.str]):
13906
+ pulumi.set(self, "online_store_name", value)
13465
13907
 
13466
13908
  @_builtins.property
13467
- @pulumi.getter(name="readReplicaCount")
13468
- def read_replica_count(self) -> Optional[pulumi.Input[_builtins.int]]:
13469
- """
13470
- The number of read replicas for the online store. Defaults to 0
13471
- """
13472
- return pulumi.get(self, "read_replica_count")
13909
+ @pulumi.getter(name="schemaName")
13910
+ def schema_name(self) -> pulumi.Input[_builtins.str]:
13911
+ return pulumi.get(self, "schema_name")
13473
13912
 
13474
- @read_replica_count.setter
13475
- def read_replica_count(self, value: Optional[pulumi.Input[_builtins.int]]):
13476
- pulumi.set(self, "read_replica_count", value)
13913
+ @schema_name.setter
13914
+ def schema_name(self, value: pulumi.Input[_builtins.str]):
13915
+ pulumi.set(self, "schema_name", value)
13477
13916
 
13478
13917
  @_builtins.property
13479
- @pulumi.getter
13480
- def state(self) -> Optional[pulumi.Input[_builtins.str]]:
13481
- """
13482
- (string) - The current state of the online store. Possible values are: `AVAILABLE`, `DELETING`, `FAILING_OVER`, `STARTING`, `STOPPED`, `UPDATING`
13483
- """
13484
- return pulumi.get(self, "state")
13918
+ @pulumi.getter(name="tableNamePrefix")
13919
+ def table_name_prefix(self) -> pulumi.Input[_builtins.str]:
13920
+ return pulumi.get(self, "table_name_prefix")
13485
13921
 
13486
- @state.setter
13487
- def state(self, value: Optional[pulumi.Input[_builtins.str]]):
13488
- pulumi.set(self, "state", value)
13922
+ @table_name_prefix.setter
13923
+ def table_name_prefix(self, value: pulumi.Input[_builtins.str]):
13924
+ pulumi.set(self, "table_name_prefix", value)
13489
13925
 
13490
13926
 
13491
13927
  if not MYPY:
@@ -13999,7 +14435,7 @@ if not MYPY:
13999
14435
  """
14000
14436
  basic_auth: NotRequired[pulumi.Input['InstancePoolPreloadedDockerImageBasicAuthArgsDict']]
14001
14437
  """
14002
- `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. However, other authenticated and authorized API users of this workspace can access the username and password.
14438
+ `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. For better security, these credentials should be stored in the secret scope and referred using secret path syntax: `{{secrets/scope/key}}`, otherwise other users of the workspace may access them via UI/API.
14003
14439
 
14004
14440
  Example usage with azurerm_container_registry and docker_registry_image, that you can adapt to your specific use-case:
14005
14441
 
@@ -14008,11 +14444,11 @@ if not MYPY:
14008
14444
  import pulumi_databricks as databricks
14009
14445
  import pulumi_docker as docker
14010
14446
 
14011
- this = docker.index.RegistryImage("this",
14447
+ this = docker.RegistryImage("this",
14012
14448
  build=[{}],
14013
- name=f{this_azurerm_container_registry.login_server}/sample:latest)
14449
+ name=f"{this_azurerm_container_registry['loginServer']}/sample:latest")
14014
14450
  this_instance_pool = databricks.InstancePool("this", preloaded_docker_images=[{
14015
- "url": this["name"],
14451
+ "url": this.name,
14016
14452
  "basic_auth": {
14017
14453
  "username": this_azurerm_container_registry["adminUsername"],
14018
14454
  "password": this_azurerm_container_registry["adminPassword"],
@@ -14030,7 +14466,7 @@ class InstancePoolPreloadedDockerImageArgs:
14030
14466
  basic_auth: Optional[pulumi.Input['InstancePoolPreloadedDockerImageBasicAuthArgs']] = None):
14031
14467
  """
14032
14468
  :param pulumi.Input[_builtins.str] url: URL for the Docker image
14033
- :param pulumi.Input['InstancePoolPreloadedDockerImageBasicAuthArgs'] basic_auth: `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. However, other authenticated and authorized API users of this workspace can access the username and password.
14469
+ :param pulumi.Input['InstancePoolPreloadedDockerImageBasicAuthArgs'] basic_auth: `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. For better security, these credentials should be stored in the secret scope and referred using secret path syntax: `{{secrets/scope/key}}`, otherwise other users of the workspace may access them via UI/API.
14034
14470
 
14035
14471
  Example usage with azurerm_container_registry and docker_registry_image, that you can adapt to your specific use-case:
14036
14472
 
@@ -14039,11 +14475,11 @@ class InstancePoolPreloadedDockerImageArgs:
14039
14475
  import pulumi_databricks as databricks
14040
14476
  import pulumi_docker as docker
14041
14477
 
14042
- this = docker.index.RegistryImage("this",
14478
+ this = docker.RegistryImage("this",
14043
14479
  build=[{}],
14044
- name=f{this_azurerm_container_registry.login_server}/sample:latest)
14480
+ name=f"{this_azurerm_container_registry['loginServer']}/sample:latest")
14045
14481
  this_instance_pool = databricks.InstancePool("this", preloaded_docker_images=[{
14046
- "url": this["name"],
14482
+ "url": this.name,
14047
14483
  "basic_auth": {
14048
14484
  "username": this_azurerm_container_registry["adminUsername"],
14049
14485
  "password": this_azurerm_container_registry["adminPassword"],
@@ -14071,7 +14507,7 @@ class InstancePoolPreloadedDockerImageArgs:
14071
14507
  @pulumi.getter(name="basicAuth")
14072
14508
  def basic_auth(self) -> Optional[pulumi.Input['InstancePoolPreloadedDockerImageBasicAuthArgs']]:
14073
14509
  """
14074
- `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. However, other authenticated and authorized API users of this workspace can access the username and password.
14510
+ `basic_auth.username` and `basic_auth.password` for Docker repository. Docker registry credentials are encrypted when they are stored in Databricks internal storage and when they are passed to a registry upon fetching Docker images at cluster launch. For better security, these credentials should be stored in the secret scope and referred using secret path syntax: `{{secrets/scope/key}}`, otherwise other users of the workspace may access them via UI/API.
14075
14511
 
14076
14512
  Example usage with azurerm_container_registry and docker_registry_image, that you can adapt to your specific use-case:
14077
14513
 
@@ -14080,11 +14516,11 @@ class InstancePoolPreloadedDockerImageArgs:
14080
14516
  import pulumi_databricks as databricks
14081
14517
  import pulumi_docker as docker
14082
14518
 
14083
- this = docker.index.RegistryImage("this",
14519
+ this = docker.RegistryImage("this",
14084
14520
  build=[{}],
14085
- name=f{this_azurerm_container_registry.login_server}/sample:latest)
14521
+ name=f"{this_azurerm_container_registry['loginServer']}/sample:latest")
14086
14522
  this_instance_pool = databricks.InstancePool("this", preloaded_docker_images=[{
14087
- "url": this["name"],
14523
+ "url": this.name,
14088
14524
  "basic_auth": {
14089
14525
  "username": this_azurerm_container_registry["adminUsername"],
14090
14526
  "password": this_azurerm_container_registry["adminPassword"],
@@ -31622,6 +32058,7 @@ if not MYPY:
31622
32058
  """
31623
32059
  configuration block to define a trigger for [File Arrival events](https://learn.microsoft.com/en-us/azure/databricks/workflows/jobs/file-arrival-triggers) consisting of following attributes:
31624
32060
  """
32061
+ model: NotRequired[pulumi.Input['JobTriggerModelArgsDict']]
31625
32062
  pause_status: NotRequired[pulumi.Input[_builtins.str]]
31626
32063
  """
31627
32064
  Indicate whether this trigger is paused or not. Either `PAUSED` or `UNPAUSED`. When the `pause_status` field is omitted in the block, the server will default to using `UNPAUSED` as a value for `pause_status`.
@@ -31641,6 +32078,7 @@ elif False:
31641
32078
  class JobTriggerArgs:
31642
32079
  def __init__(__self__, *,
31643
32080
  file_arrival: Optional[pulumi.Input['JobTriggerFileArrivalArgs']] = None,
32081
+ model: Optional[pulumi.Input['JobTriggerModelArgs']] = None,
31644
32082
  pause_status: Optional[pulumi.Input[_builtins.str]] = None,
31645
32083
  periodic: Optional[pulumi.Input['JobTriggerPeriodicArgs']] = None,
31646
32084
  table_update: Optional[pulumi.Input['JobTriggerTableUpdateArgs']] = None):
@@ -31652,6 +32090,8 @@ class JobTriggerArgs:
31652
32090
  """
31653
32091
  if file_arrival is not None:
31654
32092
  pulumi.set(__self__, "file_arrival", file_arrival)
32093
+ if model is not None:
32094
+ pulumi.set(__self__, "model", model)
31655
32095
  if pause_status is not None:
31656
32096
  pulumi.set(__self__, "pause_status", pause_status)
31657
32097
  if periodic is not None:
@@ -31671,6 +32111,15 @@ class JobTriggerArgs:
31671
32111
  def file_arrival(self, value: Optional[pulumi.Input['JobTriggerFileArrivalArgs']]):
31672
32112
  pulumi.set(self, "file_arrival", value)
31673
32113
 
32114
+ @_builtins.property
32115
+ @pulumi.getter
32116
+ def model(self) -> Optional[pulumi.Input['JobTriggerModelArgs']]:
32117
+ return pulumi.get(self, "model")
32118
+
32119
+ @model.setter
32120
+ def model(self, value: Optional[pulumi.Input['JobTriggerModelArgs']]):
32121
+ pulumi.set(self, "model", value)
32122
+
31674
32123
  @_builtins.property
31675
32124
  @pulumi.getter(name="pauseStatus")
31676
32125
  def pause_status(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -31779,6 +32228,89 @@ class JobTriggerFileArrivalArgs:
31779
32228
  pulumi.set(self, "wait_after_last_change_seconds", value)
31780
32229
 
31781
32230
 
32231
+ if not MYPY:
32232
+ class JobTriggerModelArgsDict(TypedDict):
32233
+ condition: pulumi.Input[_builtins.str]
32234
+ """
32235
+ The table(s) condition based on which to trigger a job run. Possible values are `ANY_UPDATED`, `ALL_UPDATED`.
32236
+ """
32237
+ aliases: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
32238
+ min_time_between_triggers_seconds: NotRequired[pulumi.Input[_builtins.int]]
32239
+ securable_name: NotRequired[pulumi.Input[_builtins.str]]
32240
+ wait_after_last_change_seconds: NotRequired[pulumi.Input[_builtins.int]]
32241
+ elif False:
32242
+ JobTriggerModelArgsDict: TypeAlias = Mapping[str, Any]
32243
+
32244
+ @pulumi.input_type
32245
+ class JobTriggerModelArgs:
32246
+ def __init__(__self__, *,
32247
+ condition: pulumi.Input[_builtins.str],
32248
+ aliases: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
32249
+ min_time_between_triggers_seconds: Optional[pulumi.Input[_builtins.int]] = None,
32250
+ securable_name: Optional[pulumi.Input[_builtins.str]] = None,
32251
+ wait_after_last_change_seconds: Optional[pulumi.Input[_builtins.int]] = None):
32252
+ """
32253
+ :param pulumi.Input[_builtins.str] condition: The table(s) condition based on which to trigger a job run. Possible values are `ANY_UPDATED`, `ALL_UPDATED`.
32254
+ """
32255
+ pulumi.set(__self__, "condition", condition)
32256
+ if aliases is not None:
32257
+ pulumi.set(__self__, "aliases", aliases)
32258
+ if min_time_between_triggers_seconds is not None:
32259
+ pulumi.set(__self__, "min_time_between_triggers_seconds", min_time_between_triggers_seconds)
32260
+ if securable_name is not None:
32261
+ pulumi.set(__self__, "securable_name", securable_name)
32262
+ if wait_after_last_change_seconds is not None:
32263
+ pulumi.set(__self__, "wait_after_last_change_seconds", wait_after_last_change_seconds)
32264
+
32265
+ @_builtins.property
32266
+ @pulumi.getter
32267
+ def condition(self) -> pulumi.Input[_builtins.str]:
32268
+ """
32269
+ The table(s) condition based on which to trigger a job run. Possible values are `ANY_UPDATED`, `ALL_UPDATED`.
32270
+ """
32271
+ return pulumi.get(self, "condition")
32272
+
32273
+ @condition.setter
32274
+ def condition(self, value: pulumi.Input[_builtins.str]):
32275
+ pulumi.set(self, "condition", value)
32276
+
32277
+ @_builtins.property
32278
+ @pulumi.getter
32279
+ def aliases(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
32280
+ return pulumi.get(self, "aliases")
32281
+
32282
+ @aliases.setter
32283
+ def aliases(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
32284
+ pulumi.set(self, "aliases", value)
32285
+
32286
+ @_builtins.property
32287
+ @pulumi.getter(name="minTimeBetweenTriggersSeconds")
32288
+ def min_time_between_triggers_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
32289
+ return pulumi.get(self, "min_time_between_triggers_seconds")
32290
+
32291
+ @min_time_between_triggers_seconds.setter
32292
+ def min_time_between_triggers_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
32293
+ pulumi.set(self, "min_time_between_triggers_seconds", value)
32294
+
32295
+ @_builtins.property
32296
+ @pulumi.getter(name="securableName")
32297
+ def securable_name(self) -> Optional[pulumi.Input[_builtins.str]]:
32298
+ return pulumi.get(self, "securable_name")
32299
+
32300
+ @securable_name.setter
32301
+ def securable_name(self, value: Optional[pulumi.Input[_builtins.str]]):
32302
+ pulumi.set(self, "securable_name", value)
32303
+
32304
+ @_builtins.property
32305
+ @pulumi.getter(name="waitAfterLastChangeSeconds")
32306
+ def wait_after_last_change_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
32307
+ return pulumi.get(self, "wait_after_last_change_seconds")
32308
+
32309
+ @wait_after_last_change_seconds.setter
32310
+ def wait_after_last_change_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
32311
+ pulumi.set(self, "wait_after_last_change_seconds", value)
32312
+
32313
+
31782
32314
  if not MYPY:
31783
32315
  class JobTriggerPeriodicArgsDict(TypedDict):
31784
32316
  interval: pulumi.Input[_builtins.int]
@@ -38433,13 +38965,13 @@ class MwsNetworksGcpNetworkInfoArgs:
38433
38965
  pulumi.set(__self__, "subnet_region", subnet_region)
38434
38966
  pulumi.set(__self__, "vpc_id", vpc_id)
38435
38967
  if pod_ip_range_name is not None:
38436
- warnings.warn("""gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-vpc""", DeprecationWarning)
38437
- pulumi.log.warn("""pod_ip_range_name is deprecated: gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-vpc""")
38968
+ warnings.warn("""gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc""", DeprecationWarning)
38969
+ pulumi.log.warn("""pod_ip_range_name is deprecated: gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc""")
38438
38970
  if pod_ip_range_name is not None:
38439
38971
  pulumi.set(__self__, "pod_ip_range_name", pod_ip_range_name)
38440
38972
  if service_ip_range_name is not None:
38441
- warnings.warn("""gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-vpc""", DeprecationWarning)
38442
- pulumi.log.warn("""service_ip_range_name is deprecated: gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-vpc""")
38973
+ warnings.warn("""gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc""", DeprecationWarning)
38974
+ pulumi.log.warn("""service_ip_range_name is deprecated: gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc""")
38443
38975
  if service_ip_range_name is not None:
38444
38976
  pulumi.set(__self__, "service_ip_range_name", service_ip_range_name)
38445
38977
 
@@ -38493,7 +39025,7 @@ class MwsNetworksGcpNetworkInfoArgs:
38493
39025
 
38494
39026
  @_builtins.property
38495
39027
  @pulumi.getter(name="podIpRangeName")
38496
- @_utilities.deprecated("""gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-vpc""")
39028
+ @_utilities.deprecated("""gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc""")
38497
39029
  def pod_ip_range_name(self) -> Optional[pulumi.Input[_builtins.str]]:
38498
39030
  return pulumi.get(self, "pod_ip_range_name")
38499
39031
 
@@ -38503,7 +39035,7 @@ class MwsNetworksGcpNetworkInfoArgs:
38503
39035
 
38504
39036
  @_builtins.property
38505
39037
  @pulumi.getter(name="serviceIpRangeName")
38506
- @_utilities.deprecated("""gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-vpc""")
39038
+ @_utilities.deprecated("""gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc""")
38507
39039
  def service_ip_range_name(self) -> Optional[pulumi.Input[_builtins.str]]:
38508
39040
  return pulumi.get(self, "service_ip_range_name")
38509
39041
 
@@ -38779,13 +39311,13 @@ class MwsWorkspacesGcpManagedNetworkConfigArgs:
38779
39311
  gke_cluster_service_ip_range: Optional[pulumi.Input[_builtins.str]] = None):
38780
39312
  pulumi.set(__self__, "subnet_cidr", subnet_cidr)
38781
39313
  if gke_cluster_pod_ip_range is not None:
38782
- warnings.warn("""gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""", DeprecationWarning)
38783
- pulumi.log.warn("""gke_cluster_pod_ip_range is deprecated: gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
39314
+ warnings.warn("""gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""", DeprecationWarning)
39315
+ pulumi.log.warn("""gke_cluster_pod_ip_range is deprecated: gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
38784
39316
  if gke_cluster_pod_ip_range is not None:
38785
39317
  pulumi.set(__self__, "gke_cluster_pod_ip_range", gke_cluster_pod_ip_range)
38786
39318
  if gke_cluster_service_ip_range is not None:
38787
- warnings.warn("""gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""", DeprecationWarning)
38788
- pulumi.log.warn("""gke_cluster_service_ip_range is deprecated: gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
39319
+ warnings.warn("""gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""", DeprecationWarning)
39320
+ pulumi.log.warn("""gke_cluster_service_ip_range is deprecated: gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
38789
39321
  if gke_cluster_service_ip_range is not None:
38790
39322
  pulumi.set(__self__, "gke_cluster_service_ip_range", gke_cluster_service_ip_range)
38791
39323
 
@@ -38800,7 +39332,7 @@ class MwsWorkspacesGcpManagedNetworkConfigArgs:
38800
39332
 
38801
39333
  @_builtins.property
38802
39334
  @pulumi.getter(name="gkeClusterPodIpRange")
38803
- @_utilities.deprecated("""gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
39335
+ @_utilities.deprecated("""gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
38804
39336
  def gke_cluster_pod_ip_range(self) -> Optional[pulumi.Input[_builtins.str]]:
38805
39337
  return pulumi.get(self, "gke_cluster_pod_ip_range")
38806
39338
 
@@ -38810,7 +39342,7 @@ class MwsWorkspacesGcpManagedNetworkConfigArgs:
38810
39342
 
38811
39343
  @_builtins.property
38812
39344
  @pulumi.getter(name="gkeClusterServiceIpRange")
38813
- @_utilities.deprecated("""gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.96.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
39345
+ @_utilities.deprecated("""gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace""")
38814
39346
  def gke_cluster_service_ip_range(self) -> Optional[pulumi.Input[_builtins.str]]:
38815
39347
  return pulumi.get(self, "gke_cluster_service_ip_range")
38816
39348
 
@@ -38933,6 +39465,37 @@ class MwsWorkspacesTokenArgs:
38933
39465
  pulumi.set(self, "token_value", value)
38934
39466
 
38935
39467
 
39468
+ if not MYPY:
39469
+ class NotebookProviderConfigArgsDict(TypedDict):
39470
+ workspace_id: pulumi.Input[_builtins.str]
39471
+ """
39472
+ Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
39473
+ """
39474
+ elif False:
39475
+ NotebookProviderConfigArgsDict: TypeAlias = Mapping[str, Any]
39476
+
39477
+ @pulumi.input_type
39478
+ class NotebookProviderConfigArgs:
39479
+ def __init__(__self__, *,
39480
+ workspace_id: pulumi.Input[_builtins.str]):
39481
+ """
39482
+ :param pulumi.Input[_builtins.str] workspace_id: Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
39483
+ """
39484
+ pulumi.set(__self__, "workspace_id", workspace_id)
39485
+
39486
+ @_builtins.property
39487
+ @pulumi.getter(name="workspaceId")
39488
+ def workspace_id(self) -> pulumi.Input[_builtins.str]:
39489
+ """
39490
+ Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
39491
+ """
39492
+ return pulumi.get(self, "workspace_id")
39493
+
39494
+ @workspace_id.setter
39495
+ def workspace_id(self, value: pulumi.Input[_builtins.str]):
39496
+ pulumi.set(self, "workspace_id", value)
39497
+
39498
+
38936
39499
  if not MYPY:
38937
39500
  class NotificationDestinationConfigArgsDict(TypedDict):
38938
39501
  email: NotRequired[pulumi.Input['NotificationDestinationConfigEmailArgsDict']]
@@ -40189,6 +40752,37 @@ class OnlineTableStatusTriggeredUpdateStatusTriggeredUpdateProgressArgs:
40189
40752
  pulumi.set(self, "total_row_count", value)
40190
40753
 
40191
40754
 
40755
+ if not MYPY:
40756
+ class PermissionAssignmentProviderConfigArgsDict(TypedDict):
40757
+ workspace_id: pulumi.Input[_builtins.str]
40758
+ """
40759
+ Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
40760
+ """
40761
+ elif False:
40762
+ PermissionAssignmentProviderConfigArgsDict: TypeAlias = Mapping[str, Any]
40763
+
40764
+ @pulumi.input_type
40765
+ class PermissionAssignmentProviderConfigArgs:
40766
+ def __init__(__self__, *,
40767
+ workspace_id: pulumi.Input[_builtins.str]):
40768
+ """
40769
+ :param pulumi.Input[_builtins.str] workspace_id: Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
40770
+ """
40771
+ pulumi.set(__self__, "workspace_id", workspace_id)
40772
+
40773
+ @_builtins.property
40774
+ @pulumi.getter(name="workspaceId")
40775
+ def workspace_id(self) -> pulumi.Input[_builtins.str]:
40776
+ """
40777
+ Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
40778
+ """
40779
+ return pulumi.get(self, "workspace_id")
40780
+
40781
+ @workspace_id.setter
40782
+ def workspace_id(self, value: pulumi.Input[_builtins.str]):
40783
+ pulumi.set(self, "workspace_id", value)
40784
+
40785
+
40192
40786
  if not MYPY:
40193
40787
  class PermissionsAccessControlArgsDict(TypedDict):
40194
40788
  group_name: NotRequired[pulumi.Input[_builtins.str]]
@@ -41712,6 +42306,9 @@ class PipelineFiltersArgs:
41712
42306
  if not MYPY:
41713
42307
  class PipelineGatewayDefinitionArgsDict(TypedDict):
41714
42308
  connection_name: pulumi.Input[_builtins.str]
42309
+ """
42310
+ Immutable. The Unity Catalog connection that this gateway pipeline uses to communicate with the source.
42311
+ """
41715
42312
  gateway_storage_catalog: pulumi.Input[_builtins.str]
41716
42313
  """
41717
42314
  Required, Immutable. The name of the catalog for the gateway pipeline's storage location.
@@ -41722,8 +42319,9 @@ if not MYPY:
41722
42319
  """
41723
42320
  connection_id: NotRequired[pulumi.Input[_builtins.str]]
41724
42321
  """
41725
- Immutable. The Unity Catalog connection this gateway pipeline uses to communicate with the source.
42322
+ Deprecated, Immutable. The Unity Catalog connection this gateway pipeline uses to communicate with the source. *Use `connection_name` instead!*
41726
42323
  """
42324
+ connection_parameters: NotRequired[pulumi.Input['PipelineGatewayDefinitionConnectionParametersArgsDict']]
41727
42325
  gateway_storage_name: NotRequired[pulumi.Input[_builtins.str]]
41728
42326
  """
41729
42327
  Required. The Unity Catalog-compatible naming for the gateway storage location. This is the destination to use for the data that is extracted by the gateway. Lakeflow Declarative Pipelines system will automatically create the storage location under the catalog and schema.
@@ -41738,11 +42336,13 @@ class PipelineGatewayDefinitionArgs:
41738
42336
  gateway_storage_catalog: pulumi.Input[_builtins.str],
41739
42337
  gateway_storage_schema: pulumi.Input[_builtins.str],
41740
42338
  connection_id: Optional[pulumi.Input[_builtins.str]] = None,
42339
+ connection_parameters: Optional[pulumi.Input['PipelineGatewayDefinitionConnectionParametersArgs']] = None,
41741
42340
  gateway_storage_name: Optional[pulumi.Input[_builtins.str]] = None):
41742
42341
  """
42342
+ :param pulumi.Input[_builtins.str] connection_name: Immutable. The Unity Catalog connection that this gateway pipeline uses to communicate with the source.
41743
42343
  :param pulumi.Input[_builtins.str] gateway_storage_catalog: Required, Immutable. The name of the catalog for the gateway pipeline's storage location.
41744
42344
  :param pulumi.Input[_builtins.str] gateway_storage_schema: Required, Immutable. The name of the schema for the gateway pipelines's storage location.
41745
- :param pulumi.Input[_builtins.str] connection_id: Immutable. The Unity Catalog connection this gateway pipeline uses to communicate with the source.
42345
+ :param pulumi.Input[_builtins.str] connection_id: Deprecated, Immutable. The Unity Catalog connection this gateway pipeline uses to communicate with the source. *Use `connection_name` instead!*
41746
42346
  :param pulumi.Input[_builtins.str] gateway_storage_name: Required. The Unity Catalog-compatible naming for the gateway storage location. This is the destination to use for the data that is extracted by the gateway. Lakeflow Declarative Pipelines system will automatically create the storage location under the catalog and schema.
41747
42347
  """
41748
42348
  pulumi.set(__self__, "connection_name", connection_name)
@@ -41750,12 +42350,17 @@ class PipelineGatewayDefinitionArgs:
41750
42350
  pulumi.set(__self__, "gateway_storage_schema", gateway_storage_schema)
41751
42351
  if connection_id is not None:
41752
42352
  pulumi.set(__self__, "connection_id", connection_id)
42353
+ if connection_parameters is not None:
42354
+ pulumi.set(__self__, "connection_parameters", connection_parameters)
41753
42355
  if gateway_storage_name is not None:
41754
42356
  pulumi.set(__self__, "gateway_storage_name", gateway_storage_name)
41755
42357
 
41756
42358
  @_builtins.property
41757
42359
  @pulumi.getter(name="connectionName")
41758
42360
  def connection_name(self) -> pulumi.Input[_builtins.str]:
42361
+ """
42362
+ Immutable. The Unity Catalog connection that this gateway pipeline uses to communicate with the source.
42363
+ """
41759
42364
  return pulumi.get(self, "connection_name")
41760
42365
 
41761
42366
  @connection_name.setter
@@ -41790,7 +42395,7 @@ class PipelineGatewayDefinitionArgs:
41790
42395
  @pulumi.getter(name="connectionId")
41791
42396
  def connection_id(self) -> Optional[pulumi.Input[_builtins.str]]:
41792
42397
  """
41793
- Immutable. The Unity Catalog connection this gateway pipeline uses to communicate with the source.
42398
+ Deprecated, Immutable. The Unity Catalog connection this gateway pipeline uses to communicate with the source. *Use `connection_name` instead!*
41794
42399
  """
41795
42400
  return pulumi.get(self, "connection_id")
41796
42401
 
@@ -41798,6 +42403,15 @@ class PipelineGatewayDefinitionArgs:
41798
42403
  def connection_id(self, value: Optional[pulumi.Input[_builtins.str]]):
41799
42404
  pulumi.set(self, "connection_id", value)
41800
42405
 
42406
+ @_builtins.property
42407
+ @pulumi.getter(name="connectionParameters")
42408
+ def connection_parameters(self) -> Optional[pulumi.Input['PipelineGatewayDefinitionConnectionParametersArgs']]:
42409
+ return pulumi.get(self, "connection_parameters")
42410
+
42411
+ @connection_parameters.setter
42412
+ def connection_parameters(self, value: Optional[pulumi.Input['PipelineGatewayDefinitionConnectionParametersArgs']]):
42413
+ pulumi.set(self, "connection_parameters", value)
42414
+
41801
42415
  @_builtins.property
41802
42416
  @pulumi.getter(name="gatewayStorageName")
41803
42417
  def gateway_storage_name(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -41811,9 +42425,33 @@ class PipelineGatewayDefinitionArgs:
41811
42425
  pulumi.set(self, "gateway_storage_name", value)
41812
42426
 
41813
42427
 
42428
+ if not MYPY:
42429
+ class PipelineGatewayDefinitionConnectionParametersArgsDict(TypedDict):
42430
+ source_catalog: NotRequired[pulumi.Input[_builtins.str]]
42431
+ elif False:
42432
+ PipelineGatewayDefinitionConnectionParametersArgsDict: TypeAlias = Mapping[str, Any]
42433
+
42434
+ @pulumi.input_type
42435
+ class PipelineGatewayDefinitionConnectionParametersArgs:
42436
+ def __init__(__self__, *,
42437
+ source_catalog: Optional[pulumi.Input[_builtins.str]] = None):
42438
+ if source_catalog is not None:
42439
+ pulumi.set(__self__, "source_catalog", source_catalog)
42440
+
42441
+ @_builtins.property
42442
+ @pulumi.getter(name="sourceCatalog")
42443
+ def source_catalog(self) -> Optional[pulumi.Input[_builtins.str]]:
42444
+ return pulumi.get(self, "source_catalog")
42445
+
42446
+ @source_catalog.setter
42447
+ def source_catalog(self, value: Optional[pulumi.Input[_builtins.str]]):
42448
+ pulumi.set(self, "source_catalog", value)
42449
+
42450
+
41814
42451
  if not MYPY:
41815
42452
  class PipelineIngestionDefinitionArgsDict(TypedDict):
41816
42453
  connection_name: NotRequired[pulumi.Input[_builtins.str]]
42454
+ ingest_from_uc_foreign_catalog: NotRequired[pulumi.Input[_builtins.bool]]
41817
42455
  ingestion_gateway_id: NotRequired[pulumi.Input[_builtins.str]]
41818
42456
  netsuite_jar_path: NotRequired[pulumi.Input[_builtins.str]]
41819
42457
  objects: NotRequired[pulumi.Input[Sequence[pulumi.Input['PipelineIngestionDefinitionObjectArgsDict']]]]
@@ -41827,6 +42465,7 @@ elif False:
41827
42465
  class PipelineIngestionDefinitionArgs:
41828
42466
  def __init__(__self__, *,
41829
42467
  connection_name: Optional[pulumi.Input[_builtins.str]] = None,
42468
+ ingest_from_uc_foreign_catalog: Optional[pulumi.Input[_builtins.bool]] = None,
41830
42469
  ingestion_gateway_id: Optional[pulumi.Input[_builtins.str]] = None,
41831
42470
  netsuite_jar_path: Optional[pulumi.Input[_builtins.str]] = None,
41832
42471
  objects: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineIngestionDefinitionObjectArgs']]]] = None,
@@ -41835,6 +42474,8 @@ class PipelineIngestionDefinitionArgs:
41835
42474
  table_configuration: Optional[pulumi.Input['PipelineIngestionDefinitionTableConfigurationArgs']] = None):
41836
42475
  if connection_name is not None:
41837
42476
  pulumi.set(__self__, "connection_name", connection_name)
42477
+ if ingest_from_uc_foreign_catalog is not None:
42478
+ pulumi.set(__self__, "ingest_from_uc_foreign_catalog", ingest_from_uc_foreign_catalog)
41838
42479
  if ingestion_gateway_id is not None:
41839
42480
  pulumi.set(__self__, "ingestion_gateway_id", ingestion_gateway_id)
41840
42481
  if netsuite_jar_path is not None:
@@ -41857,6 +42498,15 @@ class PipelineIngestionDefinitionArgs:
41857
42498
  def connection_name(self, value: Optional[pulumi.Input[_builtins.str]]):
41858
42499
  pulumi.set(self, "connection_name", value)
41859
42500
 
42501
+ @_builtins.property
42502
+ @pulumi.getter(name="ingestFromUcForeignCatalog")
42503
+ def ingest_from_uc_foreign_catalog(self) -> Optional[pulumi.Input[_builtins.bool]]:
42504
+ return pulumi.get(self, "ingest_from_uc_foreign_catalog")
42505
+
42506
+ @ingest_from_uc_foreign_catalog.setter
42507
+ def ingest_from_uc_foreign_catalog(self, value: Optional[pulumi.Input[_builtins.bool]]):
42508
+ pulumi.set(self, "ingest_from_uc_foreign_catalog", value)
42509
+
41860
42510
  @_builtins.property
41861
42511
  @pulumi.getter(name="ingestionGatewayId")
41862
42512
  def ingestion_gateway_id(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -42960,7 +43610,7 @@ if not MYPY:
42960
43610
  class PipelineIngestionDefinitionSourceConfigurationArgsDict(TypedDict):
42961
43611
  catalog: NotRequired[pulumi.Input['PipelineIngestionDefinitionSourceConfigurationCatalogArgsDict']]
42962
43612
  """
42963
- The name of catalog in Unity Catalog. *Change of this parameter forces recreation of the pipeline.* (Conflicts with `storage`).
43613
+ The name of default catalog in Unity Catalog. *Change of this parameter forces recreation of the pipeline if you switch from `storage` to `catalog` or vice versa. If pipeline was already created with `catalog` set, the value could be changed.* (Conflicts with `storage`).
42964
43614
  """
42965
43615
  elif False:
42966
43616
  PipelineIngestionDefinitionSourceConfigurationArgsDict: TypeAlias = Mapping[str, Any]
@@ -42970,7 +43620,7 @@ class PipelineIngestionDefinitionSourceConfigurationArgs:
42970
43620
  def __init__(__self__, *,
42971
43621
  catalog: Optional[pulumi.Input['PipelineIngestionDefinitionSourceConfigurationCatalogArgs']] = None):
42972
43622
  """
42973
- :param pulumi.Input['PipelineIngestionDefinitionSourceConfigurationCatalogArgs'] catalog: The name of catalog in Unity Catalog. *Change of this parameter forces recreation of the pipeline.* (Conflicts with `storage`).
43623
+ :param pulumi.Input['PipelineIngestionDefinitionSourceConfigurationCatalogArgs'] catalog: The name of default catalog in Unity Catalog. *Change of this parameter forces recreation of the pipeline if you switch from `storage` to `catalog` or vice versa. If pipeline was already created with `catalog` set, the value could be changed.* (Conflicts with `storage`).
42974
43624
  """
42975
43625
  if catalog is not None:
42976
43626
  pulumi.set(__self__, "catalog", catalog)
@@ -42979,7 +43629,7 @@ class PipelineIngestionDefinitionSourceConfigurationArgs:
42979
43629
  @pulumi.getter
42980
43630
  def catalog(self) -> Optional[pulumi.Input['PipelineIngestionDefinitionSourceConfigurationCatalogArgs']]:
42981
43631
  """
42982
- The name of catalog in Unity Catalog. *Change of this parameter forces recreation of the pipeline.* (Conflicts with `storage`).
43632
+ The name of default catalog in Unity Catalog. *Change of this parameter forces recreation of the pipeline if you switch from `storage` to `catalog` or vice versa. If pipeline was already created with `catalog` set, the value could be changed.* (Conflicts with `storage`).
42983
43633
  """
42984
43634
  return pulumi.get(self, "catalog")
42985
43635
 
@@ -46185,7 +46835,7 @@ if not MYPY:
46185
46835
  class ShareObjectArgsDict(TypedDict):
46186
46836
  data_object_type: pulumi.Input[_builtins.str]
46187
46837
  """
46188
- Type of the data object, currently `TABLE`, `VIEW`, `SCHEMA`, `VOLUME`, and `MODEL` are supported.
46838
+ Type of the data object. Supported types: `TABLE`, `FOREIGN_TABLE`, `SCHEMA`, `VIEW`, `MATERIALIZED_VIEW`, `STREAMING_TABLE`, `MODEL`, `NOTEBOOK_FILE`, `FUNCTION`, `FEATURE_SPEC`, and `VOLUME`.
46189
46839
  """
46190
46840
  name: pulumi.Input[_builtins.str]
46191
46841
  """
@@ -46202,6 +46852,9 @@ if not MYPY:
46202
46852
  Description about the object.
46203
46853
  """
46204
46854
  content: NotRequired[pulumi.Input[_builtins.str]]
46855
+ """
46856
+ The content of the notebook file when the data object type is NOTEBOOK_FILE. This should be base64 encoded. Required for adding a NOTEBOOK_FILE, optional for updating, ignored for other types.
46857
+ """
46205
46858
  effective_cdf_enabled: NotRequired[pulumi.Input[_builtins.bool]]
46206
46859
  effective_history_data_sharing_status: NotRequired[pulumi.Input[_builtins.str]]
46207
46860
  effective_shared_as: NotRequired[pulumi.Input[_builtins.str]]
@@ -46214,6 +46867,9 @@ if not MYPY:
46214
46867
  To share only part of a table when you add the table to a share, you can provide partition specifications. This is specified by a number of `partition` blocks. Each entry in `partition` block takes a list of `value` blocks. The field is documented below.
46215
46868
  """
46216
46869
  partitions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ShareObjectPartitionArgsDict']]]]
46870
+ """
46871
+ Array of partitions for the shared data.
46872
+ """
46217
46873
  shared_as: NotRequired[pulumi.Input[_builtins.str]]
46218
46874
  """
46219
46875
  A user-provided new name for the data object within the share. If this new name is not provided, the object's original name will be used as the `shared_as` name. The `shared_as` name must be unique within a Share. Change forces creation of a new resource.
@@ -46252,13 +46908,15 @@ class ShareObjectArgs:
46252
46908
  status: Optional[pulumi.Input[_builtins.str]] = None,
46253
46909
  string_shared_as: Optional[pulumi.Input[_builtins.str]] = None):
46254
46910
  """
46255
- :param pulumi.Input[_builtins.str] data_object_type: Type of the data object, currently `TABLE`, `VIEW`, `SCHEMA`, `VOLUME`, and `MODEL` are supported.
46911
+ :param pulumi.Input[_builtins.str] data_object_type: Type of the data object. Supported types: `TABLE`, `FOREIGN_TABLE`, `SCHEMA`, `VIEW`, `MATERIALIZED_VIEW`, `STREAMING_TABLE`, `MODEL`, `NOTEBOOK_FILE`, `FUNCTION`, `FEATURE_SPEC`, and `VOLUME`.
46256
46912
  :param pulumi.Input[_builtins.str] name: Full name of the object, e.g. `catalog.schema.name` for a tables, views, volumes and models, or `catalog.schema` for schemas.
46257
46913
  :param pulumi.Input[_builtins.bool] cdf_enabled: Whether to enable Change Data Feed (cdf) on the shared object. When this field is set, field `history_data_sharing_status` can not be set.
46258
46914
  :param pulumi.Input[_builtins.str] comment: Description about the object.
46915
+ :param pulumi.Input[_builtins.str] content: The content of the notebook file when the data object type is NOTEBOOK_FILE. This should be base64 encoded. Required for adding a NOTEBOOK_FILE, optional for updating, ignored for other types.
46259
46916
  :param pulumi.Input[_builtins.str] history_data_sharing_status: Whether to enable history sharing, one of: `ENABLED`, `DISABLED`. When a table has history sharing enabled, recipients can query table data by version, starting from the current table version. If not specified, clients can only query starting from the version of the object at the time it was added to the share. *NOTE*: The start_version should be less than or equal the current version of the object. When this field is set, field `cdf_enabled` can not be set.
46260
46917
 
46261
46918
  To share only part of a table when you add the table to a share, you can provide partition specifications. This is specified by a number of `partition` blocks. Each entry in `partition` block takes a list of `value` blocks. The field is documented below.
46919
+ :param pulumi.Input[Sequence[pulumi.Input['ShareObjectPartitionArgs']]] partitions: Array of partitions for the shared data.
46262
46920
  :param pulumi.Input[_builtins.str] shared_as: A user-provided new name for the data object within the share. If this new name is not provided, the object's original name will be used as the `shared_as` name. The `shared_as` name must be unique within a Share. Change forces creation of a new resource.
46263
46921
  :param pulumi.Input[_builtins.int] start_version: The start version associated with the object for cdf. This allows data providers to control the lowest object version that is accessible by clients.
46264
46922
  :param pulumi.Input[_builtins.str] status: Status of the object, one of: `ACTIVE`, `PERMISSION_DENIED`.
@@ -46302,7 +46960,7 @@ class ShareObjectArgs:
46302
46960
  @pulumi.getter(name="dataObjectType")
46303
46961
  def data_object_type(self) -> pulumi.Input[_builtins.str]:
46304
46962
  """
46305
- Type of the data object, currently `TABLE`, `VIEW`, `SCHEMA`, `VOLUME`, and `MODEL` are supported.
46963
+ Type of the data object. Supported types: `TABLE`, `FOREIGN_TABLE`, `SCHEMA`, `VIEW`, `MATERIALIZED_VIEW`, `STREAMING_TABLE`, `MODEL`, `NOTEBOOK_FILE`, `FUNCTION`, `FEATURE_SPEC`, and `VOLUME`.
46306
46964
  """
46307
46965
  return pulumi.get(self, "data_object_type")
46308
46966
 
@@ -46367,6 +47025,9 @@ class ShareObjectArgs:
46367
47025
  @_builtins.property
46368
47026
  @pulumi.getter
46369
47027
  def content(self) -> Optional[pulumi.Input[_builtins.str]]:
47028
+ """
47029
+ The content of the notebook file when the data object type is NOTEBOOK_FILE. This should be base64 encoded. Required for adding a NOTEBOOK_FILE, optional for updating, ignored for other types.
47030
+ """
46370
47031
  return pulumi.get(self, "content")
46371
47032
 
46372
47033
  @content.setter
@@ -46435,6 +47096,9 @@ class ShareObjectArgs:
46435
47096
  @_builtins.property
46436
47097
  @pulumi.getter
46437
47098
  def partitions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ShareObjectPartitionArgs']]]]:
47099
+ """
47100
+ Array of partitions for the shared data.
47101
+ """
46438
47102
  return pulumi.get(self, "partitions")
46439
47103
 
46440
47104
  @partitions.setter
@@ -73167,6 +73831,37 @@ class GetNodeTypeProviderConfigArgs:
73167
73831
  pulumi.set(self, "workspace_id", value)
73168
73832
 
73169
73833
 
73834
+ if not MYPY:
73835
+ class GetNotebookProviderConfigArgsDict(TypedDict):
73836
+ workspace_id: _builtins.str
73837
+ """
73838
+ Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
73839
+ """
73840
+ elif False:
73841
+ GetNotebookProviderConfigArgsDict: TypeAlias = Mapping[str, Any]
73842
+
73843
+ @pulumi.input_type
73844
+ class GetNotebookProviderConfigArgs:
73845
+ def __init__(__self__, *,
73846
+ workspace_id: _builtins.str):
73847
+ """
73848
+ :param _builtins.str workspace_id: Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
73849
+ """
73850
+ pulumi.set(__self__, "workspace_id", workspace_id)
73851
+
73852
+ @_builtins.property
73853
+ @pulumi.getter(name="workspaceId")
73854
+ def workspace_id(self) -> _builtins.str:
73855
+ """
73856
+ Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
73857
+ """
73858
+ return pulumi.get(self, "workspace_id")
73859
+
73860
+ @workspace_id.setter
73861
+ def workspace_id(self, value: _builtins.str):
73862
+ pulumi.set(self, "workspace_id", value)
73863
+
73864
+
73170
73865
  if not MYPY:
73171
73866
  class GetNotificationDestinationsProviderConfigArgsDict(TypedDict):
73172
73867
  workspace_id: _builtins.str
@@ -74857,6 +75552,201 @@ class GetSchemasProviderConfigArgs:
74857
75552
  pulumi.set(self, "workspace_id", value)
74858
75553
 
74859
75554
 
75555
+ if not MYPY:
75556
+ class GetServicePrincipalsServicePrincipalArgsDict(TypedDict):
75557
+ acl_principal_id: _builtins.str
75558
+ """
75559
+ identifier for use in databricks_access_control_rule_set, e.g. `servicePrincipals/00000000-0000-0000-0000-000000000000`.
75560
+ """
75561
+ active: _builtins.bool
75562
+ """
75563
+ Whether service principal is active or not.
75564
+ """
75565
+ application_id: _builtins.str
75566
+ """
75567
+ Application ID of the service principal.
75568
+ """
75569
+ display_name: _builtins.str
75570
+ """
75571
+ Display name of the service principal, e.g. `Foo SPN`.
75572
+ """
75573
+ external_id: _builtins.str
75574
+ """
75575
+ ID of the service principal in an external identity provider.
75576
+ """
75577
+ home: _builtins.str
75578
+ """
75579
+ Home folder of the service principal, e.g. `/Users/11111111-2222-3333-4444-555666777888`.
75580
+ """
75581
+ id: _builtins.str
75582
+ """
75583
+ The id of the service principal (SCIM ID).
75584
+ """
75585
+ repos: _builtins.str
75586
+ """
75587
+ Repos location of the service principal, e.g. `/Repos/11111111-2222-3333-4444-555666777888`.
75588
+ """
75589
+ scim_id: _builtins.str
75590
+ """
75591
+ same as `id`.
75592
+ """
75593
+ sp_id: _builtins.str
75594
+ elif False:
75595
+ GetServicePrincipalsServicePrincipalArgsDict: TypeAlias = Mapping[str, Any]
75596
+
75597
+ @pulumi.input_type
75598
+ class GetServicePrincipalsServicePrincipalArgs:
75599
+ def __init__(__self__, *,
75600
+ acl_principal_id: _builtins.str,
75601
+ active: _builtins.bool,
75602
+ application_id: _builtins.str,
75603
+ display_name: _builtins.str,
75604
+ external_id: _builtins.str,
75605
+ home: _builtins.str,
75606
+ id: _builtins.str,
75607
+ repos: _builtins.str,
75608
+ scim_id: _builtins.str,
75609
+ sp_id: _builtins.str):
75610
+ """
75611
+ :param _builtins.str acl_principal_id: identifier for use in databricks_access_control_rule_set, e.g. `servicePrincipals/00000000-0000-0000-0000-000000000000`.
75612
+ :param _builtins.bool active: Whether service principal is active or not.
75613
+ :param _builtins.str application_id: Application ID of the service principal.
75614
+ :param _builtins.str display_name: Display name of the service principal, e.g. `Foo SPN`.
75615
+ :param _builtins.str external_id: ID of the service principal in an external identity provider.
75616
+ :param _builtins.str home: Home folder of the service principal, e.g. `/Users/11111111-2222-3333-4444-555666777888`.
75617
+ :param _builtins.str id: The id of the service principal (SCIM ID).
75618
+ :param _builtins.str repos: Repos location of the service principal, e.g. `/Repos/11111111-2222-3333-4444-555666777888`.
75619
+ :param _builtins.str scim_id: same as `id`.
75620
+ """
75621
+ pulumi.set(__self__, "acl_principal_id", acl_principal_id)
75622
+ pulumi.set(__self__, "active", active)
75623
+ pulumi.set(__self__, "application_id", application_id)
75624
+ pulumi.set(__self__, "display_name", display_name)
75625
+ pulumi.set(__self__, "external_id", external_id)
75626
+ pulumi.set(__self__, "home", home)
75627
+ pulumi.set(__self__, "id", id)
75628
+ pulumi.set(__self__, "repos", repos)
75629
+ pulumi.set(__self__, "scim_id", scim_id)
75630
+ pulumi.set(__self__, "sp_id", sp_id)
75631
+
75632
+ @_builtins.property
75633
+ @pulumi.getter(name="aclPrincipalId")
75634
+ def acl_principal_id(self) -> _builtins.str:
75635
+ """
75636
+ identifier for use in databricks_access_control_rule_set, e.g. `servicePrincipals/00000000-0000-0000-0000-000000000000`.
75637
+ """
75638
+ return pulumi.get(self, "acl_principal_id")
75639
+
75640
+ @acl_principal_id.setter
75641
+ def acl_principal_id(self, value: _builtins.str):
75642
+ pulumi.set(self, "acl_principal_id", value)
75643
+
75644
+ @_builtins.property
75645
+ @pulumi.getter
75646
+ def active(self) -> _builtins.bool:
75647
+ """
75648
+ Whether service principal is active or not.
75649
+ """
75650
+ return pulumi.get(self, "active")
75651
+
75652
+ @active.setter
75653
+ def active(self, value: _builtins.bool):
75654
+ pulumi.set(self, "active", value)
75655
+
75656
+ @_builtins.property
75657
+ @pulumi.getter(name="applicationId")
75658
+ def application_id(self) -> _builtins.str:
75659
+ """
75660
+ Application ID of the service principal.
75661
+ """
75662
+ return pulumi.get(self, "application_id")
75663
+
75664
+ @application_id.setter
75665
+ def application_id(self, value: _builtins.str):
75666
+ pulumi.set(self, "application_id", value)
75667
+
75668
+ @_builtins.property
75669
+ @pulumi.getter(name="displayName")
75670
+ def display_name(self) -> _builtins.str:
75671
+ """
75672
+ Display name of the service principal, e.g. `Foo SPN`.
75673
+ """
75674
+ return pulumi.get(self, "display_name")
75675
+
75676
+ @display_name.setter
75677
+ def display_name(self, value: _builtins.str):
75678
+ pulumi.set(self, "display_name", value)
75679
+
75680
+ @_builtins.property
75681
+ @pulumi.getter(name="externalId")
75682
+ def external_id(self) -> _builtins.str:
75683
+ """
75684
+ ID of the service principal in an external identity provider.
75685
+ """
75686
+ return pulumi.get(self, "external_id")
75687
+
75688
+ @external_id.setter
75689
+ def external_id(self, value: _builtins.str):
75690
+ pulumi.set(self, "external_id", value)
75691
+
75692
+ @_builtins.property
75693
+ @pulumi.getter
75694
+ def home(self) -> _builtins.str:
75695
+ """
75696
+ Home folder of the service principal, e.g. `/Users/11111111-2222-3333-4444-555666777888`.
75697
+ """
75698
+ return pulumi.get(self, "home")
75699
+
75700
+ @home.setter
75701
+ def home(self, value: _builtins.str):
75702
+ pulumi.set(self, "home", value)
75703
+
75704
+ @_builtins.property
75705
+ @pulumi.getter
75706
+ def id(self) -> _builtins.str:
75707
+ """
75708
+ The id of the service principal (SCIM ID).
75709
+ """
75710
+ return pulumi.get(self, "id")
75711
+
75712
+ @id.setter
75713
+ def id(self, value: _builtins.str):
75714
+ pulumi.set(self, "id", value)
75715
+
75716
+ @_builtins.property
75717
+ @pulumi.getter
75718
+ def repos(self) -> _builtins.str:
75719
+ """
75720
+ Repos location of the service principal, e.g. `/Repos/11111111-2222-3333-4444-555666777888`.
75721
+ """
75722
+ return pulumi.get(self, "repos")
75723
+
75724
+ @repos.setter
75725
+ def repos(self, value: _builtins.str):
75726
+ pulumi.set(self, "repos", value)
75727
+
75728
+ @_builtins.property
75729
+ @pulumi.getter(name="scimId")
75730
+ def scim_id(self) -> _builtins.str:
75731
+ """
75732
+ same as `id`.
75733
+ """
75734
+ return pulumi.get(self, "scim_id")
75735
+
75736
+ @scim_id.setter
75737
+ def scim_id(self, value: _builtins.str):
75738
+ pulumi.set(self, "scim_id", value)
75739
+
75740
+ @_builtins.property
75741
+ @pulumi.getter(name="spId")
75742
+ def sp_id(self) -> _builtins.str:
75743
+ return pulumi.get(self, "sp_id")
75744
+
75745
+ @sp_id.setter
75746
+ def sp_id(self, value: _builtins.str):
75747
+ pulumi.set(self, "sp_id", value)
75748
+
75749
+
74860
75750
  if not MYPY:
74861
75751
  class GetServingEndpointsEndpointArgsDict(TypedDict):
74862
75752
  ai_gateways: NotRequired[Sequence['GetServingEndpointsEndpointAiGatewayArgsDict']]
@@ -79816,6 +80706,565 @@ class GetTablesProviderConfigArgs:
79816
80706
  pulumi.set(self, "workspace_id", value)
79817
80707
 
79818
80708
 
80709
+ if not MYPY:
80710
+ class GetUsersUserArgsDict(TypedDict):
80711
+ active: NotRequired[_builtins.bool]
80712
+ """
80713
+ Boolean that represents if this user is active.
80714
+ """
80715
+ display_name: NotRequired[_builtins.str]
80716
+ emails: NotRequired[Sequence['GetUsersUserEmailArgsDict']]
80717
+ """
80718
+ All the emails associated with the Databricks user.
80719
+ """
80720
+ entitlements: NotRequired[Sequence['GetUsersUserEntitlementArgsDict']]
80721
+ """
80722
+ Entitlements assigned to the user.
80723
+ """
80724
+ external_id: NotRequired[_builtins.str]
80725
+ groups: NotRequired[Sequence['GetUsersUserGroupArgsDict']]
80726
+ """
80727
+ Indicates if the user is part of any groups.
80728
+ """
80729
+ id: NotRequired[_builtins.str]
80730
+ """
80731
+ The ID of the user.
80732
+ - `userName` - The username of the user.
80733
+ """
80734
+ name: NotRequired['GetUsersUserNameArgsDict']
80735
+ """
80736
+ - `givenName` - Given name of the Databricks user.
80737
+ - `familyName` - Family name of the Databricks user.
80738
+ - `displayName` - The display name of the user.
80739
+ """
80740
+ roles: NotRequired[Sequence['GetUsersUserRoleArgsDict']]
80741
+ """
80742
+ Indicates if the user has any associated roles.
80743
+ """
80744
+ schemas: NotRequired[Sequence[_builtins.str]]
80745
+ """
80746
+ The schema of the user.
80747
+ - `externalId` - Reserved for future use.
80748
+ """
80749
+ user_name: NotRequired[_builtins.str]
80750
+ elif False:
80751
+ GetUsersUserArgsDict: TypeAlias = Mapping[str, Any]
80752
+
80753
+ @pulumi.input_type
80754
+ class GetUsersUserArgs:
80755
+ def __init__(__self__, *,
80756
+ active: Optional[_builtins.bool] = None,
80757
+ display_name: Optional[_builtins.str] = None,
80758
+ emails: Optional[Sequence['GetUsersUserEmailArgs']] = None,
80759
+ entitlements: Optional[Sequence['GetUsersUserEntitlementArgs']] = None,
80760
+ external_id: Optional[_builtins.str] = None,
80761
+ groups: Optional[Sequence['GetUsersUserGroupArgs']] = None,
80762
+ id: Optional[_builtins.str] = None,
80763
+ name: Optional['GetUsersUserNameArgs'] = None,
80764
+ roles: Optional[Sequence['GetUsersUserRoleArgs']] = None,
80765
+ schemas: Optional[Sequence[_builtins.str]] = None,
80766
+ user_name: Optional[_builtins.str] = None):
80767
+ """
80768
+ :param _builtins.bool active: Boolean that represents if this user is active.
80769
+ :param Sequence['GetUsersUserEmailArgs'] emails: All the emails associated with the Databricks user.
80770
+ :param Sequence['GetUsersUserEntitlementArgs'] entitlements: Entitlements assigned to the user.
80771
+ :param Sequence['GetUsersUserGroupArgs'] groups: Indicates if the user is part of any groups.
80772
+ :param _builtins.str id: The ID of the user.
80773
+ - `userName` - The username of the user.
80774
+ :param 'GetUsersUserNameArgs' name: - `givenName` - Given name of the Databricks user.
80775
+ - `familyName` - Family name of the Databricks user.
80776
+ - `displayName` - The display name of the user.
80777
+ :param Sequence['GetUsersUserRoleArgs'] roles: Indicates if the user has any associated roles.
80778
+ :param Sequence[_builtins.str] schemas: The schema of the user.
80779
+ - `externalId` - Reserved for future use.
80780
+ """
80781
+ if active is not None:
80782
+ pulumi.set(__self__, "active", active)
80783
+ if display_name is not None:
80784
+ pulumi.set(__self__, "display_name", display_name)
80785
+ if emails is not None:
80786
+ pulumi.set(__self__, "emails", emails)
80787
+ if entitlements is not None:
80788
+ pulumi.set(__self__, "entitlements", entitlements)
80789
+ if external_id is not None:
80790
+ pulumi.set(__self__, "external_id", external_id)
80791
+ if groups is not None:
80792
+ pulumi.set(__self__, "groups", groups)
80793
+ if id is not None:
80794
+ pulumi.set(__self__, "id", id)
80795
+ if name is not None:
80796
+ pulumi.set(__self__, "name", name)
80797
+ if roles is not None:
80798
+ pulumi.set(__self__, "roles", roles)
80799
+ if schemas is not None:
80800
+ pulumi.set(__self__, "schemas", schemas)
80801
+ if user_name is not None:
80802
+ pulumi.set(__self__, "user_name", user_name)
80803
+
80804
+ @_builtins.property
80805
+ @pulumi.getter
80806
+ def active(self) -> Optional[_builtins.bool]:
80807
+ """
80808
+ Boolean that represents if this user is active.
80809
+ """
80810
+ return pulumi.get(self, "active")
80811
+
80812
+ @active.setter
80813
+ def active(self, value: Optional[_builtins.bool]):
80814
+ pulumi.set(self, "active", value)
80815
+
80816
+ @_builtins.property
80817
+ @pulumi.getter(name="displayName")
80818
+ def display_name(self) -> Optional[_builtins.str]:
80819
+ return pulumi.get(self, "display_name")
80820
+
80821
+ @display_name.setter
80822
+ def display_name(self, value: Optional[_builtins.str]):
80823
+ pulumi.set(self, "display_name", value)
80824
+
80825
+ @_builtins.property
80826
+ @pulumi.getter
80827
+ def emails(self) -> Optional[Sequence['GetUsersUserEmailArgs']]:
80828
+ """
80829
+ All the emails associated with the Databricks user.
80830
+ """
80831
+ return pulumi.get(self, "emails")
80832
+
80833
+ @emails.setter
80834
+ def emails(self, value: Optional[Sequence['GetUsersUserEmailArgs']]):
80835
+ pulumi.set(self, "emails", value)
80836
+
80837
+ @_builtins.property
80838
+ @pulumi.getter
80839
+ def entitlements(self) -> Optional[Sequence['GetUsersUserEntitlementArgs']]:
80840
+ """
80841
+ Entitlements assigned to the user.
80842
+ """
80843
+ return pulumi.get(self, "entitlements")
80844
+
80845
+ @entitlements.setter
80846
+ def entitlements(self, value: Optional[Sequence['GetUsersUserEntitlementArgs']]):
80847
+ pulumi.set(self, "entitlements", value)
80848
+
80849
+ @_builtins.property
80850
+ @pulumi.getter(name="externalId")
80851
+ def external_id(self) -> Optional[_builtins.str]:
80852
+ return pulumi.get(self, "external_id")
80853
+
80854
+ @external_id.setter
80855
+ def external_id(self, value: Optional[_builtins.str]):
80856
+ pulumi.set(self, "external_id", value)
80857
+
80858
+ @_builtins.property
80859
+ @pulumi.getter
80860
+ def groups(self) -> Optional[Sequence['GetUsersUserGroupArgs']]:
80861
+ """
80862
+ Indicates if the user is part of any groups.
80863
+ """
80864
+ return pulumi.get(self, "groups")
80865
+
80866
+ @groups.setter
80867
+ def groups(self, value: Optional[Sequence['GetUsersUserGroupArgs']]):
80868
+ pulumi.set(self, "groups", value)
80869
+
80870
+ @_builtins.property
80871
+ @pulumi.getter
80872
+ def id(self) -> Optional[_builtins.str]:
80873
+ """
80874
+ The ID of the user.
80875
+ - `userName` - The username of the user.
80876
+ """
80877
+ return pulumi.get(self, "id")
80878
+
80879
+ @id.setter
80880
+ def id(self, value: Optional[_builtins.str]):
80881
+ pulumi.set(self, "id", value)
80882
+
80883
+ @_builtins.property
80884
+ @pulumi.getter
80885
+ def name(self) -> Optional['GetUsersUserNameArgs']:
80886
+ """
80887
+ - `givenName` - Given name of the Databricks user.
80888
+ - `familyName` - Family name of the Databricks user.
80889
+ - `displayName` - The display name of the user.
80890
+ """
80891
+ return pulumi.get(self, "name")
80892
+
80893
+ @name.setter
80894
+ def name(self, value: Optional['GetUsersUserNameArgs']):
80895
+ pulumi.set(self, "name", value)
80896
+
80897
+ @_builtins.property
80898
+ @pulumi.getter
80899
+ def roles(self) -> Optional[Sequence['GetUsersUserRoleArgs']]:
80900
+ """
80901
+ Indicates if the user has any associated roles.
80902
+ """
80903
+ return pulumi.get(self, "roles")
80904
+
80905
+ @roles.setter
80906
+ def roles(self, value: Optional[Sequence['GetUsersUserRoleArgs']]):
80907
+ pulumi.set(self, "roles", value)
80908
+
80909
+ @_builtins.property
80910
+ @pulumi.getter
80911
+ def schemas(self) -> Optional[Sequence[_builtins.str]]:
80912
+ """
80913
+ The schema of the user.
80914
+ - `externalId` - Reserved for future use.
80915
+ """
80916
+ return pulumi.get(self, "schemas")
80917
+
80918
+ @schemas.setter
80919
+ def schemas(self, value: Optional[Sequence[_builtins.str]]):
80920
+ pulumi.set(self, "schemas", value)
80921
+
80922
+ @_builtins.property
80923
+ @pulumi.getter(name="userName")
80924
+ def user_name(self) -> Optional[_builtins.str]:
80925
+ return pulumi.get(self, "user_name")
80926
+
80927
+ @user_name.setter
80928
+ def user_name(self, value: Optional[_builtins.str]):
80929
+ pulumi.set(self, "user_name", value)
80930
+
80931
+
80932
+ if not MYPY:
80933
+ class GetUsersUserEmailArgsDict(TypedDict):
80934
+ display: NotRequired[_builtins.str]
80935
+ primary: NotRequired[_builtins.bool]
80936
+ ref: NotRequired[_builtins.str]
80937
+ type: NotRequired[_builtins.str]
80938
+ value: NotRequired[_builtins.str]
80939
+ elif False:
80940
+ GetUsersUserEmailArgsDict: TypeAlias = Mapping[str, Any]
80941
+
80942
+ @pulumi.input_type
80943
+ class GetUsersUserEmailArgs:
80944
+ def __init__(__self__, *,
80945
+ display: Optional[_builtins.str] = None,
80946
+ primary: Optional[_builtins.bool] = None,
80947
+ ref: Optional[_builtins.str] = None,
80948
+ type: Optional[_builtins.str] = None,
80949
+ value: Optional[_builtins.str] = None):
80950
+ if display is not None:
80951
+ pulumi.set(__self__, "display", display)
80952
+ if primary is not None:
80953
+ pulumi.set(__self__, "primary", primary)
80954
+ if ref is not None:
80955
+ pulumi.set(__self__, "ref", ref)
80956
+ if type is not None:
80957
+ pulumi.set(__self__, "type", type)
80958
+ if value is not None:
80959
+ pulumi.set(__self__, "value", value)
80960
+
80961
+ @_builtins.property
80962
+ @pulumi.getter
80963
+ def display(self) -> Optional[_builtins.str]:
80964
+ return pulumi.get(self, "display")
80965
+
80966
+ @display.setter
80967
+ def display(self, value: Optional[_builtins.str]):
80968
+ pulumi.set(self, "display", value)
80969
+
80970
+ @_builtins.property
80971
+ @pulumi.getter
80972
+ def primary(self) -> Optional[_builtins.bool]:
80973
+ return pulumi.get(self, "primary")
80974
+
80975
+ @primary.setter
80976
+ def primary(self, value: Optional[_builtins.bool]):
80977
+ pulumi.set(self, "primary", value)
80978
+
80979
+ @_builtins.property
80980
+ @pulumi.getter
80981
+ def ref(self) -> Optional[_builtins.str]:
80982
+ return pulumi.get(self, "ref")
80983
+
80984
+ @ref.setter
80985
+ def ref(self, value: Optional[_builtins.str]):
80986
+ pulumi.set(self, "ref", value)
80987
+
80988
+ @_builtins.property
80989
+ @pulumi.getter
80990
+ def type(self) -> Optional[_builtins.str]:
80991
+ return pulumi.get(self, "type")
80992
+
80993
+ @type.setter
80994
+ def type(self, value: Optional[_builtins.str]):
80995
+ pulumi.set(self, "type", value)
80996
+
80997
+ @_builtins.property
80998
+ @pulumi.getter
80999
+ def value(self) -> Optional[_builtins.str]:
81000
+ return pulumi.get(self, "value")
81001
+
81002
+ @value.setter
81003
+ def value(self, value: Optional[_builtins.str]):
81004
+ pulumi.set(self, "value", value)
81005
+
81006
+
81007
+ if not MYPY:
81008
+ class GetUsersUserEntitlementArgsDict(TypedDict):
81009
+ display: NotRequired[_builtins.str]
81010
+ primary: NotRequired[_builtins.bool]
81011
+ ref: NotRequired[_builtins.str]
81012
+ type: NotRequired[_builtins.str]
81013
+ value: NotRequired[_builtins.str]
81014
+ elif False:
81015
+ GetUsersUserEntitlementArgsDict: TypeAlias = Mapping[str, Any]
81016
+
81017
+ @pulumi.input_type
81018
+ class GetUsersUserEntitlementArgs:
81019
+ def __init__(__self__, *,
81020
+ display: Optional[_builtins.str] = None,
81021
+ primary: Optional[_builtins.bool] = None,
81022
+ ref: Optional[_builtins.str] = None,
81023
+ type: Optional[_builtins.str] = None,
81024
+ value: Optional[_builtins.str] = None):
81025
+ if display is not None:
81026
+ pulumi.set(__self__, "display", display)
81027
+ if primary is not None:
81028
+ pulumi.set(__self__, "primary", primary)
81029
+ if ref is not None:
81030
+ pulumi.set(__self__, "ref", ref)
81031
+ if type is not None:
81032
+ pulumi.set(__self__, "type", type)
81033
+ if value is not None:
81034
+ pulumi.set(__self__, "value", value)
81035
+
81036
+ @_builtins.property
81037
+ @pulumi.getter
81038
+ def display(self) -> Optional[_builtins.str]:
81039
+ return pulumi.get(self, "display")
81040
+
81041
+ @display.setter
81042
+ def display(self, value: Optional[_builtins.str]):
81043
+ pulumi.set(self, "display", value)
81044
+
81045
+ @_builtins.property
81046
+ @pulumi.getter
81047
+ def primary(self) -> Optional[_builtins.bool]:
81048
+ return pulumi.get(self, "primary")
81049
+
81050
+ @primary.setter
81051
+ def primary(self, value: Optional[_builtins.bool]):
81052
+ pulumi.set(self, "primary", value)
81053
+
81054
+ @_builtins.property
81055
+ @pulumi.getter
81056
+ def ref(self) -> Optional[_builtins.str]:
81057
+ return pulumi.get(self, "ref")
81058
+
81059
+ @ref.setter
81060
+ def ref(self, value: Optional[_builtins.str]):
81061
+ pulumi.set(self, "ref", value)
81062
+
81063
+ @_builtins.property
81064
+ @pulumi.getter
81065
+ def type(self) -> Optional[_builtins.str]:
81066
+ return pulumi.get(self, "type")
81067
+
81068
+ @type.setter
81069
+ def type(self, value: Optional[_builtins.str]):
81070
+ pulumi.set(self, "type", value)
81071
+
81072
+ @_builtins.property
81073
+ @pulumi.getter
81074
+ def value(self) -> Optional[_builtins.str]:
81075
+ return pulumi.get(self, "value")
81076
+
81077
+ @value.setter
81078
+ def value(self, value: Optional[_builtins.str]):
81079
+ pulumi.set(self, "value", value)
81080
+
81081
+
81082
+ if not MYPY:
81083
+ class GetUsersUserGroupArgsDict(TypedDict):
81084
+ display: NotRequired[_builtins.str]
81085
+ primary: NotRequired[_builtins.bool]
81086
+ ref: NotRequired[_builtins.str]
81087
+ type: NotRequired[_builtins.str]
81088
+ value: NotRequired[_builtins.str]
81089
+ elif False:
81090
+ GetUsersUserGroupArgsDict: TypeAlias = Mapping[str, Any]
81091
+
81092
+ @pulumi.input_type
81093
+ class GetUsersUserGroupArgs:
81094
+ def __init__(__self__, *,
81095
+ display: Optional[_builtins.str] = None,
81096
+ primary: Optional[_builtins.bool] = None,
81097
+ ref: Optional[_builtins.str] = None,
81098
+ type: Optional[_builtins.str] = None,
81099
+ value: Optional[_builtins.str] = None):
81100
+ if display is not None:
81101
+ pulumi.set(__self__, "display", display)
81102
+ if primary is not None:
81103
+ pulumi.set(__self__, "primary", primary)
81104
+ if ref is not None:
81105
+ pulumi.set(__self__, "ref", ref)
81106
+ if type is not None:
81107
+ pulumi.set(__self__, "type", type)
81108
+ if value is not None:
81109
+ pulumi.set(__self__, "value", value)
81110
+
81111
+ @_builtins.property
81112
+ @pulumi.getter
81113
+ def display(self) -> Optional[_builtins.str]:
81114
+ return pulumi.get(self, "display")
81115
+
81116
+ @display.setter
81117
+ def display(self, value: Optional[_builtins.str]):
81118
+ pulumi.set(self, "display", value)
81119
+
81120
+ @_builtins.property
81121
+ @pulumi.getter
81122
+ def primary(self) -> Optional[_builtins.bool]:
81123
+ return pulumi.get(self, "primary")
81124
+
81125
+ @primary.setter
81126
+ def primary(self, value: Optional[_builtins.bool]):
81127
+ pulumi.set(self, "primary", value)
81128
+
81129
+ @_builtins.property
81130
+ @pulumi.getter
81131
+ def ref(self) -> Optional[_builtins.str]:
81132
+ return pulumi.get(self, "ref")
81133
+
81134
+ @ref.setter
81135
+ def ref(self, value: Optional[_builtins.str]):
81136
+ pulumi.set(self, "ref", value)
81137
+
81138
+ @_builtins.property
81139
+ @pulumi.getter
81140
+ def type(self) -> Optional[_builtins.str]:
81141
+ return pulumi.get(self, "type")
81142
+
81143
+ @type.setter
81144
+ def type(self, value: Optional[_builtins.str]):
81145
+ pulumi.set(self, "type", value)
81146
+
81147
+ @_builtins.property
81148
+ @pulumi.getter
81149
+ def value(self) -> Optional[_builtins.str]:
81150
+ return pulumi.get(self, "value")
81151
+
81152
+ @value.setter
81153
+ def value(self, value: Optional[_builtins.str]):
81154
+ pulumi.set(self, "value", value)
81155
+
81156
+
81157
+ if not MYPY:
81158
+ class GetUsersUserNameArgsDict(TypedDict):
81159
+ family_name: NotRequired[_builtins.str]
81160
+ given_name: NotRequired[_builtins.str]
81161
+ elif False:
81162
+ GetUsersUserNameArgsDict: TypeAlias = Mapping[str, Any]
81163
+
81164
+ @pulumi.input_type
81165
+ class GetUsersUserNameArgs:
81166
+ def __init__(__self__, *,
81167
+ family_name: Optional[_builtins.str] = None,
81168
+ given_name: Optional[_builtins.str] = None):
81169
+ if family_name is not None:
81170
+ pulumi.set(__self__, "family_name", family_name)
81171
+ if given_name is not None:
81172
+ pulumi.set(__self__, "given_name", given_name)
81173
+
81174
+ @_builtins.property
81175
+ @pulumi.getter(name="familyName")
81176
+ def family_name(self) -> Optional[_builtins.str]:
81177
+ return pulumi.get(self, "family_name")
81178
+
81179
+ @family_name.setter
81180
+ def family_name(self, value: Optional[_builtins.str]):
81181
+ pulumi.set(self, "family_name", value)
81182
+
81183
+ @_builtins.property
81184
+ @pulumi.getter(name="givenName")
81185
+ def given_name(self) -> Optional[_builtins.str]:
81186
+ return pulumi.get(self, "given_name")
81187
+
81188
+ @given_name.setter
81189
+ def given_name(self, value: Optional[_builtins.str]):
81190
+ pulumi.set(self, "given_name", value)
81191
+
81192
+
81193
+ if not MYPY:
81194
+ class GetUsersUserRoleArgsDict(TypedDict):
81195
+ display: NotRequired[_builtins.str]
81196
+ primary: NotRequired[_builtins.bool]
81197
+ ref: NotRequired[_builtins.str]
81198
+ type: NotRequired[_builtins.str]
81199
+ value: NotRequired[_builtins.str]
81200
+ elif False:
81201
+ GetUsersUserRoleArgsDict: TypeAlias = Mapping[str, Any]
81202
+
81203
+ @pulumi.input_type
81204
+ class GetUsersUserRoleArgs:
81205
+ def __init__(__self__, *,
81206
+ display: Optional[_builtins.str] = None,
81207
+ primary: Optional[_builtins.bool] = None,
81208
+ ref: Optional[_builtins.str] = None,
81209
+ type: Optional[_builtins.str] = None,
81210
+ value: Optional[_builtins.str] = None):
81211
+ if display is not None:
81212
+ pulumi.set(__self__, "display", display)
81213
+ if primary is not None:
81214
+ pulumi.set(__self__, "primary", primary)
81215
+ if ref is not None:
81216
+ pulumi.set(__self__, "ref", ref)
81217
+ if type is not None:
81218
+ pulumi.set(__self__, "type", type)
81219
+ if value is not None:
81220
+ pulumi.set(__self__, "value", value)
81221
+
81222
+ @_builtins.property
81223
+ @pulumi.getter
81224
+ def display(self) -> Optional[_builtins.str]:
81225
+ return pulumi.get(self, "display")
81226
+
81227
+ @display.setter
81228
+ def display(self, value: Optional[_builtins.str]):
81229
+ pulumi.set(self, "display", value)
81230
+
81231
+ @_builtins.property
81232
+ @pulumi.getter
81233
+ def primary(self) -> Optional[_builtins.bool]:
81234
+ return pulumi.get(self, "primary")
81235
+
81236
+ @primary.setter
81237
+ def primary(self, value: Optional[_builtins.bool]):
81238
+ pulumi.set(self, "primary", value)
81239
+
81240
+ @_builtins.property
81241
+ @pulumi.getter
81242
+ def ref(self) -> Optional[_builtins.str]:
81243
+ return pulumi.get(self, "ref")
81244
+
81245
+ @ref.setter
81246
+ def ref(self, value: Optional[_builtins.str]):
81247
+ pulumi.set(self, "ref", value)
81248
+
81249
+ @_builtins.property
81250
+ @pulumi.getter
81251
+ def type(self) -> Optional[_builtins.str]:
81252
+ return pulumi.get(self, "type")
81253
+
81254
+ @type.setter
81255
+ def type(self, value: Optional[_builtins.str]):
81256
+ pulumi.set(self, "type", value)
81257
+
81258
+ @_builtins.property
81259
+ @pulumi.getter
81260
+ def value(self) -> Optional[_builtins.str]:
81261
+ return pulumi.get(self, "value")
81262
+
81263
+ @value.setter
81264
+ def value(self, value: Optional[_builtins.str]):
81265
+ pulumi.set(self, "value", value)
81266
+
81267
+
79819
81268
  if not MYPY:
79820
81269
  class GetViewsProviderConfigArgsDict(TypedDict):
79821
81270
  workspace_id: _builtins.str