pulumi-databricks 1.75.0a1757081845__py3-none-any.whl → 1.75.0a1757561963__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.
- pulumi_databricks/__init__.py +75 -0
- pulumi_databricks/_inputs.py +32194 -25779
- pulumi_databricks/account_federation_policy.py +465 -0
- pulumi_databricks/account_network_policy.py +4 -4
- pulumi_databricks/account_setting_v2.py +796 -0
- pulumi_databricks/alert_v2.py +179 -14
- pulumi_databricks/app.py +0 -4
- pulumi_databricks/apps_settings_custom_template.py +558 -0
- pulumi_databricks/budget_policy.py +24 -5
- pulumi_databricks/catalog.py +280 -2
- pulumi_databricks/clean_room_asset.py +54 -7
- pulumi_databricks/clean_room_auto_approval_rule.py +54 -7
- pulumi_databricks/clean_rooms_clean_room.py +61 -14
- pulumi_databricks/config/vars.py +4 -0
- pulumi_databricks/connection.py +0 -34
- pulumi_databricks/database_database_catalog.py +54 -7
- pulumi_databricks/database_instance.py +137 -7
- pulumi_databricks/database_synced_database_table.py +54 -7
- pulumi_databricks/entity_tag_assignment.py +378 -0
- pulumi_databricks/external_metadata.py +54 -7
- pulumi_databricks/get_account_federation_policies.py +108 -0
- pulumi_databricks/get_account_federation_policy.py +221 -0
- pulumi_databricks/get_account_setting_v2.py +436 -0
- pulumi_databricks/get_alert_v2.py +78 -10
- pulumi_databricks/get_alerts_v2.py +27 -6
- pulumi_databricks/get_app.py +0 -4
- pulumi_databricks/get_apps.py +0 -4
- pulumi_databricks/get_apps_settings_custom_template.py +251 -0
- pulumi_databricks/get_apps_settings_custom_templates.py +129 -0
- pulumi_databricks/get_budget_policy.py +28 -0
- pulumi_databricks/get_clean_room_asset.py +21 -4
- pulumi_databricks/get_clean_room_asset_revisions_clean_room_asset.py +21 -4
- pulumi_databricks/get_clean_room_asset_revisions_clean_room_assets.py +45 -6
- pulumi_databricks/get_clean_room_assets.py +48 -6
- pulumi_databricks/get_clean_room_auto_approval_rule.py +21 -4
- pulumi_databricks/get_clean_room_auto_approval_rules.py +25 -6
- pulumi_databricks/get_clean_rooms_clean_room.py +24 -7
- pulumi_databricks/get_clean_rooms_clean_rooms.py +27 -6
- pulumi_databricks/get_database_database_catalog.py +21 -4
- pulumi_databricks/get_database_database_catalogs.py +25 -6
- pulumi_databricks/get_database_instance.py +57 -4
- pulumi_databricks/get_database_instances.py +27 -6
- pulumi_databricks/get_database_synced_database_table.py +21 -4
- pulumi_databricks/get_database_synced_database_tables.py +25 -6
- pulumi_databricks/get_entity_tag_assignment.py +169 -0
- pulumi_databricks/get_entity_tag_assignments.py +141 -0
- pulumi_databricks/get_external_metadata.py +21 -4
- pulumi_databricks/get_external_metadatas.py +49 -6
- pulumi_databricks/get_materialized_features_feature_tag.py +21 -4
- pulumi_databricks/get_materialized_features_feature_tags.py +25 -6
- pulumi_databricks/get_online_store.py +21 -4
- pulumi_databricks/get_online_stores.py +25 -6
- pulumi_databricks/get_policy_info.py +36 -19
- pulumi_databricks/get_policy_infos.py +68 -6
- pulumi_databricks/get_quality_monitor_v2.py +21 -4
- pulumi_databricks/get_quality_monitors_v2.py +27 -6
- pulumi_databricks/get_recipient_federation_policies.py +25 -6
- pulumi_databricks/get_recipient_federation_policy.py +21 -4
- pulumi_databricks/get_service_principal_federation_policies.py +132 -0
- pulumi_databricks/get_service_principal_federation_policy.py +221 -0
- pulumi_databricks/get_tag_policies.py +107 -0
- pulumi_databricks/get_tag_policy.py +155 -0
- pulumi_databricks/get_workspace_setting_v2.py +453 -0
- pulumi_databricks/grant.py +2 -2
- pulumi_databricks/materialized_features_feature_tag.py +54 -7
- pulumi_databricks/mws_ncc_private_endpoint_rule.py +7 -7
- pulumi_databricks/mws_permission_assignment.py +16 -16
- pulumi_databricks/mws_workspaces.py +7 -7
- pulumi_databricks/online_store.py +54 -7
- pulumi_databricks/outputs.py +35480 -29853
- pulumi_databricks/permission_assignment.py +16 -16
- pulumi_databricks/policy_info.py +89 -42
- pulumi_databricks/provider.py +15 -0
- pulumi_databricks/pulumi-plugin.json +1 -1
- pulumi_databricks/quality_monitor_v2.py +54 -7
- pulumi_databricks/recipient_federation_policy.py +54 -7
- pulumi_databricks/service_principal_federation_policy.py +461 -0
- pulumi_databricks/storage_credential.py +46 -6
- pulumi_databricks/tag_policy.py +300 -0
- pulumi_databricks/workspace_network_option.py +4 -4
- pulumi_databricks/workspace_setting_v2.py +843 -0
- {pulumi_databricks-1.75.0a1757081845.dist-info → pulumi_databricks-1.75.0a1757561963.dist-info}/METADATA +3 -3
- {pulumi_databricks-1.75.0a1757081845.dist-info → pulumi_databricks-1.75.0a1757561963.dist-info}/RECORD +85 -67
- {pulumi_databricks-1.75.0a1757081845.dist-info → pulumi_databricks-1.75.0a1757561963.dist-info}/WHEEL +1 -1
- pulumi_databricks/config/__init__.pyi +0 -86
- {pulumi_databricks-1.75.0a1757081845.dist-info → pulumi_databricks-1.75.0a1757561963.dist-info}/top_level.txt +0 -0
pulumi_databricks/__init__.py
CHANGED
|
@@ -7,12 +7,15 @@ from . import _utilities
|
|
|
7
7
|
import typing
|
|
8
8
|
# Export this package's modules as members:
|
|
9
9
|
from .access_control_rule_set import *
|
|
10
|
+
from .account_federation_policy import *
|
|
10
11
|
from .account_network_policy import *
|
|
12
|
+
from .account_setting_v2 import *
|
|
11
13
|
from .aibi_dashboard_embedding_access_policy_setting import *
|
|
12
14
|
from .aibi_dashboard_embedding_approved_domains_setting import *
|
|
13
15
|
from .alert import *
|
|
14
16
|
from .alert_v2 import *
|
|
15
17
|
from .app import *
|
|
18
|
+
from .apps_settings_custom_template import *
|
|
16
19
|
from .artifact_allowlist import *
|
|
17
20
|
from .automatic_cluster_update_workspace_setting import *
|
|
18
21
|
from .budget import *
|
|
@@ -40,15 +43,21 @@ from .disable_legacy_dbfs_setting import *
|
|
|
40
43
|
from .disable_legacy_features_setting import *
|
|
41
44
|
from .enhanced_security_monitoring_workspace_setting import *
|
|
42
45
|
from .entitlements import *
|
|
46
|
+
from .entity_tag_assignment import *
|
|
43
47
|
from .external_location import *
|
|
44
48
|
from .external_metadata import *
|
|
45
49
|
from .file import *
|
|
50
|
+
from .get_account_federation_policies import *
|
|
51
|
+
from .get_account_federation_policy import *
|
|
46
52
|
from .get_account_network_policies import *
|
|
47
53
|
from .get_account_network_policy import *
|
|
54
|
+
from .get_account_setting_v2 import *
|
|
48
55
|
from .get_alert_v2 import *
|
|
49
56
|
from .get_alerts_v2 import *
|
|
50
57
|
from .get_app import *
|
|
51
58
|
from .get_apps import *
|
|
59
|
+
from .get_apps_settings_custom_template import *
|
|
60
|
+
from .get_apps_settings_custom_templates import *
|
|
52
61
|
from .get_aws_assume_role_policy import *
|
|
53
62
|
from .get_aws_bucket_policy import *
|
|
54
63
|
from .get_aws_cross_account_policy import *
|
|
@@ -82,6 +91,8 @@ from .get_database_synced_database_tables import *
|
|
|
82
91
|
from .get_dbfs_file import *
|
|
83
92
|
from .get_dbfs_file_paths import *
|
|
84
93
|
from .get_directory import *
|
|
94
|
+
from .get_entity_tag_assignment import *
|
|
95
|
+
from .get_entity_tag_assignments import *
|
|
85
96
|
from .get_external_location import *
|
|
86
97
|
from .get_external_locations import *
|
|
87
98
|
from .get_external_metadata import *
|
|
@@ -121,6 +132,8 @@ from .get_registered_model_versions import *
|
|
|
121
132
|
from .get_schema import *
|
|
122
133
|
from .get_schemas import *
|
|
123
134
|
from .get_service_principal import *
|
|
135
|
+
from .get_service_principal_federation_policies import *
|
|
136
|
+
from .get_service_principal_federation_policy import *
|
|
124
137
|
from .get_service_principals import *
|
|
125
138
|
from .get_serving_endpoints import *
|
|
126
139
|
from .get_share import *
|
|
@@ -132,11 +145,14 @@ from .get_storage_credential import *
|
|
|
132
145
|
from .get_storage_credentials import *
|
|
133
146
|
from .get_table import *
|
|
134
147
|
from .get_tables import *
|
|
148
|
+
from .get_tag_policies import *
|
|
149
|
+
from .get_tag_policy import *
|
|
135
150
|
from .get_user import *
|
|
136
151
|
from .get_views import *
|
|
137
152
|
from .get_volume import *
|
|
138
153
|
from .get_volumes import *
|
|
139
154
|
from .get_workspace_network_option import *
|
|
155
|
+
from .get_workspace_setting_v2 import *
|
|
140
156
|
from .get_zones import *
|
|
141
157
|
from .git_credential import *
|
|
142
158
|
from .global_init_script import *
|
|
@@ -198,6 +214,7 @@ from .secret import *
|
|
|
198
214
|
from .secret_acl import *
|
|
199
215
|
from .secret_scope import *
|
|
200
216
|
from .service_principal import *
|
|
217
|
+
from .service_principal_federation_policy import *
|
|
201
218
|
from .service_principal_role import *
|
|
202
219
|
from .service_principal_secret import *
|
|
203
220
|
from .share import *
|
|
@@ -213,6 +230,7 @@ from .sql_widget import *
|
|
|
213
230
|
from .storage_credential import *
|
|
214
231
|
from .system_schema import *
|
|
215
232
|
from .table import *
|
|
233
|
+
from .tag_policy import *
|
|
216
234
|
from .token import *
|
|
217
235
|
from .user import *
|
|
218
236
|
from .user_instance_profile import *
|
|
@@ -224,6 +242,7 @@ from .workspace_binding import *
|
|
|
224
242
|
from .workspace_conf import *
|
|
225
243
|
from .workspace_file import *
|
|
226
244
|
from .workspace_network_option import *
|
|
245
|
+
from .workspace_setting_v2 import *
|
|
227
246
|
from ._inputs import *
|
|
228
247
|
from . import outputs
|
|
229
248
|
|
|
@@ -245,6 +264,14 @@ _utilities.register(
|
|
|
245
264
|
"databricks:index/accessControlRuleSet:AccessControlRuleSet": "AccessControlRuleSet"
|
|
246
265
|
}
|
|
247
266
|
},
|
|
267
|
+
{
|
|
268
|
+
"pkg": "databricks",
|
|
269
|
+
"mod": "index/accountFederationPolicy",
|
|
270
|
+
"fqn": "pulumi_databricks",
|
|
271
|
+
"classes": {
|
|
272
|
+
"databricks:index/accountFederationPolicy:AccountFederationPolicy": "AccountFederationPolicy"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
248
275
|
{
|
|
249
276
|
"pkg": "databricks",
|
|
250
277
|
"mod": "index/accountNetworkPolicy",
|
|
@@ -253,6 +280,14 @@ _utilities.register(
|
|
|
253
280
|
"databricks:index/accountNetworkPolicy:AccountNetworkPolicy": "AccountNetworkPolicy"
|
|
254
281
|
}
|
|
255
282
|
},
|
|
283
|
+
{
|
|
284
|
+
"pkg": "databricks",
|
|
285
|
+
"mod": "index/accountSettingV2",
|
|
286
|
+
"fqn": "pulumi_databricks",
|
|
287
|
+
"classes": {
|
|
288
|
+
"databricks:index/accountSettingV2:AccountSettingV2": "AccountSettingV2"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
256
291
|
{
|
|
257
292
|
"pkg": "databricks",
|
|
258
293
|
"mod": "index/aibiDashboardEmbeddingAccessPolicySetting",
|
|
@@ -293,6 +328,14 @@ _utilities.register(
|
|
|
293
328
|
"databricks:index/app:App": "App"
|
|
294
329
|
}
|
|
295
330
|
},
|
|
331
|
+
{
|
|
332
|
+
"pkg": "databricks",
|
|
333
|
+
"mod": "index/appsSettingsCustomTemplate",
|
|
334
|
+
"fqn": "pulumi_databricks",
|
|
335
|
+
"classes": {
|
|
336
|
+
"databricks:index/appsSettingsCustomTemplate:AppsSettingsCustomTemplate": "AppsSettingsCustomTemplate"
|
|
337
|
+
}
|
|
338
|
+
},
|
|
296
339
|
{
|
|
297
340
|
"pkg": "databricks",
|
|
298
341
|
"mod": "index/artifactAllowlist",
|
|
@@ -509,6 +552,14 @@ _utilities.register(
|
|
|
509
552
|
"databricks:index/entitlements:Entitlements": "Entitlements"
|
|
510
553
|
}
|
|
511
554
|
},
|
|
555
|
+
{
|
|
556
|
+
"pkg": "databricks",
|
|
557
|
+
"mod": "index/entityTagAssignment",
|
|
558
|
+
"fqn": "pulumi_databricks",
|
|
559
|
+
"classes": {
|
|
560
|
+
"databricks:index/entityTagAssignment:EntityTagAssignment": "EntityTagAssignment"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
512
563
|
{
|
|
513
564
|
"pkg": "databricks",
|
|
514
565
|
"mod": "index/externalLocation",
|
|
@@ -1005,6 +1056,14 @@ _utilities.register(
|
|
|
1005
1056
|
"databricks:index/servicePrincipal:ServicePrincipal": "ServicePrincipal"
|
|
1006
1057
|
}
|
|
1007
1058
|
},
|
|
1059
|
+
{
|
|
1060
|
+
"pkg": "databricks",
|
|
1061
|
+
"mod": "index/servicePrincipalFederationPolicy",
|
|
1062
|
+
"fqn": "pulumi_databricks",
|
|
1063
|
+
"classes": {
|
|
1064
|
+
"databricks:index/servicePrincipalFederationPolicy:ServicePrincipalFederationPolicy": "ServicePrincipalFederationPolicy"
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1008
1067
|
{
|
|
1009
1068
|
"pkg": "databricks",
|
|
1010
1069
|
"mod": "index/servicePrincipalRole",
|
|
@@ -1125,6 +1184,14 @@ _utilities.register(
|
|
|
1125
1184
|
"databricks:index/table:Table": "Table"
|
|
1126
1185
|
}
|
|
1127
1186
|
},
|
|
1187
|
+
{
|
|
1188
|
+
"pkg": "databricks",
|
|
1189
|
+
"mod": "index/tagPolicy",
|
|
1190
|
+
"fqn": "pulumi_databricks",
|
|
1191
|
+
"classes": {
|
|
1192
|
+
"databricks:index/tagPolicy:TagPolicy": "TagPolicy"
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1128
1195
|
{
|
|
1129
1196
|
"pkg": "databricks",
|
|
1130
1197
|
"mod": "index/token",
|
|
@@ -1212,6 +1279,14 @@ _utilities.register(
|
|
|
1212
1279
|
"classes": {
|
|
1213
1280
|
"databricks:index/workspaceNetworkOption:WorkspaceNetworkOption": "WorkspaceNetworkOption"
|
|
1214
1281
|
}
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"pkg": "databricks",
|
|
1285
|
+
"mod": "index/workspaceSettingV2",
|
|
1286
|
+
"fqn": "pulumi_databricks",
|
|
1287
|
+
"classes": {
|
|
1288
|
+
"databricks:index/workspaceSettingV2:WorkspaceSettingV2": "WorkspaceSettingV2"
|
|
1289
|
+
}
|
|
1215
1290
|
}
|
|
1216
1291
|
]
|
|
1217
1292
|
""",
|