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
|
|
@@ -26,29 +25,30 @@ class StorageCredentialArgs:
|
|
|
26
25
|
azure_managed_identity: Optional[pulumi.Input['StorageCredentialAzureManagedIdentityArgs']] = None,
|
|
27
26
|
azure_service_principal: Optional[pulumi.Input['StorageCredentialAzureServicePrincipalArgs']] = None,
|
|
28
27
|
cloudflare_api_token: Optional[pulumi.Input['StorageCredentialCloudflareApiTokenArgs']] = None,
|
|
29
|
-
comment: Optional[pulumi.Input[
|
|
28
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30
29
|
databricks_gcp_service_account: Optional[pulumi.Input['StorageCredentialDatabricksGcpServiceAccountArgs']] = None,
|
|
31
|
-
force_destroy: Optional[pulumi.Input[
|
|
32
|
-
force_update: Optional[pulumi.Input[
|
|
30
|
+
force_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
31
|
+
force_update: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
33
32
|
gcp_service_account_key: Optional[pulumi.Input['StorageCredentialGcpServiceAccountKeyArgs']] = None,
|
|
34
|
-
isolation_mode: Optional[pulumi.Input[
|
|
35
|
-
metastore_id: Optional[pulumi.Input[
|
|
36
|
-
name: Optional[pulumi.Input[
|
|
37
|
-
owner: Optional[pulumi.Input[
|
|
38
|
-
read_only: Optional[pulumi.Input[
|
|
39
|
-
skip_validation: Optional[pulumi.Input[
|
|
33
|
+
isolation_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
|
34
|
+
metastore_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
35
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
36
|
+
owner: Optional[pulumi.Input[_builtins.str]] = None,
|
|
37
|
+
read_only: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
38
|
+
skip_validation: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
40
39
|
"""
|
|
41
40
|
The set of arguments for constructing a StorageCredential resource.
|
|
42
|
-
:param pulumi.Input[
|
|
43
|
-
:param pulumi.Input[
|
|
44
|
-
:param pulumi.Input[
|
|
41
|
+
:param pulumi.Input['StorageCredentialAwsIamRoleArgs'] aws_iam_role: exposes two additional attributes:
|
|
42
|
+
:param pulumi.Input[_builtins.bool] force_destroy: Delete storage credential regardless of its dependencies.
|
|
43
|
+
:param pulumi.Input[_builtins.bool] force_update: Update storage credential regardless of its dependents.
|
|
44
|
+
:param pulumi.Input[_builtins.str] isolation_mode: Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATION_MODE_ISOLATED` or `ISOLATION_MODE_OPEN`. Setting the credential to `ISOLATION_MODE_ISOLATED` will automatically allow access from the current workspace.
|
|
45
45
|
|
|
46
46
|
`aws_iam_role` optional configuration block for credential details for AWS:
|
|
47
|
-
:param pulumi.Input[
|
|
48
|
-
:param pulumi.Input[
|
|
49
|
-
:param pulumi.Input[
|
|
50
|
-
:param pulumi.Input[
|
|
51
|
-
:param pulumi.Input[
|
|
47
|
+
:param pulumi.Input[_builtins.str] metastore_id: Unique identifier of the parent Metastore. If set for workspace-level, it must match the ID of the metastore assigned to the worspace. When changing the metastore assigned to a workspace, this field becomes required.
|
|
48
|
+
:param pulumi.Input[_builtins.str] name: Name of Storage Credentials, which must be unique within the databricks_metastore. Change forces creation of a new resource.
|
|
49
|
+
:param pulumi.Input[_builtins.str] owner: Username/groupname/sp application_id of the storage credential owner.
|
|
50
|
+
:param pulumi.Input[_builtins.bool] read_only: Indicates whether the storage credential is only usable for read operations.
|
|
51
|
+
:param pulumi.Input[_builtins.bool] skip_validation: Suppress validation errors if any & force save the storage credential.
|
|
52
52
|
"""
|
|
53
53
|
if aws_iam_role is not None:
|
|
54
54
|
pulumi.set(__self__, "aws_iam_role", aws_iam_role)
|
|
@@ -81,16 +81,19 @@ class StorageCredentialArgs:
|
|
|
81
81
|
if skip_validation is not None:
|
|
82
82
|
pulumi.set(__self__, "skip_validation", skip_validation)
|
|
83
83
|
|
|
84
|
-
@property
|
|
84
|
+
@_builtins.property
|
|
85
85
|
@pulumi.getter(name="awsIamRole")
|
|
86
86
|
def aws_iam_role(self) -> Optional[pulumi.Input['StorageCredentialAwsIamRoleArgs']]:
|
|
87
|
+
"""
|
|
88
|
+
exposes two additional attributes:
|
|
89
|
+
"""
|
|
87
90
|
return pulumi.get(self, "aws_iam_role")
|
|
88
91
|
|
|
89
92
|
@aws_iam_role.setter
|
|
90
93
|
def aws_iam_role(self, value: Optional[pulumi.Input['StorageCredentialAwsIamRoleArgs']]):
|
|
91
94
|
pulumi.set(self, "aws_iam_role", value)
|
|
92
95
|
|
|
93
|
-
@property
|
|
96
|
+
@_builtins.property
|
|
94
97
|
@pulumi.getter(name="azureManagedIdentity")
|
|
95
98
|
def azure_managed_identity(self) -> Optional[pulumi.Input['StorageCredentialAzureManagedIdentityArgs']]:
|
|
96
99
|
return pulumi.get(self, "azure_managed_identity")
|
|
@@ -99,7 +102,7 @@ class StorageCredentialArgs:
|
|
|
99
102
|
def azure_managed_identity(self, value: Optional[pulumi.Input['StorageCredentialAzureManagedIdentityArgs']]):
|
|
100
103
|
pulumi.set(self, "azure_managed_identity", value)
|
|
101
104
|
|
|
102
|
-
@property
|
|
105
|
+
@_builtins.property
|
|
103
106
|
@pulumi.getter(name="azureServicePrincipal")
|
|
104
107
|
def azure_service_principal(self) -> Optional[pulumi.Input['StorageCredentialAzureServicePrincipalArgs']]:
|
|
105
108
|
return pulumi.get(self, "azure_service_principal")
|
|
@@ -108,7 +111,7 @@ class StorageCredentialArgs:
|
|
|
108
111
|
def azure_service_principal(self, value: Optional[pulumi.Input['StorageCredentialAzureServicePrincipalArgs']]):
|
|
109
112
|
pulumi.set(self, "azure_service_principal", value)
|
|
110
113
|
|
|
111
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
112
115
|
@pulumi.getter(name="cloudflareApiToken")
|
|
113
116
|
def cloudflare_api_token(self) -> Optional[pulumi.Input['StorageCredentialCloudflareApiTokenArgs']]:
|
|
114
117
|
return pulumi.get(self, "cloudflare_api_token")
|
|
@@ -117,16 +120,16 @@ class StorageCredentialArgs:
|
|
|
117
120
|
def cloudflare_api_token(self, value: Optional[pulumi.Input['StorageCredentialCloudflareApiTokenArgs']]):
|
|
118
121
|
pulumi.set(self, "cloudflare_api_token", value)
|
|
119
122
|
|
|
120
|
-
@property
|
|
123
|
+
@_builtins.property
|
|
121
124
|
@pulumi.getter
|
|
122
|
-
def comment(self) -> Optional[pulumi.Input[
|
|
125
|
+
def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
123
126
|
return pulumi.get(self, "comment")
|
|
124
127
|
|
|
125
128
|
@comment.setter
|
|
126
|
-
def comment(self, value: Optional[pulumi.Input[
|
|
129
|
+
def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
127
130
|
pulumi.set(self, "comment", value)
|
|
128
131
|
|
|
129
|
-
@property
|
|
132
|
+
@_builtins.property
|
|
130
133
|
@pulumi.getter(name="databricksGcpServiceAccount")
|
|
131
134
|
def databricks_gcp_service_account(self) -> Optional[pulumi.Input['StorageCredentialDatabricksGcpServiceAccountArgs']]:
|
|
132
135
|
return pulumi.get(self, "databricks_gcp_service_account")
|
|
@@ -135,31 +138,31 @@ class StorageCredentialArgs:
|
|
|
135
138
|
def databricks_gcp_service_account(self, value: Optional[pulumi.Input['StorageCredentialDatabricksGcpServiceAccountArgs']]):
|
|
136
139
|
pulumi.set(self, "databricks_gcp_service_account", value)
|
|
137
140
|
|
|
138
|
-
@property
|
|
141
|
+
@_builtins.property
|
|
139
142
|
@pulumi.getter(name="forceDestroy")
|
|
140
|
-
def force_destroy(self) -> Optional[pulumi.Input[
|
|
143
|
+
def force_destroy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
141
144
|
"""
|
|
142
145
|
Delete storage credential regardless of its dependencies.
|
|
143
146
|
"""
|
|
144
147
|
return pulumi.get(self, "force_destroy")
|
|
145
148
|
|
|
146
149
|
@force_destroy.setter
|
|
147
|
-
def force_destroy(self, value: Optional[pulumi.Input[
|
|
150
|
+
def force_destroy(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
148
151
|
pulumi.set(self, "force_destroy", value)
|
|
149
152
|
|
|
150
|
-
@property
|
|
153
|
+
@_builtins.property
|
|
151
154
|
@pulumi.getter(name="forceUpdate")
|
|
152
|
-
def force_update(self) -> Optional[pulumi.Input[
|
|
155
|
+
def force_update(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
153
156
|
"""
|
|
154
157
|
Update storage credential regardless of its dependents.
|
|
155
158
|
"""
|
|
156
159
|
return pulumi.get(self, "force_update")
|
|
157
160
|
|
|
158
161
|
@force_update.setter
|
|
159
|
-
def force_update(self, value: Optional[pulumi.Input[
|
|
162
|
+
def force_update(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
160
163
|
pulumi.set(self, "force_update", value)
|
|
161
164
|
|
|
162
|
-
@property
|
|
165
|
+
@_builtins.property
|
|
163
166
|
@pulumi.getter(name="gcpServiceAccountKey")
|
|
164
167
|
def gcp_service_account_key(self) -> Optional[pulumi.Input['StorageCredentialGcpServiceAccountKeyArgs']]:
|
|
165
168
|
return pulumi.get(self, "gcp_service_account_key")
|
|
@@ -168,9 +171,9 @@ class StorageCredentialArgs:
|
|
|
168
171
|
def gcp_service_account_key(self, value: Optional[pulumi.Input['StorageCredentialGcpServiceAccountKeyArgs']]):
|
|
169
172
|
pulumi.set(self, "gcp_service_account_key", value)
|
|
170
173
|
|
|
171
|
-
@property
|
|
174
|
+
@_builtins.property
|
|
172
175
|
@pulumi.getter(name="isolationMode")
|
|
173
|
-
def isolation_mode(self) -> Optional[pulumi.Input[
|
|
176
|
+
def isolation_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
174
177
|
"""
|
|
175
178
|
Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATION_MODE_ISOLATED` or `ISOLATION_MODE_OPEN`. Setting the credential to `ISOLATION_MODE_ISOLATED` will automatically allow access from the current workspace.
|
|
176
179
|
|
|
@@ -179,67 +182,67 @@ class StorageCredentialArgs:
|
|
|
179
182
|
return pulumi.get(self, "isolation_mode")
|
|
180
183
|
|
|
181
184
|
@isolation_mode.setter
|
|
182
|
-
def isolation_mode(self, value: Optional[pulumi.Input[
|
|
185
|
+
def isolation_mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
183
186
|
pulumi.set(self, "isolation_mode", value)
|
|
184
187
|
|
|
185
|
-
@property
|
|
188
|
+
@_builtins.property
|
|
186
189
|
@pulumi.getter(name="metastoreId")
|
|
187
|
-
def metastore_id(self) -> Optional[pulumi.Input[
|
|
190
|
+
def metastore_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
188
191
|
"""
|
|
189
192
|
Unique identifier of the parent Metastore. If set for workspace-level, it must match the ID of the metastore assigned to the worspace. When changing the metastore assigned to a workspace, this field becomes required.
|
|
190
193
|
"""
|
|
191
194
|
return pulumi.get(self, "metastore_id")
|
|
192
195
|
|
|
193
196
|
@metastore_id.setter
|
|
194
|
-
def metastore_id(self, value: Optional[pulumi.Input[
|
|
197
|
+
def metastore_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
195
198
|
pulumi.set(self, "metastore_id", value)
|
|
196
199
|
|
|
197
|
-
@property
|
|
200
|
+
@_builtins.property
|
|
198
201
|
@pulumi.getter
|
|
199
|
-
def name(self) -> Optional[pulumi.Input[
|
|
202
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
200
203
|
"""
|
|
201
204
|
Name of Storage Credentials, which must be unique within the databricks_metastore. Change forces creation of a new resource.
|
|
202
205
|
"""
|
|
203
206
|
return pulumi.get(self, "name")
|
|
204
207
|
|
|
205
208
|
@name.setter
|
|
206
|
-
def name(self, value: Optional[pulumi.Input[
|
|
209
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
207
210
|
pulumi.set(self, "name", value)
|
|
208
211
|
|
|
209
|
-
@property
|
|
212
|
+
@_builtins.property
|
|
210
213
|
@pulumi.getter
|
|
211
|
-
def owner(self) -> Optional[pulumi.Input[
|
|
214
|
+
def owner(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
212
215
|
"""
|
|
213
216
|
Username/groupname/sp application_id of the storage credential owner.
|
|
214
217
|
"""
|
|
215
218
|
return pulumi.get(self, "owner")
|
|
216
219
|
|
|
217
220
|
@owner.setter
|
|
218
|
-
def owner(self, value: Optional[pulumi.Input[
|
|
221
|
+
def owner(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
219
222
|
pulumi.set(self, "owner", value)
|
|
220
223
|
|
|
221
|
-
@property
|
|
224
|
+
@_builtins.property
|
|
222
225
|
@pulumi.getter(name="readOnly")
|
|
223
|
-
def read_only(self) -> Optional[pulumi.Input[
|
|
226
|
+
def read_only(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
224
227
|
"""
|
|
225
228
|
Indicates whether the storage credential is only usable for read operations.
|
|
226
229
|
"""
|
|
227
230
|
return pulumi.get(self, "read_only")
|
|
228
231
|
|
|
229
232
|
@read_only.setter
|
|
230
|
-
def read_only(self, value: Optional[pulumi.Input[
|
|
233
|
+
def read_only(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
231
234
|
pulumi.set(self, "read_only", value)
|
|
232
235
|
|
|
233
|
-
@property
|
|
236
|
+
@_builtins.property
|
|
234
237
|
@pulumi.getter(name="skipValidation")
|
|
235
|
-
def skip_validation(self) -> Optional[pulumi.Input[
|
|
238
|
+
def skip_validation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
236
239
|
"""
|
|
237
240
|
Suppress validation errors if any & force save the storage credential.
|
|
238
241
|
"""
|
|
239
242
|
return pulumi.get(self, "skip_validation")
|
|
240
243
|
|
|
241
244
|
@skip_validation.setter
|
|
242
|
-
def skip_validation(self, value: Optional[pulumi.Input[
|
|
245
|
+
def skip_validation(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
243
246
|
pulumi.set(self, "skip_validation", value)
|
|
244
247
|
|
|
245
248
|
|
|
@@ -250,31 +253,32 @@ class _StorageCredentialState:
|
|
|
250
253
|
azure_managed_identity: Optional[pulumi.Input['StorageCredentialAzureManagedIdentityArgs']] = None,
|
|
251
254
|
azure_service_principal: Optional[pulumi.Input['StorageCredentialAzureServicePrincipalArgs']] = None,
|
|
252
255
|
cloudflare_api_token: Optional[pulumi.Input['StorageCredentialCloudflareApiTokenArgs']] = None,
|
|
253
|
-
comment: Optional[pulumi.Input[
|
|
256
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
254
257
|
databricks_gcp_service_account: Optional[pulumi.Input['StorageCredentialDatabricksGcpServiceAccountArgs']] = None,
|
|
255
|
-
force_destroy: Optional[pulumi.Input[
|
|
256
|
-
force_update: Optional[pulumi.Input[
|
|
258
|
+
force_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
259
|
+
force_update: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
257
260
|
gcp_service_account_key: Optional[pulumi.Input['StorageCredentialGcpServiceAccountKeyArgs']] = None,
|
|
258
|
-
isolation_mode: Optional[pulumi.Input[
|
|
259
|
-
metastore_id: Optional[pulumi.Input[
|
|
260
|
-
name: Optional[pulumi.Input[
|
|
261
|
-
owner: Optional[pulumi.Input[
|
|
262
|
-
read_only: Optional[pulumi.Input[
|
|
263
|
-
skip_validation: Optional[pulumi.Input[
|
|
264
|
-
storage_credential_id: Optional[pulumi.Input[
|
|
261
|
+
isolation_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
|
262
|
+
metastore_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
263
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
264
|
+
owner: Optional[pulumi.Input[_builtins.str]] = None,
|
|
265
|
+
read_only: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
266
|
+
skip_validation: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
267
|
+
storage_credential_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
265
268
|
"""
|
|
266
269
|
Input properties used for looking up and filtering StorageCredential resources.
|
|
267
|
-
:param pulumi.Input[
|
|
268
|
-
:param pulumi.Input[
|
|
269
|
-
:param pulumi.Input[
|
|
270
|
+
:param pulumi.Input['StorageCredentialAwsIamRoleArgs'] aws_iam_role: exposes two additional attributes:
|
|
271
|
+
:param pulumi.Input[_builtins.bool] force_destroy: Delete storage credential regardless of its dependencies.
|
|
272
|
+
:param pulumi.Input[_builtins.bool] force_update: Update storage credential regardless of its dependents.
|
|
273
|
+
:param pulumi.Input[_builtins.str] isolation_mode: Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATION_MODE_ISOLATED` or `ISOLATION_MODE_OPEN`. Setting the credential to `ISOLATION_MODE_ISOLATED` will automatically allow access from the current workspace.
|
|
270
274
|
|
|
271
275
|
`aws_iam_role` optional configuration block for credential details for AWS:
|
|
272
|
-
:param pulumi.Input[
|
|
273
|
-
:param pulumi.Input[
|
|
274
|
-
:param pulumi.Input[
|
|
275
|
-
:param pulumi.Input[
|
|
276
|
-
:param pulumi.Input[
|
|
277
|
-
:param pulumi.Input[
|
|
276
|
+
:param pulumi.Input[_builtins.str] metastore_id: Unique identifier of the parent Metastore. If set for workspace-level, it must match the ID of the metastore assigned to the worspace. When changing the metastore assigned to a workspace, this field becomes required.
|
|
277
|
+
:param pulumi.Input[_builtins.str] name: Name of Storage Credentials, which must be unique within the databricks_metastore. Change forces creation of a new resource.
|
|
278
|
+
:param pulumi.Input[_builtins.str] owner: Username/groupname/sp application_id of the storage credential owner.
|
|
279
|
+
:param pulumi.Input[_builtins.bool] read_only: Indicates whether the storage credential is only usable for read operations.
|
|
280
|
+
:param pulumi.Input[_builtins.bool] skip_validation: Suppress validation errors if any & force save the storage credential.
|
|
281
|
+
:param pulumi.Input[_builtins.str] storage_credential_id: Unique ID of storage credential.
|
|
278
282
|
"""
|
|
279
283
|
if aws_iam_role is not None:
|
|
280
284
|
pulumi.set(__self__, "aws_iam_role", aws_iam_role)
|
|
@@ -309,16 +313,19 @@ class _StorageCredentialState:
|
|
|
309
313
|
if storage_credential_id is not None:
|
|
310
314
|
pulumi.set(__self__, "storage_credential_id", storage_credential_id)
|
|
311
315
|
|
|
312
|
-
@property
|
|
316
|
+
@_builtins.property
|
|
313
317
|
@pulumi.getter(name="awsIamRole")
|
|
314
318
|
def aws_iam_role(self) -> Optional[pulumi.Input['StorageCredentialAwsIamRoleArgs']]:
|
|
319
|
+
"""
|
|
320
|
+
exposes two additional attributes:
|
|
321
|
+
"""
|
|
315
322
|
return pulumi.get(self, "aws_iam_role")
|
|
316
323
|
|
|
317
324
|
@aws_iam_role.setter
|
|
318
325
|
def aws_iam_role(self, value: Optional[pulumi.Input['StorageCredentialAwsIamRoleArgs']]):
|
|
319
326
|
pulumi.set(self, "aws_iam_role", value)
|
|
320
327
|
|
|
321
|
-
@property
|
|
328
|
+
@_builtins.property
|
|
322
329
|
@pulumi.getter(name="azureManagedIdentity")
|
|
323
330
|
def azure_managed_identity(self) -> Optional[pulumi.Input['StorageCredentialAzureManagedIdentityArgs']]:
|
|
324
331
|
return pulumi.get(self, "azure_managed_identity")
|
|
@@ -327,7 +334,7 @@ class _StorageCredentialState:
|
|
|
327
334
|
def azure_managed_identity(self, value: Optional[pulumi.Input['StorageCredentialAzureManagedIdentityArgs']]):
|
|
328
335
|
pulumi.set(self, "azure_managed_identity", value)
|
|
329
336
|
|
|
330
|
-
@property
|
|
337
|
+
@_builtins.property
|
|
331
338
|
@pulumi.getter(name="azureServicePrincipal")
|
|
332
339
|
def azure_service_principal(self) -> Optional[pulumi.Input['StorageCredentialAzureServicePrincipalArgs']]:
|
|
333
340
|
return pulumi.get(self, "azure_service_principal")
|
|
@@ -336,7 +343,7 @@ class _StorageCredentialState:
|
|
|
336
343
|
def azure_service_principal(self, value: Optional[pulumi.Input['StorageCredentialAzureServicePrincipalArgs']]):
|
|
337
344
|
pulumi.set(self, "azure_service_principal", value)
|
|
338
345
|
|
|
339
|
-
@property
|
|
346
|
+
@_builtins.property
|
|
340
347
|
@pulumi.getter(name="cloudflareApiToken")
|
|
341
348
|
def cloudflare_api_token(self) -> Optional[pulumi.Input['StorageCredentialCloudflareApiTokenArgs']]:
|
|
342
349
|
return pulumi.get(self, "cloudflare_api_token")
|
|
@@ -345,16 +352,16 @@ class _StorageCredentialState:
|
|
|
345
352
|
def cloudflare_api_token(self, value: Optional[pulumi.Input['StorageCredentialCloudflareApiTokenArgs']]):
|
|
346
353
|
pulumi.set(self, "cloudflare_api_token", value)
|
|
347
354
|
|
|
348
|
-
@property
|
|
355
|
+
@_builtins.property
|
|
349
356
|
@pulumi.getter
|
|
350
|
-
def comment(self) -> Optional[pulumi.Input[
|
|
357
|
+
def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
351
358
|
return pulumi.get(self, "comment")
|
|
352
359
|
|
|
353
360
|
@comment.setter
|
|
354
|
-
def comment(self, value: Optional[pulumi.Input[
|
|
361
|
+
def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
355
362
|
pulumi.set(self, "comment", value)
|
|
356
363
|
|
|
357
|
-
@property
|
|
364
|
+
@_builtins.property
|
|
358
365
|
@pulumi.getter(name="databricksGcpServiceAccount")
|
|
359
366
|
def databricks_gcp_service_account(self) -> Optional[pulumi.Input['StorageCredentialDatabricksGcpServiceAccountArgs']]:
|
|
360
367
|
return pulumi.get(self, "databricks_gcp_service_account")
|
|
@@ -363,31 +370,31 @@ class _StorageCredentialState:
|
|
|
363
370
|
def databricks_gcp_service_account(self, value: Optional[pulumi.Input['StorageCredentialDatabricksGcpServiceAccountArgs']]):
|
|
364
371
|
pulumi.set(self, "databricks_gcp_service_account", value)
|
|
365
372
|
|
|
366
|
-
@property
|
|
373
|
+
@_builtins.property
|
|
367
374
|
@pulumi.getter(name="forceDestroy")
|
|
368
|
-
def force_destroy(self) -> Optional[pulumi.Input[
|
|
375
|
+
def force_destroy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
369
376
|
"""
|
|
370
377
|
Delete storage credential regardless of its dependencies.
|
|
371
378
|
"""
|
|
372
379
|
return pulumi.get(self, "force_destroy")
|
|
373
380
|
|
|
374
381
|
@force_destroy.setter
|
|
375
|
-
def force_destroy(self, value: Optional[pulumi.Input[
|
|
382
|
+
def force_destroy(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
376
383
|
pulumi.set(self, "force_destroy", value)
|
|
377
384
|
|
|
378
|
-
@property
|
|
385
|
+
@_builtins.property
|
|
379
386
|
@pulumi.getter(name="forceUpdate")
|
|
380
|
-
def force_update(self) -> Optional[pulumi.Input[
|
|
387
|
+
def force_update(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
381
388
|
"""
|
|
382
389
|
Update storage credential regardless of its dependents.
|
|
383
390
|
"""
|
|
384
391
|
return pulumi.get(self, "force_update")
|
|
385
392
|
|
|
386
393
|
@force_update.setter
|
|
387
|
-
def force_update(self, value: Optional[pulumi.Input[
|
|
394
|
+
def force_update(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
388
395
|
pulumi.set(self, "force_update", value)
|
|
389
396
|
|
|
390
|
-
@property
|
|
397
|
+
@_builtins.property
|
|
391
398
|
@pulumi.getter(name="gcpServiceAccountKey")
|
|
392
399
|
def gcp_service_account_key(self) -> Optional[pulumi.Input['StorageCredentialGcpServiceAccountKeyArgs']]:
|
|
393
400
|
return pulumi.get(self, "gcp_service_account_key")
|
|
@@ -396,9 +403,9 @@ class _StorageCredentialState:
|
|
|
396
403
|
def gcp_service_account_key(self, value: Optional[pulumi.Input['StorageCredentialGcpServiceAccountKeyArgs']]):
|
|
397
404
|
pulumi.set(self, "gcp_service_account_key", value)
|
|
398
405
|
|
|
399
|
-
@property
|
|
406
|
+
@_builtins.property
|
|
400
407
|
@pulumi.getter(name="isolationMode")
|
|
401
|
-
def isolation_mode(self) -> Optional[pulumi.Input[
|
|
408
|
+
def isolation_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
402
409
|
"""
|
|
403
410
|
Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATION_MODE_ISOLATED` or `ISOLATION_MODE_OPEN`. Setting the credential to `ISOLATION_MODE_ISOLATED` will automatically allow access from the current workspace.
|
|
404
411
|
|
|
@@ -407,79 +414,79 @@ class _StorageCredentialState:
|
|
|
407
414
|
return pulumi.get(self, "isolation_mode")
|
|
408
415
|
|
|
409
416
|
@isolation_mode.setter
|
|
410
|
-
def isolation_mode(self, value: Optional[pulumi.Input[
|
|
417
|
+
def isolation_mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
411
418
|
pulumi.set(self, "isolation_mode", value)
|
|
412
419
|
|
|
413
|
-
@property
|
|
420
|
+
@_builtins.property
|
|
414
421
|
@pulumi.getter(name="metastoreId")
|
|
415
|
-
def metastore_id(self) -> Optional[pulumi.Input[
|
|
422
|
+
def metastore_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
416
423
|
"""
|
|
417
424
|
Unique identifier of the parent Metastore. If set for workspace-level, it must match the ID of the metastore assigned to the worspace. When changing the metastore assigned to a workspace, this field becomes required.
|
|
418
425
|
"""
|
|
419
426
|
return pulumi.get(self, "metastore_id")
|
|
420
427
|
|
|
421
428
|
@metastore_id.setter
|
|
422
|
-
def metastore_id(self, value: Optional[pulumi.Input[
|
|
429
|
+
def metastore_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
423
430
|
pulumi.set(self, "metastore_id", value)
|
|
424
431
|
|
|
425
|
-
@property
|
|
432
|
+
@_builtins.property
|
|
426
433
|
@pulumi.getter
|
|
427
|
-
def name(self) -> Optional[pulumi.Input[
|
|
434
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
428
435
|
"""
|
|
429
436
|
Name of Storage Credentials, which must be unique within the databricks_metastore. Change forces creation of a new resource.
|
|
430
437
|
"""
|
|
431
438
|
return pulumi.get(self, "name")
|
|
432
439
|
|
|
433
440
|
@name.setter
|
|
434
|
-
def name(self, value: Optional[pulumi.Input[
|
|
441
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
435
442
|
pulumi.set(self, "name", value)
|
|
436
443
|
|
|
437
|
-
@property
|
|
444
|
+
@_builtins.property
|
|
438
445
|
@pulumi.getter
|
|
439
|
-
def owner(self) -> Optional[pulumi.Input[
|
|
446
|
+
def owner(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
440
447
|
"""
|
|
441
448
|
Username/groupname/sp application_id of the storage credential owner.
|
|
442
449
|
"""
|
|
443
450
|
return pulumi.get(self, "owner")
|
|
444
451
|
|
|
445
452
|
@owner.setter
|
|
446
|
-
def owner(self, value: Optional[pulumi.Input[
|
|
453
|
+
def owner(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
447
454
|
pulumi.set(self, "owner", value)
|
|
448
455
|
|
|
449
|
-
@property
|
|
456
|
+
@_builtins.property
|
|
450
457
|
@pulumi.getter(name="readOnly")
|
|
451
|
-
def read_only(self) -> Optional[pulumi.Input[
|
|
458
|
+
def read_only(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
452
459
|
"""
|
|
453
460
|
Indicates whether the storage credential is only usable for read operations.
|
|
454
461
|
"""
|
|
455
462
|
return pulumi.get(self, "read_only")
|
|
456
463
|
|
|
457
464
|
@read_only.setter
|
|
458
|
-
def read_only(self, value: Optional[pulumi.Input[
|
|
465
|
+
def read_only(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
459
466
|
pulumi.set(self, "read_only", value)
|
|
460
467
|
|
|
461
|
-
@property
|
|
468
|
+
@_builtins.property
|
|
462
469
|
@pulumi.getter(name="skipValidation")
|
|
463
|
-
def skip_validation(self) -> Optional[pulumi.Input[
|
|
470
|
+
def skip_validation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
464
471
|
"""
|
|
465
472
|
Suppress validation errors if any & force save the storage credential.
|
|
466
473
|
"""
|
|
467
474
|
return pulumi.get(self, "skip_validation")
|
|
468
475
|
|
|
469
476
|
@skip_validation.setter
|
|
470
|
-
def skip_validation(self, value: Optional[pulumi.Input[
|
|
477
|
+
def skip_validation(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
471
478
|
pulumi.set(self, "skip_validation", value)
|
|
472
479
|
|
|
473
|
-
@property
|
|
480
|
+
@_builtins.property
|
|
474
481
|
@pulumi.getter(name="storageCredentialId")
|
|
475
|
-
def storage_credential_id(self) -> Optional[pulumi.Input[
|
|
482
|
+
def storage_credential_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
476
483
|
"""
|
|
477
484
|
Unique ID of storage credential.
|
|
478
485
|
"""
|
|
479
486
|
return pulumi.get(self, "storage_credential_id")
|
|
480
487
|
|
|
481
488
|
@storage_credential_id.setter
|
|
482
|
-
def storage_credential_id(self, value: Optional[pulumi.Input[
|
|
489
|
+
def storage_credential_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
483
490
|
pulumi.set(self, "storage_credential_id", value)
|
|
484
491
|
|
|
485
492
|
|
|
@@ -493,17 +500,17 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
493
500
|
azure_managed_identity: Optional[pulumi.Input[Union['StorageCredentialAzureManagedIdentityArgs', 'StorageCredentialAzureManagedIdentityArgsDict']]] = None,
|
|
494
501
|
azure_service_principal: Optional[pulumi.Input[Union['StorageCredentialAzureServicePrincipalArgs', 'StorageCredentialAzureServicePrincipalArgsDict']]] = None,
|
|
495
502
|
cloudflare_api_token: Optional[pulumi.Input[Union['StorageCredentialCloudflareApiTokenArgs', 'StorageCredentialCloudflareApiTokenArgsDict']]] = None,
|
|
496
|
-
comment: Optional[pulumi.Input[
|
|
503
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
497
504
|
databricks_gcp_service_account: Optional[pulumi.Input[Union['StorageCredentialDatabricksGcpServiceAccountArgs', 'StorageCredentialDatabricksGcpServiceAccountArgsDict']]] = None,
|
|
498
|
-
force_destroy: Optional[pulumi.Input[
|
|
499
|
-
force_update: Optional[pulumi.Input[
|
|
505
|
+
force_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
506
|
+
force_update: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
500
507
|
gcp_service_account_key: Optional[pulumi.Input[Union['StorageCredentialGcpServiceAccountKeyArgs', 'StorageCredentialGcpServiceAccountKeyArgsDict']]] = None,
|
|
501
|
-
isolation_mode: Optional[pulumi.Input[
|
|
502
|
-
metastore_id: Optional[pulumi.Input[
|
|
503
|
-
name: Optional[pulumi.Input[
|
|
504
|
-
owner: Optional[pulumi.Input[
|
|
505
|
-
read_only: Optional[pulumi.Input[
|
|
506
|
-
skip_validation: Optional[pulumi.Input[
|
|
508
|
+
isolation_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
|
509
|
+
metastore_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
510
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
511
|
+
owner: Optional[pulumi.Input[_builtins.str]] = None,
|
|
512
|
+
read_only: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
513
|
+
skip_validation: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
507
514
|
__props__=None):
|
|
508
515
|
"""
|
|
509
516
|
To work with external tables, Unity Catalog introduces two new objects to access and work with external cloud storage:
|
|
@@ -576,7 +583,19 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
576
583
|
|
|
577
584
|
## Import
|
|
578
585
|
|
|
579
|
-
|
|
586
|
+
When using a workspace-level provider to manage storage credentials, this resource can be imported by name:
|
|
587
|
+
|
|
588
|
+
hcl
|
|
589
|
+
|
|
590
|
+
import {
|
|
591
|
+
|
|
592
|
+
to = databricks_storage_credential.this
|
|
593
|
+
|
|
594
|
+
id = "<storage_credential_name>"
|
|
595
|
+
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
When using an account-level provider to manage storage credentials, use the format `<metastore_id>|<storage_credential_name>`:
|
|
580
599
|
|
|
581
600
|
hcl
|
|
582
601
|
|
|
@@ -584,7 +603,7 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
584
603
|
|
|
585
604
|
to = databricks_storage_credential.this
|
|
586
605
|
|
|
587
|
-
id = "<
|
|
606
|
+
id = "<metastore_id>|<storage_credential_name>"
|
|
588
607
|
|
|
589
608
|
}
|
|
590
609
|
|
|
@@ -592,22 +611,31 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
592
611
|
|
|
593
612
|
bash
|
|
594
613
|
|
|
614
|
+
When using a workspace-level provider
|
|
615
|
+
|
|
616
|
+
```sh
|
|
617
|
+
$ pulumi import databricks:index/storageCredential:StorageCredential this <storage_credential_name>
|
|
618
|
+
```
|
|
619
|
+
|
|
620
|
+
When using an account-level provider
|
|
621
|
+
|
|
595
622
|
```sh
|
|
596
|
-
$ pulumi import databricks:index/storageCredential:StorageCredential this <
|
|
623
|
+
$ pulumi import databricks:index/storageCredential:StorageCredential this '<metastore_id>|<storage_credential_name>'
|
|
597
624
|
```
|
|
598
625
|
|
|
599
626
|
:param str resource_name: The name of the resource.
|
|
600
627
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
601
|
-
:param pulumi.Input[
|
|
602
|
-
:param pulumi.Input[
|
|
603
|
-
:param pulumi.Input[
|
|
628
|
+
:param pulumi.Input[Union['StorageCredentialAwsIamRoleArgs', 'StorageCredentialAwsIamRoleArgsDict']] aws_iam_role: exposes two additional attributes:
|
|
629
|
+
:param pulumi.Input[_builtins.bool] force_destroy: Delete storage credential regardless of its dependencies.
|
|
630
|
+
:param pulumi.Input[_builtins.bool] force_update: Update storage credential regardless of its dependents.
|
|
631
|
+
:param pulumi.Input[_builtins.str] isolation_mode: Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATION_MODE_ISOLATED` or `ISOLATION_MODE_OPEN`. Setting the credential to `ISOLATION_MODE_ISOLATED` will automatically allow access from the current workspace.
|
|
604
632
|
|
|
605
633
|
`aws_iam_role` optional configuration block for credential details for AWS:
|
|
606
|
-
:param pulumi.Input[
|
|
607
|
-
:param pulumi.Input[
|
|
608
|
-
:param pulumi.Input[
|
|
609
|
-
:param pulumi.Input[
|
|
610
|
-
:param pulumi.Input[
|
|
634
|
+
:param pulumi.Input[_builtins.str] metastore_id: Unique identifier of the parent Metastore. If set for workspace-level, it must match the ID of the metastore assigned to the worspace. When changing the metastore assigned to a workspace, this field becomes required.
|
|
635
|
+
:param pulumi.Input[_builtins.str] name: Name of Storage Credentials, which must be unique within the databricks_metastore. Change forces creation of a new resource.
|
|
636
|
+
:param pulumi.Input[_builtins.str] owner: Username/groupname/sp application_id of the storage credential owner.
|
|
637
|
+
:param pulumi.Input[_builtins.bool] read_only: Indicates whether the storage credential is only usable for read operations.
|
|
638
|
+
:param pulumi.Input[_builtins.bool] skip_validation: Suppress validation errors if any & force save the storage credential.
|
|
611
639
|
"""
|
|
612
640
|
...
|
|
613
641
|
@overload
|
|
@@ -686,7 +714,19 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
686
714
|
|
|
687
715
|
## Import
|
|
688
716
|
|
|
689
|
-
|
|
717
|
+
When using a workspace-level provider to manage storage credentials, this resource can be imported by name:
|
|
718
|
+
|
|
719
|
+
hcl
|
|
720
|
+
|
|
721
|
+
import {
|
|
722
|
+
|
|
723
|
+
to = databricks_storage_credential.this
|
|
724
|
+
|
|
725
|
+
id = "<storage_credential_name>"
|
|
726
|
+
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
When using an account-level provider to manage storage credentials, use the format `<metastore_id>|<storage_credential_name>`:
|
|
690
730
|
|
|
691
731
|
hcl
|
|
692
732
|
|
|
@@ -694,7 +734,7 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
694
734
|
|
|
695
735
|
to = databricks_storage_credential.this
|
|
696
736
|
|
|
697
|
-
id = "<
|
|
737
|
+
id = "<metastore_id>|<storage_credential_name>"
|
|
698
738
|
|
|
699
739
|
}
|
|
700
740
|
|
|
@@ -702,8 +742,16 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
702
742
|
|
|
703
743
|
bash
|
|
704
744
|
|
|
745
|
+
When using a workspace-level provider
|
|
746
|
+
|
|
705
747
|
```sh
|
|
706
|
-
$ pulumi import databricks:index/storageCredential:StorageCredential this <
|
|
748
|
+
$ pulumi import databricks:index/storageCredential:StorageCredential this <storage_credential_name>
|
|
749
|
+
```
|
|
750
|
+
|
|
751
|
+
When using an account-level provider
|
|
752
|
+
|
|
753
|
+
```sh
|
|
754
|
+
$ pulumi import databricks:index/storageCredential:StorageCredential this '<metastore_id>|<storage_credential_name>'
|
|
707
755
|
```
|
|
708
756
|
|
|
709
757
|
:param str resource_name: The name of the resource.
|
|
@@ -725,17 +773,17 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
725
773
|
azure_managed_identity: Optional[pulumi.Input[Union['StorageCredentialAzureManagedIdentityArgs', 'StorageCredentialAzureManagedIdentityArgsDict']]] = None,
|
|
726
774
|
azure_service_principal: Optional[pulumi.Input[Union['StorageCredentialAzureServicePrincipalArgs', 'StorageCredentialAzureServicePrincipalArgsDict']]] = None,
|
|
727
775
|
cloudflare_api_token: Optional[pulumi.Input[Union['StorageCredentialCloudflareApiTokenArgs', 'StorageCredentialCloudflareApiTokenArgsDict']]] = None,
|
|
728
|
-
comment: Optional[pulumi.Input[
|
|
776
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
729
777
|
databricks_gcp_service_account: Optional[pulumi.Input[Union['StorageCredentialDatabricksGcpServiceAccountArgs', 'StorageCredentialDatabricksGcpServiceAccountArgsDict']]] = None,
|
|
730
|
-
force_destroy: Optional[pulumi.Input[
|
|
731
|
-
force_update: Optional[pulumi.Input[
|
|
778
|
+
force_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
779
|
+
force_update: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
732
780
|
gcp_service_account_key: Optional[pulumi.Input[Union['StorageCredentialGcpServiceAccountKeyArgs', 'StorageCredentialGcpServiceAccountKeyArgsDict']]] = None,
|
|
733
|
-
isolation_mode: Optional[pulumi.Input[
|
|
734
|
-
metastore_id: Optional[pulumi.Input[
|
|
735
|
-
name: Optional[pulumi.Input[
|
|
736
|
-
owner: Optional[pulumi.Input[
|
|
737
|
-
read_only: Optional[pulumi.Input[
|
|
738
|
-
skip_validation: Optional[pulumi.Input[
|
|
781
|
+
isolation_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
|
782
|
+
metastore_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
783
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
784
|
+
owner: Optional[pulumi.Input[_builtins.str]] = None,
|
|
785
|
+
read_only: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
786
|
+
skip_validation: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
739
787
|
__props__=None):
|
|
740
788
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
741
789
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -775,18 +823,18 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
775
823
|
azure_managed_identity: Optional[pulumi.Input[Union['StorageCredentialAzureManagedIdentityArgs', 'StorageCredentialAzureManagedIdentityArgsDict']]] = None,
|
|
776
824
|
azure_service_principal: Optional[pulumi.Input[Union['StorageCredentialAzureServicePrincipalArgs', 'StorageCredentialAzureServicePrincipalArgsDict']]] = None,
|
|
777
825
|
cloudflare_api_token: Optional[pulumi.Input[Union['StorageCredentialCloudflareApiTokenArgs', 'StorageCredentialCloudflareApiTokenArgsDict']]] = None,
|
|
778
|
-
comment: Optional[pulumi.Input[
|
|
826
|
+
comment: Optional[pulumi.Input[_builtins.str]] = None,
|
|
779
827
|
databricks_gcp_service_account: Optional[pulumi.Input[Union['StorageCredentialDatabricksGcpServiceAccountArgs', 'StorageCredentialDatabricksGcpServiceAccountArgsDict']]] = None,
|
|
780
|
-
force_destroy: Optional[pulumi.Input[
|
|
781
|
-
force_update: Optional[pulumi.Input[
|
|
828
|
+
force_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
829
|
+
force_update: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
782
830
|
gcp_service_account_key: Optional[pulumi.Input[Union['StorageCredentialGcpServiceAccountKeyArgs', 'StorageCredentialGcpServiceAccountKeyArgsDict']]] = None,
|
|
783
|
-
isolation_mode: Optional[pulumi.Input[
|
|
784
|
-
metastore_id: Optional[pulumi.Input[
|
|
785
|
-
name: Optional[pulumi.Input[
|
|
786
|
-
owner: Optional[pulumi.Input[
|
|
787
|
-
read_only: Optional[pulumi.Input[
|
|
788
|
-
skip_validation: Optional[pulumi.Input[
|
|
789
|
-
storage_credential_id: Optional[pulumi.Input[
|
|
831
|
+
isolation_mode: Optional[pulumi.Input[_builtins.str]] = None,
|
|
832
|
+
metastore_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
833
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
834
|
+
owner: Optional[pulumi.Input[_builtins.str]] = None,
|
|
835
|
+
read_only: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
836
|
+
skip_validation: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
837
|
+
storage_credential_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'StorageCredential':
|
|
790
838
|
"""
|
|
791
839
|
Get an existing StorageCredential resource's state with the given name, id, and optional extra
|
|
792
840
|
properties used to qualify the lookup.
|
|
@@ -794,17 +842,18 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
794
842
|
:param str resource_name: The unique name of the resulting resource.
|
|
795
843
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
796
844
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
797
|
-
:param pulumi.Input[
|
|
798
|
-
:param pulumi.Input[
|
|
799
|
-
:param pulumi.Input[
|
|
845
|
+
:param pulumi.Input[Union['StorageCredentialAwsIamRoleArgs', 'StorageCredentialAwsIamRoleArgsDict']] aws_iam_role: exposes two additional attributes:
|
|
846
|
+
:param pulumi.Input[_builtins.bool] force_destroy: Delete storage credential regardless of its dependencies.
|
|
847
|
+
:param pulumi.Input[_builtins.bool] force_update: Update storage credential regardless of its dependents.
|
|
848
|
+
:param pulumi.Input[_builtins.str] isolation_mode: Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATION_MODE_ISOLATED` or `ISOLATION_MODE_OPEN`. Setting the credential to `ISOLATION_MODE_ISOLATED` will automatically allow access from the current workspace.
|
|
800
849
|
|
|
801
850
|
`aws_iam_role` optional configuration block for credential details for AWS:
|
|
802
|
-
:param pulumi.Input[
|
|
803
|
-
:param pulumi.Input[
|
|
804
|
-
:param pulumi.Input[
|
|
805
|
-
:param pulumi.Input[
|
|
806
|
-
:param pulumi.Input[
|
|
807
|
-
:param pulumi.Input[
|
|
851
|
+
:param pulumi.Input[_builtins.str] metastore_id: Unique identifier of the parent Metastore. If set for workspace-level, it must match the ID of the metastore assigned to the worspace. When changing the metastore assigned to a workspace, this field becomes required.
|
|
852
|
+
:param pulumi.Input[_builtins.str] name: Name of Storage Credentials, which must be unique within the databricks_metastore. Change forces creation of a new resource.
|
|
853
|
+
:param pulumi.Input[_builtins.str] owner: Username/groupname/sp application_id of the storage credential owner.
|
|
854
|
+
:param pulumi.Input[_builtins.bool] read_only: Indicates whether the storage credential is only usable for read operations.
|
|
855
|
+
:param pulumi.Input[_builtins.bool] skip_validation: Suppress validation errors if any & force save the storage credential.
|
|
856
|
+
:param pulumi.Input[_builtins.str] storage_credential_id: Unique ID of storage credential.
|
|
808
857
|
"""
|
|
809
858
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
810
859
|
|
|
@@ -828,60 +877,63 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
828
877
|
__props__.__dict__["storage_credential_id"] = storage_credential_id
|
|
829
878
|
return StorageCredential(resource_name, opts=opts, __props__=__props__)
|
|
830
879
|
|
|
831
|
-
@property
|
|
880
|
+
@_builtins.property
|
|
832
881
|
@pulumi.getter(name="awsIamRole")
|
|
833
882
|
def aws_iam_role(self) -> pulumi.Output[Optional['outputs.StorageCredentialAwsIamRole']]:
|
|
883
|
+
"""
|
|
884
|
+
exposes two additional attributes:
|
|
885
|
+
"""
|
|
834
886
|
return pulumi.get(self, "aws_iam_role")
|
|
835
887
|
|
|
836
|
-
@property
|
|
888
|
+
@_builtins.property
|
|
837
889
|
@pulumi.getter(name="azureManagedIdentity")
|
|
838
890
|
def azure_managed_identity(self) -> pulumi.Output[Optional['outputs.StorageCredentialAzureManagedIdentity']]:
|
|
839
891
|
return pulumi.get(self, "azure_managed_identity")
|
|
840
892
|
|
|
841
|
-
@property
|
|
893
|
+
@_builtins.property
|
|
842
894
|
@pulumi.getter(name="azureServicePrincipal")
|
|
843
895
|
def azure_service_principal(self) -> pulumi.Output[Optional['outputs.StorageCredentialAzureServicePrincipal']]:
|
|
844
896
|
return pulumi.get(self, "azure_service_principal")
|
|
845
897
|
|
|
846
|
-
@property
|
|
898
|
+
@_builtins.property
|
|
847
899
|
@pulumi.getter(name="cloudflareApiToken")
|
|
848
900
|
def cloudflare_api_token(self) -> pulumi.Output[Optional['outputs.StorageCredentialCloudflareApiToken']]:
|
|
849
901
|
return pulumi.get(self, "cloudflare_api_token")
|
|
850
902
|
|
|
851
|
-
@property
|
|
903
|
+
@_builtins.property
|
|
852
904
|
@pulumi.getter
|
|
853
|
-
def comment(self) -> pulumi.Output[Optional[
|
|
905
|
+
def comment(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
854
906
|
return pulumi.get(self, "comment")
|
|
855
907
|
|
|
856
|
-
@property
|
|
908
|
+
@_builtins.property
|
|
857
909
|
@pulumi.getter(name="databricksGcpServiceAccount")
|
|
858
910
|
def databricks_gcp_service_account(self) -> pulumi.Output['outputs.StorageCredentialDatabricksGcpServiceAccount']:
|
|
859
911
|
return pulumi.get(self, "databricks_gcp_service_account")
|
|
860
912
|
|
|
861
|
-
@property
|
|
913
|
+
@_builtins.property
|
|
862
914
|
@pulumi.getter(name="forceDestroy")
|
|
863
|
-
def force_destroy(self) -> pulumi.Output[Optional[
|
|
915
|
+
def force_destroy(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
864
916
|
"""
|
|
865
917
|
Delete storage credential regardless of its dependencies.
|
|
866
918
|
"""
|
|
867
919
|
return pulumi.get(self, "force_destroy")
|
|
868
920
|
|
|
869
|
-
@property
|
|
921
|
+
@_builtins.property
|
|
870
922
|
@pulumi.getter(name="forceUpdate")
|
|
871
|
-
def force_update(self) -> pulumi.Output[Optional[
|
|
923
|
+
def force_update(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
872
924
|
"""
|
|
873
925
|
Update storage credential regardless of its dependents.
|
|
874
926
|
"""
|
|
875
927
|
return pulumi.get(self, "force_update")
|
|
876
928
|
|
|
877
|
-
@property
|
|
929
|
+
@_builtins.property
|
|
878
930
|
@pulumi.getter(name="gcpServiceAccountKey")
|
|
879
931
|
def gcp_service_account_key(self) -> pulumi.Output[Optional['outputs.StorageCredentialGcpServiceAccountKey']]:
|
|
880
932
|
return pulumi.get(self, "gcp_service_account_key")
|
|
881
933
|
|
|
882
|
-
@property
|
|
934
|
+
@_builtins.property
|
|
883
935
|
@pulumi.getter(name="isolationMode")
|
|
884
|
-
def isolation_mode(self) -> pulumi.Output[
|
|
936
|
+
def isolation_mode(self) -> pulumi.Output[_builtins.str]:
|
|
885
937
|
"""
|
|
886
938
|
Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be `ISOLATION_MODE_ISOLATED` or `ISOLATION_MODE_OPEN`. Setting the credential to `ISOLATION_MODE_ISOLATED` will automatically allow access from the current workspace.
|
|
887
939
|
|
|
@@ -889,49 +941,49 @@ class StorageCredential(pulumi.CustomResource):
|
|
|
889
941
|
"""
|
|
890
942
|
return pulumi.get(self, "isolation_mode")
|
|
891
943
|
|
|
892
|
-
@property
|
|
944
|
+
@_builtins.property
|
|
893
945
|
@pulumi.getter(name="metastoreId")
|
|
894
|
-
def metastore_id(self) -> pulumi.Output[
|
|
946
|
+
def metastore_id(self) -> pulumi.Output[_builtins.str]:
|
|
895
947
|
"""
|
|
896
948
|
Unique identifier of the parent Metastore. If set for workspace-level, it must match the ID of the metastore assigned to the worspace. When changing the metastore assigned to a workspace, this field becomes required.
|
|
897
949
|
"""
|
|
898
950
|
return pulumi.get(self, "metastore_id")
|
|
899
951
|
|
|
900
|
-
@property
|
|
952
|
+
@_builtins.property
|
|
901
953
|
@pulumi.getter
|
|
902
|
-
def name(self) -> pulumi.Output[
|
|
954
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
|
903
955
|
"""
|
|
904
956
|
Name of Storage Credentials, which must be unique within the databricks_metastore. Change forces creation of a new resource.
|
|
905
957
|
"""
|
|
906
958
|
return pulumi.get(self, "name")
|
|
907
959
|
|
|
908
|
-
@property
|
|
960
|
+
@_builtins.property
|
|
909
961
|
@pulumi.getter
|
|
910
|
-
def owner(self) -> pulumi.Output[
|
|
962
|
+
def owner(self) -> pulumi.Output[_builtins.str]:
|
|
911
963
|
"""
|
|
912
964
|
Username/groupname/sp application_id of the storage credential owner.
|
|
913
965
|
"""
|
|
914
966
|
return pulumi.get(self, "owner")
|
|
915
967
|
|
|
916
|
-
@property
|
|
968
|
+
@_builtins.property
|
|
917
969
|
@pulumi.getter(name="readOnly")
|
|
918
|
-
def read_only(self) -> pulumi.Output[Optional[
|
|
970
|
+
def read_only(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
919
971
|
"""
|
|
920
972
|
Indicates whether the storage credential is only usable for read operations.
|
|
921
973
|
"""
|
|
922
974
|
return pulumi.get(self, "read_only")
|
|
923
975
|
|
|
924
|
-
@property
|
|
976
|
+
@_builtins.property
|
|
925
977
|
@pulumi.getter(name="skipValidation")
|
|
926
|
-
def skip_validation(self) -> pulumi.Output[Optional[
|
|
978
|
+
def skip_validation(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
927
979
|
"""
|
|
928
980
|
Suppress validation errors if any & force save the storage credential.
|
|
929
981
|
"""
|
|
930
982
|
return pulumi.get(self, "skip_validation")
|
|
931
983
|
|
|
932
|
-
@property
|
|
984
|
+
@_builtins.property
|
|
933
985
|
@pulumi.getter(name="storageCredentialId")
|
|
934
|
-
def storage_credential_id(self) -> pulumi.Output[
|
|
986
|
+
def storage_credential_id(self) -> pulumi.Output[_builtins.str]:
|
|
935
987
|
"""
|
|
936
988
|
Unique ID of storage credential.
|
|
937
989
|
"""
|