pulumi-databricks 1.77.0a1761975834__py3-none-any.whl → 1.79.0a1762839813__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_databricks/__init__.py +54 -46
- pulumi_databricks/_inputs.py +26079 -32918
- pulumi_databricks/account_federation_policy.py +44 -16
- pulumi_databricks/account_network_policy.py +56 -2
- pulumi_databricks/account_setting_v2.py +46 -83
- pulumi_databricks/alert_v2.py +168 -134
- pulumi_databricks/app.py +153 -0
- pulumi_databricks/apps_settings_custom_template.py +75 -52
- pulumi_databricks/budget_policy.py +6 -2
- pulumi_databricks/catalog.py +65 -23
- pulumi_databricks/cluster.py +47 -168
- pulumi_databricks/cluster_policy.py +120 -0
- pulumi_databricks/config/__init__.pyi +4 -0
- pulumi_databricks/config/vars.py +8 -0
- pulumi_databricks/data_quality_monitor.py +453 -0
- pulumi_databricks/data_quality_refresh.py +492 -0
- pulumi_databricks/database_database_catalog.py +9 -52
- pulumi_databricks/database_instance.py +271 -120
- pulumi_databricks/database_synced_database_table.py +239 -52
- pulumi_databricks/entitlements.py +21 -21
- pulumi_databricks/entity_tag_assignment.py +83 -52
- pulumi_databricks/external_location.py +131 -7
- pulumi_databricks/external_metadata.py +16 -59
- pulumi_databricks/feature_engineering_feature.py +480 -0
- pulumi_databricks/feature_engineering_materialized_feature.py +397 -0
- pulumi_databricks/file.py +2 -2
- pulumi_databricks/get_account_federation_policies.py +22 -3
- pulumi_databricks/get_account_federation_policy.py +12 -27
- pulumi_databricks/get_account_network_policies.py +4 -0
- pulumi_databricks/get_account_network_policy.py +9 -18
- pulumi_databricks/get_account_setting_v2.py +36 -141
- pulumi_databricks/get_alert_v2.py +41 -107
- pulumi_databricks/get_alerts_v2.py +29 -31
- pulumi_databricks/get_app.py +21 -5
- pulumi_databricks/get_apps.py +22 -6
- pulumi_databricks/get_apps_settings_custom_template.py +11 -55
- pulumi_databricks/get_apps_settings_custom_templates.py +25 -21
- pulumi_databricks/get_aws_assume_role_policy.py +14 -14
- pulumi_databricks/get_aws_bucket_policy.py +10 -10
- pulumi_databricks/get_aws_unity_catalog_assume_role_policy.py +10 -10
- pulumi_databricks/get_aws_unity_catalog_policy.py +10 -10
- pulumi_databricks/get_budget_policies.py +70 -6
- pulumi_databricks/get_budget_policy.py +9 -32
- pulumi_databricks/get_catalog.py +21 -4
- pulumi_databricks/get_catalogs.py +23 -4
- pulumi_databricks/get_cluster.py +75 -4
- pulumi_databricks/get_cluster_policy.py +23 -4
- pulumi_databricks/get_clusters.py +21 -4
- pulumi_databricks/get_current_config.py +4 -4
- pulumi_databricks/get_current_metastore.py +21 -4
- pulumi_databricks/get_dashboards.py +20 -4
- pulumi_databricks/get_data_quality_monitor.py +210 -0
- pulumi_databricks/get_data_quality_monitors.py +143 -0
- pulumi_databricks/get_data_quality_refresh.py +270 -0
- pulumi_databricks/get_data_quality_refreshes.py +207 -0
- pulumi_databricks/get_database_database_catalog.py +10 -41
- pulumi_databricks/get_database_database_catalogs.py +37 -18
- pulumi_databricks/get_database_instance.py +93 -99
- pulumi_databricks/get_database_instances.py +20 -16
- pulumi_databricks/get_database_synced_database_table.py +11 -49
- pulumi_databricks/get_database_synced_database_tables.py +42 -23
- pulumi_databricks/get_directory.py +20 -1
- pulumi_databricks/get_entity_tag_assignment.py +63 -30
- pulumi_databricks/get_entity_tag_assignments.py +69 -23
- pulumi_databricks/get_external_location.py +21 -4
- pulumi_databricks/get_external_locations.py +23 -4
- pulumi_databricks/get_external_metadata.py +18 -73
- pulumi_databricks/get_external_metadatas.py +22 -16
- pulumi_databricks/get_feature_engineering_feature.py +179 -0
- pulumi_databricks/get_feature_engineering_features.py +103 -0
- pulumi_databricks/get_feature_engineering_materialized_feature.py +180 -0
- pulumi_databricks/get_feature_engineering_materialized_features.py +123 -0
- pulumi_databricks/get_functions.py +16 -1
- pulumi_databricks/get_instance_profiles.py +21 -4
- pulumi_databricks/get_jobs.py +23 -4
- pulumi_databricks/get_materialized_features_feature_tag.py +7 -32
- pulumi_databricks/get_materialized_features_feature_tags.py +50 -18
- pulumi_databricks/get_metastore.py +6 -6
- pulumi_databricks/get_mlflow_experiment.py +18 -1
- pulumi_databricks/get_mlflow_model.py +18 -1
- pulumi_databricks/get_mlflow_models.py +23 -4
- pulumi_databricks/get_node_type.py +42 -5
- pulumi_databricks/get_notebook.py +20 -1
- pulumi_databricks/get_notification_destinations.py +17 -1
- pulumi_databricks/get_online_store.py +11 -38
- pulumi_databricks/get_online_stores.py +20 -18
- pulumi_databricks/get_pipelines.py +23 -4
- pulumi_databricks/get_policy_info.py +21 -109
- pulumi_databricks/get_policy_infos.py +50 -25
- pulumi_databricks/get_quality_monitor_v2.py +8 -21
- pulumi_databricks/get_quality_monitors_v2.py +23 -25
- pulumi_databricks/get_registered_model.py +19 -4
- pulumi_databricks/get_registered_model_versions.py +19 -4
- pulumi_databricks/get_rfa_access_request_destinations.py +126 -0
- pulumi_databricks/get_schema.py +18 -1
- pulumi_databricks/get_schemas.py +23 -4
- pulumi_databricks/get_service_principal_federation_policies.py +23 -4
- pulumi_databricks/get_service_principal_federation_policy.py +15 -24
- pulumi_databricks/get_service_principals.py +64 -0
- pulumi_databricks/get_serving_endpoints.py +19 -4
- pulumi_databricks/get_share.py +117 -18
- pulumi_databricks/get_shares.py +22 -3
- pulumi_databricks/get_spark_version.py +20 -1
- pulumi_databricks/get_sql_warehouse.py +16 -1
- pulumi_databricks/get_sql_warehouses.py +20 -1
- pulumi_databricks/get_storage_credential.py +18 -1
- pulumi_databricks/get_storage_credentials.py +23 -4
- pulumi_databricks/get_table.py +18 -1
- pulumi_databricks/get_tables.py +20 -1
- pulumi_databricks/get_tag_policies.py +55 -23
- pulumi_databricks/get_tag_policy.py +60 -40
- pulumi_databricks/get_views.py +20 -1
- pulumi_databricks/get_volume.py +18 -1
- pulumi_databricks/get_volumes.py +20 -1
- pulumi_databricks/get_workspace_network_option.py +8 -16
- pulumi_databricks/get_workspace_setting_v2.py +41 -163
- pulumi_databricks/get_zones.py +20 -1
- pulumi_databricks/git_credential.py +54 -7
- pulumi_databricks/group.py +21 -21
- pulumi_databricks/instance_profile.py +0 -182
- pulumi_databricks/job.py +47 -0
- pulumi_databricks/library.py +165 -0
- pulumi_databricks/materialized_features_feature_tag.py +9 -52
- pulumi_databricks/metastore.py +81 -7
- pulumi_databricks/metastore_data_access.py +48 -0
- pulumi_databricks/mlflow_webhook.py +4 -4
- pulumi_databricks/mws_credentials.py +10 -10
- pulumi_databricks/mws_customer_managed_keys.py +0 -288
- pulumi_databricks/mws_log_delivery.py +146 -0
- pulumi_databricks/mws_storage_configurations.py +16 -16
- pulumi_databricks/mws_vpc_endpoint.py +56 -56
- pulumi_databricks/mws_workspaces.py +146 -65
- pulumi_databricks/notebook.py +49 -0
- pulumi_databricks/online_store.py +9 -52
- pulumi_databricks/outputs.py +11885 -13474
- pulumi_databricks/permission_assignment.py +299 -8
- pulumi_databricks/permissions.py +6 -6
- pulumi_databricks/pipeline.py +37 -3
- pulumi_databricks/policy_info.py +9 -52
- pulumi_databricks/provider.py +36 -1
- pulumi_databricks/pulumi-plugin.json +1 -1
- pulumi_databricks/quality_monitor.py +47 -0
- pulumi_databricks/quality_monitor_v2.py +9 -52
- pulumi_databricks/recipient.py +74 -0
- pulumi_databricks/registered_model.py +308 -36
- pulumi_databricks/rfa_access_request_destinations.py +286 -0
- pulumi_databricks/schema.py +7 -7
- pulumi_databricks/service_principal_federation_policy.py +48 -16
- pulumi_databricks/share.py +71 -84
- pulumi_databricks/sql_table.py +42 -14
- pulumi_databricks/storage_credential.py +15 -2
- pulumi_databricks/tag_policy.py +111 -54
- pulumi_databricks/user.py +21 -21
- pulumi_databricks/volume.py +7 -7
- pulumi_databricks/workspace_binding.py +0 -48
- pulumi_databricks/workspace_network_option.py +6 -2
- pulumi_databricks/workspace_setting_v2.py +49 -133
- {pulumi_databricks-1.77.0a1761975834.dist-info → pulumi_databricks-1.79.0a1762839813.dist-info}/METADATA +1 -1
- pulumi_databricks-1.79.0a1762839813.dist-info/RECORD +250 -0
- pulumi_databricks/clean_room_asset.py +0 -938
- pulumi_databricks/clean_room_auto_approval_rule.py +0 -473
- pulumi_databricks/clean_rooms_clean_room.py +0 -569
- pulumi_databricks/get_clean_room_asset.py +0 -416
- pulumi_databricks/get_clean_room_asset_revisions_clean_room_asset.py +0 -392
- pulumi_databricks/get_clean_room_asset_revisions_clean_room_assets.py +0 -121
- pulumi_databricks/get_clean_room_assets.py +0 -146
- pulumi_databricks/get_clean_room_auto_approval_rule.py +0 -217
- pulumi_databricks/get_clean_room_auto_approval_rules.py +0 -101
- pulumi_databricks/get_clean_rooms_clean_room.py +0 -289
- pulumi_databricks/get_clean_rooms_clean_rooms.py +0 -125
- pulumi_databricks/get_recipient_federation_policies.py +0 -101
- pulumi_databricks/get_recipient_federation_policy.py +0 -182
- pulumi_databricks/recipient_federation_policy.py +0 -393
- pulumi_databricks-1.77.0a1761975834.dist-info/RECORD +0 -250
- {pulumi_databricks-1.77.0a1761975834.dist-info → pulumi_databricks-1.79.0a1762839813.dist-info}/WHEEL +0 -0
- {pulumi_databricks-1.77.0a1761975834.dist-info → pulumi_databricks-1.79.0a1762839813.dist-info}/top_level.txt +0 -0
pulumi_databricks/notebook.py
CHANGED
|
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
|
|
|
13
13
|
else:
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
16
18
|
|
|
17
19
|
__all__ = ['NotebookArgs', 'Notebook']
|
|
18
20
|
|
|
@@ -26,6 +28,7 @@ class NotebookArgs:
|
|
|
26
28
|
md5: Optional[pulumi.Input[_builtins.str]] = None,
|
|
27
29
|
object_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
28
30
|
object_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
31
|
+
provider_config: Optional[pulumi.Input['NotebookProviderConfigArgs']] = None,
|
|
29
32
|
source: Optional[pulumi.Input[_builtins.str]] = None):
|
|
30
33
|
"""
|
|
31
34
|
The set of arguments for constructing a Notebook resource.
|
|
@@ -33,6 +36,7 @@ class NotebookArgs:
|
|
|
33
36
|
:param pulumi.Input[_builtins.str] content_base64: The base64-encoded notebook source code. Conflicts with `source`. Use of `content_base64` is discouraged, as it's increasing memory footprint of Pulumi state and should only be used in exceptional circumstances, like creating a notebook with configuration properties for a data pipeline.
|
|
34
37
|
:param pulumi.Input[_builtins.str] language: One of `SCALA`, `PYTHON`, `SQL`, `R`.
|
|
35
38
|
:param pulumi.Input[_builtins.int] object_id: Unique identifier for a NOTEBOOK
|
|
39
|
+
:param pulumi.Input['NotebookProviderConfigArgs'] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
36
40
|
:param pulumi.Input[_builtins.str] source: Path to notebook in source code format on local filesystem. Conflicts with `content_base64`.
|
|
37
41
|
"""
|
|
38
42
|
pulumi.set(__self__, "path", path)
|
|
@@ -51,6 +55,8 @@ class NotebookArgs:
|
|
|
51
55
|
pulumi.log.warn("""object_type is deprecated: Always is a notebook""")
|
|
52
56
|
if object_type is not None:
|
|
53
57
|
pulumi.set(__self__, "object_type", object_type)
|
|
58
|
+
if provider_config is not None:
|
|
59
|
+
pulumi.set(__self__, "provider_config", provider_config)
|
|
54
60
|
if source is not None:
|
|
55
61
|
pulumi.set(__self__, "source", source)
|
|
56
62
|
|
|
@@ -130,6 +136,18 @@ class NotebookArgs:
|
|
|
130
136
|
def object_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
131
137
|
pulumi.set(self, "object_type", value)
|
|
132
138
|
|
|
139
|
+
@_builtins.property
|
|
140
|
+
@pulumi.getter(name="providerConfig")
|
|
141
|
+
def provider_config(self) -> Optional[pulumi.Input['NotebookProviderConfigArgs']]:
|
|
142
|
+
"""
|
|
143
|
+
Configure the provider for management through account provider. This block consists of the following fields:
|
|
144
|
+
"""
|
|
145
|
+
return pulumi.get(self, "provider_config")
|
|
146
|
+
|
|
147
|
+
@provider_config.setter
|
|
148
|
+
def provider_config(self, value: Optional[pulumi.Input['NotebookProviderConfigArgs']]):
|
|
149
|
+
pulumi.set(self, "provider_config", value)
|
|
150
|
+
|
|
133
151
|
@_builtins.property
|
|
134
152
|
@pulumi.getter
|
|
135
153
|
def source(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -153,6 +171,7 @@ class _NotebookState:
|
|
|
153
171
|
object_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
154
172
|
object_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
155
173
|
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
174
|
+
provider_config: Optional[pulumi.Input['NotebookProviderConfigArgs']] = None,
|
|
156
175
|
source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
157
176
|
url: Optional[pulumi.Input[_builtins.str]] = None,
|
|
158
177
|
workspace_path: Optional[pulumi.Input[_builtins.str]] = None):
|
|
@@ -162,6 +181,7 @@ class _NotebookState:
|
|
|
162
181
|
:param pulumi.Input[_builtins.str] language: One of `SCALA`, `PYTHON`, `SQL`, `R`.
|
|
163
182
|
:param pulumi.Input[_builtins.int] object_id: Unique identifier for a NOTEBOOK
|
|
164
183
|
:param pulumi.Input[_builtins.str] path: The absolute path of the notebook or directory, beginning with "/", e.g. "/Demo".
|
|
184
|
+
:param pulumi.Input['NotebookProviderConfigArgs'] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
165
185
|
:param pulumi.Input[_builtins.str] source: Path to notebook in source code format on local filesystem. Conflicts with `content_base64`.
|
|
166
186
|
:param pulumi.Input[_builtins.str] url: Routable URL of the notebook
|
|
167
187
|
:param pulumi.Input[_builtins.str] workspace_path: path on Workspace File System (WSFS) in form of `/Workspace` + `path`
|
|
@@ -183,6 +203,8 @@ class _NotebookState:
|
|
|
183
203
|
pulumi.set(__self__, "object_type", object_type)
|
|
184
204
|
if path is not None:
|
|
185
205
|
pulumi.set(__self__, "path", path)
|
|
206
|
+
if provider_config is not None:
|
|
207
|
+
pulumi.set(__self__, "provider_config", provider_config)
|
|
186
208
|
if source is not None:
|
|
187
209
|
pulumi.set(__self__, "source", source)
|
|
188
210
|
if url is not None:
|
|
@@ -266,6 +288,18 @@ class _NotebookState:
|
|
|
266
288
|
def path(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
267
289
|
pulumi.set(self, "path", value)
|
|
268
290
|
|
|
291
|
+
@_builtins.property
|
|
292
|
+
@pulumi.getter(name="providerConfig")
|
|
293
|
+
def provider_config(self) -> Optional[pulumi.Input['NotebookProviderConfigArgs']]:
|
|
294
|
+
"""
|
|
295
|
+
Configure the provider for management through account provider. This block consists of the following fields:
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "provider_config")
|
|
298
|
+
|
|
299
|
+
@provider_config.setter
|
|
300
|
+
def provider_config(self, value: Optional[pulumi.Input['NotebookProviderConfigArgs']]):
|
|
301
|
+
pulumi.set(self, "provider_config", value)
|
|
302
|
+
|
|
269
303
|
@_builtins.property
|
|
270
304
|
@pulumi.getter
|
|
271
305
|
def source(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -316,6 +350,7 @@ class Notebook(pulumi.CustomResource):
|
|
|
316
350
|
object_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
317
351
|
object_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
318
352
|
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
353
|
+
provider_config: Optional[pulumi.Input[Union['NotebookProviderConfigArgs', 'NotebookProviderConfigArgsDict']]] = None,
|
|
319
354
|
source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
320
355
|
__props__=None):
|
|
321
356
|
"""
|
|
@@ -351,6 +386,7 @@ class Notebook(pulumi.CustomResource):
|
|
|
351
386
|
:param pulumi.Input[_builtins.str] language: One of `SCALA`, `PYTHON`, `SQL`, `R`.
|
|
352
387
|
:param pulumi.Input[_builtins.int] object_id: Unique identifier for a NOTEBOOK
|
|
353
388
|
:param pulumi.Input[_builtins.str] path: The absolute path of the notebook or directory, beginning with "/", e.g. "/Demo".
|
|
389
|
+
:param pulumi.Input[Union['NotebookProviderConfigArgs', 'NotebookProviderConfigArgsDict']] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
354
390
|
:param pulumi.Input[_builtins.str] source: Path to notebook in source code format on local filesystem. Conflicts with `content_base64`.
|
|
355
391
|
"""
|
|
356
392
|
...
|
|
@@ -408,6 +444,7 @@ class Notebook(pulumi.CustomResource):
|
|
|
408
444
|
object_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
409
445
|
object_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
410
446
|
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
447
|
+
provider_config: Optional[pulumi.Input[Union['NotebookProviderConfigArgs', 'NotebookProviderConfigArgsDict']]] = None,
|
|
411
448
|
source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
412
449
|
__props__=None):
|
|
413
450
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -427,6 +464,7 @@ class Notebook(pulumi.CustomResource):
|
|
|
427
464
|
if path is None and not opts.urn:
|
|
428
465
|
raise TypeError("Missing required property 'path'")
|
|
429
466
|
__props__.__dict__["path"] = path
|
|
467
|
+
__props__.__dict__["provider_config"] = provider_config
|
|
430
468
|
__props__.__dict__["source"] = source
|
|
431
469
|
__props__.__dict__["url"] = None
|
|
432
470
|
__props__.__dict__["workspace_path"] = None
|
|
@@ -447,6 +485,7 @@ class Notebook(pulumi.CustomResource):
|
|
|
447
485
|
object_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
448
486
|
object_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
449
487
|
path: Optional[pulumi.Input[_builtins.str]] = None,
|
|
488
|
+
provider_config: Optional[pulumi.Input[Union['NotebookProviderConfigArgs', 'NotebookProviderConfigArgsDict']]] = None,
|
|
450
489
|
source: Optional[pulumi.Input[_builtins.str]] = None,
|
|
451
490
|
url: Optional[pulumi.Input[_builtins.str]] = None,
|
|
452
491
|
workspace_path: Optional[pulumi.Input[_builtins.str]] = None) -> 'Notebook':
|
|
@@ -461,6 +500,7 @@ class Notebook(pulumi.CustomResource):
|
|
|
461
500
|
:param pulumi.Input[_builtins.str] language: One of `SCALA`, `PYTHON`, `SQL`, `R`.
|
|
462
501
|
:param pulumi.Input[_builtins.int] object_id: Unique identifier for a NOTEBOOK
|
|
463
502
|
:param pulumi.Input[_builtins.str] path: The absolute path of the notebook or directory, beginning with "/", e.g. "/Demo".
|
|
503
|
+
:param pulumi.Input[Union['NotebookProviderConfigArgs', 'NotebookProviderConfigArgsDict']] provider_config: Configure the provider for management through account provider. This block consists of the following fields:
|
|
464
504
|
:param pulumi.Input[_builtins.str] source: Path to notebook in source code format on local filesystem. Conflicts with `content_base64`.
|
|
465
505
|
:param pulumi.Input[_builtins.str] url: Routable URL of the notebook
|
|
466
506
|
:param pulumi.Input[_builtins.str] workspace_path: path on Workspace File System (WSFS) in form of `/Workspace` + `path`
|
|
@@ -476,6 +516,7 @@ class Notebook(pulumi.CustomResource):
|
|
|
476
516
|
__props__.__dict__["object_id"] = object_id
|
|
477
517
|
__props__.__dict__["object_type"] = object_type
|
|
478
518
|
__props__.__dict__["path"] = path
|
|
519
|
+
__props__.__dict__["provider_config"] = provider_config
|
|
479
520
|
__props__.__dict__["source"] = source
|
|
480
521
|
__props__.__dict__["url"] = url
|
|
481
522
|
__props__.__dict__["workspace_path"] = workspace_path
|
|
@@ -529,6 +570,14 @@ class Notebook(pulumi.CustomResource):
|
|
|
529
570
|
"""
|
|
530
571
|
return pulumi.get(self, "path")
|
|
531
572
|
|
|
573
|
+
@_builtins.property
|
|
574
|
+
@pulumi.getter(name="providerConfig")
|
|
575
|
+
def provider_config(self) -> pulumi.Output[Optional['outputs.NotebookProviderConfig']]:
|
|
576
|
+
"""
|
|
577
|
+
Configure the provider for management through account provider. This block consists of the following fields:
|
|
578
|
+
"""
|
|
579
|
+
return pulumi.get(self, "provider_config")
|
|
580
|
+
|
|
532
581
|
@_builtins.property
|
|
533
582
|
@pulumi.getter
|
|
534
583
|
def source(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
@@ -21,22 +21,18 @@ class OnlineStoreArgs:
|
|
|
21
21
|
def __init__(__self__, *,
|
|
22
22
|
capacity: pulumi.Input[_builtins.str],
|
|
23
23
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
24
|
-
read_replica_count: Optional[pulumi.Input[_builtins.int]] = None
|
|
25
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
24
|
+
read_replica_count: Optional[pulumi.Input[_builtins.int]] = None):
|
|
26
25
|
"""
|
|
27
26
|
The set of arguments for constructing a OnlineStore resource.
|
|
28
27
|
:param pulumi.Input[_builtins.str] capacity: The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
|
|
29
28
|
:param pulumi.Input[_builtins.str] name: The name of the online store. This is the unique identifier for the online store
|
|
30
29
|
:param pulumi.Input[_builtins.int] read_replica_count: The number of read replicas for the online store. Defaults to 0
|
|
31
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
32
30
|
"""
|
|
33
31
|
pulumi.set(__self__, "capacity", capacity)
|
|
34
32
|
if name is not None:
|
|
35
33
|
pulumi.set(__self__, "name", name)
|
|
36
34
|
if read_replica_count is not None:
|
|
37
35
|
pulumi.set(__self__, "read_replica_count", read_replica_count)
|
|
38
|
-
if workspace_id is not None:
|
|
39
|
-
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
40
36
|
|
|
41
37
|
@_builtins.property
|
|
42
38
|
@pulumi.getter
|
|
@@ -74,18 +70,6 @@ class OnlineStoreArgs:
|
|
|
74
70
|
def read_replica_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
75
71
|
pulumi.set(self, "read_replica_count", value)
|
|
76
72
|
|
|
77
|
-
@_builtins.property
|
|
78
|
-
@pulumi.getter(name="workspaceId")
|
|
79
|
-
def workspace_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
80
|
-
"""
|
|
81
|
-
Workspace ID of the resource
|
|
82
|
-
"""
|
|
83
|
-
return pulumi.get(self, "workspace_id")
|
|
84
|
-
|
|
85
|
-
@workspace_id.setter
|
|
86
|
-
def workspace_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
87
|
-
pulumi.set(self, "workspace_id", value)
|
|
88
|
-
|
|
89
73
|
|
|
90
74
|
@pulumi.input_type
|
|
91
75
|
class _OnlineStoreState:
|
|
@@ -95,8 +79,7 @@ class _OnlineStoreState:
|
|
|
95
79
|
creator: Optional[pulumi.Input[_builtins.str]] = None,
|
|
96
80
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
97
81
|
read_replica_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
98
|
-
state: Optional[pulumi.Input[_builtins.str]] = None
|
|
99
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
82
|
+
state: Optional[pulumi.Input[_builtins.str]] = None):
|
|
100
83
|
"""
|
|
101
84
|
Input properties used for looking up and filtering OnlineStore resources.
|
|
102
85
|
:param pulumi.Input[_builtins.str] capacity: The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
|
|
@@ -105,7 +88,6 @@ class _OnlineStoreState:
|
|
|
105
88
|
:param pulumi.Input[_builtins.str] name: The name of the online store. This is the unique identifier for the online store
|
|
106
89
|
:param pulumi.Input[_builtins.int] read_replica_count: The number of read replicas for the online store. Defaults to 0
|
|
107
90
|
:param pulumi.Input[_builtins.str] state: (string) - The current state of the online store. Possible values are: `AVAILABLE`, `DELETING`, `FAILING_OVER`, `STARTING`, `STOPPED`, `UPDATING`
|
|
108
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
109
91
|
"""
|
|
110
92
|
if capacity is not None:
|
|
111
93
|
pulumi.set(__self__, "capacity", capacity)
|
|
@@ -119,8 +101,6 @@ class _OnlineStoreState:
|
|
|
119
101
|
pulumi.set(__self__, "read_replica_count", read_replica_count)
|
|
120
102
|
if state is not None:
|
|
121
103
|
pulumi.set(__self__, "state", state)
|
|
122
|
-
if workspace_id is not None:
|
|
123
|
-
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
124
104
|
|
|
125
105
|
@_builtins.property
|
|
126
106
|
@pulumi.getter
|
|
@@ -194,18 +174,6 @@ class _OnlineStoreState:
|
|
|
194
174
|
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
195
175
|
pulumi.set(self, "state", value)
|
|
196
176
|
|
|
197
|
-
@_builtins.property
|
|
198
|
-
@pulumi.getter(name="workspaceId")
|
|
199
|
-
def workspace_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
200
|
-
"""
|
|
201
|
-
Workspace ID of the resource
|
|
202
|
-
"""
|
|
203
|
-
return pulumi.get(self, "workspace_id")
|
|
204
|
-
|
|
205
|
-
@workspace_id.setter
|
|
206
|
-
def workspace_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
207
|
-
pulumi.set(self, "workspace_id", value)
|
|
208
|
-
|
|
209
177
|
|
|
210
178
|
@pulumi.type_token("databricks:index/onlineStore:OnlineStore")
|
|
211
179
|
class OnlineStore(pulumi.CustomResource):
|
|
@@ -216,9 +184,10 @@ class OnlineStore(pulumi.CustomResource):
|
|
|
216
184
|
capacity: Optional[pulumi.Input[_builtins.str]] = None,
|
|
217
185
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
218
186
|
read_replica_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
219
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
220
187
|
__props__=None):
|
|
221
188
|
"""
|
|
189
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
190
|
+
|
|
222
191
|
## Import
|
|
223
192
|
|
|
224
193
|
As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -236,7 +205,7 @@ class OnlineStore(pulumi.CustomResource):
|
|
|
236
205
|
If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
237
206
|
|
|
238
207
|
```sh
|
|
239
|
-
$ pulumi import databricks:index/onlineStore:OnlineStore
|
|
208
|
+
$ pulumi import databricks:index/onlineStore:OnlineStore this "name"
|
|
240
209
|
```
|
|
241
210
|
|
|
242
211
|
:param str resource_name: The name of the resource.
|
|
@@ -244,7 +213,6 @@ class OnlineStore(pulumi.CustomResource):
|
|
|
244
213
|
:param pulumi.Input[_builtins.str] capacity: The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
|
|
245
214
|
:param pulumi.Input[_builtins.str] name: The name of the online store. This is the unique identifier for the online store
|
|
246
215
|
:param pulumi.Input[_builtins.int] read_replica_count: The number of read replicas for the online store. Defaults to 0
|
|
247
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
248
216
|
"""
|
|
249
217
|
...
|
|
250
218
|
@overload
|
|
@@ -253,6 +221,8 @@ class OnlineStore(pulumi.CustomResource):
|
|
|
253
221
|
args: OnlineStoreArgs,
|
|
254
222
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
255
223
|
"""
|
|
224
|
+
[](https://docs.databricks.com/aws/en/release-notes/release-types)
|
|
225
|
+
|
|
256
226
|
## Import
|
|
257
227
|
|
|
258
228
|
As of Pulumi v1.5, resources can be imported through configuration.
|
|
@@ -270,7 +240,7 @@ class OnlineStore(pulumi.CustomResource):
|
|
|
270
240
|
If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
|
|
271
241
|
|
|
272
242
|
```sh
|
|
273
|
-
$ pulumi import databricks:index/onlineStore:OnlineStore
|
|
243
|
+
$ pulumi import databricks:index/onlineStore:OnlineStore this "name"
|
|
274
244
|
```
|
|
275
245
|
|
|
276
246
|
:param str resource_name: The name of the resource.
|
|
@@ -291,7 +261,6 @@ class OnlineStore(pulumi.CustomResource):
|
|
|
291
261
|
capacity: Optional[pulumi.Input[_builtins.str]] = None,
|
|
292
262
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
293
263
|
read_replica_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
294
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
295
264
|
__props__=None):
|
|
296
265
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
297
266
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -306,7 +275,6 @@ class OnlineStore(pulumi.CustomResource):
|
|
|
306
275
|
__props__.__dict__["capacity"] = capacity
|
|
307
276
|
__props__.__dict__["name"] = name
|
|
308
277
|
__props__.__dict__["read_replica_count"] = read_replica_count
|
|
309
|
-
__props__.__dict__["workspace_id"] = workspace_id
|
|
310
278
|
__props__.__dict__["creation_time"] = None
|
|
311
279
|
__props__.__dict__["creator"] = None
|
|
312
280
|
__props__.__dict__["state"] = None
|
|
@@ -325,8 +293,7 @@ class OnlineStore(pulumi.CustomResource):
|
|
|
325
293
|
creator: Optional[pulumi.Input[_builtins.str]] = None,
|
|
326
294
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
327
295
|
read_replica_count: Optional[pulumi.Input[_builtins.int]] = None,
|
|
328
|
-
state: Optional[pulumi.Input[_builtins.str]] = None
|
|
329
|
-
workspace_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'OnlineStore':
|
|
296
|
+
state: Optional[pulumi.Input[_builtins.str]] = None) -> 'OnlineStore':
|
|
330
297
|
"""
|
|
331
298
|
Get an existing OnlineStore resource's state with the given name, id, and optional extra
|
|
332
299
|
properties used to qualify the lookup.
|
|
@@ -340,7 +307,6 @@ class OnlineStore(pulumi.CustomResource):
|
|
|
340
307
|
:param pulumi.Input[_builtins.str] name: The name of the online store. This is the unique identifier for the online store
|
|
341
308
|
:param pulumi.Input[_builtins.int] read_replica_count: The number of read replicas for the online store. Defaults to 0
|
|
342
309
|
:param pulumi.Input[_builtins.str] state: (string) - The current state of the online store. Possible values are: `AVAILABLE`, `DELETING`, `FAILING_OVER`, `STARTING`, `STOPPED`, `UPDATING`
|
|
343
|
-
:param pulumi.Input[_builtins.str] workspace_id: Workspace ID of the resource
|
|
344
310
|
"""
|
|
345
311
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
346
312
|
|
|
@@ -352,7 +318,6 @@ class OnlineStore(pulumi.CustomResource):
|
|
|
352
318
|
__props__.__dict__["name"] = name
|
|
353
319
|
__props__.__dict__["read_replica_count"] = read_replica_count
|
|
354
320
|
__props__.__dict__["state"] = state
|
|
355
|
-
__props__.__dict__["workspace_id"] = workspace_id
|
|
356
321
|
return OnlineStore(resource_name, opts=opts, __props__=__props__)
|
|
357
322
|
|
|
358
323
|
@_builtins.property
|
|
@@ -403,11 +368,3 @@ class OnlineStore(pulumi.CustomResource):
|
|
|
403
368
|
"""
|
|
404
369
|
return pulumi.get(self, "state")
|
|
405
370
|
|
|
406
|
-
@_builtins.property
|
|
407
|
-
@pulumi.getter(name="workspaceId")
|
|
408
|
-
def workspace_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
409
|
-
"""
|
|
410
|
-
Workspace ID of the resource
|
|
411
|
-
"""
|
|
412
|
-
return pulumi.get(self, "workspace_id")
|
|
413
|
-
|