@pulumi/databricks 1.65.0-alpha.1743572126 → 1.65.0-alpha.1744212326
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.
- package/disableLegacyAccessSetting.d.ts +47 -0
- package/disableLegacyAccessSetting.js +56 -0
- package/disableLegacyAccessSetting.js.map +1 -0
- package/getAwsAssumeRolePolicy.d.ts +2 -2
- package/getAwsAssumeRolePolicy.js +2 -2
- package/index.d.ts +3 -0
- package/index.js +10 -5
- package/index.js.map +1 -1
- package/mlflowExperiment.d.ts +27 -4
- package/mlflowExperiment.js +12 -1
- package/mlflowExperiment.js.map +1 -1
- package/mwsCredentials.d.ts +2 -2
- package/mwsCredentials.js +2 -2
- package/mwsCustomerManagedKeys.d.ts +7 -7
- package/mwsCustomerManagedKeys.js +7 -7
- package/mwsNccBinding.d.ts +2 -2
- package/mwsNccBinding.js +2 -2
- package/mwsNccPrivateEndpointRule.d.ts +2 -2
- package/mwsNccPrivateEndpointRule.js +2 -2
- package/mwsNetworkConnectivityConfig.d.ts +2 -2
- package/mwsNetworkConnectivityConfig.js +2 -2
- package/mwsNetworks.d.ts +1 -1
- package/mwsNetworks.js +1 -1
- package/mwsStorageConfigurations.d.ts +1 -1
- package/mwsStorageConfigurations.js +1 -1
- package/mwsVpcEndpoint.d.ts +4 -4
- package/mwsVpcEndpoint.js +4 -4
- package/mwsWorkspaces.d.ts +8 -8
- package/mwsWorkspaces.js +5 -5
- package/package.json +2 -2
- package/pipeline.d.ts +10 -0
- package/pipeline.js +1 -1
- package/pipeline.js.map +1 -1
- package/recipient.d.ts +10 -0
- package/recipient.js +10 -0
- package/recipient.js.map +1 -1
- package/share.d.ts +10 -0
- package/share.js +10 -0
- package/share.js.map +1 -1
- package/sqlPermissions.d.ts +5 -1
- package/sqlPermissions.js +5 -1
- package/sqlPermissions.js.map +1 -1
- package/sqlTable.d.ts +3 -3
- package/types/input.d.ts +15 -8
- package/types/output.d.ts +17 -10
package/types/input.d.ts
CHANGED
|
@@ -836,6 +836,9 @@ export interface DefaultNamespaceSettingNamespace {
|
|
|
836
836
|
*/
|
|
837
837
|
value?: pulumi.Input<string>;
|
|
838
838
|
}
|
|
839
|
+
export interface DisableLegacyAccessSettingDisableLegacyAccess {
|
|
840
|
+
value: pulumi.Input<boolean>;
|
|
841
|
+
}
|
|
839
842
|
export interface EnhancedSecurityMonitoringWorkspaceSettingEnhancedSecurityMonitoringWorkspace {
|
|
840
843
|
isEnabled: pulumi.Input<boolean>;
|
|
841
844
|
}
|
|
@@ -10154,6 +10157,10 @@ export interface MetastoreDataAccessGcpServiceAccountKey {
|
|
|
10154
10157
|
privateKey: pulumi.Input<string>;
|
|
10155
10158
|
privateKeyId: pulumi.Input<string>;
|
|
10156
10159
|
}
|
|
10160
|
+
export interface MlflowExperimentTag {
|
|
10161
|
+
key?: pulumi.Input<string>;
|
|
10162
|
+
value?: pulumi.Input<string>;
|
|
10163
|
+
}
|
|
10157
10164
|
export interface MlflowModelTag {
|
|
10158
10165
|
key?: pulumi.Input<string>;
|
|
10159
10166
|
value?: pulumi.Input<string>;
|
|
@@ -10810,13 +10817,13 @@ export interface MwsNetworksGcpNetworkInfo {
|
|
|
10810
10817
|
/**
|
|
10811
10818
|
* The name of the secondary IP range for pods. A Databricks-managed GKE cluster uses this IP range for its pods. This secondary IP range can only be used by one workspace.
|
|
10812
10819
|
*
|
|
10813
|
-
* @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
10820
|
+
* @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.72.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
10814
10821
|
*/
|
|
10815
10822
|
podIpRangeName?: pulumi.Input<string>;
|
|
10816
10823
|
/**
|
|
10817
10824
|
* The name of the secondary IP range for services. A Databricks-managed GKE cluster uses this IP range for its services. This secondary IP range can only be used by one workspace.
|
|
10818
10825
|
*
|
|
10819
|
-
* @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
10826
|
+
* @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.72.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
10820
10827
|
*/
|
|
10821
10828
|
serviceIpRangeName?: pulumi.Input<string>;
|
|
10822
10829
|
/**
|
|
@@ -10877,11 +10884,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
|
|
|
10877
10884
|
}
|
|
10878
10885
|
export interface MwsWorkspacesGcpManagedNetworkConfig {
|
|
10879
10886
|
/**
|
|
10880
|
-
* @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
10887
|
+
* @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.72.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
10881
10888
|
*/
|
|
10882
10889
|
gkeClusterPodIpRange?: pulumi.Input<string>;
|
|
10883
10890
|
/**
|
|
10884
|
-
* @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
10891
|
+
* @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.72.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
10885
10892
|
*/
|
|
10886
10893
|
gkeClusterServiceIpRange?: pulumi.Input<string>;
|
|
10887
10894
|
subnetCidr: pulumi.Input<string>;
|
|
@@ -11213,15 +11220,15 @@ export interface PipelineDeployment {
|
|
|
11213
11220
|
}
|
|
11214
11221
|
export interface PipelineEventLog {
|
|
11215
11222
|
/**
|
|
11216
|
-
* The
|
|
11223
|
+
* The UC catalog the event log is published under.
|
|
11217
11224
|
*/
|
|
11218
11225
|
catalog?: pulumi.Input<string>;
|
|
11219
11226
|
/**
|
|
11220
|
-
*
|
|
11227
|
+
* The table name the event log is published to in UC.
|
|
11221
11228
|
*/
|
|
11222
|
-
name
|
|
11229
|
+
name: pulumi.Input<string>;
|
|
11223
11230
|
/**
|
|
11224
|
-
* The
|
|
11231
|
+
* The UC schema the event log is published under.
|
|
11225
11232
|
*/
|
|
11226
11233
|
schema?: pulumi.Input<string>;
|
|
11227
11234
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -835,6 +835,9 @@ export interface DefaultNamespaceSettingNamespace {
|
|
|
835
835
|
*/
|
|
836
836
|
value?: string;
|
|
837
837
|
}
|
|
838
|
+
export interface DisableLegacyAccessSettingDisableLegacyAccess {
|
|
839
|
+
value: boolean;
|
|
840
|
+
}
|
|
838
841
|
export interface EnhancedSecurityMonitoringWorkspaceSettingEnhancedSecurityMonitoringWorkspace {
|
|
839
842
|
isEnabled: boolean;
|
|
840
843
|
}
|
|
@@ -7327,6 +7330,10 @@ export interface MetastoreDataAccessGcpServiceAccountKey {
|
|
|
7327
7330
|
privateKey: string;
|
|
7328
7331
|
privateKeyId: string;
|
|
7329
7332
|
}
|
|
7333
|
+
export interface MlflowExperimentTag {
|
|
7334
|
+
key?: string;
|
|
7335
|
+
value?: string;
|
|
7336
|
+
}
|
|
7330
7337
|
export interface MlflowModelTag {
|
|
7331
7338
|
key?: string;
|
|
7332
7339
|
value?: string;
|
|
@@ -7983,13 +7990,13 @@ export interface MwsNetworksGcpNetworkInfo {
|
|
|
7983
7990
|
/**
|
|
7984
7991
|
* The name of the secondary IP range for pods. A Databricks-managed GKE cluster uses this IP range for its pods. This secondary IP range can only be used by one workspace.
|
|
7985
7992
|
*
|
|
7986
|
-
* @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
7993
|
+
* @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.72.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
7987
7994
|
*/
|
|
7988
7995
|
podIpRangeName?: string;
|
|
7989
7996
|
/**
|
|
7990
7997
|
* The name of the secondary IP range for services. A Databricks-managed GKE cluster uses this IP range for its services. This secondary IP range can only be used by one workspace.
|
|
7991
7998
|
*
|
|
7992
|
-
* @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
7999
|
+
* @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.72.0/docs/guides/gcp-workspace#creating-a-vpc
|
|
7993
8000
|
*/
|
|
7994
8001
|
serviceIpRangeName?: string;
|
|
7995
8002
|
/**
|
|
@@ -8050,11 +8057,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
|
|
|
8050
8057
|
}
|
|
8051
8058
|
export interface MwsWorkspacesGcpManagedNetworkConfig {
|
|
8052
8059
|
/**
|
|
8053
|
-
* @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
8060
|
+
* @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.72.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
8054
8061
|
*/
|
|
8055
8062
|
gkeClusterPodIpRange?: string;
|
|
8056
8063
|
/**
|
|
8057
|
-
* @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.
|
|
8064
|
+
* @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.72.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
|
|
8058
8065
|
*/
|
|
8059
8066
|
gkeClusterServiceIpRange?: string;
|
|
8060
8067
|
subnetCidr: string;
|
|
@@ -8386,17 +8393,17 @@ export interface PipelineDeployment {
|
|
|
8386
8393
|
}
|
|
8387
8394
|
export interface PipelineEventLog {
|
|
8388
8395
|
/**
|
|
8389
|
-
* The
|
|
8396
|
+
* The UC catalog the event log is published under.
|
|
8390
8397
|
*/
|
|
8391
|
-
catalog
|
|
8398
|
+
catalog: string;
|
|
8392
8399
|
/**
|
|
8393
|
-
*
|
|
8400
|
+
* The table name the event log is published to in UC.
|
|
8394
8401
|
*/
|
|
8395
|
-
name
|
|
8402
|
+
name: string;
|
|
8396
8403
|
/**
|
|
8397
|
-
* The
|
|
8404
|
+
* The UC schema the event log is published under.
|
|
8398
8405
|
*/
|
|
8399
|
-
schema
|
|
8406
|
+
schema: string;
|
|
8400
8407
|
}
|
|
8401
8408
|
export interface PipelineFilters {
|
|
8402
8409
|
/**
|