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
@@ -37,7 +37,20 @@ class AccountSettingV2Args:
37
37
  string_val: Optional[pulumi.Input['AccountSettingV2StringValArgs']] = None):
38
38
  """
39
39
  The set of arguments for constructing a AccountSettingV2 resource.
40
+ :param pulumi.Input['AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs'] aibi_dashboard_embedding_access_policy: Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
41
+ :param pulumi.Input['AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs'] aibi_dashboard_embedding_approved_domains: Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
42
+ :param pulumi.Input['AccountSettingV2AutomaticClusterUpdateWorkspaceArgs'] automatic_cluster_update_workspace: Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
43
+ :param pulumi.Input['AccountSettingV2BooleanValArgs'] boolean_val: Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
44
+ :param pulumi.Input['AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs'] effective_aibi_dashboard_embedding_access_policy: Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
45
+ :param pulumi.Input['AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs'] effective_aibi_dashboard_embedding_approved_domains: Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
46
+ :param pulumi.Input['AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs'] effective_automatic_cluster_update_workspace: Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
47
+ :param pulumi.Input['AccountSettingV2EffectivePersonalComputeArgs'] effective_personal_compute: Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
48
+ :param pulumi.Input['AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs'] effective_restrict_workspace_admins: Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
49
+ :param pulumi.Input['AccountSettingV2IntegerValArgs'] integer_val: Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
40
50
  :param pulumi.Input[_builtins.str] name: Name of the setting
51
+ :param pulumi.Input['AccountSettingV2PersonalComputeArgs'] personal_compute: Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
52
+ :param pulumi.Input['AccountSettingV2RestrictWorkspaceAdminsArgs'] restrict_workspace_admins: Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
53
+ :param pulumi.Input['AccountSettingV2StringValArgs'] string_val: Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
41
54
  """
42
55
  if aibi_dashboard_embedding_access_policy is not None:
43
56
  pulumi.set(__self__, "aibi_dashboard_embedding_access_policy", aibi_dashboard_embedding_access_policy)
@@ -71,6 +84,9 @@ class AccountSettingV2Args:
71
84
  @_builtins.property
72
85
  @pulumi.getter(name="aibiDashboardEmbeddingAccessPolicy")
73
86
  def aibi_dashboard_embedding_access_policy(self) -> Optional[pulumi.Input['AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs']]:
87
+ """
88
+ Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
89
+ """
74
90
  return pulumi.get(self, "aibi_dashboard_embedding_access_policy")
75
91
 
76
92
  @aibi_dashboard_embedding_access_policy.setter
@@ -80,6 +96,9 @@ class AccountSettingV2Args:
80
96
  @_builtins.property
81
97
  @pulumi.getter(name="aibiDashboardEmbeddingApprovedDomains")
82
98
  def aibi_dashboard_embedding_approved_domains(self) -> Optional[pulumi.Input['AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs']]:
99
+ """
100
+ Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
101
+ """
83
102
  return pulumi.get(self, "aibi_dashboard_embedding_approved_domains")
84
103
 
85
104
  @aibi_dashboard_embedding_approved_domains.setter
@@ -89,6 +108,9 @@ class AccountSettingV2Args:
89
108
  @_builtins.property
90
109
  @pulumi.getter(name="automaticClusterUpdateWorkspace")
91
110
  def automatic_cluster_update_workspace(self) -> Optional[pulumi.Input['AccountSettingV2AutomaticClusterUpdateWorkspaceArgs']]:
111
+ """
112
+ Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
113
+ """
92
114
  return pulumi.get(self, "automatic_cluster_update_workspace")
93
115
 
94
116
  @automatic_cluster_update_workspace.setter
@@ -98,6 +120,9 @@ class AccountSettingV2Args:
98
120
  @_builtins.property
99
121
  @pulumi.getter(name="booleanVal")
100
122
  def boolean_val(self) -> Optional[pulumi.Input['AccountSettingV2BooleanValArgs']]:
123
+ """
124
+ Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
125
+ """
101
126
  return pulumi.get(self, "boolean_val")
102
127
 
103
128
  @boolean_val.setter
@@ -107,6 +132,9 @@ class AccountSettingV2Args:
107
132
  @_builtins.property
108
133
  @pulumi.getter(name="effectiveAibiDashboardEmbeddingAccessPolicy")
109
134
  def effective_aibi_dashboard_embedding_access_policy(self) -> Optional[pulumi.Input['AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs']]:
135
+ """
136
+ Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
137
+ """
110
138
  return pulumi.get(self, "effective_aibi_dashboard_embedding_access_policy")
111
139
 
112
140
  @effective_aibi_dashboard_embedding_access_policy.setter
@@ -116,6 +144,9 @@ class AccountSettingV2Args:
116
144
  @_builtins.property
117
145
  @pulumi.getter(name="effectiveAibiDashboardEmbeddingApprovedDomains")
118
146
  def effective_aibi_dashboard_embedding_approved_domains(self) -> Optional[pulumi.Input['AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs']]:
147
+ """
148
+ Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
149
+ """
119
150
  return pulumi.get(self, "effective_aibi_dashboard_embedding_approved_domains")
120
151
 
121
152
  @effective_aibi_dashboard_embedding_approved_domains.setter
@@ -125,6 +156,9 @@ class AccountSettingV2Args:
125
156
  @_builtins.property
126
157
  @pulumi.getter(name="effectiveAutomaticClusterUpdateWorkspace")
127
158
  def effective_automatic_cluster_update_workspace(self) -> Optional[pulumi.Input['AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs']]:
159
+ """
160
+ Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
161
+ """
128
162
  return pulumi.get(self, "effective_automatic_cluster_update_workspace")
129
163
 
130
164
  @effective_automatic_cluster_update_workspace.setter
@@ -134,6 +168,9 @@ class AccountSettingV2Args:
134
168
  @_builtins.property
135
169
  @pulumi.getter(name="effectivePersonalCompute")
136
170
  def effective_personal_compute(self) -> Optional[pulumi.Input['AccountSettingV2EffectivePersonalComputeArgs']]:
171
+ """
172
+ Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
173
+ """
137
174
  return pulumi.get(self, "effective_personal_compute")
138
175
 
139
176
  @effective_personal_compute.setter
@@ -143,6 +180,9 @@ class AccountSettingV2Args:
143
180
  @_builtins.property
144
181
  @pulumi.getter(name="effectiveRestrictWorkspaceAdmins")
145
182
  def effective_restrict_workspace_admins(self) -> Optional[pulumi.Input['AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs']]:
183
+ """
184
+ Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
185
+ """
146
186
  return pulumi.get(self, "effective_restrict_workspace_admins")
147
187
 
148
188
  @effective_restrict_workspace_admins.setter
@@ -152,6 +192,9 @@ class AccountSettingV2Args:
152
192
  @_builtins.property
153
193
  @pulumi.getter(name="integerVal")
154
194
  def integer_val(self) -> Optional[pulumi.Input['AccountSettingV2IntegerValArgs']]:
195
+ """
196
+ Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
197
+ """
155
198
  return pulumi.get(self, "integer_val")
156
199
 
157
200
  @integer_val.setter
@@ -173,6 +216,9 @@ class AccountSettingV2Args:
173
216
  @_builtins.property
174
217
  @pulumi.getter(name="personalCompute")
175
218
  def personal_compute(self) -> Optional[pulumi.Input['AccountSettingV2PersonalComputeArgs']]:
219
+ """
220
+ Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
221
+ """
176
222
  return pulumi.get(self, "personal_compute")
177
223
 
178
224
  @personal_compute.setter
@@ -182,6 +228,9 @@ class AccountSettingV2Args:
182
228
  @_builtins.property
183
229
  @pulumi.getter(name="restrictWorkspaceAdmins")
184
230
  def restrict_workspace_admins(self) -> Optional[pulumi.Input['AccountSettingV2RestrictWorkspaceAdminsArgs']]:
231
+ """
232
+ Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
233
+ """
185
234
  return pulumi.get(self, "restrict_workspace_admins")
186
235
 
187
236
  @restrict_workspace_admins.setter
@@ -191,6 +240,9 @@ class AccountSettingV2Args:
191
240
  @_builtins.property
192
241
  @pulumi.getter(name="stringVal")
193
242
  def string_val(self) -> Optional[pulumi.Input['AccountSettingV2StringValArgs']]:
243
+ """
244
+ Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
245
+ """
194
246
  return pulumi.get(self, "string_val")
195
247
 
196
248
  @string_val.setter
@@ -220,10 +272,23 @@ class _AccountSettingV2State:
220
272
  string_val: Optional[pulumi.Input['AccountSettingV2StringValArgs']] = None):
221
273
  """
222
274
  Input properties used for looking up and filtering AccountSettingV2 resources.
223
- :param pulumi.Input['AccountSettingV2EffectiveBooleanValArgs'] effective_boolean_val: (BooleanMessage)
224
- :param pulumi.Input['AccountSettingV2EffectiveIntegerValArgs'] effective_integer_val: (IntegerMessage)
225
- :param pulumi.Input['AccountSettingV2EffectiveStringValArgs'] effective_string_val: (StringMessage)
275
+ :param pulumi.Input['AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs'] aibi_dashboard_embedding_access_policy: Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
276
+ :param pulumi.Input['AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs'] aibi_dashboard_embedding_approved_domains: Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
277
+ :param pulumi.Input['AccountSettingV2AutomaticClusterUpdateWorkspaceArgs'] automatic_cluster_update_workspace: Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
278
+ :param pulumi.Input['AccountSettingV2BooleanValArgs'] boolean_val: Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
279
+ :param pulumi.Input['AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs'] effective_aibi_dashboard_embedding_access_policy: Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
280
+ :param pulumi.Input['AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs'] effective_aibi_dashboard_embedding_approved_domains: Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
281
+ :param pulumi.Input['AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs'] effective_automatic_cluster_update_workspace: Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
282
+ :param pulumi.Input['AccountSettingV2EffectiveBooleanValArgs'] effective_boolean_val: (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
283
+ :param pulumi.Input['AccountSettingV2EffectiveIntegerValArgs'] effective_integer_val: (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
284
+ :param pulumi.Input['AccountSettingV2EffectivePersonalComputeArgs'] effective_personal_compute: Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
285
+ :param pulumi.Input['AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs'] effective_restrict_workspace_admins: Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
286
+ :param pulumi.Input['AccountSettingV2EffectiveStringValArgs'] effective_string_val: (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
287
+ :param pulumi.Input['AccountSettingV2IntegerValArgs'] integer_val: Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
226
288
  :param pulumi.Input[_builtins.str] name: Name of the setting
289
+ :param pulumi.Input['AccountSettingV2PersonalComputeArgs'] personal_compute: Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
290
+ :param pulumi.Input['AccountSettingV2RestrictWorkspaceAdminsArgs'] restrict_workspace_admins: Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
291
+ :param pulumi.Input['AccountSettingV2StringValArgs'] string_val: Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
227
292
  """
228
293
  if aibi_dashboard_embedding_access_policy is not None:
229
294
  pulumi.set(__self__, "aibi_dashboard_embedding_access_policy", aibi_dashboard_embedding_access_policy)
@@ -263,6 +328,9 @@ class _AccountSettingV2State:
263
328
  @_builtins.property
264
329
  @pulumi.getter(name="aibiDashboardEmbeddingAccessPolicy")
265
330
  def aibi_dashboard_embedding_access_policy(self) -> Optional[pulumi.Input['AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs']]:
331
+ """
332
+ Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
333
+ """
266
334
  return pulumi.get(self, "aibi_dashboard_embedding_access_policy")
267
335
 
268
336
  @aibi_dashboard_embedding_access_policy.setter
@@ -272,6 +340,9 @@ class _AccountSettingV2State:
272
340
  @_builtins.property
273
341
  @pulumi.getter(name="aibiDashboardEmbeddingApprovedDomains")
274
342
  def aibi_dashboard_embedding_approved_domains(self) -> Optional[pulumi.Input['AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs']]:
343
+ """
344
+ Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
345
+ """
275
346
  return pulumi.get(self, "aibi_dashboard_embedding_approved_domains")
276
347
 
277
348
  @aibi_dashboard_embedding_approved_domains.setter
@@ -281,6 +352,9 @@ class _AccountSettingV2State:
281
352
  @_builtins.property
282
353
  @pulumi.getter(name="automaticClusterUpdateWorkspace")
283
354
  def automatic_cluster_update_workspace(self) -> Optional[pulumi.Input['AccountSettingV2AutomaticClusterUpdateWorkspaceArgs']]:
355
+ """
356
+ Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
357
+ """
284
358
  return pulumi.get(self, "automatic_cluster_update_workspace")
285
359
 
286
360
  @automatic_cluster_update_workspace.setter
@@ -290,6 +364,9 @@ class _AccountSettingV2State:
290
364
  @_builtins.property
291
365
  @pulumi.getter(name="booleanVal")
292
366
  def boolean_val(self) -> Optional[pulumi.Input['AccountSettingV2BooleanValArgs']]:
367
+ """
368
+ Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
369
+ """
293
370
  return pulumi.get(self, "boolean_val")
294
371
 
295
372
  @boolean_val.setter
@@ -299,6 +376,9 @@ class _AccountSettingV2State:
299
376
  @_builtins.property
300
377
  @pulumi.getter(name="effectiveAibiDashboardEmbeddingAccessPolicy")
301
378
  def effective_aibi_dashboard_embedding_access_policy(self) -> Optional[pulumi.Input['AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs']]:
379
+ """
380
+ Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
381
+ """
302
382
  return pulumi.get(self, "effective_aibi_dashboard_embedding_access_policy")
303
383
 
304
384
  @effective_aibi_dashboard_embedding_access_policy.setter
@@ -308,6 +388,9 @@ class _AccountSettingV2State:
308
388
  @_builtins.property
309
389
  @pulumi.getter(name="effectiveAibiDashboardEmbeddingApprovedDomains")
310
390
  def effective_aibi_dashboard_embedding_approved_domains(self) -> Optional[pulumi.Input['AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs']]:
391
+ """
392
+ Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
393
+ """
311
394
  return pulumi.get(self, "effective_aibi_dashboard_embedding_approved_domains")
312
395
 
313
396
  @effective_aibi_dashboard_embedding_approved_domains.setter
@@ -317,6 +400,9 @@ class _AccountSettingV2State:
317
400
  @_builtins.property
318
401
  @pulumi.getter(name="effectiveAutomaticClusterUpdateWorkspace")
319
402
  def effective_automatic_cluster_update_workspace(self) -> Optional[pulumi.Input['AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs']]:
403
+ """
404
+ Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
405
+ """
320
406
  return pulumi.get(self, "effective_automatic_cluster_update_workspace")
321
407
 
322
408
  @effective_automatic_cluster_update_workspace.setter
@@ -327,7 +413,7 @@ class _AccountSettingV2State:
327
413
  @pulumi.getter(name="effectiveBooleanVal")
328
414
  def effective_boolean_val(self) -> Optional[pulumi.Input['AccountSettingV2EffectiveBooleanValArgs']]:
329
415
  """
330
- (BooleanMessage)
416
+ (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
331
417
  """
332
418
  return pulumi.get(self, "effective_boolean_val")
333
419
 
@@ -339,7 +425,7 @@ class _AccountSettingV2State:
339
425
  @pulumi.getter(name="effectiveIntegerVal")
340
426
  def effective_integer_val(self) -> Optional[pulumi.Input['AccountSettingV2EffectiveIntegerValArgs']]:
341
427
  """
342
- (IntegerMessage)
428
+ (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
343
429
  """
344
430
  return pulumi.get(self, "effective_integer_val")
345
431
 
@@ -350,6 +436,9 @@ class _AccountSettingV2State:
350
436
  @_builtins.property
351
437
  @pulumi.getter(name="effectivePersonalCompute")
352
438
  def effective_personal_compute(self) -> Optional[pulumi.Input['AccountSettingV2EffectivePersonalComputeArgs']]:
439
+ """
440
+ Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
441
+ """
353
442
  return pulumi.get(self, "effective_personal_compute")
354
443
 
355
444
  @effective_personal_compute.setter
@@ -359,6 +448,9 @@ class _AccountSettingV2State:
359
448
  @_builtins.property
360
449
  @pulumi.getter(name="effectiveRestrictWorkspaceAdmins")
361
450
  def effective_restrict_workspace_admins(self) -> Optional[pulumi.Input['AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs']]:
451
+ """
452
+ Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
453
+ """
362
454
  return pulumi.get(self, "effective_restrict_workspace_admins")
363
455
 
364
456
  @effective_restrict_workspace_admins.setter
@@ -369,7 +461,7 @@ class _AccountSettingV2State:
369
461
  @pulumi.getter(name="effectiveStringVal")
370
462
  def effective_string_val(self) -> Optional[pulumi.Input['AccountSettingV2EffectiveStringValArgs']]:
371
463
  """
372
- (StringMessage)
464
+ (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
373
465
  """
374
466
  return pulumi.get(self, "effective_string_val")
375
467
 
@@ -380,6 +472,9 @@ class _AccountSettingV2State:
380
472
  @_builtins.property
381
473
  @pulumi.getter(name="integerVal")
382
474
  def integer_val(self) -> Optional[pulumi.Input['AccountSettingV2IntegerValArgs']]:
475
+ """
476
+ Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
477
+ """
383
478
  return pulumi.get(self, "integer_val")
384
479
 
385
480
  @integer_val.setter
@@ -401,6 +496,9 @@ class _AccountSettingV2State:
401
496
  @_builtins.property
402
497
  @pulumi.getter(name="personalCompute")
403
498
  def personal_compute(self) -> Optional[pulumi.Input['AccountSettingV2PersonalComputeArgs']]:
499
+ """
500
+ Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
501
+ """
404
502
  return pulumi.get(self, "personal_compute")
405
503
 
406
504
  @personal_compute.setter
@@ -410,6 +508,9 @@ class _AccountSettingV2State:
410
508
  @_builtins.property
411
509
  @pulumi.getter(name="restrictWorkspaceAdmins")
412
510
  def restrict_workspace_admins(self) -> Optional[pulumi.Input['AccountSettingV2RestrictWorkspaceAdminsArgs']]:
511
+ """
512
+ Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
513
+ """
413
514
  return pulumi.get(self, "restrict_workspace_admins")
414
515
 
415
516
  @restrict_workspace_admins.setter
@@ -419,6 +520,9 @@ class _AccountSettingV2State:
419
520
  @_builtins.property
420
521
  @pulumi.getter(name="stringVal")
421
522
  def string_val(self) -> Optional[pulumi.Input['AccountSettingV2StringValArgs']]:
523
+ """
524
+ Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
525
+ """
422
526
  return pulumi.get(self, "string_val")
423
527
 
424
528
  @string_val.setter
@@ -492,7 +596,20 @@ class AccountSettingV2(pulumi.CustomResource):
492
596
 
493
597
  :param str resource_name: The name of the resource.
494
598
  :param pulumi.ResourceOptions opts: Options for the resource.
599
+ :param pulumi.Input[Union['AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs', 'AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgsDict']] aibi_dashboard_embedding_access_policy: Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
600
+ :param pulumi.Input[Union['AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs', 'AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgsDict']] aibi_dashboard_embedding_approved_domains: Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
601
+ :param pulumi.Input[Union['AccountSettingV2AutomaticClusterUpdateWorkspaceArgs', 'AccountSettingV2AutomaticClusterUpdateWorkspaceArgsDict']] automatic_cluster_update_workspace: Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
602
+ :param pulumi.Input[Union['AccountSettingV2BooleanValArgs', 'AccountSettingV2BooleanValArgsDict']] boolean_val: Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
603
+ :param pulumi.Input[Union['AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs', 'AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgsDict']] effective_aibi_dashboard_embedding_access_policy: Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
604
+ :param pulumi.Input[Union['AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs', 'AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgsDict']] effective_aibi_dashboard_embedding_approved_domains: Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
605
+ :param pulumi.Input[Union['AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs', 'AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgsDict']] effective_automatic_cluster_update_workspace: Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
606
+ :param pulumi.Input[Union['AccountSettingV2EffectivePersonalComputeArgs', 'AccountSettingV2EffectivePersonalComputeArgsDict']] effective_personal_compute: Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
607
+ :param pulumi.Input[Union['AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs', 'AccountSettingV2EffectiveRestrictWorkspaceAdminsArgsDict']] effective_restrict_workspace_admins: Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
608
+ :param pulumi.Input[Union['AccountSettingV2IntegerValArgs', 'AccountSettingV2IntegerValArgsDict']] integer_val: Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
495
609
  :param pulumi.Input[_builtins.str] name: Name of the setting
610
+ :param pulumi.Input[Union['AccountSettingV2PersonalComputeArgs', 'AccountSettingV2PersonalComputeArgsDict']] personal_compute: Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
611
+ :param pulumi.Input[Union['AccountSettingV2RestrictWorkspaceAdminsArgs', 'AccountSettingV2RestrictWorkspaceAdminsArgsDict']] restrict_workspace_admins: Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
612
+ :param pulumi.Input[Union['AccountSettingV2StringValArgs', 'AccountSettingV2StringValArgsDict']] string_val: Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
496
613
  """
497
614
  ...
498
615
  @overload
@@ -632,10 +749,23 @@ class AccountSettingV2(pulumi.CustomResource):
632
749
  :param str resource_name: The unique name of the resulting resource.
633
750
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
634
751
  :param pulumi.ResourceOptions opts: Options for the resource.
635
- :param pulumi.Input[Union['AccountSettingV2EffectiveBooleanValArgs', 'AccountSettingV2EffectiveBooleanValArgsDict']] effective_boolean_val: (BooleanMessage)
636
- :param pulumi.Input[Union['AccountSettingV2EffectiveIntegerValArgs', 'AccountSettingV2EffectiveIntegerValArgsDict']] effective_integer_val: (IntegerMessage)
637
- :param pulumi.Input[Union['AccountSettingV2EffectiveStringValArgs', 'AccountSettingV2EffectiveStringValArgsDict']] effective_string_val: (StringMessage)
752
+ :param pulumi.Input[Union['AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs', 'AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgsDict']] aibi_dashboard_embedding_access_policy: Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
753
+ :param pulumi.Input[Union['AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs', 'AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgsDict']] aibi_dashboard_embedding_approved_domains: Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
754
+ :param pulumi.Input[Union['AccountSettingV2AutomaticClusterUpdateWorkspaceArgs', 'AccountSettingV2AutomaticClusterUpdateWorkspaceArgsDict']] automatic_cluster_update_workspace: Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
755
+ :param pulumi.Input[Union['AccountSettingV2BooleanValArgs', 'AccountSettingV2BooleanValArgsDict']] boolean_val: Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
756
+ :param pulumi.Input[Union['AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs', 'AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgsDict']] effective_aibi_dashboard_embedding_access_policy: Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
757
+ :param pulumi.Input[Union['AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs', 'AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgsDict']] effective_aibi_dashboard_embedding_approved_domains: Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
758
+ :param pulumi.Input[Union['AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs', 'AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgsDict']] effective_automatic_cluster_update_workspace: Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
759
+ :param pulumi.Input[Union['AccountSettingV2EffectiveBooleanValArgs', 'AccountSettingV2EffectiveBooleanValArgsDict']] effective_boolean_val: (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
760
+ :param pulumi.Input[Union['AccountSettingV2EffectiveIntegerValArgs', 'AccountSettingV2EffectiveIntegerValArgsDict']] effective_integer_val: (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
761
+ :param pulumi.Input[Union['AccountSettingV2EffectivePersonalComputeArgs', 'AccountSettingV2EffectivePersonalComputeArgsDict']] effective_personal_compute: Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
762
+ :param pulumi.Input[Union['AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs', 'AccountSettingV2EffectiveRestrictWorkspaceAdminsArgsDict']] effective_restrict_workspace_admins: Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
763
+ :param pulumi.Input[Union['AccountSettingV2EffectiveStringValArgs', 'AccountSettingV2EffectiveStringValArgsDict']] effective_string_val: (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
764
+ :param pulumi.Input[Union['AccountSettingV2IntegerValArgs', 'AccountSettingV2IntegerValArgsDict']] integer_val: Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
638
765
  :param pulumi.Input[_builtins.str] name: Name of the setting
766
+ :param pulumi.Input[Union['AccountSettingV2PersonalComputeArgs', 'AccountSettingV2PersonalComputeArgsDict']] personal_compute: Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
767
+ :param pulumi.Input[Union['AccountSettingV2RestrictWorkspaceAdminsArgs', 'AccountSettingV2RestrictWorkspaceAdminsArgsDict']] restrict_workspace_admins: Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
768
+ :param pulumi.Input[Union['AccountSettingV2StringValArgs', 'AccountSettingV2StringValArgsDict']] string_val: Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
639
769
  """
640
770
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
641
771
 
@@ -663,43 +793,64 @@ class AccountSettingV2(pulumi.CustomResource):
663
793
  @_builtins.property
664
794
  @pulumi.getter(name="aibiDashboardEmbeddingAccessPolicy")
665
795
  def aibi_dashboard_embedding_access_policy(self) -> pulumi.Output[Optional['outputs.AccountSettingV2AibiDashboardEmbeddingAccessPolicy']]:
796
+ """
797
+ Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
798
+ """
666
799
  return pulumi.get(self, "aibi_dashboard_embedding_access_policy")
667
800
 
668
801
  @_builtins.property
669
802
  @pulumi.getter(name="aibiDashboardEmbeddingApprovedDomains")
670
803
  def aibi_dashboard_embedding_approved_domains(self) -> pulumi.Output[Optional['outputs.AccountSettingV2AibiDashboardEmbeddingApprovedDomains']]:
804
+ """
805
+ Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
806
+ """
671
807
  return pulumi.get(self, "aibi_dashboard_embedding_approved_domains")
672
808
 
673
809
  @_builtins.property
674
810
  @pulumi.getter(name="automaticClusterUpdateWorkspace")
675
811
  def automatic_cluster_update_workspace(self) -> pulumi.Output[Optional['outputs.AccountSettingV2AutomaticClusterUpdateWorkspace']]:
812
+ """
813
+ Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
814
+ """
676
815
  return pulumi.get(self, "automatic_cluster_update_workspace")
677
816
 
678
817
  @_builtins.property
679
818
  @pulumi.getter(name="booleanVal")
680
819
  def boolean_val(self) -> pulumi.Output[Optional['outputs.AccountSettingV2BooleanVal']]:
820
+ """
821
+ Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
822
+ """
681
823
  return pulumi.get(self, "boolean_val")
682
824
 
683
825
  @_builtins.property
684
826
  @pulumi.getter(name="effectiveAibiDashboardEmbeddingAccessPolicy")
685
827
  def effective_aibi_dashboard_embedding_access_policy(self) -> pulumi.Output[Optional['outputs.AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy']]:
828
+ """
829
+ Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
830
+ """
686
831
  return pulumi.get(self, "effective_aibi_dashboard_embedding_access_policy")
687
832
 
688
833
  @_builtins.property
689
834
  @pulumi.getter(name="effectiveAibiDashboardEmbeddingApprovedDomains")
690
835
  def effective_aibi_dashboard_embedding_approved_domains(self) -> pulumi.Output[Optional['outputs.AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains']]:
836
+ """
837
+ Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
838
+ """
691
839
  return pulumi.get(self, "effective_aibi_dashboard_embedding_approved_domains")
692
840
 
693
841
  @_builtins.property
694
842
  @pulumi.getter(name="effectiveAutomaticClusterUpdateWorkspace")
695
843
  def effective_automatic_cluster_update_workspace(self) -> pulumi.Output[Optional['outputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspace']]:
844
+ """
845
+ Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
846
+ """
696
847
  return pulumi.get(self, "effective_automatic_cluster_update_workspace")
697
848
 
698
849
  @_builtins.property
699
850
  @pulumi.getter(name="effectiveBooleanVal")
700
851
  def effective_boolean_val(self) -> pulumi.Output['outputs.AccountSettingV2EffectiveBooleanVal']:
701
852
  """
702
- (BooleanMessage)
853
+ (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
703
854
  """
704
855
  return pulumi.get(self, "effective_boolean_val")
705
856
 
@@ -707,31 +858,40 @@ class AccountSettingV2(pulumi.CustomResource):
707
858
  @pulumi.getter(name="effectiveIntegerVal")
708
859
  def effective_integer_val(self) -> pulumi.Output['outputs.AccountSettingV2EffectiveIntegerVal']:
709
860
  """
710
- (IntegerMessage)
861
+ (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
711
862
  """
712
863
  return pulumi.get(self, "effective_integer_val")
713
864
 
714
865
  @_builtins.property
715
866
  @pulumi.getter(name="effectivePersonalCompute")
716
867
  def effective_personal_compute(self) -> pulumi.Output[Optional['outputs.AccountSettingV2EffectivePersonalCompute']]:
868
+ """
869
+ Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
870
+ """
717
871
  return pulumi.get(self, "effective_personal_compute")
718
872
 
719
873
  @_builtins.property
720
874
  @pulumi.getter(name="effectiveRestrictWorkspaceAdmins")
721
875
  def effective_restrict_workspace_admins(self) -> pulumi.Output[Optional['outputs.AccountSettingV2EffectiveRestrictWorkspaceAdmins']]:
876
+ """
877
+ Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
878
+ """
722
879
  return pulumi.get(self, "effective_restrict_workspace_admins")
723
880
 
724
881
  @_builtins.property
725
882
  @pulumi.getter(name="effectiveStringVal")
726
883
  def effective_string_val(self) -> pulumi.Output['outputs.AccountSettingV2EffectiveStringVal']:
727
884
  """
728
- (StringMessage)
885
+ (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
729
886
  """
730
887
  return pulumi.get(self, "effective_string_val")
731
888
 
732
889
  @_builtins.property
733
890
  @pulumi.getter(name="integerVal")
734
891
  def integer_val(self) -> pulumi.Output[Optional['outputs.AccountSettingV2IntegerVal']]:
892
+ """
893
+ Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
894
+ """
735
895
  return pulumi.get(self, "integer_val")
736
896
 
737
897
  @_builtins.property
@@ -745,15 +905,24 @@ class AccountSettingV2(pulumi.CustomResource):
745
905
  @_builtins.property
746
906
  @pulumi.getter(name="personalCompute")
747
907
  def personal_compute(self) -> pulumi.Output[Optional['outputs.AccountSettingV2PersonalCompute']]:
908
+ """
909
+ Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
910
+ """
748
911
  return pulumi.get(self, "personal_compute")
749
912
 
750
913
  @_builtins.property
751
914
  @pulumi.getter(name="restrictWorkspaceAdmins")
752
915
  def restrict_workspace_admins(self) -> pulumi.Output[Optional['outputs.AccountSettingV2RestrictWorkspaceAdmins']]:
916
+ """
917
+ Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
918
+ """
753
919
  return pulumi.get(self, "restrict_workspace_admins")
754
920
 
755
921
  @_builtins.property
756
922
  @pulumi.getter(name="stringVal")
757
923
  def string_val(self) -> pulumi.Output[Optional['outputs.AccountSettingV2StringVal']]:
924
+ """
925
+ Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
926
+ """
758
927
  return pulumi.get(self, "string_val")
759
928
 
@@ -459,7 +459,7 @@ class AlertV2(pulumi.CustomResource):
459
459
  warehouse_id: Optional[pulumi.Input[_builtins.str]] = None,
460
460
  __props__=None):
461
461
  """
462
- [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
462
+ [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
463
463
 
464
464
  The Alert v2 resource allows you to manage SQL alerts in Databricks SQL. Alerts monitor query results and notify you when specific conditions are met.
465
465
 
@@ -470,6 +470,42 @@ class AlertV2(pulumi.CustomResource):
470
470
  ### Basic Alert Example
471
471
  This example creates a basic alert that monitors a query and sends notifications to a user when the value exceeds a threshold:
472
472
 
473
+ ```python
474
+ import pulumi
475
+ import pulumi_databricks as databricks
476
+
477
+ basic_alert = databricks.AlertV2("basic_alert",
478
+ display_name="High Error Rate Alert",
479
+ query_text="SELECT count(*) as error_count FROM logs WHERE level = 'ERROR' AND timestamp > now() - interval 1 hour",
480
+ warehouse_id="a7066a8ef796be84",
481
+ parent_path="/Users/user@example.com",
482
+ evaluation={
483
+ "source": {
484
+ "name": "error_count",
485
+ "display": "Error Count",
486
+ "aggregation": "COUNT",
487
+ },
488
+ "comparison_operator": "GREATER_THAN",
489
+ "threshold": {
490
+ "value": {
491
+ "double_value": 100,
492
+ },
493
+ },
494
+ "empty_result_state": "OK",
495
+ "notification": {
496
+ "subscriptions": [{
497
+ "user_email": "user@example.com",
498
+ }],
499
+ "notify_on_ok": True,
500
+ },
501
+ },
502
+ schedule={
503
+ "quartz_cron_schedule": "0 0/15 * * * ?",
504
+ "timezone_id": "America/Los_Angeles",
505
+ "pause_status": "UNPAUSED",
506
+ })
507
+ ```
508
+
473
509
  ## Import
474
510
 
475
511
  As of Pulumi v1.5, resources can be imported through configuration.
@@ -514,7 +550,7 @@ class AlertV2(pulumi.CustomResource):
514
550
  args: AlertV2Args,
515
551
  opts: Optional[pulumi.ResourceOptions] = None):
516
552
  """
517
- [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
553
+ [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
518
554
 
519
555
  The Alert v2 resource allows you to manage SQL alerts in Databricks SQL. Alerts monitor query results and notify you when specific conditions are met.
520
556
 
@@ -525,6 +561,42 @@ class AlertV2(pulumi.CustomResource):
525
561
  ### Basic Alert Example
526
562
  This example creates a basic alert that monitors a query and sends notifications to a user when the value exceeds a threshold:
527
563
 
564
+ ```python
565
+ import pulumi
566
+ import pulumi_databricks as databricks
567
+
568
+ basic_alert = databricks.AlertV2("basic_alert",
569
+ display_name="High Error Rate Alert",
570
+ query_text="SELECT count(*) as error_count FROM logs WHERE level = 'ERROR' AND timestamp > now() - interval 1 hour",
571
+ warehouse_id="a7066a8ef796be84",
572
+ parent_path="/Users/user@example.com",
573
+ evaluation={
574
+ "source": {
575
+ "name": "error_count",
576
+ "display": "Error Count",
577
+ "aggregation": "COUNT",
578
+ },
579
+ "comparison_operator": "GREATER_THAN",
580
+ "threshold": {
581
+ "value": {
582
+ "double_value": 100,
583
+ },
584
+ },
585
+ "empty_result_state": "OK",
586
+ "notification": {
587
+ "subscriptions": [{
588
+ "user_email": "user@example.com",
589
+ }],
590
+ "notify_on_ok": True,
591
+ },
592
+ },
593
+ schedule={
594
+ "quartz_cron_schedule": "0 0/15 * * * ?",
595
+ "timezone_id": "America/Los_Angeles",
596
+ "pause_status": "UNPAUSED",
597
+ })
598
+ ```
599
+
528
600
  ## Import
529
601
 
530
602
  As of Pulumi v1.5, resources can be imported through configuration.