pulumi-databricks 1.74.0a1753335781__py3-none-any.whl → 1.77.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.
- pulumi_databricks/__init__.py +185 -12
- pulumi_databricks/_inputs.py +30467 -20225
- pulumi_databricks/access_control_rule_set.py +28 -29
- pulumi_databricks/account_federation_policy.py +473 -0
- pulumi_databricks/account_network_policy.py +74 -43
- pulumi_databricks/account_setting_v2.py +759 -0
- pulumi_databricks/aibi_dashboard_embedding_access_policy_setting.py +30 -31
- pulumi_databricks/aibi_dashboard_embedding_approved_domains_setting.py +30 -31
- pulumi_databricks/alert.py +185 -186
- pulumi_databricks/alert_v2.py +369 -211
- pulumi_databricks/app.py +315 -209
- pulumi_databricks/apps_settings_custom_template.py +531 -0
- pulumi_databricks/artifact_allowlist.py +72 -73
- pulumi_databricks/automatic_cluster_update_workspace_setting.py +30 -31
- pulumi_databricks/budget.py +84 -85
- pulumi_databricks/budget_policy.py +75 -53
- pulumi_databricks/catalog.py +544 -225
- pulumi_databricks/catalog_workspace_binding.py +82 -83
- pulumi_databricks/cluster.py +561 -683
- pulumi_databricks/cluster_policy.py +115 -116
- pulumi_databricks/compliance_security_profile_workspace_setting.py +30 -31
- pulumi_databricks/config/__init__.py +1 -1
- pulumi_databricks/config/__init__.pyi +3 -2
- pulumi_databricks/config/vars.py +40 -37
- pulumi_databricks/connection.py +346 -211
- pulumi_databricks/credential.py +262 -263
- pulumi_databricks/custom_app_integration.py +175 -176
- pulumi_databricks/dashboard.py +207 -208
- pulumi_databricks/data_quality_monitor.py +453 -0
- pulumi_databricks/data_quality_refresh.py +492 -0
- pulumi_databricks/database_database_catalog.py +437 -0
- pulumi_databricks/database_instance.py +938 -137
- pulumi_databricks/database_synced_database_table.py +589 -0
- pulumi_databricks/dbfs_file.py +87 -84
- pulumi_databricks/default_namespace_setting.py +30 -31
- pulumi_databricks/directory.py +61 -62
- pulumi_databricks/disable_legacy_access_setting.py +109 -33
- pulumi_databricks/disable_legacy_dbfs_setting.py +58 -39
- pulumi_databricks/disable_legacy_features_setting.py +62 -37
- pulumi_databricks/enhanced_security_monitoring_workspace_setting.py +30 -31
- pulumi_databricks/entitlements.py +148 -149
- pulumi_databricks/entity_tag_assignment.py +409 -0
- pulumi_databricks/external_location.py +276 -290
- pulumi_databricks/external_metadata.py +726 -0
- pulumi_databricks/feature_engineering_feature.py +480 -0
- pulumi_databricks/feature_engineering_materialized_feature.py +397 -0
- pulumi_databricks/file.py +96 -97
- pulumi_databricks/get_account_federation_policies.py +127 -0
- pulumi_databricks/get_account_federation_policy.py +214 -0
- pulumi_databricks/get_account_network_policies.py +36 -7
- pulumi_databricks/get_account_network_policy.py +33 -29
- pulumi_databricks/get_account_setting_v2.py +331 -0
- pulumi_databricks/get_alert_v2.py +100 -84
- pulumi_databricks/get_alerts_v2.py +35 -17
- pulumi_databricks/get_app.py +31 -20
- pulumi_databricks/get_apps.py +26 -15
- pulumi_databricks/get_apps_settings_custom_template.py +207 -0
- pulumi_databricks/get_apps_settings_custom_templates.py +133 -0
- pulumi_databricks/get_aws_assume_role_policy.py +27 -28
- pulumi_databricks/get_aws_bucket_policy.py +39 -40
- pulumi_databricks/get_aws_cross_account_policy.py +47 -48
- pulumi_databricks/get_aws_unity_catalog_assume_role_policy.py +35 -36
- pulumi_databricks/get_aws_unity_catalog_policy.py +35 -36
- pulumi_databricks/get_budget_policies.py +74 -11
- pulumi_databricks/get_budget_policy.py +43 -39
- pulumi_databricks/get_catalog.py +35 -19
- pulumi_databricks/get_catalogs.py +32 -14
- pulumi_databricks/get_cluster.py +41 -25
- pulumi_databricks/get_cluster_policy.py +72 -54
- pulumi_databricks/get_clusters.py +41 -25
- pulumi_databricks/get_current_config.py +23 -24
- pulumi_databricks/get_current_metastore.py +29 -13
- pulumi_databricks/get_current_user.py +17 -18
- pulumi_databricks/get_dashboards.py +34 -15
- 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 +176 -0
- pulumi_databricks/get_database_database_catalogs.py +120 -0
- pulumi_databricks/get_database_instance.py +274 -50
- pulumi_databricks/get_database_instances.py +35 -11
- pulumi_databricks/get_database_synced_database_table.py +225 -0
- pulumi_databricks/get_database_synced_database_tables.py +120 -0
- pulumi_databricks/get_dbfs_file.py +19 -20
- pulumi_databricks/get_dbfs_file_paths.py +16 -17
- pulumi_databricks/get_directory.py +43 -25
- pulumi_databricks/get_entity_tag_assignment.py +202 -0
- pulumi_databricks/get_entity_tag_assignments.py +187 -0
- pulumi_databricks/get_external_location.py +35 -19
- pulumi_databricks/get_external_locations.py +32 -14
- pulumi_databricks/get_external_metadata.py +292 -0
- pulumi_databricks/get_external_metadatas.py +135 -0
- 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 +38 -24
- pulumi_databricks/get_group.py +85 -86
- pulumi_databricks/get_instance_pool.py +10 -11
- pulumi_databricks/get_instance_profiles.py +25 -9
- pulumi_databricks/get_job.py +22 -23
- pulumi_databricks/get_jobs.py +44 -26
- pulumi_databricks/get_materialized_features_feature_tag.py +102 -0
- pulumi_databricks/get_materialized_features_feature_tags.py +133 -0
- pulumi_databricks/get_metastore.py +28 -29
- pulumi_databricks/get_metastores.py +9 -10
- pulumi_databricks/get_mlflow_experiment.py +62 -46
- pulumi_databricks/get_mlflow_model.py +47 -31
- pulumi_databricks/get_mlflow_models.py +32 -14
- pulumi_databricks/get_mws_credentials.py +9 -10
- pulumi_databricks/get_mws_network_connectivity_config.py +40 -41
- pulumi_databricks/get_mws_network_connectivity_configs.py +15 -16
- pulumi_databricks/get_mws_workspaces.py +5 -6
- pulumi_databricks/get_node_type.py +123 -87
- pulumi_databricks/get_notebook.py +37 -38
- pulumi_databricks/get_notebook_paths.py +16 -17
- pulumi_databricks/get_notification_destinations.py +33 -18
- pulumi_databricks/get_online_store.py +36 -27
- pulumi_databricks/get_online_stores.py +33 -13
- pulumi_databricks/get_pipelines.py +49 -31
- pulumi_databricks/get_policy_info.py +338 -0
- pulumi_databricks/get_policy_infos.py +169 -0
- pulumi_databricks/get_quality_monitor_v2.py +21 -18
- pulumi_databricks/get_quality_monitors_v2.py +26 -8
- pulumi_databricks/get_registered_model.py +41 -27
- pulumi_databricks/get_registered_model_versions.py +29 -15
- pulumi_databricks/get_rfa_access_request_destinations.py +126 -0
- pulumi_databricks/get_schema.py +32 -16
- pulumi_databricks/get_schemas.py +38 -20
- pulumi_databricks/get_service_principal.py +80 -58
- pulumi_databricks/get_service_principal_federation_policies.py +151 -0
- pulumi_databricks/get_service_principal_federation_policy.py +220 -0
- pulumi_databricks/get_service_principals.py +16 -17
- pulumi_databricks/get_serving_endpoints.py +23 -9
- pulumi_databricks/get_share.py +130 -32
- pulumi_databricks/get_shares.py +29 -11
- pulumi_databricks/get_spark_version.py +87 -69
- pulumi_databricks/get_sql_warehouse.py +124 -110
- pulumi_databricks/get_sql_warehouses.py +37 -19
- pulumi_databricks/get_storage_credential.py +32 -16
- pulumi_databricks/get_storage_credentials.py +32 -14
- pulumi_databricks/get_table.py +30 -14
- pulumi_databricks/get_tables.py +41 -23
- pulumi_databricks/get_tag_policies.py +139 -0
- pulumi_databricks/get_tag_policy.py +175 -0
- pulumi_databricks/get_user.py +33 -34
- pulumi_databricks/get_views.py +41 -23
- pulumi_databricks/get_volume.py +32 -16
- pulumi_databricks/get_volumes.py +41 -23
- pulumi_databricks/get_workspace_network_option.py +45 -26
- pulumi_databricks/get_workspace_setting_v2.py +331 -0
- pulumi_databricks/get_zones.py +39 -21
- pulumi_databricks/git_credential.py +242 -76
- pulumi_databricks/global_init_script.py +99 -100
- pulumi_databricks/grant.py +215 -212
- pulumi_databricks/grants.py +200 -211
- pulumi_databricks/group.py +176 -177
- pulumi_databricks/group_instance_profile.py +37 -38
- pulumi_databricks/group_member.py +37 -38
- pulumi_databricks/group_role.py +37 -38
- pulumi_databricks/instance_pool.py +168 -169
- pulumi_databricks/instance_profile.py +69 -70
- pulumi_databricks/ip_access_list.py +71 -72
- pulumi_databricks/job.py +426 -346
- pulumi_databricks/lakehouse_monitor.py +199 -200
- pulumi_databricks/library.py +264 -99
- pulumi_databricks/materialized_features_feature_tag.py +213 -0
- pulumi_databricks/metastore.py +254 -255
- pulumi_databricks/metastore_assignment.py +52 -53
- pulumi_databricks/metastore_data_access.py +153 -154
- pulumi_databricks/metastore_provider.py +69 -70
- pulumi_databricks/mlflow_experiment.py +108 -109
- pulumi_databricks/mlflow_model.py +45 -46
- pulumi_databricks/mlflow_webhook.py +75 -76
- pulumi_databricks/model_serving.py +195 -74
- pulumi_databricks/model_serving_provisioned_throughput.py +100 -54
- pulumi_databricks/mount.py +103 -104
- pulumi_databricks/mws_credentials.py +99 -100
- pulumi_databricks/mws_customer_managed_keys.py +75 -76
- pulumi_databricks/mws_log_delivery.py +188 -189
- pulumi_databricks/mws_ncc_binding.py +35 -36
- pulumi_databricks/mws_ncc_private_endpoint_rule.py +312 -289
- pulumi_databricks/mws_network_connectivity_config.py +136 -98
- pulumi_databricks/mws_networks.py +159 -160
- pulumi_databricks/mws_permission_assignment.py +70 -71
- pulumi_databricks/mws_private_access_settings.py +116 -117
- pulumi_databricks/mws_storage_configurations.py +74 -75
- pulumi_databricks/mws_vpc_endpoint.py +149 -150
- pulumi_databricks/mws_workspaces.py +464 -418
- pulumi_databricks/notebook.py +143 -144
- pulumi_databricks/notification_destination.py +38 -39
- pulumi_databricks/obo_token.py +63 -64
- pulumi_databricks/online_store.py +121 -70
- pulumi_databricks/online_table.py +41 -42
- pulumi_databricks/outputs.py +47821 -30802
- pulumi_databricks/permission_assignment.py +298 -57
- pulumi_databricks/permissions.py +523 -362
- pulumi_databricks/pipeline.py +515 -480
- pulumi_databricks/policy_info.py +916 -0
- pulumi_databricks/provider.py +283 -269
- pulumi_databricks/pulumi-plugin.json +1 -1
- pulumi_databricks/quality_monitor.py +263 -217
- pulumi_databricks/quality_monitor_v2.py +49 -46
- pulumi_databricks/query.py +227 -228
- pulumi_databricks/recipient.py +208 -209
- pulumi_databricks/registered_model.py +393 -122
- pulumi_databricks/repo.py +117 -118
- pulumi_databricks/restrict_workspace_admins_setting.py +30 -31
- pulumi_databricks/rfa_access_request_destinations.py +286 -0
- pulumi_databricks/schema.py +159 -160
- pulumi_databricks/secret.py +72 -73
- pulumi_databricks/secret_acl.py +52 -53
- pulumi_databricks/secret_scope.py +55 -56
- pulumi_databricks/service_principal.py +279 -278
- pulumi_databricks/service_principal_federation_policy.py +469 -0
- pulumi_databricks/service_principal_role.py +35 -36
- pulumi_databricks/service_principal_secret.py +156 -157
- pulumi_databricks/share.py +186 -187
- pulumi_databricks/sql_alert.py +98 -99
- pulumi_databricks/sql_dashboard.py +94 -95
- pulumi_databricks/sql_endpoint.py +298 -266
- pulumi_databricks/sql_global_config.py +103 -104
- pulumi_databricks/sql_permissions.py +121 -122
- pulumi_databricks/sql_query.py +150 -151
- pulumi_databricks/sql_table.py +310 -283
- pulumi_databricks/sql_visualization.py +92 -93
- pulumi_databricks/sql_widget.py +91 -88
- pulumi_databricks/storage_credential.py +236 -184
- pulumi_databricks/system_schema.py +50 -51
- pulumi_databricks/table.py +147 -148
- pulumi_databricks/tag_policy.py +357 -0
- pulumi_databricks/token.py +83 -84
- pulumi_databricks/user.py +284 -285
- pulumi_databricks/user_instance_profile.py +35 -36
- pulumi_databricks/user_role.py +35 -36
- pulumi_databricks/vector_search_endpoint.py +117 -118
- pulumi_databricks/vector_search_index.py +86 -87
- pulumi_databricks/volume.py +129 -130
- pulumi_databricks/workspace_binding.py +82 -131
- pulumi_databricks/workspace_conf.py +18 -19
- pulumi_databricks/workspace_file.py +100 -101
- pulumi_databricks/workspace_network_option.py +89 -40
- pulumi_databricks/workspace_setting_v2.py +759 -0
- {pulumi_databricks-1.74.0a1753335781.dist-info → pulumi_databricks-1.77.0.dist-info}/METADATA +1 -1
- pulumi_databricks-1.77.0.dist-info/RECORD +250 -0
- pulumi_databricks/get_recipient_federation_policies.py +0 -83
- pulumi_databricks/get_recipient_federation_policy.py +0 -166
- pulumi_databricks/recipient_federation_policy.py +0 -347
- pulumi_databricks-1.74.0a1753335781.dist-info/RECORD +0 -205
- {pulumi_databricks-1.74.0a1753335781.dist-info → pulumi_databricks-1.77.0.dist-info}/WHEEL +0 -0
- {pulumi_databricks-1.74.0a1753335781.dist-info → pulumi_databricks-1.77.0.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -22,18 +21,21 @@ __all__ = ['MwsNetworkConnectivityConfigArgs', 'MwsNetworkConnectivityConfig']
|
|
|
22
21
|
@pulumi.input_type
|
|
23
22
|
class MwsNetworkConnectivityConfigArgs:
|
|
24
23
|
def __init__(__self__, *,
|
|
25
|
-
region: pulumi.Input[
|
|
26
|
-
account_id: Optional[pulumi.Input[
|
|
27
|
-
creation_time: Optional[pulumi.Input[
|
|
24
|
+
region: pulumi.Input[_builtins.str],
|
|
25
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
26
|
+
creation_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
28
27
|
egress_config: Optional[pulumi.Input['MwsNetworkConnectivityConfigEgressConfigArgs']] = None,
|
|
29
|
-
name: Optional[pulumi.Input[
|
|
30
|
-
network_connectivity_config_id: Optional[pulumi.Input[
|
|
31
|
-
updated_time: Optional[pulumi.Input[
|
|
28
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29
|
+
network_connectivity_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30
|
+
updated_time: Optional[pulumi.Input[_builtins.int]] = None):
|
|
32
31
|
"""
|
|
33
32
|
The set of arguments for constructing a MwsNetworkConnectivityConfig resource.
|
|
34
|
-
:param pulumi.Input[
|
|
35
|
-
:param pulumi.Input[
|
|
36
|
-
:param pulumi.Input[
|
|
33
|
+
:param pulumi.Input[_builtins.str] region: Region of the Network Connectivity Config. NCCs can only be referenced by your workspaces in the same region. Change forces creation of a new resource.
|
|
34
|
+
:param pulumi.Input[_builtins.int] creation_time: time in epoch milliseconds when this object was created.
|
|
35
|
+
:param pulumi.Input['MwsNetworkConnectivityConfigEgressConfigArgs'] egress_config: block containing information about network connectivity rules that apply to network traffic from your serverless compute resources. Consists of the following fields:
|
|
36
|
+
:param pulumi.Input[_builtins.str] name: Name of the network connectivity configuration. The name can contain alphanumeric characters, hyphens, and underscores. The length must be between 3 and 30 characters. The name must match the regular expression `^[0-9a-zA-Z-_]{3,30}$`. Change forces creation of a new resource.
|
|
37
|
+
:param pulumi.Input[_builtins.str] network_connectivity_config_id: Canonical unique identifier of Network Connectivity Config in Databricks Account
|
|
38
|
+
:param pulumi.Input[_builtins.int] updated_time: time in epoch milliseconds when this object was updated.
|
|
37
39
|
"""
|
|
38
40
|
pulumi.set(__self__, "region", region)
|
|
39
41
|
if account_id is not None:
|
|
@@ -49,94 +51,106 @@ class MwsNetworkConnectivityConfigArgs:
|
|
|
49
51
|
if updated_time is not None:
|
|
50
52
|
pulumi.set(__self__, "updated_time", updated_time)
|
|
51
53
|
|
|
52
|
-
@property
|
|
54
|
+
@_builtins.property
|
|
53
55
|
@pulumi.getter
|
|
54
|
-
def region(self) -> pulumi.Input[
|
|
56
|
+
def region(self) -> pulumi.Input[_builtins.str]:
|
|
55
57
|
"""
|
|
56
58
|
Region of the Network Connectivity Config. NCCs can only be referenced by your workspaces in the same region. Change forces creation of a new resource.
|
|
57
59
|
"""
|
|
58
60
|
return pulumi.get(self, "region")
|
|
59
61
|
|
|
60
62
|
@region.setter
|
|
61
|
-
def region(self, value: pulumi.Input[
|
|
63
|
+
def region(self, value: pulumi.Input[_builtins.str]):
|
|
62
64
|
pulumi.set(self, "region", value)
|
|
63
65
|
|
|
64
|
-
@property
|
|
66
|
+
@_builtins.property
|
|
65
67
|
@pulumi.getter(name="accountId")
|
|
66
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
68
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
67
69
|
return pulumi.get(self, "account_id")
|
|
68
70
|
|
|
69
71
|
@account_id.setter
|
|
70
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
72
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
71
73
|
pulumi.set(self, "account_id", value)
|
|
72
74
|
|
|
73
|
-
@property
|
|
75
|
+
@_builtins.property
|
|
74
76
|
@pulumi.getter(name="creationTime")
|
|
75
|
-
def creation_time(self) -> Optional[pulumi.Input[
|
|
77
|
+
def creation_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
78
|
+
"""
|
|
79
|
+
time in epoch milliseconds when this object was created.
|
|
80
|
+
"""
|
|
76
81
|
return pulumi.get(self, "creation_time")
|
|
77
82
|
|
|
78
83
|
@creation_time.setter
|
|
79
|
-
def creation_time(self, value: Optional[pulumi.Input[
|
|
84
|
+
def creation_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
80
85
|
pulumi.set(self, "creation_time", value)
|
|
81
86
|
|
|
82
|
-
@property
|
|
87
|
+
@_builtins.property
|
|
83
88
|
@pulumi.getter(name="egressConfig")
|
|
84
89
|
def egress_config(self) -> Optional[pulumi.Input['MwsNetworkConnectivityConfigEgressConfigArgs']]:
|
|
90
|
+
"""
|
|
91
|
+
block containing information about network connectivity rules that apply to network traffic from your serverless compute resources. Consists of the following fields:
|
|
92
|
+
"""
|
|
85
93
|
return pulumi.get(self, "egress_config")
|
|
86
94
|
|
|
87
95
|
@egress_config.setter
|
|
88
96
|
def egress_config(self, value: Optional[pulumi.Input['MwsNetworkConnectivityConfigEgressConfigArgs']]):
|
|
89
97
|
pulumi.set(self, "egress_config", value)
|
|
90
98
|
|
|
91
|
-
@property
|
|
99
|
+
@_builtins.property
|
|
92
100
|
@pulumi.getter
|
|
93
|
-
def name(self) -> Optional[pulumi.Input[
|
|
101
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
94
102
|
"""
|
|
95
|
-
Name of
|
|
103
|
+
Name of the network connectivity configuration. The name can contain alphanumeric characters, hyphens, and underscores. The length must be between 3 and 30 characters. The name must match the regular expression `^[0-9a-zA-Z-_]{3,30}$`. Change forces creation of a new resource.
|
|
96
104
|
"""
|
|
97
105
|
return pulumi.get(self, "name")
|
|
98
106
|
|
|
99
107
|
@name.setter
|
|
100
|
-
def name(self, value: Optional[pulumi.Input[
|
|
108
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
101
109
|
pulumi.set(self, "name", value)
|
|
102
110
|
|
|
103
|
-
@property
|
|
111
|
+
@_builtins.property
|
|
104
112
|
@pulumi.getter(name="networkConnectivityConfigId")
|
|
105
|
-
def network_connectivity_config_id(self) -> Optional[pulumi.Input[
|
|
113
|
+
def network_connectivity_config_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
106
114
|
"""
|
|
107
115
|
Canonical unique identifier of Network Connectivity Config in Databricks Account
|
|
108
116
|
"""
|
|
109
117
|
return pulumi.get(self, "network_connectivity_config_id")
|
|
110
118
|
|
|
111
119
|
@network_connectivity_config_id.setter
|
|
112
|
-
def network_connectivity_config_id(self, value: Optional[pulumi.Input[
|
|
120
|
+
def network_connectivity_config_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
113
121
|
pulumi.set(self, "network_connectivity_config_id", value)
|
|
114
122
|
|
|
115
|
-
@property
|
|
123
|
+
@_builtins.property
|
|
116
124
|
@pulumi.getter(name="updatedTime")
|
|
117
|
-
def updated_time(self) -> Optional[pulumi.Input[
|
|
125
|
+
def updated_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
126
|
+
"""
|
|
127
|
+
time in epoch milliseconds when this object was updated.
|
|
128
|
+
"""
|
|
118
129
|
return pulumi.get(self, "updated_time")
|
|
119
130
|
|
|
120
131
|
@updated_time.setter
|
|
121
|
-
def updated_time(self, value: Optional[pulumi.Input[
|
|
132
|
+
def updated_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
122
133
|
pulumi.set(self, "updated_time", value)
|
|
123
134
|
|
|
124
135
|
|
|
125
136
|
@pulumi.input_type
|
|
126
137
|
class _MwsNetworkConnectivityConfigState:
|
|
127
138
|
def __init__(__self__, *,
|
|
128
|
-
account_id: Optional[pulumi.Input[
|
|
129
|
-
creation_time: Optional[pulumi.Input[
|
|
139
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
140
|
+
creation_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
130
141
|
egress_config: Optional[pulumi.Input['MwsNetworkConnectivityConfigEgressConfigArgs']] = None,
|
|
131
|
-
name: Optional[pulumi.Input[
|
|
132
|
-
network_connectivity_config_id: Optional[pulumi.Input[
|
|
133
|
-
region: Optional[pulumi.Input[
|
|
134
|
-
updated_time: Optional[pulumi.Input[
|
|
142
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
143
|
+
network_connectivity_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
144
|
+
region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
145
|
+
updated_time: Optional[pulumi.Input[_builtins.int]] = None):
|
|
135
146
|
"""
|
|
136
147
|
Input properties used for looking up and filtering MwsNetworkConnectivityConfig resources.
|
|
137
|
-
:param pulumi.Input[
|
|
138
|
-
:param pulumi.Input[
|
|
139
|
-
:param pulumi.Input[
|
|
148
|
+
:param pulumi.Input[_builtins.int] creation_time: time in epoch milliseconds when this object was created.
|
|
149
|
+
:param pulumi.Input['MwsNetworkConnectivityConfigEgressConfigArgs'] egress_config: block containing information about network connectivity rules that apply to network traffic from your serverless compute resources. Consists of the following fields:
|
|
150
|
+
:param pulumi.Input[_builtins.str] name: Name of the network connectivity configuration. The name can contain alphanumeric characters, hyphens, and underscores. The length must be between 3 and 30 characters. The name must match the regular expression `^[0-9a-zA-Z-_]{3,30}$`. Change forces creation of a new resource.
|
|
151
|
+
:param pulumi.Input[_builtins.str] network_connectivity_config_id: Canonical unique identifier of Network Connectivity Config in Databricks Account
|
|
152
|
+
:param pulumi.Input[_builtins.str] region: Region of the Network Connectivity Config. NCCs can only be referenced by your workspaces in the same region. Change forces creation of a new resource.
|
|
153
|
+
:param pulumi.Input[_builtins.int] updated_time: time in epoch milliseconds when this object was updated.
|
|
140
154
|
"""
|
|
141
155
|
if account_id is not None:
|
|
142
156
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -153,76 +167,85 @@ class _MwsNetworkConnectivityConfigState:
|
|
|
153
167
|
if updated_time is not None:
|
|
154
168
|
pulumi.set(__self__, "updated_time", updated_time)
|
|
155
169
|
|
|
156
|
-
@property
|
|
170
|
+
@_builtins.property
|
|
157
171
|
@pulumi.getter(name="accountId")
|
|
158
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
172
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
159
173
|
return pulumi.get(self, "account_id")
|
|
160
174
|
|
|
161
175
|
@account_id.setter
|
|
162
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
176
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
163
177
|
pulumi.set(self, "account_id", value)
|
|
164
178
|
|
|
165
|
-
@property
|
|
179
|
+
@_builtins.property
|
|
166
180
|
@pulumi.getter(name="creationTime")
|
|
167
|
-
def creation_time(self) -> Optional[pulumi.Input[
|
|
181
|
+
def creation_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
182
|
+
"""
|
|
183
|
+
time in epoch milliseconds when this object was created.
|
|
184
|
+
"""
|
|
168
185
|
return pulumi.get(self, "creation_time")
|
|
169
186
|
|
|
170
187
|
@creation_time.setter
|
|
171
|
-
def creation_time(self, value: Optional[pulumi.Input[
|
|
188
|
+
def creation_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
172
189
|
pulumi.set(self, "creation_time", value)
|
|
173
190
|
|
|
174
|
-
@property
|
|
191
|
+
@_builtins.property
|
|
175
192
|
@pulumi.getter(name="egressConfig")
|
|
176
193
|
def egress_config(self) -> Optional[pulumi.Input['MwsNetworkConnectivityConfigEgressConfigArgs']]:
|
|
194
|
+
"""
|
|
195
|
+
block containing information about network connectivity rules that apply to network traffic from your serverless compute resources. Consists of the following fields:
|
|
196
|
+
"""
|
|
177
197
|
return pulumi.get(self, "egress_config")
|
|
178
198
|
|
|
179
199
|
@egress_config.setter
|
|
180
200
|
def egress_config(self, value: Optional[pulumi.Input['MwsNetworkConnectivityConfigEgressConfigArgs']]):
|
|
181
201
|
pulumi.set(self, "egress_config", value)
|
|
182
202
|
|
|
183
|
-
@property
|
|
203
|
+
@_builtins.property
|
|
184
204
|
@pulumi.getter
|
|
185
|
-
def name(self) -> Optional[pulumi.Input[
|
|
205
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
186
206
|
"""
|
|
187
|
-
Name of
|
|
207
|
+
Name of the network connectivity configuration. The name can contain alphanumeric characters, hyphens, and underscores. The length must be between 3 and 30 characters. The name must match the regular expression `^[0-9a-zA-Z-_]{3,30}$`. Change forces creation of a new resource.
|
|
188
208
|
"""
|
|
189
209
|
return pulumi.get(self, "name")
|
|
190
210
|
|
|
191
211
|
@name.setter
|
|
192
|
-
def name(self, value: Optional[pulumi.Input[
|
|
212
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
193
213
|
pulumi.set(self, "name", value)
|
|
194
214
|
|
|
195
|
-
@property
|
|
215
|
+
@_builtins.property
|
|
196
216
|
@pulumi.getter(name="networkConnectivityConfigId")
|
|
197
|
-
def network_connectivity_config_id(self) -> Optional[pulumi.Input[
|
|
217
|
+
def network_connectivity_config_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
198
218
|
"""
|
|
199
219
|
Canonical unique identifier of Network Connectivity Config in Databricks Account
|
|
200
220
|
"""
|
|
201
221
|
return pulumi.get(self, "network_connectivity_config_id")
|
|
202
222
|
|
|
203
223
|
@network_connectivity_config_id.setter
|
|
204
|
-
def network_connectivity_config_id(self, value: Optional[pulumi.Input[
|
|
224
|
+
def network_connectivity_config_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
205
225
|
pulumi.set(self, "network_connectivity_config_id", value)
|
|
206
226
|
|
|
207
|
-
@property
|
|
227
|
+
@_builtins.property
|
|
208
228
|
@pulumi.getter
|
|
209
|
-
def region(self) -> Optional[pulumi.Input[
|
|
229
|
+
def region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
210
230
|
"""
|
|
211
231
|
Region of the Network Connectivity Config. NCCs can only be referenced by your workspaces in the same region. Change forces creation of a new resource.
|
|
212
232
|
"""
|
|
213
233
|
return pulumi.get(self, "region")
|
|
214
234
|
|
|
215
235
|
@region.setter
|
|
216
|
-
def region(self, value: Optional[pulumi.Input[
|
|
236
|
+
def region(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
217
237
|
pulumi.set(self, "region", value)
|
|
218
238
|
|
|
219
|
-
@property
|
|
239
|
+
@_builtins.property
|
|
220
240
|
@pulumi.getter(name="updatedTime")
|
|
221
|
-
def updated_time(self) -> Optional[pulumi.Input[
|
|
241
|
+
def updated_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
242
|
+
"""
|
|
243
|
+
time in epoch milliseconds when this object was updated.
|
|
244
|
+
"""
|
|
222
245
|
return pulumi.get(self, "updated_time")
|
|
223
246
|
|
|
224
247
|
@updated_time.setter
|
|
225
|
-
def updated_time(self, value: Optional[pulumi.Input[
|
|
248
|
+
def updated_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
226
249
|
pulumi.set(self, "updated_time", value)
|
|
227
250
|
|
|
228
251
|
|
|
@@ -232,13 +255,13 @@ class MwsNetworkConnectivityConfig(pulumi.CustomResource):
|
|
|
232
255
|
def __init__(__self__,
|
|
233
256
|
resource_name: str,
|
|
234
257
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
235
|
-
account_id: Optional[pulumi.Input[
|
|
236
|
-
creation_time: Optional[pulumi.Input[
|
|
258
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
259
|
+
creation_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
237
260
|
egress_config: Optional[pulumi.Input[Union['MwsNetworkConnectivityConfigEgressConfigArgs', 'MwsNetworkConnectivityConfigEgressConfigArgsDict']]] = None,
|
|
238
|
-
name: Optional[pulumi.Input[
|
|
239
|
-
network_connectivity_config_id: Optional[pulumi.Input[
|
|
240
|
-
region: Optional[pulumi.Input[
|
|
241
|
-
updated_time: Optional[pulumi.Input[
|
|
261
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
262
|
+
network_connectivity_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
263
|
+
region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
264
|
+
updated_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
242
265
|
__props__=None):
|
|
243
266
|
"""
|
|
244
267
|
Allows you to create a Network Connectivity Config that can be used as part of a MwsWorkspaces resource to create a [Databricks Workspace that leverages serverless network connectivity configs](https://learn.microsoft.com/en-us/azure/databricks/security/network/serverless-network-security/serverless-firewall).
|
|
@@ -294,9 +317,12 @@ class MwsNetworkConnectivityConfig(pulumi.CustomResource):
|
|
|
294
317
|
|
|
295
318
|
:param str resource_name: The name of the resource.
|
|
296
319
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
297
|
-
:param pulumi.Input[
|
|
298
|
-
:param pulumi.Input[
|
|
299
|
-
:param pulumi.Input[
|
|
320
|
+
:param pulumi.Input[_builtins.int] creation_time: time in epoch milliseconds when this object was created.
|
|
321
|
+
:param pulumi.Input[Union['MwsNetworkConnectivityConfigEgressConfigArgs', 'MwsNetworkConnectivityConfigEgressConfigArgsDict']] egress_config: block containing information about network connectivity rules that apply to network traffic from your serverless compute resources. Consists of the following fields:
|
|
322
|
+
:param pulumi.Input[_builtins.str] name: Name of the network connectivity configuration. The name can contain alphanumeric characters, hyphens, and underscores. The length must be between 3 and 30 characters. The name must match the regular expression `^[0-9a-zA-Z-_]{3,30}$`. Change forces creation of a new resource.
|
|
323
|
+
:param pulumi.Input[_builtins.str] network_connectivity_config_id: Canonical unique identifier of Network Connectivity Config in Databricks Account
|
|
324
|
+
:param pulumi.Input[_builtins.str] region: Region of the Network Connectivity Config. NCCs can only be referenced by your workspaces in the same region. Change forces creation of a new resource.
|
|
325
|
+
:param pulumi.Input[_builtins.int] updated_time: time in epoch milliseconds when this object was updated.
|
|
300
326
|
"""
|
|
301
327
|
...
|
|
302
328
|
@overload
|
|
@@ -371,13 +397,13 @@ class MwsNetworkConnectivityConfig(pulumi.CustomResource):
|
|
|
371
397
|
def _internal_init(__self__,
|
|
372
398
|
resource_name: str,
|
|
373
399
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
374
|
-
account_id: Optional[pulumi.Input[
|
|
375
|
-
creation_time: Optional[pulumi.Input[
|
|
400
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
401
|
+
creation_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
376
402
|
egress_config: Optional[pulumi.Input[Union['MwsNetworkConnectivityConfigEgressConfigArgs', 'MwsNetworkConnectivityConfigEgressConfigArgsDict']]] = None,
|
|
377
|
-
name: Optional[pulumi.Input[
|
|
378
|
-
network_connectivity_config_id: Optional[pulumi.Input[
|
|
379
|
-
region: Optional[pulumi.Input[
|
|
380
|
-
updated_time: Optional[pulumi.Input[
|
|
403
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
404
|
+
network_connectivity_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
405
|
+
region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
406
|
+
updated_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
381
407
|
__props__=None):
|
|
382
408
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
383
409
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -406,13 +432,13 @@ class MwsNetworkConnectivityConfig(pulumi.CustomResource):
|
|
|
406
432
|
def get(resource_name: str,
|
|
407
433
|
id: pulumi.Input[str],
|
|
408
434
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
409
|
-
account_id: Optional[pulumi.Input[
|
|
410
|
-
creation_time: Optional[pulumi.Input[
|
|
435
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
436
|
+
creation_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
411
437
|
egress_config: Optional[pulumi.Input[Union['MwsNetworkConnectivityConfigEgressConfigArgs', 'MwsNetworkConnectivityConfigEgressConfigArgsDict']]] = None,
|
|
412
|
-
name: Optional[pulumi.Input[
|
|
413
|
-
network_connectivity_config_id: Optional[pulumi.Input[
|
|
414
|
-
region: Optional[pulumi.Input[
|
|
415
|
-
updated_time: Optional[pulumi.Input[
|
|
438
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
439
|
+
network_connectivity_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
440
|
+
region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
441
|
+
updated_time: Optional[pulumi.Input[_builtins.int]] = None) -> 'MwsNetworkConnectivityConfig':
|
|
416
442
|
"""
|
|
417
443
|
Get an existing MwsNetworkConnectivityConfig resource's state with the given name, id, and optional extra
|
|
418
444
|
properties used to qualify the lookup.
|
|
@@ -420,9 +446,12 @@ class MwsNetworkConnectivityConfig(pulumi.CustomResource):
|
|
|
420
446
|
:param str resource_name: The unique name of the resulting resource.
|
|
421
447
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
422
448
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
423
|
-
:param pulumi.Input[
|
|
424
|
-
:param pulumi.Input[
|
|
425
|
-
:param pulumi.Input[
|
|
449
|
+
:param pulumi.Input[_builtins.int] creation_time: time in epoch milliseconds when this object was created.
|
|
450
|
+
:param pulumi.Input[Union['MwsNetworkConnectivityConfigEgressConfigArgs', 'MwsNetworkConnectivityConfigEgressConfigArgsDict']] egress_config: block containing information about network connectivity rules that apply to network traffic from your serverless compute resources. Consists of the following fields:
|
|
451
|
+
:param pulumi.Input[_builtins.str] name: Name of the network connectivity configuration. The name can contain alphanumeric characters, hyphens, and underscores. The length must be between 3 and 30 characters. The name must match the regular expression `^[0-9a-zA-Z-_]{3,30}$`. Change forces creation of a new resource.
|
|
452
|
+
:param pulumi.Input[_builtins.str] network_connectivity_config_id: Canonical unique identifier of Network Connectivity Config in Databricks Account
|
|
453
|
+
:param pulumi.Input[_builtins.str] region: Region of the Network Connectivity Config. NCCs can only be referenced by your workspaces in the same region. Change forces creation of a new resource.
|
|
454
|
+
:param pulumi.Input[_builtins.int] updated_time: time in epoch milliseconds when this object was updated.
|
|
426
455
|
"""
|
|
427
456
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
428
457
|
|
|
@@ -437,47 +466,56 @@ class MwsNetworkConnectivityConfig(pulumi.CustomResource):
|
|
|
437
466
|
__props__.__dict__["updated_time"] = updated_time
|
|
438
467
|
return MwsNetworkConnectivityConfig(resource_name, opts=opts, __props__=__props__)
|
|
439
468
|
|
|
440
|
-
@property
|
|
469
|
+
@_builtins.property
|
|
441
470
|
@pulumi.getter(name="accountId")
|
|
442
|
-
def account_id(self) -> pulumi.Output[
|
|
471
|
+
def account_id(self) -> pulumi.Output[_builtins.str]:
|
|
443
472
|
return pulumi.get(self, "account_id")
|
|
444
473
|
|
|
445
|
-
@property
|
|
474
|
+
@_builtins.property
|
|
446
475
|
@pulumi.getter(name="creationTime")
|
|
447
|
-
def creation_time(self) -> pulumi.Output[
|
|
476
|
+
def creation_time(self) -> pulumi.Output[_builtins.int]:
|
|
477
|
+
"""
|
|
478
|
+
time in epoch milliseconds when this object was created.
|
|
479
|
+
"""
|
|
448
480
|
return pulumi.get(self, "creation_time")
|
|
449
481
|
|
|
450
|
-
@property
|
|
482
|
+
@_builtins.property
|
|
451
483
|
@pulumi.getter(name="egressConfig")
|
|
452
484
|
def egress_config(self) -> pulumi.Output['outputs.MwsNetworkConnectivityConfigEgressConfig']:
|
|
485
|
+
"""
|
|
486
|
+
block containing information about network connectivity rules that apply to network traffic from your serverless compute resources. Consists of the following fields:
|
|
487
|
+
"""
|
|
453
488
|
return pulumi.get(self, "egress_config")
|
|
454
489
|
|
|
455
|
-
@property
|
|
490
|
+
@_builtins.property
|
|
456
491
|
@pulumi.getter
|
|
457
|
-
def name(self) -> pulumi.Output[
|
|
492
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
|
458
493
|
"""
|
|
459
|
-
Name of
|
|
494
|
+
Name of the network connectivity configuration. The name can contain alphanumeric characters, hyphens, and underscores. The length must be between 3 and 30 characters. The name must match the regular expression `^[0-9a-zA-Z-_]{3,30}$`. Change forces creation of a new resource.
|
|
460
495
|
"""
|
|
461
496
|
return pulumi.get(self, "name")
|
|
462
497
|
|
|
463
|
-
@property
|
|
498
|
+
@_builtins.property
|
|
464
499
|
@pulumi.getter(name="networkConnectivityConfigId")
|
|
465
|
-
def network_connectivity_config_id(self) -> pulumi.Output[
|
|
500
|
+
def network_connectivity_config_id(self) -> pulumi.Output[_builtins.str]:
|
|
466
501
|
"""
|
|
467
502
|
Canonical unique identifier of Network Connectivity Config in Databricks Account
|
|
468
503
|
"""
|
|
469
504
|
return pulumi.get(self, "network_connectivity_config_id")
|
|
470
505
|
|
|
471
|
-
@property
|
|
506
|
+
@_builtins.property
|
|
472
507
|
@pulumi.getter
|
|
473
|
-
def region(self) -> pulumi.Output[
|
|
508
|
+
def region(self) -> pulumi.Output[_builtins.str]:
|
|
474
509
|
"""
|
|
475
510
|
Region of the Network Connectivity Config. NCCs can only be referenced by your workspaces in the same region. Change forces creation of a new resource.
|
|
476
511
|
"""
|
|
477
512
|
return pulumi.get(self, "region")
|
|
478
513
|
|
|
479
|
-
@property
|
|
514
|
+
@_builtins.property
|
|
480
515
|
@pulumi.getter(name="updatedTime")
|
|
481
|
-
def updated_time(self) -> pulumi.Output[
|
|
516
|
+
def updated_time(self) -> pulumi.Output[_builtins.int]:
|
|
517
|
+
"""
|
|
518
|
+
time in epoch milliseconds when this object was updated.
|
|
519
|
+
"""
|
|
482
520
|
return pulumi.get(self, "updated_time")
|
|
483
521
|
|