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
|
|
@@ -20,44 +19,46 @@ __all__ = ['MwsNccPrivateEndpointRuleArgs', 'MwsNccPrivateEndpointRule']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class MwsNccPrivateEndpointRuleArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
network_connectivity_config_id: pulumi.Input[
|
|
24
|
-
account_id: Optional[pulumi.Input[
|
|
25
|
-
connection_state: Optional[pulumi.Input[
|
|
26
|
-
creation_time: Optional[pulumi.Input[
|
|
27
|
-
deactivated: Optional[pulumi.Input[
|
|
28
|
-
deactivated_at: Optional[pulumi.Input[
|
|
29
|
-
domain_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
30
|
-
enabled: Optional[pulumi.Input[
|
|
31
|
-
endpoint_name: Optional[pulumi.Input[
|
|
32
|
-
endpoint_service: Optional[pulumi.Input[
|
|
33
|
-
group_id: Optional[pulumi.Input[
|
|
34
|
-
resource_id: Optional[pulumi.Input[
|
|
35
|
-
resource_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
36
|
-
rule_id: Optional[pulumi.Input[
|
|
37
|
-
updated_time: Optional[pulumi.Input[
|
|
38
|
-
vpc_endpoint_id: Optional[pulumi.Input[
|
|
22
|
+
network_connectivity_config_id: pulumi.Input[_builtins.str],
|
|
23
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
24
|
+
connection_state: Optional[pulumi.Input[_builtins.str]] = None,
|
|
25
|
+
creation_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
26
|
+
deactivated: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
27
|
+
deactivated_at: Optional[pulumi.Input[_builtins.int]] = None,
|
|
28
|
+
domain_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
29
|
+
enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
30
|
+
endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
31
|
+
endpoint_service: Optional[pulumi.Input[_builtins.str]] = None,
|
|
32
|
+
group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
33
|
+
resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
34
|
+
resource_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
35
|
+
rule_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
36
|
+
updated_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
37
|
+
vpc_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
39
38
|
"""
|
|
40
39
|
The set of arguments for constructing a MwsNccPrivateEndpointRule resource.
|
|
41
|
-
:param pulumi.Input[
|
|
42
|
-
:param pulumi.Input[
|
|
40
|
+
:param pulumi.Input[_builtins.str] network_connectivity_config_id: Canonical unique identifier of Network Connectivity Config in Databricks Account. Change forces creation of a new resource.
|
|
41
|
+
:param pulumi.Input[_builtins.str] connection_state: The current status of this private endpoint. The private endpoint rules are effective only if the connection state is `ESTABLISHED`. Remember that you must approve new endpoints on your resources in the Azure portal before they take effect.
|
|
43
42
|
The possible values are:
|
|
44
43
|
* `PENDING`: The endpoint has been created and pending approval.
|
|
45
44
|
* `ESTABLISHED`: The endpoint has been approved and is ready to be used in your serverless compute resources.
|
|
46
45
|
* `REJECTED`: Connection was rejected by the private link resource owner.
|
|
47
46
|
* `DISCONNECTED`: Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for clean-up.
|
|
48
|
-
|
|
49
|
-
:param pulumi.Input[
|
|
50
|
-
:param pulumi.Input[
|
|
51
|
-
:param pulumi.Input[
|
|
52
|
-
:param pulumi.Input[
|
|
53
|
-
|
|
54
|
-
:param pulumi.Input[
|
|
55
|
-
:param pulumi.Input[
|
|
56
|
-
:param pulumi.Input[
|
|
57
|
-
:param pulumi.Input[
|
|
58
|
-
:param pulumi.Input[
|
|
59
|
-
:param pulumi.Input[
|
|
60
|
-
:param pulumi.Input[
|
|
47
|
+
* `EXPIRED`: If the endpoint was created but not approved in 14 days, it will be EXPIRED.
|
|
48
|
+
:param pulumi.Input[_builtins.int] creation_time: Time in epoch milliseconds when this object was created.
|
|
49
|
+
:param pulumi.Input[_builtins.bool] deactivated: Whether this private endpoint is deactivated.
|
|
50
|
+
:param pulumi.Input[_builtins.int] deactivated_at: Time in epoch milliseconds when this object was deactivated.
|
|
51
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] domain_names: * On Azure: List of domain names of target private link service. Only used by private endpoints to customer-managed private endpoint services. Conflicts with `group_id`.
|
|
52
|
+
* On AWS: List of target resource FQDNs accessible via the VPC endpoint service. Only used by private endpoints towards a VPC endpoint service behind a customer-managed VPC endpoint service. Conflicts with `resource_names`.
|
|
53
|
+
:param pulumi.Input[_builtins.bool] enabled: Activation status. Only used by private endpoints towards an AWS S3 service. Update this field to activate/deactivate this private endpoint to allow egress access from serverless compute resources. Can only be updated after a private endpoint rule towards an AWS S3 service is successfully created.
|
|
54
|
+
:param pulumi.Input[_builtins.str] endpoint_name: The name of the Azure private endpoint resource, e.g. "databricks-088781b3-77fa-4132-b429-1af0d91bc593-pe-3cb31234"
|
|
55
|
+
:param pulumi.Input[_builtins.str] endpoint_service: Example `com.amazonaws.vpce.us-east-1.vpce-svc-123abcc1298abc123`. The full target AWS endpoint service name that connects to the destination resources of the private endpoint. Change forces creation of a new resource.
|
|
56
|
+
:param pulumi.Input[_builtins.str] group_id: Not used by customer-managed private endpoint services. The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource. Conflicts with `domain_names`.
|
|
57
|
+
:param pulumi.Input[_builtins.str] resource_id: The Azure resource ID of the target resource. Change forces creation of a new resource.
|
|
58
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resource_names: Only used by private endpoints towards AWS S3 service. List of globally unique S3 bucket names that will be accessed via the VPC endpoint. The bucket names must be in the same region as the NCC/endpoint service. Conflict with `domain_names`.
|
|
59
|
+
:param pulumi.Input[_builtins.str] rule_id: the ID of a private endpoint rule.
|
|
60
|
+
:param pulumi.Input[_builtins.int] updated_time: Time in epoch milliseconds when this object was updated.
|
|
61
|
+
:param pulumi.Input[_builtins.str] vpc_endpoint_id: The AWS VPC endpoint ID. You can use this ID to identify the VPC endpoint created by Databricks.
|
|
61
62
|
"""
|
|
62
63
|
pulumi.set(__self__, "network_connectivity_config_id", network_connectivity_config_id)
|
|
63
64
|
if account_id is not None:
|
|
@@ -91,242 +92,246 @@ class MwsNccPrivateEndpointRuleArgs:
|
|
|
91
92
|
if vpc_endpoint_id is not None:
|
|
92
93
|
pulumi.set(__self__, "vpc_endpoint_id", vpc_endpoint_id)
|
|
93
94
|
|
|
94
|
-
@property
|
|
95
|
+
@_builtins.property
|
|
95
96
|
@pulumi.getter(name="networkConnectivityConfigId")
|
|
96
|
-
def network_connectivity_config_id(self) -> pulumi.Input[
|
|
97
|
+
def network_connectivity_config_id(self) -> pulumi.Input[_builtins.str]:
|
|
97
98
|
"""
|
|
98
99
|
Canonical unique identifier of Network Connectivity Config in Databricks Account. Change forces creation of a new resource.
|
|
99
100
|
"""
|
|
100
101
|
return pulumi.get(self, "network_connectivity_config_id")
|
|
101
102
|
|
|
102
103
|
@network_connectivity_config_id.setter
|
|
103
|
-
def network_connectivity_config_id(self, value: pulumi.Input[
|
|
104
|
+
def network_connectivity_config_id(self, value: pulumi.Input[_builtins.str]):
|
|
104
105
|
pulumi.set(self, "network_connectivity_config_id", value)
|
|
105
106
|
|
|
106
|
-
@property
|
|
107
|
+
@_builtins.property
|
|
107
108
|
@pulumi.getter(name="accountId")
|
|
108
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
109
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
109
110
|
return pulumi.get(self, "account_id")
|
|
110
111
|
|
|
111
112
|
@account_id.setter
|
|
112
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
113
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
113
114
|
pulumi.set(self, "account_id", value)
|
|
114
115
|
|
|
115
|
-
@property
|
|
116
|
+
@_builtins.property
|
|
116
117
|
@pulumi.getter(name="connectionState")
|
|
117
|
-
def connection_state(self) -> Optional[pulumi.Input[
|
|
118
|
+
def connection_state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
118
119
|
"""
|
|
119
|
-
The current status of this private endpoint. The private endpoint rules are effective only if the connection state is ESTABLISHED
|
|
120
|
+
The current status of this private endpoint. The private endpoint rules are effective only if the connection state is `ESTABLISHED`. Remember that you must approve new endpoints on your resources in the Azure portal before they take effect.
|
|
120
121
|
The possible values are:
|
|
121
122
|
* `PENDING`: The endpoint has been created and pending approval.
|
|
122
123
|
* `ESTABLISHED`: The endpoint has been approved and is ready to be used in your serverless compute resources.
|
|
123
124
|
* `REJECTED`: Connection was rejected by the private link resource owner.
|
|
124
125
|
* `DISCONNECTED`: Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for clean-up.
|
|
126
|
+
* `EXPIRED`: If the endpoint was created but not approved in 14 days, it will be EXPIRED.
|
|
125
127
|
"""
|
|
126
128
|
return pulumi.get(self, "connection_state")
|
|
127
129
|
|
|
128
130
|
@connection_state.setter
|
|
129
|
-
def connection_state(self, value: Optional[pulumi.Input[
|
|
131
|
+
def connection_state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
130
132
|
pulumi.set(self, "connection_state", value)
|
|
131
133
|
|
|
132
|
-
@property
|
|
134
|
+
@_builtins.property
|
|
133
135
|
@pulumi.getter(name="creationTime")
|
|
134
|
-
def creation_time(self) -> Optional[pulumi.Input[
|
|
136
|
+
def creation_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
135
137
|
"""
|
|
136
138
|
Time in epoch milliseconds when this object was created.
|
|
137
139
|
"""
|
|
138
140
|
return pulumi.get(self, "creation_time")
|
|
139
141
|
|
|
140
142
|
@creation_time.setter
|
|
141
|
-
def creation_time(self, value: Optional[pulumi.Input[
|
|
143
|
+
def creation_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
142
144
|
pulumi.set(self, "creation_time", value)
|
|
143
145
|
|
|
144
|
-
@property
|
|
146
|
+
@_builtins.property
|
|
145
147
|
@pulumi.getter
|
|
146
|
-
def deactivated(self) -> Optional[pulumi.Input[
|
|
148
|
+
def deactivated(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
147
149
|
"""
|
|
148
150
|
Whether this private endpoint is deactivated.
|
|
149
151
|
"""
|
|
150
152
|
return pulumi.get(self, "deactivated")
|
|
151
153
|
|
|
152
154
|
@deactivated.setter
|
|
153
|
-
def deactivated(self, value: Optional[pulumi.Input[
|
|
155
|
+
def deactivated(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
154
156
|
pulumi.set(self, "deactivated", value)
|
|
155
157
|
|
|
156
|
-
@property
|
|
158
|
+
@_builtins.property
|
|
157
159
|
@pulumi.getter(name="deactivatedAt")
|
|
158
|
-
def deactivated_at(self) -> Optional[pulumi.Input[
|
|
160
|
+
def deactivated_at(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
159
161
|
"""
|
|
160
162
|
Time in epoch milliseconds when this object was deactivated.
|
|
161
163
|
"""
|
|
162
164
|
return pulumi.get(self, "deactivated_at")
|
|
163
165
|
|
|
164
166
|
@deactivated_at.setter
|
|
165
|
-
def deactivated_at(self, value: Optional[pulumi.Input[
|
|
167
|
+
def deactivated_at(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
166
168
|
pulumi.set(self, "deactivated_at", value)
|
|
167
169
|
|
|
168
|
-
@property
|
|
170
|
+
@_builtins.property
|
|
169
171
|
@pulumi.getter(name="domainNames")
|
|
170
|
-
def domain_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
172
|
+
def domain_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
171
173
|
"""
|
|
172
|
-
|
|
174
|
+
* On Azure: List of domain names of target private link service. Only used by private endpoints to customer-managed private endpoint services. Conflicts with `group_id`.
|
|
175
|
+
* On AWS: List of target resource FQDNs accessible via the VPC endpoint service. Only used by private endpoints towards a VPC endpoint service behind a customer-managed VPC endpoint service. Conflicts with `resource_names`.
|
|
173
176
|
"""
|
|
174
177
|
return pulumi.get(self, "domain_names")
|
|
175
178
|
|
|
176
179
|
@domain_names.setter
|
|
177
|
-
def domain_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
180
|
+
def domain_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
178
181
|
pulumi.set(self, "domain_names", value)
|
|
179
182
|
|
|
180
|
-
@property
|
|
183
|
+
@_builtins.property
|
|
181
184
|
@pulumi.getter
|
|
182
|
-
def enabled(self) -> Optional[pulumi.Input[
|
|
185
|
+
def enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
183
186
|
"""
|
|
184
|
-
Activation status. Only used by private endpoints towards an AWS S3 service.
|
|
187
|
+
Activation status. Only used by private endpoints towards an AWS S3 service. Update this field to activate/deactivate this private endpoint to allow egress access from serverless compute resources. Can only be updated after a private endpoint rule towards an AWS S3 service is successfully created.
|
|
185
188
|
"""
|
|
186
189
|
return pulumi.get(self, "enabled")
|
|
187
190
|
|
|
188
191
|
@enabled.setter
|
|
189
|
-
def enabled(self, value: Optional[pulumi.Input[
|
|
192
|
+
def enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
190
193
|
pulumi.set(self, "enabled", value)
|
|
191
194
|
|
|
192
|
-
@property
|
|
195
|
+
@_builtins.property
|
|
193
196
|
@pulumi.getter(name="endpointName")
|
|
194
|
-
def endpoint_name(self) -> Optional[pulumi.Input[
|
|
197
|
+
def endpoint_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
195
198
|
"""
|
|
196
199
|
The name of the Azure private endpoint resource, e.g. "databricks-088781b3-77fa-4132-b429-1af0d91bc593-pe-3cb31234"
|
|
197
200
|
"""
|
|
198
201
|
return pulumi.get(self, "endpoint_name")
|
|
199
202
|
|
|
200
203
|
@endpoint_name.setter
|
|
201
|
-
def endpoint_name(self, value: Optional[pulumi.Input[
|
|
204
|
+
def endpoint_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
202
205
|
pulumi.set(self, "endpoint_name", value)
|
|
203
206
|
|
|
204
|
-
@property
|
|
207
|
+
@_builtins.property
|
|
205
208
|
@pulumi.getter(name="endpointService")
|
|
206
|
-
def endpoint_service(self) -> Optional[pulumi.Input[
|
|
209
|
+
def endpoint_service(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
207
210
|
"""
|
|
208
|
-
Example `com.amazonaws.vpce.us-east-1.vpce-svc-123abcc1298abc123`. The full target AWS endpoint service name that connects to the destination resources of the private endpoint.
|
|
211
|
+
Example `com.amazonaws.vpce.us-east-1.vpce-svc-123abcc1298abc123`. The full target AWS endpoint service name that connects to the destination resources of the private endpoint. Change forces creation of a new resource.
|
|
209
212
|
"""
|
|
210
213
|
return pulumi.get(self, "endpoint_service")
|
|
211
214
|
|
|
212
215
|
@endpoint_service.setter
|
|
213
|
-
def endpoint_service(self, value: Optional[pulumi.Input[
|
|
216
|
+
def endpoint_service(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
214
217
|
pulumi.set(self, "endpoint_service", value)
|
|
215
218
|
|
|
216
|
-
@property
|
|
219
|
+
@_builtins.property
|
|
217
220
|
@pulumi.getter(name="groupId")
|
|
218
|
-
def group_id(self) -> Optional[pulumi.Input[
|
|
221
|
+
def group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
219
222
|
"""
|
|
220
|
-
The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource.
|
|
223
|
+
Not used by customer-managed private endpoint services. The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource. Conflicts with `domain_names`.
|
|
221
224
|
"""
|
|
222
225
|
return pulumi.get(self, "group_id")
|
|
223
226
|
|
|
224
227
|
@group_id.setter
|
|
225
|
-
def group_id(self, value: Optional[pulumi.Input[
|
|
228
|
+
def group_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
226
229
|
pulumi.set(self, "group_id", value)
|
|
227
230
|
|
|
228
|
-
@property
|
|
231
|
+
@_builtins.property
|
|
229
232
|
@pulumi.getter(name="resourceId")
|
|
230
|
-
def resource_id(self) -> Optional[pulumi.Input[
|
|
233
|
+
def resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
231
234
|
"""
|
|
232
235
|
The Azure resource ID of the target resource. Change forces creation of a new resource.
|
|
233
236
|
"""
|
|
234
237
|
return pulumi.get(self, "resource_id")
|
|
235
238
|
|
|
236
239
|
@resource_id.setter
|
|
237
|
-
def resource_id(self, value: Optional[pulumi.Input[
|
|
240
|
+
def resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
238
241
|
pulumi.set(self, "resource_id", value)
|
|
239
242
|
|
|
240
|
-
@property
|
|
243
|
+
@_builtins.property
|
|
241
244
|
@pulumi.getter(name="resourceNames")
|
|
242
|
-
def resource_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
245
|
+
def resource_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
243
246
|
"""
|
|
244
247
|
Only used by private endpoints towards AWS S3 service. List of globally unique S3 bucket names that will be accessed via the VPC endpoint. The bucket names must be in the same region as the NCC/endpoint service. Conflict with `domain_names`.
|
|
245
248
|
"""
|
|
246
249
|
return pulumi.get(self, "resource_names")
|
|
247
250
|
|
|
248
251
|
@resource_names.setter
|
|
249
|
-
def resource_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
252
|
+
def resource_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
250
253
|
pulumi.set(self, "resource_names", value)
|
|
251
254
|
|
|
252
|
-
@property
|
|
255
|
+
@_builtins.property
|
|
253
256
|
@pulumi.getter(name="ruleId")
|
|
254
|
-
def rule_id(self) -> Optional[pulumi.Input[
|
|
257
|
+
def rule_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
255
258
|
"""
|
|
256
259
|
the ID of a private endpoint rule.
|
|
257
260
|
"""
|
|
258
261
|
return pulumi.get(self, "rule_id")
|
|
259
262
|
|
|
260
263
|
@rule_id.setter
|
|
261
|
-
def rule_id(self, value: Optional[pulumi.Input[
|
|
264
|
+
def rule_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
262
265
|
pulumi.set(self, "rule_id", value)
|
|
263
266
|
|
|
264
|
-
@property
|
|
267
|
+
@_builtins.property
|
|
265
268
|
@pulumi.getter(name="updatedTime")
|
|
266
|
-
def updated_time(self) -> Optional[pulumi.Input[
|
|
269
|
+
def updated_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
267
270
|
"""
|
|
268
271
|
Time in epoch milliseconds when this object was updated.
|
|
269
272
|
"""
|
|
270
273
|
return pulumi.get(self, "updated_time")
|
|
271
274
|
|
|
272
275
|
@updated_time.setter
|
|
273
|
-
def updated_time(self, value: Optional[pulumi.Input[
|
|
276
|
+
def updated_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
274
277
|
pulumi.set(self, "updated_time", value)
|
|
275
278
|
|
|
276
|
-
@property
|
|
279
|
+
@_builtins.property
|
|
277
280
|
@pulumi.getter(name="vpcEndpointId")
|
|
278
|
-
def vpc_endpoint_id(self) -> Optional[pulumi.Input[
|
|
281
|
+
def vpc_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
279
282
|
"""
|
|
280
283
|
The AWS VPC endpoint ID. You can use this ID to identify the VPC endpoint created by Databricks.
|
|
281
284
|
"""
|
|
282
285
|
return pulumi.get(self, "vpc_endpoint_id")
|
|
283
286
|
|
|
284
287
|
@vpc_endpoint_id.setter
|
|
285
|
-
def vpc_endpoint_id(self, value: Optional[pulumi.Input[
|
|
288
|
+
def vpc_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
286
289
|
pulumi.set(self, "vpc_endpoint_id", value)
|
|
287
290
|
|
|
288
291
|
|
|
289
292
|
@pulumi.input_type
|
|
290
293
|
class _MwsNccPrivateEndpointRuleState:
|
|
291
294
|
def __init__(__self__, *,
|
|
292
|
-
account_id: Optional[pulumi.Input[
|
|
293
|
-
connection_state: Optional[pulumi.Input[
|
|
294
|
-
creation_time: Optional[pulumi.Input[
|
|
295
|
-
deactivated: Optional[pulumi.Input[
|
|
296
|
-
deactivated_at: Optional[pulumi.Input[
|
|
297
|
-
domain_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
298
|
-
enabled: Optional[pulumi.Input[
|
|
299
|
-
endpoint_name: Optional[pulumi.Input[
|
|
300
|
-
endpoint_service: Optional[pulumi.Input[
|
|
301
|
-
group_id: Optional[pulumi.Input[
|
|
302
|
-
network_connectivity_config_id: Optional[pulumi.Input[
|
|
303
|
-
resource_id: Optional[pulumi.Input[
|
|
304
|
-
resource_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
305
|
-
rule_id: Optional[pulumi.Input[
|
|
306
|
-
updated_time: Optional[pulumi.Input[
|
|
307
|
-
vpc_endpoint_id: Optional[pulumi.Input[
|
|
295
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
296
|
+
connection_state: Optional[pulumi.Input[_builtins.str]] = None,
|
|
297
|
+
creation_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
298
|
+
deactivated: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
299
|
+
deactivated_at: Optional[pulumi.Input[_builtins.int]] = None,
|
|
300
|
+
domain_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
301
|
+
enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
302
|
+
endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
303
|
+
endpoint_service: Optional[pulumi.Input[_builtins.str]] = None,
|
|
304
|
+
group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
305
|
+
network_connectivity_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
306
|
+
resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
307
|
+
resource_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
308
|
+
rule_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
309
|
+
updated_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
310
|
+
vpc_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
308
311
|
"""
|
|
309
312
|
Input properties used for looking up and filtering MwsNccPrivateEndpointRule resources.
|
|
310
|
-
:param pulumi.Input[
|
|
313
|
+
:param pulumi.Input[_builtins.str] connection_state: The current status of this private endpoint. The private endpoint rules are effective only if the connection state is `ESTABLISHED`. Remember that you must approve new endpoints on your resources in the Azure portal before they take effect.
|
|
311
314
|
The possible values are:
|
|
312
315
|
* `PENDING`: The endpoint has been created and pending approval.
|
|
313
316
|
* `ESTABLISHED`: The endpoint has been approved and is ready to be used in your serverless compute resources.
|
|
314
317
|
* `REJECTED`: Connection was rejected by the private link resource owner.
|
|
315
318
|
* `DISCONNECTED`: Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for clean-up.
|
|
316
|
-
|
|
317
|
-
:param pulumi.Input[
|
|
318
|
-
:param pulumi.Input[
|
|
319
|
-
:param pulumi.Input[
|
|
320
|
-
:param pulumi.Input[
|
|
321
|
-
|
|
322
|
-
:param pulumi.Input[
|
|
323
|
-
:param pulumi.Input[
|
|
324
|
-
:param pulumi.Input[
|
|
325
|
-
:param pulumi.Input[
|
|
326
|
-
:param pulumi.Input[
|
|
327
|
-
:param pulumi.Input[
|
|
328
|
-
:param pulumi.Input[
|
|
329
|
-
:param pulumi.Input[
|
|
319
|
+
* `EXPIRED`: If the endpoint was created but not approved in 14 days, it will be EXPIRED.
|
|
320
|
+
:param pulumi.Input[_builtins.int] creation_time: Time in epoch milliseconds when this object was created.
|
|
321
|
+
:param pulumi.Input[_builtins.bool] deactivated: Whether this private endpoint is deactivated.
|
|
322
|
+
:param pulumi.Input[_builtins.int] deactivated_at: Time in epoch milliseconds when this object was deactivated.
|
|
323
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] domain_names: * On Azure: List of domain names of target private link service. Only used by private endpoints to customer-managed private endpoint services. Conflicts with `group_id`.
|
|
324
|
+
* On AWS: List of target resource FQDNs accessible via the VPC endpoint service. Only used by private endpoints towards a VPC endpoint service behind a customer-managed VPC endpoint service. Conflicts with `resource_names`.
|
|
325
|
+
:param pulumi.Input[_builtins.bool] enabled: Activation status. Only used by private endpoints towards an AWS S3 service. Update this field to activate/deactivate this private endpoint to allow egress access from serverless compute resources. Can only be updated after a private endpoint rule towards an AWS S3 service is successfully created.
|
|
326
|
+
:param pulumi.Input[_builtins.str] endpoint_name: The name of the Azure private endpoint resource, e.g. "databricks-088781b3-77fa-4132-b429-1af0d91bc593-pe-3cb31234"
|
|
327
|
+
:param pulumi.Input[_builtins.str] endpoint_service: Example `com.amazonaws.vpce.us-east-1.vpce-svc-123abcc1298abc123`. The full target AWS endpoint service name that connects to the destination resources of the private endpoint. Change forces creation of a new resource.
|
|
328
|
+
:param pulumi.Input[_builtins.str] group_id: Not used by customer-managed private endpoint services. The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource. Conflicts with `domain_names`.
|
|
329
|
+
:param pulumi.Input[_builtins.str] network_connectivity_config_id: Canonical unique identifier of Network Connectivity Config in Databricks Account. Change forces creation of a new resource.
|
|
330
|
+
:param pulumi.Input[_builtins.str] resource_id: The Azure resource ID of the target resource. Change forces creation of a new resource.
|
|
331
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resource_names: Only used by private endpoints towards AWS S3 service. List of globally unique S3 bucket names that will be accessed via the VPC endpoint. The bucket names must be in the same region as the NCC/endpoint service. Conflict with `domain_names`.
|
|
332
|
+
:param pulumi.Input[_builtins.str] rule_id: the ID of a private endpoint rule.
|
|
333
|
+
:param pulumi.Input[_builtins.int] updated_time: Time in epoch milliseconds when this object was updated.
|
|
334
|
+
:param pulumi.Input[_builtins.str] vpc_endpoint_id: The AWS VPC endpoint ID. You can use this ID to identify the VPC endpoint created by Databricks.
|
|
330
335
|
"""
|
|
331
336
|
if account_id is not None:
|
|
332
337
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -361,198 +366,200 @@ class _MwsNccPrivateEndpointRuleState:
|
|
|
361
366
|
if vpc_endpoint_id is not None:
|
|
362
367
|
pulumi.set(__self__, "vpc_endpoint_id", vpc_endpoint_id)
|
|
363
368
|
|
|
364
|
-
@property
|
|
369
|
+
@_builtins.property
|
|
365
370
|
@pulumi.getter(name="accountId")
|
|
366
|
-
def account_id(self) -> Optional[pulumi.Input[
|
|
371
|
+
def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
367
372
|
return pulumi.get(self, "account_id")
|
|
368
373
|
|
|
369
374
|
@account_id.setter
|
|
370
|
-
def account_id(self, value: Optional[pulumi.Input[
|
|
375
|
+
def account_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
371
376
|
pulumi.set(self, "account_id", value)
|
|
372
377
|
|
|
373
|
-
@property
|
|
378
|
+
@_builtins.property
|
|
374
379
|
@pulumi.getter(name="connectionState")
|
|
375
|
-
def connection_state(self) -> Optional[pulumi.Input[
|
|
380
|
+
def connection_state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
376
381
|
"""
|
|
377
|
-
The current status of this private endpoint. The private endpoint rules are effective only if the connection state is ESTABLISHED
|
|
382
|
+
The current status of this private endpoint. The private endpoint rules are effective only if the connection state is `ESTABLISHED`. Remember that you must approve new endpoints on your resources in the Azure portal before they take effect.
|
|
378
383
|
The possible values are:
|
|
379
384
|
* `PENDING`: The endpoint has been created and pending approval.
|
|
380
385
|
* `ESTABLISHED`: The endpoint has been approved and is ready to be used in your serverless compute resources.
|
|
381
386
|
* `REJECTED`: Connection was rejected by the private link resource owner.
|
|
382
387
|
* `DISCONNECTED`: Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for clean-up.
|
|
388
|
+
* `EXPIRED`: If the endpoint was created but not approved in 14 days, it will be EXPIRED.
|
|
383
389
|
"""
|
|
384
390
|
return pulumi.get(self, "connection_state")
|
|
385
391
|
|
|
386
392
|
@connection_state.setter
|
|
387
|
-
def connection_state(self, value: Optional[pulumi.Input[
|
|
393
|
+
def connection_state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
388
394
|
pulumi.set(self, "connection_state", value)
|
|
389
395
|
|
|
390
|
-
@property
|
|
396
|
+
@_builtins.property
|
|
391
397
|
@pulumi.getter(name="creationTime")
|
|
392
|
-
def creation_time(self) -> Optional[pulumi.Input[
|
|
398
|
+
def creation_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
393
399
|
"""
|
|
394
400
|
Time in epoch milliseconds when this object was created.
|
|
395
401
|
"""
|
|
396
402
|
return pulumi.get(self, "creation_time")
|
|
397
403
|
|
|
398
404
|
@creation_time.setter
|
|
399
|
-
def creation_time(self, value: Optional[pulumi.Input[
|
|
405
|
+
def creation_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
400
406
|
pulumi.set(self, "creation_time", value)
|
|
401
407
|
|
|
402
|
-
@property
|
|
408
|
+
@_builtins.property
|
|
403
409
|
@pulumi.getter
|
|
404
|
-
def deactivated(self) -> Optional[pulumi.Input[
|
|
410
|
+
def deactivated(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
405
411
|
"""
|
|
406
412
|
Whether this private endpoint is deactivated.
|
|
407
413
|
"""
|
|
408
414
|
return pulumi.get(self, "deactivated")
|
|
409
415
|
|
|
410
416
|
@deactivated.setter
|
|
411
|
-
def deactivated(self, value: Optional[pulumi.Input[
|
|
417
|
+
def deactivated(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
412
418
|
pulumi.set(self, "deactivated", value)
|
|
413
419
|
|
|
414
|
-
@property
|
|
420
|
+
@_builtins.property
|
|
415
421
|
@pulumi.getter(name="deactivatedAt")
|
|
416
|
-
def deactivated_at(self) -> Optional[pulumi.Input[
|
|
422
|
+
def deactivated_at(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
417
423
|
"""
|
|
418
424
|
Time in epoch milliseconds when this object was deactivated.
|
|
419
425
|
"""
|
|
420
426
|
return pulumi.get(self, "deactivated_at")
|
|
421
427
|
|
|
422
428
|
@deactivated_at.setter
|
|
423
|
-
def deactivated_at(self, value: Optional[pulumi.Input[
|
|
429
|
+
def deactivated_at(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
424
430
|
pulumi.set(self, "deactivated_at", value)
|
|
425
431
|
|
|
426
|
-
@property
|
|
432
|
+
@_builtins.property
|
|
427
433
|
@pulumi.getter(name="domainNames")
|
|
428
|
-
def domain_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
434
|
+
def domain_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
429
435
|
"""
|
|
430
|
-
|
|
436
|
+
* On Azure: List of domain names of target private link service. Only used by private endpoints to customer-managed private endpoint services. Conflicts with `group_id`.
|
|
437
|
+
* On AWS: List of target resource FQDNs accessible via the VPC endpoint service. Only used by private endpoints towards a VPC endpoint service behind a customer-managed VPC endpoint service. Conflicts with `resource_names`.
|
|
431
438
|
"""
|
|
432
439
|
return pulumi.get(self, "domain_names")
|
|
433
440
|
|
|
434
441
|
@domain_names.setter
|
|
435
|
-
def domain_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
442
|
+
def domain_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
436
443
|
pulumi.set(self, "domain_names", value)
|
|
437
444
|
|
|
438
|
-
@property
|
|
445
|
+
@_builtins.property
|
|
439
446
|
@pulumi.getter
|
|
440
|
-
def enabled(self) -> Optional[pulumi.Input[
|
|
447
|
+
def enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
441
448
|
"""
|
|
442
|
-
Activation status. Only used by private endpoints towards an AWS S3 service.
|
|
449
|
+
Activation status. Only used by private endpoints towards an AWS S3 service. Update this field to activate/deactivate this private endpoint to allow egress access from serverless compute resources. Can only be updated after a private endpoint rule towards an AWS S3 service is successfully created.
|
|
443
450
|
"""
|
|
444
451
|
return pulumi.get(self, "enabled")
|
|
445
452
|
|
|
446
453
|
@enabled.setter
|
|
447
|
-
def enabled(self, value: Optional[pulumi.Input[
|
|
454
|
+
def enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
448
455
|
pulumi.set(self, "enabled", value)
|
|
449
456
|
|
|
450
|
-
@property
|
|
457
|
+
@_builtins.property
|
|
451
458
|
@pulumi.getter(name="endpointName")
|
|
452
|
-
def endpoint_name(self) -> Optional[pulumi.Input[
|
|
459
|
+
def endpoint_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
453
460
|
"""
|
|
454
461
|
The name of the Azure private endpoint resource, e.g. "databricks-088781b3-77fa-4132-b429-1af0d91bc593-pe-3cb31234"
|
|
455
462
|
"""
|
|
456
463
|
return pulumi.get(self, "endpoint_name")
|
|
457
464
|
|
|
458
465
|
@endpoint_name.setter
|
|
459
|
-
def endpoint_name(self, value: Optional[pulumi.Input[
|
|
466
|
+
def endpoint_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
460
467
|
pulumi.set(self, "endpoint_name", value)
|
|
461
468
|
|
|
462
|
-
@property
|
|
469
|
+
@_builtins.property
|
|
463
470
|
@pulumi.getter(name="endpointService")
|
|
464
|
-
def endpoint_service(self) -> Optional[pulumi.Input[
|
|
471
|
+
def endpoint_service(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
465
472
|
"""
|
|
466
|
-
Example `com.amazonaws.vpce.us-east-1.vpce-svc-123abcc1298abc123`. The full target AWS endpoint service name that connects to the destination resources of the private endpoint.
|
|
473
|
+
Example `com.amazonaws.vpce.us-east-1.vpce-svc-123abcc1298abc123`. The full target AWS endpoint service name that connects to the destination resources of the private endpoint. Change forces creation of a new resource.
|
|
467
474
|
"""
|
|
468
475
|
return pulumi.get(self, "endpoint_service")
|
|
469
476
|
|
|
470
477
|
@endpoint_service.setter
|
|
471
|
-
def endpoint_service(self, value: Optional[pulumi.Input[
|
|
478
|
+
def endpoint_service(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
472
479
|
pulumi.set(self, "endpoint_service", value)
|
|
473
480
|
|
|
474
|
-
@property
|
|
481
|
+
@_builtins.property
|
|
475
482
|
@pulumi.getter(name="groupId")
|
|
476
|
-
def group_id(self) -> Optional[pulumi.Input[
|
|
483
|
+
def group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
477
484
|
"""
|
|
478
|
-
The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource.
|
|
485
|
+
Not used by customer-managed private endpoint services. The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource. Conflicts with `domain_names`.
|
|
479
486
|
"""
|
|
480
487
|
return pulumi.get(self, "group_id")
|
|
481
488
|
|
|
482
489
|
@group_id.setter
|
|
483
|
-
def group_id(self, value: Optional[pulumi.Input[
|
|
490
|
+
def group_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
484
491
|
pulumi.set(self, "group_id", value)
|
|
485
492
|
|
|
486
|
-
@property
|
|
493
|
+
@_builtins.property
|
|
487
494
|
@pulumi.getter(name="networkConnectivityConfigId")
|
|
488
|
-
def network_connectivity_config_id(self) -> Optional[pulumi.Input[
|
|
495
|
+
def network_connectivity_config_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
489
496
|
"""
|
|
490
497
|
Canonical unique identifier of Network Connectivity Config in Databricks Account. Change forces creation of a new resource.
|
|
491
498
|
"""
|
|
492
499
|
return pulumi.get(self, "network_connectivity_config_id")
|
|
493
500
|
|
|
494
501
|
@network_connectivity_config_id.setter
|
|
495
|
-
def network_connectivity_config_id(self, value: Optional[pulumi.Input[
|
|
502
|
+
def network_connectivity_config_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
496
503
|
pulumi.set(self, "network_connectivity_config_id", value)
|
|
497
504
|
|
|
498
|
-
@property
|
|
505
|
+
@_builtins.property
|
|
499
506
|
@pulumi.getter(name="resourceId")
|
|
500
|
-
def resource_id(self) -> Optional[pulumi.Input[
|
|
507
|
+
def resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
501
508
|
"""
|
|
502
509
|
The Azure resource ID of the target resource. Change forces creation of a new resource.
|
|
503
510
|
"""
|
|
504
511
|
return pulumi.get(self, "resource_id")
|
|
505
512
|
|
|
506
513
|
@resource_id.setter
|
|
507
|
-
def resource_id(self, value: Optional[pulumi.Input[
|
|
514
|
+
def resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
508
515
|
pulumi.set(self, "resource_id", value)
|
|
509
516
|
|
|
510
|
-
@property
|
|
517
|
+
@_builtins.property
|
|
511
518
|
@pulumi.getter(name="resourceNames")
|
|
512
|
-
def resource_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
519
|
+
def resource_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
513
520
|
"""
|
|
514
521
|
Only used by private endpoints towards AWS S3 service. List of globally unique S3 bucket names that will be accessed via the VPC endpoint. The bucket names must be in the same region as the NCC/endpoint service. Conflict with `domain_names`.
|
|
515
522
|
"""
|
|
516
523
|
return pulumi.get(self, "resource_names")
|
|
517
524
|
|
|
518
525
|
@resource_names.setter
|
|
519
|
-
def resource_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
526
|
+
def resource_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
520
527
|
pulumi.set(self, "resource_names", value)
|
|
521
528
|
|
|
522
|
-
@property
|
|
529
|
+
@_builtins.property
|
|
523
530
|
@pulumi.getter(name="ruleId")
|
|
524
|
-
def rule_id(self) -> Optional[pulumi.Input[
|
|
531
|
+
def rule_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
525
532
|
"""
|
|
526
533
|
the ID of a private endpoint rule.
|
|
527
534
|
"""
|
|
528
535
|
return pulumi.get(self, "rule_id")
|
|
529
536
|
|
|
530
537
|
@rule_id.setter
|
|
531
|
-
def rule_id(self, value: Optional[pulumi.Input[
|
|
538
|
+
def rule_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
532
539
|
pulumi.set(self, "rule_id", value)
|
|
533
540
|
|
|
534
|
-
@property
|
|
541
|
+
@_builtins.property
|
|
535
542
|
@pulumi.getter(name="updatedTime")
|
|
536
|
-
def updated_time(self) -> Optional[pulumi.Input[
|
|
543
|
+
def updated_time(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
537
544
|
"""
|
|
538
545
|
Time in epoch milliseconds when this object was updated.
|
|
539
546
|
"""
|
|
540
547
|
return pulumi.get(self, "updated_time")
|
|
541
548
|
|
|
542
549
|
@updated_time.setter
|
|
543
|
-
def updated_time(self, value: Optional[pulumi.Input[
|
|
550
|
+
def updated_time(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
544
551
|
pulumi.set(self, "updated_time", value)
|
|
545
552
|
|
|
546
|
-
@property
|
|
553
|
+
@_builtins.property
|
|
547
554
|
@pulumi.getter(name="vpcEndpointId")
|
|
548
|
-
def vpc_endpoint_id(self) -> Optional[pulumi.Input[
|
|
555
|
+
def vpc_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
549
556
|
"""
|
|
550
557
|
The AWS VPC endpoint ID. You can use this ID to identify the VPC endpoint created by Databricks.
|
|
551
558
|
"""
|
|
552
559
|
return pulumi.get(self, "vpc_endpoint_id")
|
|
553
560
|
|
|
554
561
|
@vpc_endpoint_id.setter
|
|
555
|
-
def vpc_endpoint_id(self, value: Optional[pulumi.Input[
|
|
562
|
+
def vpc_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
556
563
|
pulumi.set(self, "vpc_endpoint_id", value)
|
|
557
564
|
|
|
558
565
|
|
|
@@ -562,22 +569,22 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
562
569
|
def __init__(__self__,
|
|
563
570
|
resource_name: str,
|
|
564
571
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
565
|
-
account_id: Optional[pulumi.Input[
|
|
566
|
-
connection_state: Optional[pulumi.Input[
|
|
567
|
-
creation_time: Optional[pulumi.Input[
|
|
568
|
-
deactivated: Optional[pulumi.Input[
|
|
569
|
-
deactivated_at: Optional[pulumi.Input[
|
|
570
|
-
domain_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
571
|
-
enabled: Optional[pulumi.Input[
|
|
572
|
-
endpoint_name: Optional[pulumi.Input[
|
|
573
|
-
endpoint_service: Optional[pulumi.Input[
|
|
574
|
-
group_id: Optional[pulumi.Input[
|
|
575
|
-
network_connectivity_config_id: Optional[pulumi.Input[
|
|
576
|
-
resource_id: Optional[pulumi.Input[
|
|
577
|
-
resource_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
578
|
-
rule_id: Optional[pulumi.Input[
|
|
579
|
-
updated_time: Optional[pulumi.Input[
|
|
580
|
-
vpc_endpoint_id: Optional[pulumi.Input[
|
|
572
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
573
|
+
connection_state: Optional[pulumi.Input[_builtins.str]] = None,
|
|
574
|
+
creation_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
575
|
+
deactivated: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
576
|
+
deactivated_at: Optional[pulumi.Input[_builtins.int]] = None,
|
|
577
|
+
domain_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
578
|
+
enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
579
|
+
endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
580
|
+
endpoint_service: Optional[pulumi.Input[_builtins.str]] = None,
|
|
581
|
+
group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
582
|
+
network_connectivity_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
583
|
+
resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
584
|
+
resource_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
585
|
+
rule_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
586
|
+
updated_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
587
|
+
vpc_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
581
588
|
__props__=None):
|
|
582
589
|
"""
|
|
583
590
|
Allows you to create a private endpoint in a Network Connectivity Config that can be used to [configure private connectivity from serverless compute](https://learn.microsoft.com/en-us/azure/databricks/security/network/serverless-network-security/serverless-private-link).
|
|
@@ -588,7 +595,7 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
588
595
|
|
|
589
596
|
## Example Usage
|
|
590
597
|
|
|
591
|
-
Create
|
|
598
|
+
Create private endpoints to an Azure storage account and an Azure standard load balancer.
|
|
592
599
|
|
|
593
600
|
```python
|
|
594
601
|
import pulumi
|
|
@@ -604,9 +611,13 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
604
611
|
network_connectivity_config_id=ncc.network_connectivity_config_id,
|
|
605
612
|
resource_id="/subscriptions/653bb673-1234-abcd-a90b-d064d5d53ca4/resourcegroups/example-resource-group/providers/Microsoft.Storage/storageAccounts/examplesa",
|
|
606
613
|
group_id="blob")
|
|
614
|
+
slb = databricks.MwsNccPrivateEndpointRule("slb",
|
|
615
|
+
network_connectivity_config_id=ncc.network_connectivity_config_id,
|
|
616
|
+
resource_id="/subscriptions/653bb673-1234-abcd-a90b-d064d5d53ca4/resourcegroups/example-resource-group/providers/Microsoft.Network/privatelinkServices/example-private-link-service",
|
|
617
|
+
domain_names=["my-example.exampledomain.com"])
|
|
607
618
|
```
|
|
608
619
|
|
|
609
|
-
Create a private endpoint rule to an AWS VPC endpoint and to an S3 bucket
|
|
620
|
+
Create a private endpoint rule to an AWS VPC endpoint and to an S3 bucket.
|
|
610
621
|
|
|
611
622
|
```python
|
|
612
623
|
import pulumi
|
|
@@ -620,6 +631,7 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
620
631
|
region=region)
|
|
621
632
|
storage = databricks.MwsNccPrivateEndpointRule("storage",
|
|
622
633
|
network_connectivity_config_id=ncc.network_connectivity_config_id,
|
|
634
|
+
endpoint_service="com.amazonaws.us-east-1.s3",
|
|
623
635
|
resource_names=["bucket"])
|
|
624
636
|
vpce = databricks.MwsNccPrivateEndpointRule("vpce",
|
|
625
637
|
network_connectivity_config_id=ncc.network_connectivity_config_id,
|
|
@@ -656,26 +668,28 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
656
668
|
|
|
657
669
|
:param str resource_name: The name of the resource.
|
|
658
670
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
659
|
-
:param pulumi.Input[
|
|
671
|
+
:param pulumi.Input[_builtins.str] connection_state: The current status of this private endpoint. The private endpoint rules are effective only if the connection state is `ESTABLISHED`. Remember that you must approve new endpoints on your resources in the Azure portal before they take effect.
|
|
660
672
|
The possible values are:
|
|
661
673
|
* `PENDING`: The endpoint has been created and pending approval.
|
|
662
674
|
* `ESTABLISHED`: The endpoint has been approved and is ready to be used in your serverless compute resources.
|
|
663
675
|
* `REJECTED`: Connection was rejected by the private link resource owner.
|
|
664
676
|
* `DISCONNECTED`: Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for clean-up.
|
|
665
|
-
|
|
666
|
-
:param pulumi.Input[
|
|
667
|
-
:param pulumi.Input[
|
|
668
|
-
:param pulumi.Input[
|
|
669
|
-
:param pulumi.Input[
|
|
670
|
-
|
|
671
|
-
:param pulumi.Input[
|
|
672
|
-
:param pulumi.Input[
|
|
673
|
-
:param pulumi.Input[
|
|
674
|
-
:param pulumi.Input[
|
|
675
|
-
:param pulumi.Input[
|
|
676
|
-
:param pulumi.Input[
|
|
677
|
-
:param pulumi.Input[
|
|
678
|
-
:param pulumi.Input[
|
|
677
|
+
* `EXPIRED`: If the endpoint was created but not approved in 14 days, it will be EXPIRED.
|
|
678
|
+
:param pulumi.Input[_builtins.int] creation_time: Time in epoch milliseconds when this object was created.
|
|
679
|
+
:param pulumi.Input[_builtins.bool] deactivated: Whether this private endpoint is deactivated.
|
|
680
|
+
:param pulumi.Input[_builtins.int] deactivated_at: Time in epoch milliseconds when this object was deactivated.
|
|
681
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] domain_names: * On Azure: List of domain names of target private link service. Only used by private endpoints to customer-managed private endpoint services. Conflicts with `group_id`.
|
|
682
|
+
* On AWS: List of target resource FQDNs accessible via the VPC endpoint service. Only used by private endpoints towards a VPC endpoint service behind a customer-managed VPC endpoint service. Conflicts with `resource_names`.
|
|
683
|
+
:param pulumi.Input[_builtins.bool] enabled: Activation status. Only used by private endpoints towards an AWS S3 service. Update this field to activate/deactivate this private endpoint to allow egress access from serverless compute resources. Can only be updated after a private endpoint rule towards an AWS S3 service is successfully created.
|
|
684
|
+
:param pulumi.Input[_builtins.str] endpoint_name: The name of the Azure private endpoint resource, e.g. "databricks-088781b3-77fa-4132-b429-1af0d91bc593-pe-3cb31234"
|
|
685
|
+
:param pulumi.Input[_builtins.str] endpoint_service: Example `com.amazonaws.vpce.us-east-1.vpce-svc-123abcc1298abc123`. The full target AWS endpoint service name that connects to the destination resources of the private endpoint. Change forces creation of a new resource.
|
|
686
|
+
:param pulumi.Input[_builtins.str] group_id: Not used by customer-managed private endpoint services. The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource. Conflicts with `domain_names`.
|
|
687
|
+
:param pulumi.Input[_builtins.str] network_connectivity_config_id: Canonical unique identifier of Network Connectivity Config in Databricks Account. Change forces creation of a new resource.
|
|
688
|
+
:param pulumi.Input[_builtins.str] resource_id: The Azure resource ID of the target resource. Change forces creation of a new resource.
|
|
689
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resource_names: Only used by private endpoints towards AWS S3 service. List of globally unique S3 bucket names that will be accessed via the VPC endpoint. The bucket names must be in the same region as the NCC/endpoint service. Conflict with `domain_names`.
|
|
690
|
+
:param pulumi.Input[_builtins.str] rule_id: the ID of a private endpoint rule.
|
|
691
|
+
:param pulumi.Input[_builtins.int] updated_time: Time in epoch milliseconds when this object was updated.
|
|
692
|
+
:param pulumi.Input[_builtins.str] vpc_endpoint_id: The AWS VPC endpoint ID. You can use this ID to identify the VPC endpoint created by Databricks.
|
|
679
693
|
"""
|
|
680
694
|
...
|
|
681
695
|
@overload
|
|
@@ -692,7 +706,7 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
692
706
|
|
|
693
707
|
## Example Usage
|
|
694
708
|
|
|
695
|
-
Create
|
|
709
|
+
Create private endpoints to an Azure storage account and an Azure standard load balancer.
|
|
696
710
|
|
|
697
711
|
```python
|
|
698
712
|
import pulumi
|
|
@@ -708,9 +722,13 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
708
722
|
network_connectivity_config_id=ncc.network_connectivity_config_id,
|
|
709
723
|
resource_id="/subscriptions/653bb673-1234-abcd-a90b-d064d5d53ca4/resourcegroups/example-resource-group/providers/Microsoft.Storage/storageAccounts/examplesa",
|
|
710
724
|
group_id="blob")
|
|
725
|
+
slb = databricks.MwsNccPrivateEndpointRule("slb",
|
|
726
|
+
network_connectivity_config_id=ncc.network_connectivity_config_id,
|
|
727
|
+
resource_id="/subscriptions/653bb673-1234-abcd-a90b-d064d5d53ca4/resourcegroups/example-resource-group/providers/Microsoft.Network/privatelinkServices/example-private-link-service",
|
|
728
|
+
domain_names=["my-example.exampledomain.com"])
|
|
711
729
|
```
|
|
712
730
|
|
|
713
|
-
Create a private endpoint rule to an AWS VPC endpoint and to an S3 bucket
|
|
731
|
+
Create a private endpoint rule to an AWS VPC endpoint and to an S3 bucket.
|
|
714
732
|
|
|
715
733
|
```python
|
|
716
734
|
import pulumi
|
|
@@ -724,6 +742,7 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
724
742
|
region=region)
|
|
725
743
|
storage = databricks.MwsNccPrivateEndpointRule("storage",
|
|
726
744
|
network_connectivity_config_id=ncc.network_connectivity_config_id,
|
|
745
|
+
endpoint_service="com.amazonaws.us-east-1.s3",
|
|
727
746
|
resource_names=["bucket"])
|
|
728
747
|
vpce = databricks.MwsNccPrivateEndpointRule("vpce",
|
|
729
748
|
network_connectivity_config_id=ncc.network_connectivity_config_id,
|
|
@@ -773,22 +792,22 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
773
792
|
def _internal_init(__self__,
|
|
774
793
|
resource_name: str,
|
|
775
794
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
776
|
-
account_id: Optional[pulumi.Input[
|
|
777
|
-
connection_state: Optional[pulumi.Input[
|
|
778
|
-
creation_time: Optional[pulumi.Input[
|
|
779
|
-
deactivated: Optional[pulumi.Input[
|
|
780
|
-
deactivated_at: Optional[pulumi.Input[
|
|
781
|
-
domain_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
782
|
-
enabled: Optional[pulumi.Input[
|
|
783
|
-
endpoint_name: Optional[pulumi.Input[
|
|
784
|
-
endpoint_service: Optional[pulumi.Input[
|
|
785
|
-
group_id: Optional[pulumi.Input[
|
|
786
|
-
network_connectivity_config_id: Optional[pulumi.Input[
|
|
787
|
-
resource_id: Optional[pulumi.Input[
|
|
788
|
-
resource_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
789
|
-
rule_id: Optional[pulumi.Input[
|
|
790
|
-
updated_time: Optional[pulumi.Input[
|
|
791
|
-
vpc_endpoint_id: Optional[pulumi.Input[
|
|
795
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
796
|
+
connection_state: Optional[pulumi.Input[_builtins.str]] = None,
|
|
797
|
+
creation_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
798
|
+
deactivated: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
799
|
+
deactivated_at: Optional[pulumi.Input[_builtins.int]] = None,
|
|
800
|
+
domain_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
801
|
+
enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
802
|
+
endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
803
|
+
endpoint_service: Optional[pulumi.Input[_builtins.str]] = None,
|
|
804
|
+
group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
805
|
+
network_connectivity_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
806
|
+
resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
807
|
+
resource_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
808
|
+
rule_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
809
|
+
updated_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
810
|
+
vpc_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
792
811
|
__props__=None):
|
|
793
812
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
794
813
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -826,22 +845,22 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
826
845
|
def get(resource_name: str,
|
|
827
846
|
id: pulumi.Input[str],
|
|
828
847
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
829
|
-
account_id: Optional[pulumi.Input[
|
|
830
|
-
connection_state: Optional[pulumi.Input[
|
|
831
|
-
creation_time: Optional[pulumi.Input[
|
|
832
|
-
deactivated: Optional[pulumi.Input[
|
|
833
|
-
deactivated_at: Optional[pulumi.Input[
|
|
834
|
-
domain_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
835
|
-
enabled: Optional[pulumi.Input[
|
|
836
|
-
endpoint_name: Optional[pulumi.Input[
|
|
837
|
-
endpoint_service: Optional[pulumi.Input[
|
|
838
|
-
group_id: Optional[pulumi.Input[
|
|
839
|
-
network_connectivity_config_id: Optional[pulumi.Input[
|
|
840
|
-
resource_id: Optional[pulumi.Input[
|
|
841
|
-
resource_names: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
842
|
-
rule_id: Optional[pulumi.Input[
|
|
843
|
-
updated_time: Optional[pulumi.Input[
|
|
844
|
-
vpc_endpoint_id: Optional[pulumi.Input[
|
|
848
|
+
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
849
|
+
connection_state: Optional[pulumi.Input[_builtins.str]] = None,
|
|
850
|
+
creation_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
851
|
+
deactivated: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
852
|
+
deactivated_at: Optional[pulumi.Input[_builtins.int]] = None,
|
|
853
|
+
domain_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
854
|
+
enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
855
|
+
endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
856
|
+
endpoint_service: Optional[pulumi.Input[_builtins.str]] = None,
|
|
857
|
+
group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
858
|
+
network_connectivity_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
859
|
+
resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
860
|
+
resource_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
861
|
+
rule_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
862
|
+
updated_time: Optional[pulumi.Input[_builtins.int]] = None,
|
|
863
|
+
vpc_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'MwsNccPrivateEndpointRule':
|
|
845
864
|
"""
|
|
846
865
|
Get an existing MwsNccPrivateEndpointRule resource's state with the given name, id, and optional extra
|
|
847
866
|
properties used to qualify the lookup.
|
|
@@ -849,26 +868,28 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
849
868
|
:param str resource_name: The unique name of the resulting resource.
|
|
850
869
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
851
870
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
852
|
-
:param pulumi.Input[
|
|
871
|
+
:param pulumi.Input[_builtins.str] connection_state: The current status of this private endpoint. The private endpoint rules are effective only if the connection state is `ESTABLISHED`. Remember that you must approve new endpoints on your resources in the Azure portal before they take effect.
|
|
853
872
|
The possible values are:
|
|
854
873
|
* `PENDING`: The endpoint has been created and pending approval.
|
|
855
874
|
* `ESTABLISHED`: The endpoint has been approved and is ready to be used in your serverless compute resources.
|
|
856
875
|
* `REJECTED`: Connection was rejected by the private link resource owner.
|
|
857
876
|
* `DISCONNECTED`: Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for clean-up.
|
|
858
|
-
|
|
859
|
-
:param pulumi.Input[
|
|
860
|
-
:param pulumi.Input[
|
|
861
|
-
:param pulumi.Input[
|
|
862
|
-
:param pulumi.Input[
|
|
863
|
-
|
|
864
|
-
:param pulumi.Input[
|
|
865
|
-
:param pulumi.Input[
|
|
866
|
-
:param pulumi.Input[
|
|
867
|
-
:param pulumi.Input[
|
|
868
|
-
:param pulumi.Input[
|
|
869
|
-
:param pulumi.Input[
|
|
870
|
-
:param pulumi.Input[
|
|
871
|
-
:param pulumi.Input[
|
|
877
|
+
* `EXPIRED`: If the endpoint was created but not approved in 14 days, it will be EXPIRED.
|
|
878
|
+
:param pulumi.Input[_builtins.int] creation_time: Time in epoch milliseconds when this object was created.
|
|
879
|
+
:param pulumi.Input[_builtins.bool] deactivated: Whether this private endpoint is deactivated.
|
|
880
|
+
:param pulumi.Input[_builtins.int] deactivated_at: Time in epoch milliseconds when this object was deactivated.
|
|
881
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] domain_names: * On Azure: List of domain names of target private link service. Only used by private endpoints to customer-managed private endpoint services. Conflicts with `group_id`.
|
|
882
|
+
* On AWS: List of target resource FQDNs accessible via the VPC endpoint service. Only used by private endpoints towards a VPC endpoint service behind a customer-managed VPC endpoint service. Conflicts with `resource_names`.
|
|
883
|
+
:param pulumi.Input[_builtins.bool] enabled: Activation status. Only used by private endpoints towards an AWS S3 service. Update this field to activate/deactivate this private endpoint to allow egress access from serverless compute resources. Can only be updated after a private endpoint rule towards an AWS S3 service is successfully created.
|
|
884
|
+
:param pulumi.Input[_builtins.str] endpoint_name: The name of the Azure private endpoint resource, e.g. "databricks-088781b3-77fa-4132-b429-1af0d91bc593-pe-3cb31234"
|
|
885
|
+
:param pulumi.Input[_builtins.str] endpoint_service: Example `com.amazonaws.vpce.us-east-1.vpce-svc-123abcc1298abc123`. The full target AWS endpoint service name that connects to the destination resources of the private endpoint. Change forces creation of a new resource.
|
|
886
|
+
:param pulumi.Input[_builtins.str] group_id: Not used by customer-managed private endpoint services. The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource. Conflicts with `domain_names`.
|
|
887
|
+
:param pulumi.Input[_builtins.str] network_connectivity_config_id: Canonical unique identifier of Network Connectivity Config in Databricks Account. Change forces creation of a new resource.
|
|
888
|
+
:param pulumi.Input[_builtins.str] resource_id: The Azure resource ID of the target resource. Change forces creation of a new resource.
|
|
889
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resource_names: Only used by private endpoints towards AWS S3 service. List of globally unique S3 bucket names that will be accessed via the VPC endpoint. The bucket names must be in the same region as the NCC/endpoint service. Conflict with `domain_names`.
|
|
890
|
+
:param pulumi.Input[_builtins.str] rule_id: the ID of a private endpoint rule.
|
|
891
|
+
:param pulumi.Input[_builtins.int] updated_time: Time in epoch milliseconds when this object was updated.
|
|
892
|
+
:param pulumi.Input[_builtins.str] vpc_endpoint_id: The AWS VPC endpoint ID. You can use this ID to identify the VPC endpoint created by Databricks.
|
|
872
893
|
"""
|
|
873
894
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
874
895
|
|
|
@@ -892,131 +913,133 @@ class MwsNccPrivateEndpointRule(pulumi.CustomResource):
|
|
|
892
913
|
__props__.__dict__["vpc_endpoint_id"] = vpc_endpoint_id
|
|
893
914
|
return MwsNccPrivateEndpointRule(resource_name, opts=opts, __props__=__props__)
|
|
894
915
|
|
|
895
|
-
@property
|
|
916
|
+
@_builtins.property
|
|
896
917
|
@pulumi.getter(name="accountId")
|
|
897
|
-
def account_id(self) -> pulumi.Output[Optional[
|
|
918
|
+
def account_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
898
919
|
return pulumi.get(self, "account_id")
|
|
899
920
|
|
|
900
|
-
@property
|
|
921
|
+
@_builtins.property
|
|
901
922
|
@pulumi.getter(name="connectionState")
|
|
902
|
-
def connection_state(self) -> pulumi.Output[
|
|
923
|
+
def connection_state(self) -> pulumi.Output[_builtins.str]:
|
|
903
924
|
"""
|
|
904
|
-
The current status of this private endpoint. The private endpoint rules are effective only if the connection state is ESTABLISHED
|
|
925
|
+
The current status of this private endpoint. The private endpoint rules are effective only if the connection state is `ESTABLISHED`. Remember that you must approve new endpoints on your resources in the Azure portal before they take effect.
|
|
905
926
|
The possible values are:
|
|
906
927
|
* `PENDING`: The endpoint has been created and pending approval.
|
|
907
928
|
* `ESTABLISHED`: The endpoint has been approved and is ready to be used in your serverless compute resources.
|
|
908
929
|
* `REJECTED`: Connection was rejected by the private link resource owner.
|
|
909
930
|
* `DISCONNECTED`: Connection was removed by the private link resource owner, the private endpoint becomes informative and should be deleted for clean-up.
|
|
931
|
+
* `EXPIRED`: If the endpoint was created but not approved in 14 days, it will be EXPIRED.
|
|
910
932
|
"""
|
|
911
933
|
return pulumi.get(self, "connection_state")
|
|
912
934
|
|
|
913
|
-
@property
|
|
935
|
+
@_builtins.property
|
|
914
936
|
@pulumi.getter(name="creationTime")
|
|
915
|
-
def creation_time(self) -> pulumi.Output[
|
|
937
|
+
def creation_time(self) -> pulumi.Output[_builtins.int]:
|
|
916
938
|
"""
|
|
917
939
|
Time in epoch milliseconds when this object was created.
|
|
918
940
|
"""
|
|
919
941
|
return pulumi.get(self, "creation_time")
|
|
920
942
|
|
|
921
|
-
@property
|
|
943
|
+
@_builtins.property
|
|
922
944
|
@pulumi.getter
|
|
923
|
-
def deactivated(self) -> pulumi.Output[Optional[
|
|
945
|
+
def deactivated(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
924
946
|
"""
|
|
925
947
|
Whether this private endpoint is deactivated.
|
|
926
948
|
"""
|
|
927
949
|
return pulumi.get(self, "deactivated")
|
|
928
950
|
|
|
929
|
-
@property
|
|
951
|
+
@_builtins.property
|
|
930
952
|
@pulumi.getter(name="deactivatedAt")
|
|
931
|
-
def deactivated_at(self) -> pulumi.Output[Optional[
|
|
953
|
+
def deactivated_at(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
932
954
|
"""
|
|
933
955
|
Time in epoch milliseconds when this object was deactivated.
|
|
934
956
|
"""
|
|
935
957
|
return pulumi.get(self, "deactivated_at")
|
|
936
958
|
|
|
937
|
-
@property
|
|
959
|
+
@_builtins.property
|
|
938
960
|
@pulumi.getter(name="domainNames")
|
|
939
|
-
def domain_names(self) -> pulumi.Output[Optional[Sequence[
|
|
961
|
+
def domain_names(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|
|
940
962
|
"""
|
|
941
|
-
|
|
963
|
+
* On Azure: List of domain names of target private link service. Only used by private endpoints to customer-managed private endpoint services. Conflicts with `group_id`.
|
|
964
|
+
* On AWS: List of target resource FQDNs accessible via the VPC endpoint service. Only used by private endpoints towards a VPC endpoint service behind a customer-managed VPC endpoint service. Conflicts with `resource_names`.
|
|
942
965
|
"""
|
|
943
966
|
return pulumi.get(self, "domain_names")
|
|
944
967
|
|
|
945
|
-
@property
|
|
968
|
+
@_builtins.property
|
|
946
969
|
@pulumi.getter
|
|
947
|
-
def enabled(self) -> pulumi.Output[
|
|
970
|
+
def enabled(self) -> pulumi.Output[_builtins.bool]:
|
|
948
971
|
"""
|
|
949
|
-
Activation status. Only used by private endpoints towards an AWS S3 service.
|
|
972
|
+
Activation status. Only used by private endpoints towards an AWS S3 service. Update this field to activate/deactivate this private endpoint to allow egress access from serverless compute resources. Can only be updated after a private endpoint rule towards an AWS S3 service is successfully created.
|
|
950
973
|
"""
|
|
951
974
|
return pulumi.get(self, "enabled")
|
|
952
975
|
|
|
953
|
-
@property
|
|
976
|
+
@_builtins.property
|
|
954
977
|
@pulumi.getter(name="endpointName")
|
|
955
|
-
def endpoint_name(self) -> pulumi.Output[
|
|
978
|
+
def endpoint_name(self) -> pulumi.Output[_builtins.str]:
|
|
956
979
|
"""
|
|
957
980
|
The name of the Azure private endpoint resource, e.g. "databricks-088781b3-77fa-4132-b429-1af0d91bc593-pe-3cb31234"
|
|
958
981
|
"""
|
|
959
982
|
return pulumi.get(self, "endpoint_name")
|
|
960
983
|
|
|
961
|
-
@property
|
|
984
|
+
@_builtins.property
|
|
962
985
|
@pulumi.getter(name="endpointService")
|
|
963
|
-
def endpoint_service(self) -> pulumi.Output[Optional[
|
|
986
|
+
def endpoint_service(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
964
987
|
"""
|
|
965
|
-
Example `com.amazonaws.vpce.us-east-1.vpce-svc-123abcc1298abc123`. The full target AWS endpoint service name that connects to the destination resources of the private endpoint.
|
|
988
|
+
Example `com.amazonaws.vpce.us-east-1.vpce-svc-123abcc1298abc123`. The full target AWS endpoint service name that connects to the destination resources of the private endpoint. Change forces creation of a new resource.
|
|
966
989
|
"""
|
|
967
990
|
return pulumi.get(self, "endpoint_service")
|
|
968
991
|
|
|
969
|
-
@property
|
|
992
|
+
@_builtins.property
|
|
970
993
|
@pulumi.getter(name="groupId")
|
|
971
|
-
def group_id(self) -> pulumi.Output[Optional[
|
|
994
|
+
def group_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
972
995
|
"""
|
|
973
|
-
The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource.
|
|
996
|
+
Not used by customer-managed private endpoint services. The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e., `blob`, `dfs`, `sqlServer` , etc. Consult the [Azure documentation](https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-overview#private-link-resource) for full list of supported resources). Note that to connect to workspace root storage (root DBFS), you need two endpoints, one for `blob` and one for `dfs`. Change forces creation of a new resource. Conflicts with `domain_names`.
|
|
974
997
|
"""
|
|
975
998
|
return pulumi.get(self, "group_id")
|
|
976
999
|
|
|
977
|
-
@property
|
|
1000
|
+
@_builtins.property
|
|
978
1001
|
@pulumi.getter(name="networkConnectivityConfigId")
|
|
979
|
-
def network_connectivity_config_id(self) -> pulumi.Output[
|
|
1002
|
+
def network_connectivity_config_id(self) -> pulumi.Output[_builtins.str]:
|
|
980
1003
|
"""
|
|
981
1004
|
Canonical unique identifier of Network Connectivity Config in Databricks Account. Change forces creation of a new resource.
|
|
982
1005
|
"""
|
|
983
1006
|
return pulumi.get(self, "network_connectivity_config_id")
|
|
984
1007
|
|
|
985
|
-
@property
|
|
1008
|
+
@_builtins.property
|
|
986
1009
|
@pulumi.getter(name="resourceId")
|
|
987
|
-
def resource_id(self) -> pulumi.Output[Optional[
|
|
1010
|
+
def resource_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
988
1011
|
"""
|
|
989
1012
|
The Azure resource ID of the target resource. Change forces creation of a new resource.
|
|
990
1013
|
"""
|
|
991
1014
|
return pulumi.get(self, "resource_id")
|
|
992
1015
|
|
|
993
|
-
@property
|
|
1016
|
+
@_builtins.property
|
|
994
1017
|
@pulumi.getter(name="resourceNames")
|
|
995
|
-
def resource_names(self) -> pulumi.Output[Optional[Sequence[
|
|
1018
|
+
def resource_names(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|
|
996
1019
|
"""
|
|
997
1020
|
Only used by private endpoints towards AWS S3 service. List of globally unique S3 bucket names that will be accessed via the VPC endpoint. The bucket names must be in the same region as the NCC/endpoint service. Conflict with `domain_names`.
|
|
998
1021
|
"""
|
|
999
1022
|
return pulumi.get(self, "resource_names")
|
|
1000
1023
|
|
|
1001
|
-
@property
|
|
1024
|
+
@_builtins.property
|
|
1002
1025
|
@pulumi.getter(name="ruleId")
|
|
1003
|
-
def rule_id(self) -> pulumi.Output[
|
|
1026
|
+
def rule_id(self) -> pulumi.Output[_builtins.str]:
|
|
1004
1027
|
"""
|
|
1005
1028
|
the ID of a private endpoint rule.
|
|
1006
1029
|
"""
|
|
1007
1030
|
return pulumi.get(self, "rule_id")
|
|
1008
1031
|
|
|
1009
|
-
@property
|
|
1032
|
+
@_builtins.property
|
|
1010
1033
|
@pulumi.getter(name="updatedTime")
|
|
1011
|
-
def updated_time(self) -> pulumi.Output[
|
|
1034
|
+
def updated_time(self) -> pulumi.Output[_builtins.int]:
|
|
1012
1035
|
"""
|
|
1013
1036
|
Time in epoch milliseconds when this object was updated.
|
|
1014
1037
|
"""
|
|
1015
1038
|
return pulumi.get(self, "updated_time")
|
|
1016
1039
|
|
|
1017
|
-
@property
|
|
1040
|
+
@_builtins.property
|
|
1018
1041
|
@pulumi.getter(name="vpcEndpointId")
|
|
1019
|
-
def vpc_endpoint_id(self) -> pulumi.Output[
|
|
1042
|
+
def vpc_endpoint_id(self) -> pulumi.Output[_builtins.str]:
|
|
1020
1043
|
"""
|
|
1021
1044
|
The AWS VPC endpoint ID. You can use this ID to identify the VPC endpoint created by Databricks.
|
|
1022
1045
|
"""
|