pulumi-databricks 1.77.0a1760375482__py3-none-any.whl → 1.79.0a1762839813__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 +54 -46
- pulumi_databricks/_inputs.py +26079 -32918
- pulumi_databricks/account_federation_policy.py +44 -16
- pulumi_databricks/account_network_policy.py +56 -2
- pulumi_databricks/account_setting_v2.py +46 -83
- pulumi_databricks/alert_v2.py +168 -134
- pulumi_databricks/app.py +153 -0
- pulumi_databricks/apps_settings_custom_template.py +75 -52
- pulumi_databricks/budget_policy.py +6 -2
- pulumi_databricks/catalog.py +65 -23
- pulumi_databricks/cluster.py +47 -168
- pulumi_databricks/cluster_policy.py +120 -0
- pulumi_databricks/config/__init__.pyi +4 -0
- pulumi_databricks/config/vars.py +8 -0
- pulumi_databricks/data_quality_monitor.py +453 -0
- pulumi_databricks/data_quality_refresh.py +492 -0
- pulumi_databricks/database_database_catalog.py +9 -52
- pulumi_databricks/database_instance.py +271 -120
- pulumi_databricks/database_synced_database_table.py +239 -52
- pulumi_databricks/entitlements.py +21 -21
- pulumi_databricks/entity_tag_assignment.py +83 -52
- pulumi_databricks/external_location.py +131 -7
- pulumi_databricks/external_metadata.py +16 -59
- pulumi_databricks/feature_engineering_feature.py +480 -0
- pulumi_databricks/feature_engineering_materialized_feature.py +397 -0
- pulumi_databricks/file.py +2 -2
- pulumi_databricks/get_account_federation_policies.py +22 -3
- pulumi_databricks/get_account_federation_policy.py +12 -27
- pulumi_databricks/get_account_network_policies.py +4 -0
- pulumi_databricks/get_account_network_policy.py +9 -18
- pulumi_databricks/get_account_setting_v2.py +36 -141
- pulumi_databricks/get_alert_v2.py +41 -107
- pulumi_databricks/get_alerts_v2.py +29 -31
- pulumi_databricks/get_app.py +21 -5
- pulumi_databricks/get_apps.py +22 -6
- pulumi_databricks/get_apps_settings_custom_template.py +11 -55
- pulumi_databricks/get_apps_settings_custom_templates.py +25 -21
- pulumi_databricks/get_aws_assume_role_policy.py +14 -14
- pulumi_databricks/get_aws_bucket_policy.py +10 -10
- pulumi_databricks/get_aws_unity_catalog_assume_role_policy.py +10 -10
- pulumi_databricks/get_aws_unity_catalog_policy.py +10 -10
- pulumi_databricks/get_budget_policies.py +70 -6
- pulumi_databricks/get_budget_policy.py +9 -32
- pulumi_databricks/get_catalog.py +21 -4
- pulumi_databricks/get_catalogs.py +23 -4
- pulumi_databricks/get_cluster.py +75 -4
- pulumi_databricks/get_cluster_policy.py +23 -4
- pulumi_databricks/get_clusters.py +21 -4
- pulumi_databricks/get_current_config.py +4 -4
- pulumi_databricks/get_current_metastore.py +21 -4
- pulumi_databricks/get_dashboards.py +20 -4
- pulumi_databricks/get_data_quality_monitor.py +210 -0
- pulumi_databricks/get_data_quality_monitors.py +143 -0
- pulumi_databricks/get_data_quality_refresh.py +270 -0
- pulumi_databricks/get_data_quality_refreshes.py +207 -0
- pulumi_databricks/get_database_database_catalog.py +10 -41
- pulumi_databricks/get_database_database_catalogs.py +37 -18
- pulumi_databricks/get_database_instance.py +93 -99
- pulumi_databricks/get_database_instances.py +20 -16
- pulumi_databricks/get_database_synced_database_table.py +11 -49
- pulumi_databricks/get_database_synced_database_tables.py +42 -23
- pulumi_databricks/get_directory.py +20 -1
- pulumi_databricks/get_entity_tag_assignment.py +63 -30
- pulumi_databricks/get_entity_tag_assignments.py +69 -23
- pulumi_databricks/get_external_location.py +21 -4
- pulumi_databricks/get_external_locations.py +23 -4
- pulumi_databricks/get_external_metadata.py +18 -73
- pulumi_databricks/get_external_metadatas.py +22 -16
- pulumi_databricks/get_feature_engineering_feature.py +179 -0
- pulumi_databricks/get_feature_engineering_features.py +103 -0
- pulumi_databricks/get_feature_engineering_materialized_feature.py +180 -0
- pulumi_databricks/get_feature_engineering_materialized_features.py +123 -0
- pulumi_databricks/get_functions.py +16 -1
- pulumi_databricks/get_instance_profiles.py +21 -4
- pulumi_databricks/get_jobs.py +23 -4
- pulumi_databricks/get_materialized_features_feature_tag.py +7 -32
- pulumi_databricks/get_materialized_features_feature_tags.py +50 -18
- pulumi_databricks/get_metastore.py +6 -6
- pulumi_databricks/get_mlflow_experiment.py +18 -1
- pulumi_databricks/get_mlflow_model.py +18 -1
- pulumi_databricks/get_mlflow_models.py +23 -4
- pulumi_databricks/get_node_type.py +42 -5
- pulumi_databricks/get_notebook.py +20 -1
- pulumi_databricks/get_notification_destinations.py +17 -1
- pulumi_databricks/get_online_store.py +11 -38
- pulumi_databricks/get_online_stores.py +20 -18
- pulumi_databricks/get_pipelines.py +23 -4
- pulumi_databricks/get_policy_info.py +21 -109
- pulumi_databricks/get_policy_infos.py +50 -25
- pulumi_databricks/get_quality_monitor_v2.py +8 -21
- pulumi_databricks/get_quality_monitors_v2.py +23 -25
- pulumi_databricks/get_registered_model.py +19 -4
- pulumi_databricks/get_registered_model_versions.py +19 -4
- pulumi_databricks/get_rfa_access_request_destinations.py +126 -0
- pulumi_databricks/get_schema.py +18 -1
- pulumi_databricks/get_schemas.py +23 -4
- pulumi_databricks/get_service_principal_federation_policies.py +23 -4
- pulumi_databricks/get_service_principal_federation_policy.py +15 -24
- pulumi_databricks/get_service_principals.py +64 -0
- pulumi_databricks/get_serving_endpoints.py +19 -4
- pulumi_databricks/get_share.py +117 -18
- pulumi_databricks/get_shares.py +22 -3
- pulumi_databricks/get_spark_version.py +20 -1
- pulumi_databricks/get_sql_warehouse.py +16 -1
- pulumi_databricks/get_sql_warehouses.py +20 -1
- pulumi_databricks/get_storage_credential.py +18 -1
- pulumi_databricks/get_storage_credentials.py +23 -4
- pulumi_databricks/get_table.py +18 -1
- pulumi_databricks/get_tables.py +20 -1
- pulumi_databricks/get_tag_policies.py +55 -23
- pulumi_databricks/get_tag_policy.py +60 -40
- pulumi_databricks/get_views.py +20 -1
- pulumi_databricks/get_volume.py +18 -1
- pulumi_databricks/get_volumes.py +20 -1
- pulumi_databricks/get_workspace_network_option.py +8 -16
- pulumi_databricks/get_workspace_setting_v2.py +41 -163
- pulumi_databricks/get_zones.py +20 -1
- pulumi_databricks/git_credential.py +54 -7
- pulumi_databricks/group.py +21 -21
- pulumi_databricks/instance_profile.py +0 -182
- pulumi_databricks/job.py +47 -0
- pulumi_databricks/library.py +165 -0
- pulumi_databricks/materialized_features_feature_tag.py +9 -52
- pulumi_databricks/metastore.py +81 -7
- pulumi_databricks/metastore_data_access.py +48 -0
- pulumi_databricks/mlflow_webhook.py +4 -4
- pulumi_databricks/mws_credentials.py +10 -10
- pulumi_databricks/mws_customer_managed_keys.py +0 -288
- pulumi_databricks/mws_log_delivery.py +146 -0
- pulumi_databricks/mws_storage_configurations.py +16 -16
- pulumi_databricks/mws_vpc_endpoint.py +56 -56
- pulumi_databricks/mws_workspaces.py +146 -65
- pulumi_databricks/notebook.py +49 -0
- pulumi_databricks/online_store.py +9 -52
- pulumi_databricks/outputs.py +11885 -13474
- pulumi_databricks/permission_assignment.py +299 -8
- pulumi_databricks/permissions.py +6 -6
- pulumi_databricks/pipeline.py +37 -3
- pulumi_databricks/policy_info.py +9 -52
- pulumi_databricks/provider.py +36 -1
- pulumi_databricks/pulumi-plugin.json +1 -1
- pulumi_databricks/quality_monitor.py +47 -0
- pulumi_databricks/quality_monitor_v2.py +9 -52
- pulumi_databricks/recipient.py +74 -0
- pulumi_databricks/registered_model.py +308 -36
- pulumi_databricks/rfa_access_request_destinations.py +286 -0
- pulumi_databricks/schema.py +7 -7
- pulumi_databricks/service_principal_federation_policy.py +48 -16
- pulumi_databricks/share.py +71 -84
- pulumi_databricks/sql_table.py +42 -14
- pulumi_databricks/storage_credential.py +15 -2
- pulumi_databricks/tag_policy.py +111 -54
- pulumi_databricks/user.py +21 -21
- pulumi_databricks/volume.py +7 -7
- pulumi_databricks/workspace_binding.py +0 -48
- pulumi_databricks/workspace_network_option.py +6 -2
- pulumi_databricks/workspace_setting_v2.py +49 -133
- {pulumi_databricks-1.77.0a1760375482.dist-info → pulumi_databricks-1.79.0a1762839813.dist-info}/METADATA +1 -1
- pulumi_databricks-1.79.0a1762839813.dist-info/RECORD +250 -0
- pulumi_databricks/clean_room_asset.py +0 -938
- pulumi_databricks/clean_room_auto_approval_rule.py +0 -473
- pulumi_databricks/clean_rooms_clean_room.py +0 -569
- pulumi_databricks/get_clean_room_asset.py +0 -416
- pulumi_databricks/get_clean_room_asset_revisions_clean_room_asset.py +0 -392
- pulumi_databricks/get_clean_room_asset_revisions_clean_room_assets.py +0 -121
- pulumi_databricks/get_clean_room_assets.py +0 -146
- pulumi_databricks/get_clean_room_auto_approval_rule.py +0 -217
- pulumi_databricks/get_clean_room_auto_approval_rules.py +0 -101
- pulumi_databricks/get_clean_rooms_clean_room.py +0 -289
- pulumi_databricks/get_clean_rooms_clean_rooms.py +0 -125
- pulumi_databricks/get_recipient_federation_policies.py +0 -101
- pulumi_databricks/get_recipient_federation_policy.py +0 -182
- pulumi_databricks/recipient_federation_policy.py +0 -393
- pulumi_databricks-1.77.0a1760375482.dist-info/RECORD +0 -250
- {pulumi_databricks-1.77.0a1760375482.dist-info → pulumi_databricks-1.79.0a1762839813.dist-info}/WHEEL +0 -0
- {pulumi_databricks-1.77.0a1760375482.dist-info → pulumi_databricks-1.79.0a1762839813.dist-info}/top_level.txt +0 -0
|
@@ -1,393 +0,0 @@
|
|
|
1
|
-
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
|
|
5
|
-
import builtins as _builtins
|
|
6
|
-
import warnings
|
|
7
|
-
import sys
|
|
8
|
-
import pulumi
|
|
9
|
-
import pulumi.runtime
|
|
10
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
-
from . import _utilities
|
|
16
|
-
from . import outputs
|
|
17
|
-
from ._inputs import *
|
|
18
|
-
|
|
19
|
-
__all__ = ['RecipientFederationPolicyArgs', 'RecipientFederationPolicy']
|
|
20
|
-
|
|
21
|
-
@pulumi.input_type
|
|
22
|
-
class RecipientFederationPolicyArgs:
|
|
23
|
-
def __init__(__self__, *,
|
|
24
|
-
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
25
|
-
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
26
|
-
oidc_policy: Optional[pulumi.Input['RecipientFederationPolicyOidcPolicyArgs']] = None,
|
|
27
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
28
|
-
"""
|
|
29
|
-
The set of arguments for constructing a RecipientFederationPolicy resource.
|
|
30
|
-
:param pulumi.Input[_builtins.str] comment: Description of the policy. This is a user-provided description
|
|
31
|
-
:param pulumi.Input[_builtins.str] name: Name of the federation policy. A recipient can have multiple policies with different names.
|
|
32
|
-
The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
33
|
-
:param pulumi.Input['RecipientFederationPolicyOidcPolicyArgs'] oidc_policy: Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
34
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
35
|
-
"""
|
|
36
|
-
if comment is not None:
|
|
37
|
-
pulumi.set(__self__, "comment", comment)
|
|
38
|
-
if name is not None:
|
|
39
|
-
pulumi.set(__self__, "name", name)
|
|
40
|
-
if oidc_policy is not None:
|
|
41
|
-
pulumi.set(__self__, "oidc_policy", oidc_policy)
|
|
42
|
-
if workspace_id is not None:
|
|
43
|
-
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
44
|
-
|
|
45
|
-
@_builtins.property
|
|
46
|
-
@pulumi.getter
|
|
47
|
-
def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
48
|
-
"""
|
|
49
|
-
Description of the policy. This is a user-provided description
|
|
50
|
-
"""
|
|
51
|
-
return pulumi.get(self, "comment")
|
|
52
|
-
|
|
53
|
-
@comment.setter
|
|
54
|
-
def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
55
|
-
pulumi.set(self, "comment", value)
|
|
56
|
-
|
|
57
|
-
@_builtins.property
|
|
58
|
-
@pulumi.getter
|
|
59
|
-
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
60
|
-
"""
|
|
61
|
-
Name of the federation policy. A recipient can have multiple policies with different names.
|
|
62
|
-
The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
63
|
-
"""
|
|
64
|
-
return pulumi.get(self, "name")
|
|
65
|
-
|
|
66
|
-
@name.setter
|
|
67
|
-
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
68
|
-
pulumi.set(self, "name", value)
|
|
69
|
-
|
|
70
|
-
@_builtins.property
|
|
71
|
-
@pulumi.getter(name="oidcPolicy")
|
|
72
|
-
def oidc_policy(self) -> Optional[pulumi.Input['RecipientFederationPolicyOidcPolicyArgs']]:
|
|
73
|
-
"""
|
|
74
|
-
Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
75
|
-
"""
|
|
76
|
-
return pulumi.get(self, "oidc_policy")
|
|
77
|
-
|
|
78
|
-
@oidc_policy.setter
|
|
79
|
-
def oidc_policy(self, value: Optional[pulumi.Input['RecipientFederationPolicyOidcPolicyArgs']]):
|
|
80
|
-
pulumi.set(self, "oidc_policy", value)
|
|
81
|
-
|
|
82
|
-
@_builtins.property
|
|
83
|
-
@pulumi.getter(name="workspaceId")
|
|
84
|
-
def workspace_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
85
|
-
"""
|
|
86
|
-
Workspace ID of the resource
|
|
87
|
-
"""
|
|
88
|
-
return pulumi.get(self, "workspace_id")
|
|
89
|
-
|
|
90
|
-
@workspace_id.setter
|
|
91
|
-
def workspace_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
92
|
-
pulumi.set(self, "workspace_id", value)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
@pulumi.input_type
|
|
96
|
-
class _RecipientFederationPolicyState:
|
|
97
|
-
def __init__(__self__, *,
|
|
98
|
-
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
99
|
-
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
100
|
-
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
101
|
-
oidc_policy: Optional[pulumi.Input['RecipientFederationPolicyOidcPolicyArgs']] = None,
|
|
102
|
-
update_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
103
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
104
|
-
"""
|
|
105
|
-
Input properties used for looking up and filtering RecipientFederationPolicy resources.
|
|
106
|
-
:param pulumi.Input[_builtins.str] comment: Description of the policy. This is a user-provided description
|
|
107
|
-
:param pulumi.Input[_builtins.str] create_time: (string) - System-generated timestamp indicating when the policy was created
|
|
108
|
-
:param pulumi.Input[_builtins.str] name: Name of the federation policy. A recipient can have multiple policies with different names.
|
|
109
|
-
The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
110
|
-
:param pulumi.Input['RecipientFederationPolicyOidcPolicyArgs'] oidc_policy: Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
111
|
-
:param pulumi.Input[_builtins.str] update_time: (string) - System-generated timestamp indicating when the policy was last updated
|
|
112
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
113
|
-
"""
|
|
114
|
-
if comment is not None:
|
|
115
|
-
pulumi.set(__self__, "comment", comment)
|
|
116
|
-
if create_time is not None:
|
|
117
|
-
pulumi.set(__self__, "create_time", create_time)
|
|
118
|
-
if name is not None:
|
|
119
|
-
pulumi.set(__self__, "name", name)
|
|
120
|
-
if oidc_policy is not None:
|
|
121
|
-
pulumi.set(__self__, "oidc_policy", oidc_policy)
|
|
122
|
-
if update_time is not None:
|
|
123
|
-
pulumi.set(__self__, "update_time", update_time)
|
|
124
|
-
if workspace_id is not None:
|
|
125
|
-
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
126
|
-
|
|
127
|
-
@_builtins.property
|
|
128
|
-
@pulumi.getter
|
|
129
|
-
def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
130
|
-
"""
|
|
131
|
-
Description of the policy. This is a user-provided description
|
|
132
|
-
"""
|
|
133
|
-
return pulumi.get(self, "comment")
|
|
134
|
-
|
|
135
|
-
@comment.setter
|
|
136
|
-
def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
137
|
-
pulumi.set(self, "comment", value)
|
|
138
|
-
|
|
139
|
-
@_builtins.property
|
|
140
|
-
@pulumi.getter(name="createTime")
|
|
141
|
-
def create_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
142
|
-
"""
|
|
143
|
-
(string) - System-generated timestamp indicating when the policy was created
|
|
144
|
-
"""
|
|
145
|
-
return pulumi.get(self, "create_time")
|
|
146
|
-
|
|
147
|
-
@create_time.setter
|
|
148
|
-
def create_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
149
|
-
pulumi.set(self, "create_time", value)
|
|
150
|
-
|
|
151
|
-
@_builtins.property
|
|
152
|
-
@pulumi.getter
|
|
153
|
-
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
154
|
-
"""
|
|
155
|
-
Name of the federation policy. A recipient can have multiple policies with different names.
|
|
156
|
-
The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
157
|
-
"""
|
|
158
|
-
return pulumi.get(self, "name")
|
|
159
|
-
|
|
160
|
-
@name.setter
|
|
161
|
-
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
162
|
-
pulumi.set(self, "name", value)
|
|
163
|
-
|
|
164
|
-
@_builtins.property
|
|
165
|
-
@pulumi.getter(name="oidcPolicy")
|
|
166
|
-
def oidc_policy(self) -> Optional[pulumi.Input['RecipientFederationPolicyOidcPolicyArgs']]:
|
|
167
|
-
"""
|
|
168
|
-
Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
169
|
-
"""
|
|
170
|
-
return pulumi.get(self, "oidc_policy")
|
|
171
|
-
|
|
172
|
-
@oidc_policy.setter
|
|
173
|
-
def oidc_policy(self, value: Optional[pulumi.Input['RecipientFederationPolicyOidcPolicyArgs']]):
|
|
174
|
-
pulumi.set(self, "oidc_policy", value)
|
|
175
|
-
|
|
176
|
-
@_builtins.property
|
|
177
|
-
@pulumi.getter(name="updateTime")
|
|
178
|
-
def update_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
179
|
-
"""
|
|
180
|
-
(string) - System-generated timestamp indicating when the policy was last updated
|
|
181
|
-
"""
|
|
182
|
-
return pulumi.get(self, "update_time")
|
|
183
|
-
|
|
184
|
-
@update_time.setter
|
|
185
|
-
def update_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
186
|
-
pulumi.set(self, "update_time", value)
|
|
187
|
-
|
|
188
|
-
@_builtins.property
|
|
189
|
-
@pulumi.getter(name="workspaceId")
|
|
190
|
-
def workspace_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
191
|
-
"""
|
|
192
|
-
Workspace ID of the resource
|
|
193
|
-
"""
|
|
194
|
-
return pulumi.get(self, "workspace_id")
|
|
195
|
-
|
|
196
|
-
@workspace_id.setter
|
|
197
|
-
def workspace_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
198
|
-
pulumi.set(self, "workspace_id", value)
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
@pulumi.type_token("databricks:index/recipientFederationPolicy:RecipientFederationPolicy")
|
|
202
|
-
class RecipientFederationPolicy(pulumi.CustomResource):
|
|
203
|
-
@overload
|
|
204
|
-
def __init__(__self__,
|
|
205
|
-
resource_name: str,
|
|
206
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
207
|
-
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
208
|
-
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
209
|
-
oidc_policy: Optional[pulumi.Input[Union['RecipientFederationPolicyOidcPolicyArgs', 'RecipientFederationPolicyOidcPolicyArgsDict']]] = None,
|
|
210
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
211
|
-
__props__=None):
|
|
212
|
-
"""
|
|
213
|
-
## Import
|
|
214
|
-
|
|
215
|
-
As of Pulumi v1.5, resources can be imported through configuration.
|
|
216
|
-
|
|
217
|
-
hcl
|
|
218
|
-
|
|
219
|
-
import {
|
|
220
|
-
|
|
221
|
-
id = "name"
|
|
222
|
-
|
|
223
|
-
to = databricks_recipient_federation_policy.this
|
|
224
|
-
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
228
|
-
|
|
229
|
-
```sh
|
|
230
|
-
$ pulumi import databricks:index/recipientFederationPolicy:RecipientFederationPolicy databricks_recipient_federation_policy "name"
|
|
231
|
-
```
|
|
232
|
-
|
|
233
|
-
:param str resource_name: The name of the resource.
|
|
234
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
235
|
-
:param pulumi.Input[_builtins.str] comment: Description of the policy. This is a user-provided description
|
|
236
|
-
:param pulumi.Input[_builtins.str] name: Name of the federation policy. A recipient can have multiple policies with different names.
|
|
237
|
-
The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
238
|
-
:param pulumi.Input[Union['RecipientFederationPolicyOidcPolicyArgs', 'RecipientFederationPolicyOidcPolicyArgsDict']] oidc_policy: Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
239
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
240
|
-
"""
|
|
241
|
-
...
|
|
242
|
-
@overload
|
|
243
|
-
def __init__(__self__,
|
|
244
|
-
resource_name: str,
|
|
245
|
-
args: Optional[RecipientFederationPolicyArgs] = None,
|
|
246
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
|
247
|
-
"""
|
|
248
|
-
## Import
|
|
249
|
-
|
|
250
|
-
As of Pulumi v1.5, resources can be imported through configuration.
|
|
251
|
-
|
|
252
|
-
hcl
|
|
253
|
-
|
|
254
|
-
import {
|
|
255
|
-
|
|
256
|
-
id = "name"
|
|
257
|
-
|
|
258
|
-
to = databricks_recipient_federation_policy.this
|
|
259
|
-
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
263
|
-
|
|
264
|
-
```sh
|
|
265
|
-
$ pulumi import databricks:index/recipientFederationPolicy:RecipientFederationPolicy databricks_recipient_federation_policy "name"
|
|
266
|
-
```
|
|
267
|
-
|
|
268
|
-
:param str resource_name: The name of the resource.
|
|
269
|
-
:param RecipientFederationPolicyArgs args: The arguments to use to populate this resource's properties.
|
|
270
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
271
|
-
"""
|
|
272
|
-
...
|
|
273
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
274
|
-
resource_args, opts = _utilities.get_resource_args_opts(RecipientFederationPolicyArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
275
|
-
if resource_args is not None:
|
|
276
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
277
|
-
else:
|
|
278
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
|
279
|
-
|
|
280
|
-
def _internal_init(__self__,
|
|
281
|
-
resource_name: str,
|
|
282
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
283
|
-
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
284
|
-
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
285
|
-
oidc_policy: Optional[pulumi.Input[Union['RecipientFederationPolicyOidcPolicyArgs', 'RecipientFederationPolicyOidcPolicyArgsDict']]] = None,
|
|
286
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
287
|
-
__props__=None):
|
|
288
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
289
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
|
290
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
291
|
-
if opts.id is None:
|
|
292
|
-
if __props__ is not None:
|
|
293
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
294
|
-
__props__ = RecipientFederationPolicyArgs.__new__(RecipientFederationPolicyArgs)
|
|
295
|
-
|
|
296
|
-
__props__.__dict__["comment"] = comment
|
|
297
|
-
__props__.__dict__["name"] = name
|
|
298
|
-
__props__.__dict__["oidc_policy"] = oidc_policy
|
|
299
|
-
__props__.__dict__["workspace_id"] = workspace_id
|
|
300
|
-
__props__.__dict__["create_time"] = None
|
|
301
|
-
__props__.__dict__["update_time"] = None
|
|
302
|
-
super(RecipientFederationPolicy, __self__).__init__(
|
|
303
|
-
'databricks:index/recipientFederationPolicy:RecipientFederationPolicy',
|
|
304
|
-
resource_name,
|
|
305
|
-
__props__,
|
|
306
|
-
opts)
|
|
307
|
-
|
|
308
|
-
@staticmethod
|
|
309
|
-
def get(resource_name: str,
|
|
310
|
-
id: pulumi.Input[str],
|
|
311
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
|
312
|
-
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
313
|
-
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
314
|
-
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
315
|
-
oidc_policy: Optional[pulumi.Input[Union['RecipientFederationPolicyOidcPolicyArgs', 'RecipientFederationPolicyOidcPolicyArgsDict']]] = None,
|
|
316
|
-
update_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
317
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'RecipientFederationPolicy':
|
|
318
|
-
"""
|
|
319
|
-
Get an existing RecipientFederationPolicy resource's state with the given name, id, and optional extra
|
|
320
|
-
properties used to qualify the lookup.
|
|
321
|
-
|
|
322
|
-
:param str resource_name: The unique name of the resulting resource.
|
|
323
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
324
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
325
|
-
:param pulumi.Input[_builtins.str] comment: Description of the policy. This is a user-provided description
|
|
326
|
-
:param pulumi.Input[_builtins.str] create_time: (string) - System-generated timestamp indicating when the policy was created
|
|
327
|
-
:param pulumi.Input[_builtins.str] name: Name of the federation policy. A recipient can have multiple policies with different names.
|
|
328
|
-
The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
329
|
-
:param pulumi.Input[Union['RecipientFederationPolicyOidcPolicyArgs', 'RecipientFederationPolicyOidcPolicyArgsDict']] oidc_policy: Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
330
|
-
:param pulumi.Input[_builtins.str] update_time: (string) - System-generated timestamp indicating when the policy was last updated
|
|
331
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
332
|
-
"""
|
|
333
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
334
|
-
|
|
335
|
-
__props__ = _RecipientFederationPolicyState.__new__(_RecipientFederationPolicyState)
|
|
336
|
-
|
|
337
|
-
__props__.__dict__["comment"] = comment
|
|
338
|
-
__props__.__dict__["create_time"] = create_time
|
|
339
|
-
__props__.__dict__["name"] = name
|
|
340
|
-
__props__.__dict__["oidc_policy"] = oidc_policy
|
|
341
|
-
__props__.__dict__["update_time"] = update_time
|
|
342
|
-
__props__.__dict__["workspace_id"] = workspace_id
|
|
343
|
-
return RecipientFederationPolicy(resource_name, opts=opts, __props__=__props__)
|
|
344
|
-
|
|
345
|
-
@_builtins.property
|
|
346
|
-
@pulumi.getter
|
|
347
|
-
def comment(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
348
|
-
"""
|
|
349
|
-
Description of the policy. This is a user-provided description
|
|
350
|
-
"""
|
|
351
|
-
return pulumi.get(self, "comment")
|
|
352
|
-
|
|
353
|
-
@_builtins.property
|
|
354
|
-
@pulumi.getter(name="createTime")
|
|
355
|
-
def create_time(self) -> pulumi.Output[_builtins.str]:
|
|
356
|
-
"""
|
|
357
|
-
(string) - System-generated timestamp indicating when the policy was created
|
|
358
|
-
"""
|
|
359
|
-
return pulumi.get(self, "create_time")
|
|
360
|
-
|
|
361
|
-
@_builtins.property
|
|
362
|
-
@pulumi.getter
|
|
363
|
-
def name(self) -> pulumi.Output[_builtins.str]:
|
|
364
|
-
"""
|
|
365
|
-
Name of the federation policy. A recipient can have multiple policies with different names.
|
|
366
|
-
The name must contain only lowercase alphanumeric characters, numbers, and hyphens
|
|
367
|
-
"""
|
|
368
|
-
return pulumi.get(self, "name")
|
|
369
|
-
|
|
370
|
-
@_builtins.property
|
|
371
|
-
@pulumi.getter(name="oidcPolicy")
|
|
372
|
-
def oidc_policy(self) -> pulumi.Output[Optional['outputs.RecipientFederationPolicyOidcPolicy']]:
|
|
373
|
-
"""
|
|
374
|
-
Specifies the policy to use for validating OIDC claims in the federated tokens
|
|
375
|
-
"""
|
|
376
|
-
return pulumi.get(self, "oidc_policy")
|
|
377
|
-
|
|
378
|
-
@_builtins.property
|
|
379
|
-
@pulumi.getter(name="updateTime")
|
|
380
|
-
def update_time(self) -> pulumi.Output[_builtins.str]:
|
|
381
|
-
"""
|
|
382
|
-
(string) - System-generated timestamp indicating when the policy was last updated
|
|
383
|
-
"""
|
|
384
|
-
return pulumi.get(self, "update_time")
|
|
385
|
-
|
|
386
|
-
@_builtins.property
|
|
387
|
-
@pulumi.getter(name="workspaceId")
|
|
388
|
-
def workspace_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
389
|
-
"""
|
|
390
|
-
Workspace ID of the resource
|
|
391
|
-
"""
|
|
392
|
-
return pulumi.get(self, "workspace_id")
|
|
393
|
-
|
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
pulumi_databricks/__init__.py,sha256=3CaqdHaMml72rj48sgQMiZRRKbVwy2ONr1ApmJVRVDo,33144
|
|
2
|
-
pulumi_databricks/_inputs.py,sha256=iH2LmElv26q30DJxWH62AsKestt6wNkYyrQ6hk5XPKw,3854844
|
|
3
|
-
pulumi_databricks/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
4
|
-
pulumi_databricks/access_control_rule_set.py,sha256=2p6Za9anaCar_kYZifwCMTt6PrhAU1w6ynJH37ejbYw,32217
|
|
5
|
-
pulumi_databricks/account_federation_policy.py,sha256=xfiifeRx48vApJBcQgPAw-rmJ_PMgf0AnaD4QlbqGOM,22404
|
|
6
|
-
pulumi_databricks/account_network_policy.py,sha256=3JkZr6DBNRc-2wlpe2WY8TXa5nhfIcSpzSPvQ-7f8Zw,13592
|
|
7
|
-
pulumi_databricks/account_setting_v2.py,sha256=kwIbZkwrI586gGBDd_UiGmPTi7BP7xS3jLGUu4V39cs,51867
|
|
8
|
-
pulumi_databricks/aibi_dashboard_embedding_access_policy_setting.py,sha256=dpV2LvhxcE-sIZtbcfdAQuVkoUslcUN99n3NB8AKQLc,14468
|
|
9
|
-
pulumi_databricks/aibi_dashboard_embedding_approved_domains_setting.py,sha256=bd7CNqA7WMF-4k7ppltRifzsWS1_8lSE5EKhZZwKY1I,15413
|
|
10
|
-
pulumi_databricks/alert.py,sha256=0HaGJ0kbV8WgYB4ZZXdWGDKg86KqiQJ5acBkJFesARU,35630
|
|
11
|
-
pulumi_databricks/alert_v2.py,sha256=AZMa3B8QRqYJ93XwuJOWqaFN_hnNIVOfTmzNlO34ux0,41879
|
|
12
|
-
pulumi_databricks/app.py,sha256=STWopmjTd_h24nZqN0P9_dEPj2-jtyw8n5gc2CevVQM,41067
|
|
13
|
-
pulumi_databricks/apps_settings_custom_template.py,sha256=-Gjb3poIgkrc09DBzjRe_xpm5Elr7cSkwpLuBJQjrXI,24362
|
|
14
|
-
pulumi_databricks/artifact_allowlist.py,sha256=fSdsN2t2jOfMrA5dELzfdfxEcb9Swakl-Pwq0b7r1mk,18682
|
|
15
|
-
pulumi_databricks/automatic_cluster_update_workspace_setting.py,sha256=st72oUWQbwdEzUZmcTMmNThka5bFiq3sFEchwpGCTTY,10628
|
|
16
|
-
pulumi_databricks/budget.py,sha256=SktUo6TLrfjsmmqfXsr-1IHrGKwBsueEQ4TlJxF1kzw,21874
|
|
17
|
-
pulumi_databricks/budget_policy.py,sha256=5pqZ4O1_9VS3Bj1IfeGLdHHwtJEjixMQLROGV_DZTM8,19352
|
|
18
|
-
pulumi_databricks/catalog.py,sha256=LtydCV7Z-1V-d6ke4EsrsrZ9eWnKbb5UbVYDWtbpubc,54436
|
|
19
|
-
pulumi_databricks/catalog_workspace_binding.py,sha256=JTJkhcU4BnxoWktJGoKCmtMYFtpXgU-WhjClj6756lY,20423
|
|
20
|
-
pulumi_databricks/clean_room_asset.py,sha256=Wtz2AKIGhQB_k6o6GwmHUqqhGH5mQLCUzuUlgFfXKKg,49357
|
|
21
|
-
pulumi_databricks/clean_room_auto_approval_rule.py,sha256=3Vpw0g0jyecXom8j2VcN6tlFjKkH0n8H24KhIEFyMlg,22564
|
|
22
|
-
pulumi_databricks/clean_rooms_clean_room.py,sha256=6TEeJhszRA_5iLCwxYtjnULxSHjQAGduegUH6Kee5g4,28057
|
|
23
|
-
pulumi_databricks/cluster.py,sha256=ihHhPv5DwrqRJAnw3r7YxDd39SmpRaYHr5ghvhmOus0,151222
|
|
24
|
-
pulumi_databricks/cluster_policy.py,sha256=oa33SfhqAx_ylSJzqFtG2lgL3Bnp33-w1oOD76KacOc,36711
|
|
25
|
-
pulumi_databricks/compliance_security_profile_workspace_setting.py,sha256=wWJSfLP4yrY7CNVa7q5m8UDrDIKdj1Z6RqzDRJnfZvs,10871
|
|
26
|
-
pulumi_databricks/connection.py,sha256=Pz1reytglUBVvXq5lTpNjbefY1GaSPaBIehN4AUwVek,48209
|
|
27
|
-
pulumi_databricks/credential.py,sha256=cTU_71mA6qD-EpLAvhhTIToUT5Z_1kYDEdTGbhLRtuc,53235
|
|
28
|
-
pulumi_databricks/custom_app_integration.py,sha256=pr-MWVPYEVBMvWKbj38mReANpZNHkSZwnqvgGbk9flY,32672
|
|
29
|
-
pulumi_databricks/dashboard.py,sha256=9BvOTBXPkcwaP7kF6w0zlZbY0opZrAHn06r8motA1-g,33307
|
|
30
|
-
pulumi_databricks/database_database_catalog.py,sha256=qz6xMGUExZ7EiQvJzIcUsUWwKI0e04m6Lh1cv642EWo,20217
|
|
31
|
-
pulumi_databricks/database_instance.py,sha256=KPsb6wUTi7C6gJ-Yfg34LW7NguE6bBnxqmoQ6C9LU70,61133
|
|
32
|
-
pulumi_databricks/database_synced_database_table.py,sha256=z3wvB1SbKbgtv-mdP_0K0JMR1BgQ1eqF-GtnA_3woFA,34449
|
|
33
|
-
pulumi_databricks/dbfs_file.py,sha256=PYtMJiCNQoPz4dFY7IPUXttsEEjN82E1QMsZCTEJ1FQ,17001
|
|
34
|
-
pulumi_databricks/default_namespace_setting.py,sha256=J_4win0olRcbCnvHs0ICg_7FRco4hNDyOuAEp2Gktqo,12458
|
|
35
|
-
pulumi_databricks/directory.py,sha256=gLfH75sdopN_rQDQyI_6CKkGi9eM1A6N5dTMe9womw0,15940
|
|
36
|
-
pulumi_databricks/disable_legacy_access_setting.py,sha256=FpQFY5Hgcr4r9ISlmKB3ghneNLtUb8DLhCw-D_o0E0M,12725
|
|
37
|
-
pulumi_databricks/disable_legacy_dbfs_setting.py,sha256=ig2JNmcNdc_Q01pcwFMkjFq-HIyHW3xh8TX56r8sV9Y,13465
|
|
38
|
-
pulumi_databricks/disable_legacy_features_setting.py,sha256=mGuj1KPqPPwtWCXhCwCv0FlrXx_ulzpJG6_mRiAJX7w,14765
|
|
39
|
-
pulumi_databricks/enhanced_security_monitoring_workspace_setting.py,sha256=f2tG5316fDbqTUx2NLs6beV1-AHHqw75fePjzApkUHg,10952
|
|
40
|
-
pulumi_databricks/entitlements.py,sha256=6g-iFfkAJZLeArZ-BiUAXAmMsgmN2k_Ay9OdCnm04Ls,34862
|
|
41
|
-
pulumi_databricks/entity_tag_assignment.py,sha256=4D2bdN1VabWrWV1jMZ6D-uqUAGHgEWK4JqDHy46U4KE,15960
|
|
42
|
-
pulumi_databricks/external_location.py,sha256=fZ4jQ4960B5Zg6viv_8VVZ0zBRzq5_ibzd5Yd6xBDa8,51322
|
|
43
|
-
pulumi_databricks/external_metadata.py,sha256=Ao46NOsQXYBIIuG3MDaUgqjx7G6a0DBPNBxfHiLcYEY,35044
|
|
44
|
-
pulumi_databricks/file.py,sha256=vGpXZSJRjO5jrFo72CzcC3ShuBGDzFIoXPiLWPVfZ-4,21440
|
|
45
|
-
pulumi_databricks/get_account_federation_policies.py,sha256=of5TUS_V2orLUAjQYlUTzVVszt90cvwvSNhPIYE6b84,3962
|
|
46
|
-
pulumi_databricks/get_account_federation_policy.py,sha256=SNH9zCstCIMR6dVmljDiZNbfyKzoDoHMK9aoQIjuiZc,10655
|
|
47
|
-
pulumi_databricks/get_account_network_policies.py,sha256=GxWsmtGcUZ2UbEZ3qFjBYMLwCzqwpvHmR0HVWEqlX6Y,3802
|
|
48
|
-
pulumi_databricks/get_account_network_policy.py,sha256=BVKTGl9QX9sq53Y6oYVddqqKbS6NdIIzTn1veut0QBw,6617
|
|
49
|
-
pulumi_databricks/get_account_setting_v2.py,sha256=1npFFraaPIWWb3v8Gc5aRW7LYeKOCJGXNVFhQ6U4MCc,34263
|
|
50
|
-
pulumi_databricks/get_alert_v2.py,sha256=GlT3iBsPf3Xm_QANtsXkO8kiq1s11_G6BqvDxAKI1cs,21377
|
|
51
|
-
pulumi_databricks/get_alerts_v2.py,sha256=XFyEpwroYKlexVisqy-EB3y5bac4G2CVLhyd_mm21DI,4944
|
|
52
|
-
pulumi_databricks/get_app.py,sha256=fUyHd29EMs0qVp4kIfrenjqjLE4RW0EdN8CvXNAjGFg,6104
|
|
53
|
-
pulumi_databricks/get_apps.py,sha256=YZD79SS0_4xoNDj1X6KrG_WhWQmHSyAWVNvaQFSyN5Q,5345
|
|
54
|
-
pulumi_databricks/get_apps_settings_custom_template.py,sha256=ECYR8cW6_CwVcaIuV8KYDEidTpYMrbGG6x14ccLxh00,11466
|
|
55
|
-
pulumi_databricks/get_apps_settings_custom_templates.py,sha256=0Jy2FXqCj-N_Zr4afVnfJM23sNC2xAZWrFMnS_CbRcI,5102
|
|
56
|
-
pulumi_databricks/get_aws_assume_role_policy.py,sha256=s6zZAVacpSDI_6aGWap-wSUbzkpbo_74VJ8n0poIZpQ,11771
|
|
57
|
-
pulumi_databricks/get_aws_bucket_policy.py,sha256=aAHLPaIeqpCEQ8J2pzbnCyq3lDia_IbP9esQhsbnO28,10126
|
|
58
|
-
pulumi_databricks/get_aws_cross_account_policy.py,sha256=3gMiW04kduh5SJfklcPnHsAeROQEJKqDz762iI8G5zU,13285
|
|
59
|
-
pulumi_databricks/get_aws_unity_catalog_assume_role_policy.py,sha256=uWIPGRXt4e3bAmrrpTBD_DYUBW_VkmYXd08LxrZOdDE,12406
|
|
60
|
-
pulumi_databricks/get_aws_unity_catalog_policy.py,sha256=0Yxhdqw8A70vR044-IYnjWv7RNreGC_4hOzKk5Rv5pI,12180
|
|
61
|
-
pulumi_databricks/get_budget_policies.py,sha256=lawIsYA2cz5jfjcAB8GKM2fGqYsyzaNzGod-U24JdFg,3644
|
|
62
|
-
pulumi_databricks/get_budget_policy.py,sha256=NLgvQhF7va1jC_RKLQeHeT5QUUBpX7nA35SzZOGlLKc,9119
|
|
63
|
-
pulumi_databricks/get_catalog.py,sha256=_xoMDaVD_-s1H8Wkr6eICnsrw64gW1o5qxJB9e3jNPw,6675
|
|
64
|
-
pulumi_databricks/get_catalogs.py,sha256=oE7gj5LhcNCeOS0DtcEIcXjOGD9DBsYWX29cEeVj2pQ,4286
|
|
65
|
-
pulumi_databricks/get_clean_room_asset.py,sha256=UasDh-n19Gvj5v_zoOcCLoRMiED0Ju0Gbyk-7awlk84,24338
|
|
66
|
-
pulumi_databricks/get_clean_room_asset_revisions_clean_room_asset.py,sha256=NATWGP2H7l2cuN1XCYN-YSm42PGDOwqwumbKgvfMsuI,26733
|
|
67
|
-
pulumi_databricks/get_clean_room_asset_revisions_clean_room_assets.py,sha256=fTnwZ_zRcOjnNiPhC9ox94Byzz0nCwdz0Iyb8y0nMYo,5506
|
|
68
|
-
pulumi_databricks/get_clean_room_assets.py,sha256=owb6WZFFuDlwAYQA_7T7ge60ke6KhlDm9SND7Q17IeQ,5615
|
|
69
|
-
pulumi_databricks/get_clean_room_auto_approval_rule.py,sha256=sz3mxnHsfypvHywgufGHM29McAEOEu1Vl-HLX7VY6RY,11606
|
|
70
|
-
pulumi_databricks/get_clean_room_auto_approval_rules.py,sha256=eBpdjHBcv08iiKWRPYjdoMvYg1ZAB1rvFfN6xtU0fF8,4306
|
|
71
|
-
pulumi_databricks/get_clean_rooms_clean_room.py,sha256=Vw7Ge-woqNL0F0pvKF_F4fKh9DW9AOcy3riCqixsuYc,13871
|
|
72
|
-
pulumi_databricks/get_clean_rooms_clean_rooms.py,sha256=Jfe94CnFQGIvJduJVB3pHFWTFUWWjeHErFPGG0Duc4k,4658
|
|
73
|
-
pulumi_databricks/get_cluster.py,sha256=6Ve-XRICF1LprAoAG10r61WpoDG2V2Dk8OiLv-BaC2w,6850
|
|
74
|
-
pulumi_databricks/get_cluster_policy.py,sha256=82lsES7Eq_4xyV5SUF2lWnaYHagi8QDz-8-l2QJq_F8,12288
|
|
75
|
-
pulumi_databricks/get_clusters.py,sha256=zvXQwKMs9POf_bMBiTFYT7-a764ygO0JofsjbtW9hwg,10165
|
|
76
|
-
pulumi_databricks/get_current_config.py,sha256=qIqufIOpwlFZ8RRkQ_bDTQSz2x4aKX2q-BBd72Nb2Wc,10652
|
|
77
|
-
pulumi_databricks/get_current_metastore.py,sha256=f-zrG9ulCOLVwVnNMU1Ugzyd1fLmg7p5NtllORgoZzE,6615
|
|
78
|
-
pulumi_databricks/get_current_user.py,sha256=8sBg-y6wmUWKzRaid3PolmTCVTz0EOCqFO3PhUon9tc,6461
|
|
79
|
-
pulumi_databricks/get_dashboards.py,sha256=XFV6AhEo1jEL1SihnIbR3Nd4N2T8rHpiCT_EiRY7OrY,4763
|
|
80
|
-
pulumi_databricks/get_database_database_catalog.py,sha256=Yi9UE0hf1HoG3308Q8-TtTqPeEtOgduJcmuZyltWsUo,9305
|
|
81
|
-
pulumi_databricks/get_database_database_catalogs.py,sha256=dPRFRFTm8-PP6jVF6wDVM4xUgT9KtbfR8SKeD0VkjQA,4450
|
|
82
|
-
pulumi_databricks/get_database_instance.py,sha256=tCjU65PgUUsGD9EYL9QSgk6ZZjSDcTgYKZI0TKryyMg,26506
|
|
83
|
-
pulumi_databricks/get_database_instances.py,sha256=yjRkQvZ-8VVhA5tOVPUJOHT4xggxEIfEZneaM7bPszM,5034
|
|
84
|
-
pulumi_databricks/get_database_synced_database_table.py,sha256=zAreNICc8ApPE1T1BLtY7tgjZW6WDcd6gjMBBsomFng,14464
|
|
85
|
-
pulumi_databricks/get_database_synced_database_tables.py,sha256=Zx6BVa8P4aqdC98dSm-ZDa0X4IzEKIodHYvwAmvJj6I,4488
|
|
86
|
-
pulumi_databricks/get_dbfs_file.py,sha256=VjYDdljvKk0ymsNlZQA-DopuU4lYlFQmBW5mcT-Q-jI,7226
|
|
87
|
-
pulumi_databricks/get_dbfs_file_paths.py,sha256=b52mtxIk30nh8uJt9CPbIBhggeGnZr4a0wakGBE0CNs,7378
|
|
88
|
-
pulumi_databricks/get_directory.py,sha256=xUCn3QSzwMAdiY3ZZNrSXptWbztKYdWXjeNaDGbuUec,5843
|
|
89
|
-
pulumi_databricks/get_entity_tag_assignment.py,sha256=Ez59bH7dFKotuFj5n6ZHE71o0YVdQsMmxUZ2_FkVA44,7805
|
|
90
|
-
pulumi_databricks/get_entity_tag_assignments.py,sha256=YZviQhNDZsRx0xNx8MqB9Z1TXBET9Gb3evoxKbxhJIs,6673
|
|
91
|
-
pulumi_databricks/get_external_location.py,sha256=FCyqkJacqcXmvk6NqS7dGASjBLrMOTLErpaOn-ikcpk,6683
|
|
92
|
-
pulumi_databricks/get_external_locations.py,sha256=2pBN7Jbf64L_Btw48eaDn9DpRmYkHn4K7eek0X0KUAM,4837
|
|
93
|
-
pulumi_databricks/get_external_metadata.py,sha256=GjqLksFV_Xky_Un6-hy58eJkBxx1cZmkbllHBSJvuLQ,16148
|
|
94
|
-
pulumi_databricks/get_external_metadatas.py,sha256=L9ZID9aGCxmZyA-Jm5AVUQbRXUSo_MK4KIt1P8Ixg0c,4882
|
|
95
|
-
pulumi_databricks/get_functions.py,sha256=lQ56GMNxhcCYfmWD9ccnvF3B4Ah-d5-beNUz0kTUGW4,8699
|
|
96
|
-
pulumi_databricks/get_group.py,sha256=Tt_a9DjL5DfZnJ7935SUYyJeFIXOnfqXHpOdB7oZ8sU,20795
|
|
97
|
-
pulumi_databricks/get_instance_pool.py,sha256=nu3Txbu32Su9oS7PypwGqRaFoNE7DfMWajgOd7R15Os,5562
|
|
98
|
-
pulumi_databricks/get_instance_profiles.py,sha256=YFXntVjblcdOxPBqmr2OTmpw2mcMQGXgLop_7TDp-Jc,4974
|
|
99
|
-
pulumi_databricks/get_job.py,sha256=I7LceW2LyWAc6j0Vd7CnUSBbnqnZH1fPY48854aXXyM,7515
|
|
100
|
-
pulumi_databricks/get_jobs.py,sha256=IVIF61O-Q1-AUMNYhc1lpOei7olNrAVqNUtJvu7fxIo,9139
|
|
101
|
-
pulumi_databricks/get_materialized_features_feature_tag.py,sha256=uQO7z2uXIqSJ4vzB8NCj0oX6a5zI4xTZNAwC80p1v3c,5373
|
|
102
|
-
pulumi_databricks/get_materialized_features_feature_tags.py,sha256=0F-DyJWnfrQrFVG3i91nfbj246HVPEfNpotYBzW6gvs,4544
|
|
103
|
-
pulumi_databricks/get_metastore.py,sha256=ytZF7EfGLCEpwn3LKaCa_TllSEr15KoKhsxHJOxJUz4,8813
|
|
104
|
-
pulumi_databricks/get_metastores.py,sha256=7il7z4I3JzdWR-oe9O7_DvenMbD8K6gLB9Tc8IDbeHA,4811
|
|
105
|
-
pulumi_databricks/get_mlflow_experiment.py,sha256=snjLBzIWKZ6Ei0kD9E0M__xcpoxCx6o0Vm-07poDeY0,10668
|
|
106
|
-
pulumi_databricks/get_mlflow_model.py,sha256=puPV74Jygfz5n53JXz2sKHiNmpTlMElzL4pfFPQdxDI,11565
|
|
107
|
-
pulumi_databricks/get_mlflow_models.py,sha256=Q_v_C7hLDe13hKJXtdVwZzl8EOCGiSsKQf1bs0O0cDQ,4064
|
|
108
|
-
pulumi_databricks/get_mws_credentials.py,sha256=folszW8_k1mD5eC1RvhmadE4ABXNeEO_vRYU2lte0Cc,5856
|
|
109
|
-
pulumi_databricks/get_mws_network_connectivity_config.py,sha256=fT99pVV-CGmzeMxpzPR5n-0vO_rSgCWVxNVRA83RfPs,12431
|
|
110
|
-
pulumi_databricks/get_mws_network_connectivity_configs.py,sha256=Dbzq-Fs01ZwNPaRcLw1EHoOWxvr3faOmNWsrpXpA_Fk,6576
|
|
111
|
-
pulumi_databricks/get_mws_workspaces.py,sha256=R4n2MROP6BrGVuN7LPKyvBD1NnPGfopyQ_j3gdPrgso,4103
|
|
112
|
-
pulumi_databricks/get_node_type.py,sha256=78SrDIFcRzajPKtmONh6QFs8MI5u46wPTlsVgPWWrsE,22136
|
|
113
|
-
pulumi_databricks/get_notebook.py,sha256=ZS-eskq-FspErG0yHCZLfVAlK3eZP-7Cdgd7h96UQsY,8405
|
|
114
|
-
pulumi_databricks/get_notebook_paths.py,sha256=BzO4nBt1hoYmkunEGyVHFZUtegDQ3Mdcsf-nbYFbok0,5475
|
|
115
|
-
pulumi_databricks/get_notification_destinations.py,sha256=ftnI2ZtzHoijGKUtwpam2NXxcomvaFprbt_ry0jng_s,8999
|
|
116
|
-
pulumi_databricks/get_online_store.py,sha256=hxev2VuXzu70OWWakb9W_68mzplmwE07gYy0Kkdwp5s,8519
|
|
117
|
-
pulumi_databricks/get_online_stores.py,sha256=TU2XMaPmrhYeKc3iyp1fT7LSaHKwFYOKAKNqloD5Tw8,4092
|
|
118
|
-
pulumi_databricks/get_pipelines.py,sha256=nRTZAdvMqAbIQZz9CpBJvJrxoyacLRpptF8DdlctJvk,7769
|
|
119
|
-
pulumi_databricks/get_policy_info.py,sha256=DZDnqRN4tzVK69zeDlO8stg4Rjg9mODGDQN39qjoVoU,25158
|
|
120
|
-
pulumi_databricks/get_policy_infos.py,sha256=_u06-TgQRPcD6EWuyPGTI4006fvN0Qlj8hPajkt2N1k,6883
|
|
121
|
-
pulumi_databricks/get_quality_monitor_v2.py,sha256=2dMSlHjZBiF8LjSOIOvy0mWIjFvEPHCWtgT9AVFGc4I,7491
|
|
122
|
-
pulumi_databricks/get_quality_monitors_v2.py,sha256=3pxmtRT_WxmefFgjFIgI_mby7TXnDecaLAlKtxfCeW8,4834
|
|
123
|
-
pulumi_databricks/get_recipient_federation_policies.py,sha256=1gFaRxgV0AFwid7d8lqj6-YqsDLKIcZIaKm42fv2RcU,4362
|
|
124
|
-
pulumi_databricks/get_recipient_federation_policy.py,sha256=24CGtFu2276C36AFEUANx5gEgihUyI2FUMdPxbAPXn4,9090
|
|
125
|
-
pulumi_databricks/get_registered_model.py,sha256=KP6md3F8P9I3TJHJqlfj_DwJUOs_NOznqRHsCi483KY,8833
|
|
126
|
-
pulumi_databricks/get_registered_model_versions.py,sha256=PVj0YSdte1c-WOeM8FWBJYKS1b3vXQiiW_eEq9nlpIA,7234
|
|
127
|
-
pulumi_databricks/get_schema.py,sha256=Cweo5HZuKOFJRorZzEOT9xO_QA_yU9Iz1vSdNtP454A,7040
|
|
128
|
-
pulumi_databricks/get_schemas.py,sha256=xzjXNEOLurNcnWAHOnI9NtD8OSQ7LtrlPIK2V_WfzZg,5377
|
|
129
|
-
pulumi_databricks/get_service_principal.py,sha256=0L0TgqmWBVbLER9kjvpEDjNb8zGW7f34Ec2IeGyZm8g,15519
|
|
130
|
-
pulumi_databricks/get_service_principal_federation_policies.py,sha256=yvNcEKfOKzGHixY1n8PXYVS4j6pOckNjjb_u2jpHPdg,5641
|
|
131
|
-
pulumi_databricks/get_service_principal_federation_policy.py,sha256=f1YCS-SBMyP1oJszG1rwfBAuoxbm-zUg5KEIOItTcYg,11023
|
|
132
|
-
pulumi_databricks/get_service_principals.py,sha256=ZKTKFLIdAhUdhAev9V4-2ITYDFkKAV74MTZQjfXG77g,5488
|
|
133
|
-
pulumi_databricks/get_serving_endpoints.py,sha256=biTp5PL5QM_3jamaGSHWBcmK1LimGxiwljBQHq_h3HE,6668
|
|
134
|
-
pulumi_databricks/get_share.py,sha256=onCk-ombltRfJpIvjNN9vnIv1ZU3hq4-a1qb_5DNRqw,7386
|
|
135
|
-
pulumi_databricks/get_shares.py,sha256=fHFwPvw3OK63QK8O4dnePGZtV1CqoN0Ns7IqsgHqCFM,4350
|
|
136
|
-
pulumi_databricks/get_spark_version.py,sha256=Q7rYpVbCQx4fo84GBW_nv1I-RAcqqvoQ9Aet4EpCpYU,17790
|
|
137
|
-
pulumi_databricks/get_sql_warehouse.py,sha256=gD4SlsIu1muW_64Hk9lZHkUFB0ndzWDceXFnCJA6rGw,28629
|
|
138
|
-
pulumi_databricks/get_sql_warehouses.py,sha256=qp1cFTd8UotGbVZEANRGcKI8c1lbdL8Hdis-03ngxq0,6972
|
|
139
|
-
pulumi_databricks/get_storage_credential.py,sha256=VnG6YMrJswpxJrPZXft5AN9vOZbv11sOofRbUFr1Hjg,6744
|
|
140
|
-
pulumi_databricks/get_storage_credentials.py,sha256=TvbfBwuHePBS0m48cMBlHc9wSlWBjquzrf5nCWQuoeQ,4863
|
|
141
|
-
pulumi_databricks/get_table.py,sha256=2zgCtEpw27KQpUDH8x_mawfPeHXuYXCT7Y3q3mEH5Fo,6401
|
|
142
|
-
pulumi_databricks/get_tables.py,sha256=RAyFGHmO49PAi_une-j2k9e5tgqYKwW9wcH1tOr1xuE,7230
|
|
143
|
-
pulumi_databricks/get_tag_policies.py,sha256=6Hl-D1B8JN_whWwBqEncoMjkBUGOoBhVVxu2s7IxYmw,4209
|
|
144
|
-
pulumi_databricks/get_tag_policy.py,sha256=fyZLlKbQdClRKUF__AEZDYM1woEb5o0_6oxSofJHubo,6228
|
|
145
|
-
pulumi_databricks/get_user.py,sha256=JqKoGsHTz6Ue6y2E1vMituGOj17XQICtHgSsyHSmosM,11827
|
|
146
|
-
pulumi_databricks/get_views.py,sha256=5ruZHT4mI8l_m7ZSP68LO9xIDTdy_jjjQBpmgxIy7Vs,7194
|
|
147
|
-
pulumi_databricks/get_volume.py,sha256=vVvpkvlYFGQlFCqnibgutON-6LwLtcUpiBCemARmOnw,7312
|
|
148
|
-
pulumi_databricks/get_volumes.py,sha256=mTuxg2K7idmfyLDYJ5yffDN1XOfm1PLVOeRGpdboV4I,7122
|
|
149
|
-
pulumi_databricks/get_workspace_network_option.py,sha256=_suAJOrSKw6-aTHimw6iS98My-iEBnwMlmmINY7vrHc,6386
|
|
150
|
-
pulumi_databricks/get_workspace_setting_v2.py,sha256=3N81JTxjD6y5K1ev1ZI0FmGAovBLxJ62vaODT4Ri6Uc,35597
|
|
151
|
-
pulumi_databricks/get_zones.py,sha256=NEXKzq77igRpvAXTsdgXxfxrMGIllvS-DZLlh1b60wk,5446
|
|
152
|
-
pulumi_databricks/git_credential.py,sha256=wNP3dktCvCfTOaq9QLsu642rTi9uTJTHxQ_XDu_ZHig,25841
|
|
153
|
-
pulumi_databricks/global_init_script.py,sha256=aoerYQoBoOYiZ9U1T3h3deEDtE65wFQwTTNCdw3Grak,19318
|
|
154
|
-
pulumi_databricks/grant.py,sha256=zscIGTsAeFc1q_a3RfWS6K6DllKRiyHfDqpjhXR8Io0,56607
|
|
155
|
-
pulumi_databricks/grants.py,sha256=0QdNXvFdC5DbwqrMXEIthw2UQNqVjZabbX1hNKV1P_c,60652
|
|
156
|
-
pulumi_databricks/group.py,sha256=slQgi5Jpvhl2txdASAFgxJyqGXo98YyQ89EB2CKKOxs,39916
|
|
157
|
-
pulumi_databricks/group_instance_profile.py,sha256=uBBhlNPGfInofu6Tly7oHUiAxnEBi1werxfF0mpo6gE,12478
|
|
158
|
-
pulumi_databricks/group_member.py,sha256=BdqlksJ19__gJ2qhzf1zYRsiyS7GTRivuuYTXj9-pfE,13773
|
|
159
|
-
pulumi_databricks/group_role.py,sha256=OSiN0BV8jIa04hQPIYr2Cq1z_4Pjo6yRuI0Xljscjwk,12800
|
|
160
|
-
pulumi_databricks/instance_pool.py,sha256=cwK9wai0yiqNZR9z5UgojpdwotQOUTxFj5JJlxggynQ,59246
|
|
161
|
-
pulumi_databricks/instance_profile.py,sha256=4IVcGIsCUy8eO07cQUjoIfK-Bju0pVii5ggHVXGkSn4,31392
|
|
162
|
-
pulumi_databricks/ip_access_list.py,sha256=6QnHPt08GQI278P5dz5pD0X15a6d0CHASYa53hSa3uI,18891
|
|
163
|
-
pulumi_databricks/job.py,sha256=OvkKdm8SdV94wTcvMM722EyP6XE5HYpd0J6k-x1Istk,128356
|
|
164
|
-
pulumi_databricks/lakehouse_monitor.py,sha256=melbGmjAD5togkN3xtuZtNwVewbAJZ7QiH257TQqndU,62793
|
|
165
|
-
pulumi_databricks/library.py,sha256=xYA4Z2ADMwrHHipVrKG4PcDCnxxxZEScxWhxN-iODns,27253
|
|
166
|
-
pulumi_databricks/materialized_features_feature_tag.py,sha256=qKhj_PU-nutxZsg1vCDxuzX1L7lBCU3Pyk3BYgSCKaM,9933
|
|
167
|
-
pulumi_databricks/metastore.py,sha256=XwkduMFQ77AtfTZIM5dPMrBP5F7G9LJKIBb16nE-wBk,45287
|
|
168
|
-
pulumi_databricks/metastore_assignment.py,sha256=X3Hv5deZCGrY78YXK2ZQiuK4CIdVJTELPpLgs8cVtd8,14606
|
|
169
|
-
pulumi_databricks/metastore_data_access.py,sha256=fBJhQG-NjakOJuDLFa5i5SPWy4TMf67wpWvreYYYHas,36785
|
|
170
|
-
pulumi_databricks/metastore_provider.py,sha256=CJhX4FEyQlqD2H_VHK-Jwz9riyLkKSbyLqpjNdyEuZI,16026
|
|
171
|
-
pulumi_databricks/mlflow_experiment.py,sha256=RP6OFzQrgc1iW0N3Hx39W23v-8BhN1kNmssYs_IZi_M,25985
|
|
172
|
-
pulumi_databricks/mlflow_model.py,sha256=CYPdf9mVuMoXy4wJ2E9uRajdbE8WGHVPYFVEBj6vUU8,16170
|
|
173
|
-
pulumi_databricks/mlflow_webhook.py,sha256=ShSs0LW5qBEvE_1e2l1orXegCLC3MCICKr31lVZKSig,28068
|
|
174
|
-
pulumi_databricks/model_serving.py,sha256=RfUrHwaf4Kbw3fa1FB0Z4V_Wvv3htWDSh2C2S880sgk,47556
|
|
175
|
-
pulumi_databricks/model_serving_provisioned_throughput.py,sha256=2ptDIQtwu-pLejm-92medp7aXnQnaffK539PGIEgp38,30348
|
|
176
|
-
pulumi_databricks/mount.py,sha256=bRdnR0hp0OEEUUSgcxtq9MhRWed4n0D7PVzczJdflFU,20540
|
|
177
|
-
pulumi_databricks/mws_credentials.py,sha256=opDYEi_Yj0nZD1mhe6AE6hxUnUW3DIYfoPQVcglEd0g,23385
|
|
178
|
-
pulumi_databricks/mws_customer_managed_keys.py,sha256=YzQa2KR7WnQRKkB9ti5DOUOVd030bn9ujFBHo1dfCis,42203
|
|
179
|
-
pulumi_databricks/mws_log_delivery.py,sha256=w1e5zaKZ3liFitZaG_biMyXFRPmZNmyJsQPTgM9C2Vs,47788
|
|
180
|
-
pulumi_databricks/mws_ncc_binding.py,sha256=swIGw4CN197m10sSH-iecFqdhez4cU3Vmb6AgFF-3Fk,12259
|
|
181
|
-
pulumi_databricks/mws_ncc_private_endpoint_rule.py,sha256=kx7h0u93ouu3dj82ItOIMpZfR_ZhG78W-U7DfjrCU7o,64244
|
|
182
|
-
pulumi_databricks/mws_network_connectivity_config.py,sha256=p3UCcfv-LohVRg2LBhv6mc-3PErd_lZh3q97IEa9LmM,26988
|
|
183
|
-
pulumi_databricks/mws_networks.py,sha256=aC-n5cltz_x2oYV4NQy0mt1FKwWEVfY5O_AgzNqB21Q,43351
|
|
184
|
-
pulumi_databricks/mws_permission_assignment.py,sha256=WVUqJ6AH6zMc6XhgL5UmmK96JOPJAEQuCIrd4oOKOgw,19383
|
|
185
|
-
pulumi_databricks/mws_private_access_settings.py,sha256=ZCddNVAs3W3c8--IE_ft1EIrYvMICY1cC5qlYaolu4w,40036
|
|
186
|
-
pulumi_databricks/mws_storage_configurations.py,sha256=BoJFhoZQtmW-UJJrE3M1mOtNdf2r2NbakKgyzEb_sW8,19862
|
|
187
|
-
pulumi_databricks/mws_vpc_endpoint.py,sha256=uyfTKCwJt7Cvse5EBZoOjvVj1zLVlN_ysBaAa6XuaCM,47670
|
|
188
|
-
pulumi_databricks/mws_workspaces.py,sha256=pYpoQg-D5WM3hIZvK0GaTb52lsiI0DEQq-LBCRo2e8E,107897
|
|
189
|
-
pulumi_databricks/notebook.py,sha256=oeAU99bXmvyV3wJRaGTxnKQLSXY7-VL9Kvi07HTXEYU,24390
|
|
190
|
-
pulumi_databricks/notification_destination.py,sha256=q-pIR3EnYOdwYKa6rXAOaToMJiIm9WxEAR_AZ4u5Nw4,17742
|
|
191
|
-
pulumi_databricks/obo_token.py,sha256=dzFo01ULI5N-Mtbv64z2rJvOKDM8pEm0wb1lkJ4ejNs,19837
|
|
192
|
-
pulumi_databricks/online_store.py,sha256=FYqd_uvuC72AAqGTXRi-PKNmL0tPu0fPkUHZ5sBLgrw,17615
|
|
193
|
-
pulumi_databricks/online_table.py,sha256=EExcECZkvttwqvWZT4p8NjkEmby40o0Xa2BKMlt3nXI,16201
|
|
194
|
-
pulumi_databricks/outputs.py,sha256=228D0e9HOk88lK1qfRVtOwf67AFqyC8Ma2nZ-DhJvxI,3076391
|
|
195
|
-
pulumi_databricks/permission_assignment.py,sha256=2kYOk6PE50enknS6xPoVMExlnM2EW5zrsIrwgzlBeOw,18525
|
|
196
|
-
pulumi_databricks/permissions.py,sha256=blaqIkrs6Mhiz57GpEfN7aWo9hLFTW9lwsNjy6TinBQ,121794
|
|
197
|
-
pulumi_databricks/pipeline.py,sha256=4bBXbrCwNXSIExszK1vjsSM-pyJmBYguuIruovm1_TQ,102654
|
|
198
|
-
pulumi_databricks/policy_info.py,sha256=lmgxNjhYUzfXdZOXR8QwkQ2fDaDZjI6mR9jRHNz4POA,52906
|
|
199
|
-
pulumi_databricks/provider.py,sha256=MQxc0NZIVz8AiW-SKNPBIzKydXewWwenGm7ZYz01t5c,38724
|
|
200
|
-
pulumi_databricks/pulumi-plugin.json,sha256=rVhoYkSHZgR0Q18dgaL6zgsnqLpHu9pOw_bqsqSqeHo,87
|
|
201
|
-
pulumi_databricks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
202
|
-
pulumi_databricks/quality_monitor.py,sha256=tRr1MDskOhkc8jMcXLfzrgnNgB1KKy9CRWW5pg6OXto,66087
|
|
203
|
-
pulumi_databricks/quality_monitor_v2.py,sha256=F9SKHGEIUaKRtJ5fI0rqfVy8RS_u-LW0MBiKj4RY6nI,14529
|
|
204
|
-
pulumi_databricks/query.py,sha256=OYRvYoUj_RsTndSAnNyK0XHgejfdAmvKe44MkmIWZZU,37720
|
|
205
|
-
pulumi_databricks/recipient.py,sha256=Frsy9kph_67q7cvqhM1ehpg6Y2Kd5Scv-SelASaz3RA,44878
|
|
206
|
-
pulumi_databricks/recipient_federation_policy.py,sha256=Ij7GZsgNcditm4-Kuz8CM1nw0-Ve2LFetHmtLD7botk,17956
|
|
207
|
-
pulumi_databricks/registered_model.py,sha256=IM_koINp3KsS5ZAXwVMpKS4iJ2sGQmCVJKegfV0z1Ro,21644
|
|
208
|
-
pulumi_databricks/repo.py,sha256=Qc33NZtbw62K3cgnL90uZB3X3Rd9RzVr4H_X_KU0OSQ,29496
|
|
209
|
-
pulumi_databricks/restrict_workspace_admins_setting.py,sha256=jtXLd96yuzGKU0OXJOUL5noUKfUV5MIoeerzSsWDVc4,14411
|
|
210
|
-
pulumi_databricks/schema.py,sha256=oxDuUszSjyfrd9Efnzbud4QAftpgySaeGuDuZ2SANw4,29276
|
|
211
|
-
pulumi_databricks/secret.py,sha256=jiRUjiQRXdalt7Ni9TkHps7irSuRN3O3zZKObdMhH8s,20509
|
|
212
|
-
pulumi_databricks/secret_acl.py,sha256=_dvaUwr3Ilk5IjGspivqx01yesCbUQaTXImvs1pdtkg,14133
|
|
213
|
-
pulumi_databricks/secret_scope.py,sha256=hNyQH8LrXuqWzPrveYftyln8ZOF8YZlsFyBQzKFyceg,19670
|
|
214
|
-
pulumi_databricks/service_principal.py,sha256=WaUfdXergnn21s7xovtYzMUFX5V3zu0UAPa04383jI4,65153
|
|
215
|
-
pulumi_databricks/service_principal_federation_policy.py,sha256=GcTgkf8ub7VVHGAQBZu65A3cjdlpHO6082Zvzg2oCNI,22659
|
|
216
|
-
pulumi_databricks/service_principal_role.py,sha256=yuJ50GC_Vk7OjgkdGrfYTp0QulS2zsx1-iBPdKTMccI,12486
|
|
217
|
-
pulumi_databricks/service_principal_secret.py,sha256=401U3h4tJo_3HPtCjPnUSveFLohqN7A1FAYCnRDufqM,29239
|
|
218
|
-
pulumi_databricks/share.py,sha256=TaoqAvUaj4Xqa2qY3aEvoELLbzyjeHQ2Mh2TCjutRJ4,30187
|
|
219
|
-
pulumi_databricks/sql_alert.py,sha256=Wrg0tEnXS-97CmJcWsqs7m8Xb_WAC6Xd1VAfssNETGM,22630
|
|
220
|
-
pulumi_databricks/sql_dashboard.py,sha256=xJ6tJw7wqsC6mcLmLW9M7ioquqgD8iYA68ESg06LG-M,19176
|
|
221
|
-
pulumi_databricks/sql_endpoint.py,sha256=4QxyIAwLsX5wbcWKjca8IY_tH69hXPe0dyXSXQ_QA_Q,64080
|
|
222
|
-
pulumi_databricks/sql_global_config.py,sha256=Na6FqlXSAq9zKqc_bCQ5Z6K_HTrmAphxtg44syOuR5U,31608
|
|
223
|
-
pulumi_databricks/sql_permissions.py,sha256=1WPOBcGMIrKHraxm1aafL3tRFGCPImTRqb6pegZKTxc,30565
|
|
224
|
-
pulumi_databricks/sql_query.py,sha256=Nc7U1ZG8er_srZY9c1yk9Zm35rcYiFqbz4olDB6El3o,34474
|
|
225
|
-
pulumi_databricks/sql_table.py,sha256=jToHRdLTojOCwDJblc9OCrKs4_JM9XvuBZ2nYhxMkiI,50722
|
|
226
|
-
pulumi_databricks/sql_visualization.py,sha256=PJoNDrrtz6Z1UAoz9Cd8-Ora7tcWyvgvoMkPimTpnms,14952
|
|
227
|
-
pulumi_databricks/sql_widget.py,sha256=m_jdoDnuasN1tPJKPu8QvWzMUV4MHE1qq06S6t9JF2s,20645
|
|
228
|
-
pulumi_databricks/storage_credential.py,sha256=Ua2jy72S3_g6Wq_KE1dWlMzAr6ZbmO1WEQvu9ZzWUe0,49834
|
|
229
|
-
pulumi_databricks/system_schema.py,sha256=i41DJQ7VBizMlhBmRoUt-w3mVGDMfh4yLujtsqOlHjE,12281
|
|
230
|
-
pulumi_databricks/table.py,sha256=_P_GFKMv2s_bSfOIuPq2r8Tu_KtU-FQup1DLBWhITmU,22795
|
|
231
|
-
pulumi_databricks/tag_policy.py,sha256=UQe-lvXOV6wQOBPQOjPgmLBcueofhz442PpVD1e3mHw,11698
|
|
232
|
-
pulumi_databricks/token.py,sha256=ZOiA2s3T1Dc7KUj5BONfdw9LrGnvanJRHOY7l69KAeY,18016
|
|
233
|
-
pulumi_databricks/user.py,sha256=x3YzPt8Xz2CvWuOBoU0EFpy4pFv-GafuAsfw6pKCHCs,61946
|
|
234
|
-
pulumi_databricks/user_instance_profile.py,sha256=NXhk5SFyJ6_KddJxM_Tb3utVOkO2Rt6J2fzRXXLV1AE,11362
|
|
235
|
-
pulumi_databricks/user_role.py,sha256=ecrLCRnN-oR-S08PVgMCZ2eppfus0miNktrkasqQIXc,11404
|
|
236
|
-
pulumi_databricks/vector_search_endpoint.py,sha256=2zv-1mgAWKM67X8FU01g9nEsrZzeWiCOQifkVrMDkPs,25943
|
|
237
|
-
pulumi_databricks/vector_search_index.py,sha256=AjQoq97PzZ9t3M39YucmsUDZkqqjsosKOlKUGGrmccc,29665
|
|
238
|
-
pulumi_databricks/volume.py,sha256=kDvcCa68W7ewTgLj4f68uHio1CIvLSnBtVdCYgRlDws,28093
|
|
239
|
-
pulumi_databricks/workspace_binding.py,sha256=DxLfYMLp-p1eRkeSzz4gZs9lANQ8OeG2VGe-DlyA370,21561
|
|
240
|
-
pulumi_databricks/workspace_conf.py,sha256=e2OXWViM5OrLihSD-BqTEQCWmt767KSyiu53JoYTsTw,12327
|
|
241
|
-
pulumi_databricks/workspace_file.py,sha256=XJljdEwr8KOIonpPahpMeNEi0VYx3HDky1KE843xqxs,18940
|
|
242
|
-
pulumi_databricks/workspace_network_option.py,sha256=csM2pppLQSLQS2dxJhUrQDs1TS_gckEXyPWe8lEfLzQ,13607
|
|
243
|
-
pulumi_databricks/workspace_setting_v2.py,sha256=EmrTZ68uPdLQ1cXuVzzUKvyxmMGuneimVbf9cKNX3ls,54450
|
|
244
|
-
pulumi_databricks/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
|
|
245
|
-
pulumi_databricks/config/__init__.pyi,sha256=_PFCYOuBXO8dCC6MmZBVq_pbyacQT8NeSE-WCWQzf7Y,1630
|
|
246
|
-
pulumi_databricks/config/vars.py,sha256=72ijpLu-AicKhGigCW1OsjqPsytxptFbYQcG7qOLZ4I,5017
|
|
247
|
-
pulumi_databricks-1.77.0a1760375482.dist-info/METADATA,sha256=ohCiIA07Wz35_GAsurPwNFLpfYcur-aCGSzcE61RTLg,5089
|
|
248
|
-
pulumi_databricks-1.77.0a1760375482.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
249
|
-
pulumi_databricks-1.77.0a1760375482.dist-info/top_level.txt,sha256=-7icK4ByRQWvDZdDTyuHwfc-nyf7_3w8YdN_-h5wW5s,18
|
|
250
|
-
pulumi_databricks-1.77.0a1760375482.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|