@pulumi/databricks 1.91.0-alpha.1776924583 → 1.91.0

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.
Files changed (141) hide show
  1. package/accessControlRuleSet.d.ts +15 -0
  2. package/accessControlRuleSet.js +4 -0
  3. package/accessControlRuleSet.js.map +1 -1
  4. package/accountNetworkPolicy.d.ts +34 -4
  5. package/accountNetworkPolicy.js +4 -0
  6. package/accountNetworkPolicy.js.map +1 -1
  7. package/accountSettingUserPreferenceV2.d.ts +1 -1
  8. package/accountSettingUserPreferenceV2.js +1 -1
  9. package/app.d.ts +1 -1
  10. package/catalog.d.ts +3 -0
  11. package/catalog.js +2 -0
  12. package/catalog.js.map +1 -1
  13. package/credential.d.ts +12 -0
  14. package/credential.js +2 -0
  15. package/credential.js.map +1 -1
  16. package/entityTagAssignment.d.ts +4 -4
  17. package/entityTagAssignment.js +1 -1
  18. package/environmentsDefaultWorkspaceBaseEnvironment.d.ts +6 -10
  19. package/environmentsDefaultWorkspaceBaseEnvironment.js +6 -10
  20. package/environmentsDefaultWorkspaceBaseEnvironment.js.map +1 -1
  21. package/environmentsWorkspaceBaseEnvironment.d.ts +3 -3
  22. package/environmentsWorkspaceBaseEnvironment.js +3 -3
  23. package/externalLocation.d.ts +3 -0
  24. package/externalLocation.js +2 -0
  25. package/externalLocation.js.map +1 -1
  26. package/featureEngineeringMaterializedFeature.d.ts +10 -2
  27. package/featureEngineeringMaterializedFeature.js +2 -0
  28. package/featureEngineeringMaterializedFeature.js.map +1 -1
  29. package/getAccountNetworkPolicy.d.ts +10 -0
  30. package/getAccountNetworkPolicy.js.map +1 -1
  31. package/getAccountSettingUserPreferenceV2.d.ts +2 -2
  32. package/getAccountSettingUserPreferenceV2.js +2 -2
  33. package/getCurrentConfig.d.ts +14 -2
  34. package/getCurrentConfig.js +6 -2
  35. package/getCurrentConfig.js.map +1 -1
  36. package/getEntityTagAssignment.d.ts +5 -5
  37. package/getEntityTagAssignment.js +2 -2
  38. package/getEntityTagAssignments.d.ts +5 -5
  39. package/getEntityTagAssignments.js +2 -2
  40. package/getEnvironmentsDefaultWorkspaceBaseEnvironment.d.ts +24 -0
  41. package/getEnvironmentsDefaultWorkspaceBaseEnvironment.js +24 -0
  42. package/getEnvironmentsDefaultWorkspaceBaseEnvironment.js.map +1 -1
  43. package/getEnvironmentsWorkspaceBaseEnvironment.d.ts +22 -0
  44. package/getEnvironmentsWorkspaceBaseEnvironment.js +22 -0
  45. package/getEnvironmentsWorkspaceBaseEnvironment.js.map +1 -1
  46. package/getEnvironmentsWorkspaceBaseEnvironments.d.ts +20 -0
  47. package/getEnvironmentsWorkspaceBaseEnvironments.js +20 -0
  48. package/getEnvironmentsWorkspaceBaseEnvironments.js.map +1 -1
  49. package/getFeatureEngineeringMaterializedFeature.d.ts +4 -0
  50. package/getFeatureEngineeringMaterializedFeature.js.map +1 -1
  51. package/getGroup.d.ts +9 -0
  52. package/getGroup.js +2 -0
  53. package/getGroup.js.map +1 -1
  54. package/getPostgresCatalog.d.ts +75 -0
  55. package/getPostgresCatalog.js +30 -0
  56. package/getPostgresCatalog.js.map +1 -0
  57. package/getPostgresSyncedTable.d.ts +79 -0
  58. package/getPostgresSyncedTable.js +30 -0
  59. package/getPostgresSyncedTable.js.map +1 -0
  60. package/getTagPolicies.d.ts +2 -2
  61. package/getTagPolicies.js +2 -2
  62. package/getTagPolicy.d.ts +2 -2
  63. package/getTagPolicy.js +2 -2
  64. package/getUser.d.ts +3 -0
  65. package/getUser.js +2 -0
  66. package/getUser.js.map +1 -1
  67. package/getUsers.d.ts +18 -0
  68. package/getUsers.js +4 -0
  69. package/getUsers.js.map +1 -1
  70. package/group.d.ts +17 -0
  71. package/group.js +4 -0
  72. package/group.js.map +1 -1
  73. package/groupInstanceProfile.d.ts +17 -0
  74. package/groupInstanceProfile.js +4 -0
  75. package/groupInstanceProfile.js.map +1 -1
  76. package/groupMember.d.ts +17 -0
  77. package/groupMember.js +4 -0
  78. package/groupMember.js.map +1 -1
  79. package/groupRole.d.ts +17 -0
  80. package/groupRole.js +4 -0
  81. package/groupRole.js.map +1 -1
  82. package/index.d.ts +12 -0
  83. package/index.js +21 -5
  84. package/index.js.map +1 -1
  85. package/metastore.d.ts +26 -0
  86. package/metastore.js +4 -0
  87. package/metastore.js.map +1 -1
  88. package/metastoreAssignment.d.ts +26 -0
  89. package/metastoreAssignment.js +4 -0
  90. package/metastoreAssignment.js.map +1 -1
  91. package/metastoreDataAccess.d.ts +24 -0
  92. package/metastoreDataAccess.js +4 -0
  93. package/metastoreDataAccess.js.map +1 -1
  94. package/mwsNccPrivateEndpointRule.d.ts +5 -0
  95. package/mwsNccPrivateEndpointRule.js +2 -0
  96. package/mwsNccPrivateEndpointRule.js.map +1 -1
  97. package/mwsWorkspaces.d.ts +3 -3
  98. package/package.json +2 -2
  99. package/postgresCatalog.d.ts +120 -0
  100. package/postgresCatalog.js +69 -0
  101. package/postgresCatalog.js.map +1 -0
  102. package/postgresEndpoint.d.ts +58 -0
  103. package/postgresEndpoint.js +58 -0
  104. package/postgresEndpoint.js.map +1 -1
  105. package/postgresProject.d.ts +26 -0
  106. package/postgresProject.js +26 -0
  107. package/postgresProject.js.map +1 -1
  108. package/postgresSyncedTable.d.ts +141 -0
  109. package/postgresSyncedTable.js +67 -0
  110. package/postgresSyncedTable.js.map +1 -0
  111. package/servicePrincipal.d.ts +17 -0
  112. package/servicePrincipal.js +4 -0
  113. package/servicePrincipal.js.map +1 -1
  114. package/servicePrincipalRole.d.ts +17 -0
  115. package/servicePrincipalRole.js +4 -0
  116. package/servicePrincipalRole.js.map +1 -1
  117. package/servicePrincipalSecret.d.ts +12 -0
  118. package/servicePrincipalSecret.js +2 -0
  119. package/servicePrincipalSecret.js.map +1 -1
  120. package/sqlPermissions.d.ts +3 -0
  121. package/sqlPermissions.js +2 -0
  122. package/sqlPermissions.js.map +1 -1
  123. package/storageCredential.d.ts +30 -6
  124. package/storageCredential.js +4 -0
  125. package/storageCredential.js.map +1 -1
  126. package/tagPolicy.d.ts +1 -1
  127. package/tagPolicy.js +1 -1
  128. package/types/input.d.ts +1023 -20
  129. package/types/output.d.ts +2173 -54
  130. package/user.d.ts +17 -0
  131. package/user.js +4 -0
  132. package/user.js.map +1 -1
  133. package/userInstanceProfile.d.ts +17 -0
  134. package/userInstanceProfile.js +4 -0
  135. package/userInstanceProfile.js.map +1 -1
  136. package/userRole.d.ts +17 -0
  137. package/userRole.js +4 -0
  138. package/userRole.js.map +1 -1
  139. package/vectorSearchIndex.d.ts +3 -0
  140. package/vectorSearchIndex.js +2 -0
  141. package/vectorSearchIndex.js.map +1 -1
@@ -1,4 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
2
4
  /**
3
5
  * > **Deprecated** Please migrate to databricks_group_role.
4
6
  *
@@ -52,6 +54,10 @@ export declare class GroupInstanceProfile extends pulumi.CustomResource {
52
54
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
53
55
  */
54
56
  static isInstance(obj: any): obj is GroupInstanceProfile;
57
+ /**
58
+ * Specifies whether to use account-level or workspace-level API. Valid values are `account` and `workspace`. When not set, the API level is inferred from the provider host.
59
+ */
60
+ readonly api: pulumi.Output<string | undefined>;
55
61
  /**
56
62
  * This is the id of the group resource.
57
63
  */
@@ -60,6 +66,7 @@ export declare class GroupInstanceProfile extends pulumi.CustomResource {
60
66
  * This is the id of the instance profile resource.
61
67
  */
62
68
  readonly instanceProfileId: pulumi.Output<string>;
69
+ readonly providerConfig: pulumi.Output<outputs.GroupInstanceProfileProviderConfig | undefined>;
63
70
  /**
64
71
  * Create a GroupInstanceProfile resource with the given unique name, arguments, and options.
65
72
  *
@@ -73,6 +80,10 @@ export declare class GroupInstanceProfile extends pulumi.CustomResource {
73
80
  * Input properties used for looking up and filtering GroupInstanceProfile resources.
74
81
  */
75
82
  export interface GroupInstanceProfileState {
83
+ /**
84
+ * Specifies whether to use account-level or workspace-level API. Valid values are `account` and `workspace`. When not set, the API level is inferred from the provider host.
85
+ */
86
+ api?: pulumi.Input<string>;
76
87
  /**
77
88
  * This is the id of the group resource.
78
89
  */
@@ -81,11 +92,16 @@ export interface GroupInstanceProfileState {
81
92
  * This is the id of the instance profile resource.
82
93
  */
83
94
  instanceProfileId?: pulumi.Input<string>;
95
+ providerConfig?: pulumi.Input<inputs.GroupInstanceProfileProviderConfig>;
84
96
  }
85
97
  /**
86
98
  * The set of arguments for constructing a GroupInstanceProfile resource.
87
99
  */
88
100
  export interface GroupInstanceProfileArgs {
101
+ /**
102
+ * Specifies whether to use account-level or workspace-level API. Valid values are `account` and `workspace`. When not set, the API level is inferred from the provider host.
103
+ */
104
+ api?: pulumi.Input<string>;
89
105
  /**
90
106
  * This is the id of the group resource.
91
107
  */
@@ -94,4 +110,5 @@ export interface GroupInstanceProfileArgs {
94
110
  * This is the id of the instance profile resource.
95
111
  */
96
112
  instanceProfileId: pulumi.Input<string>;
113
+ providerConfig?: pulumi.Input<inputs.GroupInstanceProfileProviderConfig>;
97
114
  }
@@ -70,8 +70,10 @@ class GroupInstanceProfile extends pulumi.CustomResource {
70
70
  opts = opts || {};
71
71
  if (opts.id) {
72
72
  const state = argsOrState;
73
+ resourceInputs["api"] = state?.api;
73
74
  resourceInputs["groupId"] = state?.groupId;
74
75
  resourceInputs["instanceProfileId"] = state?.instanceProfileId;
76
+ resourceInputs["providerConfig"] = state?.providerConfig;
75
77
  }
76
78
  else {
77
79
  const args = argsOrState;
@@ -81,8 +83,10 @@ class GroupInstanceProfile extends pulumi.CustomResource {
81
83
  if (args?.instanceProfileId === undefined && !opts.urn) {
82
84
  throw new Error("Missing required property 'instanceProfileId'");
83
85
  }
86
+ resourceInputs["api"] = args?.api;
84
87
  resourceInputs["groupId"] = args?.groupId;
85
88
  resourceInputs["instanceProfileId"] = args?.instanceProfileId;
89
+ resourceInputs["providerConfig"] = args?.providerConfig;
86
90
  }
87
91
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
88
92
  super(GroupInstanceProfile.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"groupInstanceProfile.js","sourceRoot":"","sources":["../groupInstanceProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;SAClE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,iBAAiB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AAjEL,oDAkEC;AApDG,gBAAgB;AACO,iCAAY,GAAG,4DAA4D,CAAC"}
1
+ {"version":3,"file":"groupInstanceProfile.js","sourceRoot":"","sources":["../groupInstanceProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAwBD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;SAC5D;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,iBAAiB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAC;aACpE;YACD,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AA1EL,oDA2EC;AA7DG,gBAAgB;AACO,iCAAY,GAAG,4DAA4D,CAAC"}
package/groupMember.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
2
4
  /**
3
5
  * This resource allows you to attach users, service_principal, and groups as group members.
4
6
  *
@@ -57,6 +59,10 @@ export declare class GroupMember extends pulumi.CustomResource {
57
59
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
58
60
  */
59
61
  static isInstance(obj: any): obj is GroupMember;
62
+ /**
63
+ * Specifies whether to use account-level or workspace-level API. Valid values are `account` and `workspace`. When not set, the API level is inferred from the provider host.
64
+ */
65
+ readonly api: pulumi.Output<string | undefined>;
60
66
  /**
61
67
  * This is the `id` attribute (SCIM ID) of the group resource.
62
68
  */
@@ -65,6 +71,7 @@ export declare class GroupMember extends pulumi.CustomResource {
65
71
  * This is the `id` attribute (SCIM ID) of the group, service principal, or user.
66
72
  */
67
73
  readonly memberId: pulumi.Output<string>;
74
+ readonly providerConfig: pulumi.Output<outputs.GroupMemberProviderConfig | undefined>;
68
75
  /**
69
76
  * Create a GroupMember resource with the given unique name, arguments, and options.
70
77
  *
@@ -78,6 +85,10 @@ export declare class GroupMember extends pulumi.CustomResource {
78
85
  * Input properties used for looking up and filtering GroupMember resources.
79
86
  */
80
87
  export interface GroupMemberState {
88
+ /**
89
+ * Specifies whether to use account-level or workspace-level API. Valid values are `account` and `workspace`. When not set, the API level is inferred from the provider host.
90
+ */
91
+ api?: pulumi.Input<string>;
81
92
  /**
82
93
  * This is the `id` attribute (SCIM ID) of the group resource.
83
94
  */
@@ -86,11 +97,16 @@ export interface GroupMemberState {
86
97
  * This is the `id` attribute (SCIM ID) of the group, service principal, or user.
87
98
  */
88
99
  memberId?: pulumi.Input<string>;
100
+ providerConfig?: pulumi.Input<inputs.GroupMemberProviderConfig>;
89
101
  }
90
102
  /**
91
103
  * The set of arguments for constructing a GroupMember resource.
92
104
  */
93
105
  export interface GroupMemberArgs {
106
+ /**
107
+ * Specifies whether to use account-level or workspace-level API. Valid values are `account` and `workspace`. When not set, the API level is inferred from the provider host.
108
+ */
109
+ api?: pulumi.Input<string>;
94
110
  /**
95
111
  * This is the `id` attribute (SCIM ID) of the group resource.
96
112
  */
@@ -99,4 +115,5 @@ export interface GroupMemberArgs {
99
115
  * This is the `id` attribute (SCIM ID) of the group, service principal, or user.
100
116
  */
101
117
  memberId: pulumi.Input<string>;
118
+ providerConfig?: pulumi.Input<inputs.GroupMemberProviderConfig>;
102
119
  }
package/groupMember.js CHANGED
@@ -75,8 +75,10 @@ class GroupMember extends pulumi.CustomResource {
75
75
  opts = opts || {};
76
76
  if (opts.id) {
77
77
  const state = argsOrState;
78
+ resourceInputs["api"] = state?.api;
78
79
  resourceInputs["groupId"] = state?.groupId;
79
80
  resourceInputs["memberId"] = state?.memberId;
81
+ resourceInputs["providerConfig"] = state?.providerConfig;
80
82
  }
81
83
  else {
82
84
  const args = argsOrState;
@@ -86,8 +88,10 @@ class GroupMember extends pulumi.CustomResource {
86
88
  if (args?.memberId === undefined && !opts.urn) {
87
89
  throw new Error("Missing required property 'memberId'");
88
90
  }
91
+ resourceInputs["api"] = args?.api;
89
92
  resourceInputs["groupId"] = args?.groupId;
90
93
  resourceInputs["memberId"] = args?.memberId;
94
+ resourceInputs["providerConfig"] = args?.providerConfig;
91
95
  }
92
96
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
93
97
  super(GroupMember.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"groupMember.js","sourceRoot":"","sources":["../groupMember.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAjEL,kCAkEC;AApDG,gBAAgB;AACO,wBAAY,GAAG,0CAA0C,CAAC"}
1
+ {"version":3,"file":"groupMember.js","sourceRoot":"","sources":["../groupMember.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAwBD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;SAC5D;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AA1EL,kCA2EC;AA7DG,gBAAgB;AACO,wBAAY,GAAG,0CAA0C,CAAC"}
package/groupRole.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
2
4
  /**
3
5
  * This resource allows you to attach a role to databricks_group. This role could be a pre-defined role such as account admin, or an instance profile ARN.
4
6
  *
@@ -67,10 +69,15 @@ export declare class GroupRole extends pulumi.CustomResource {
67
69
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
68
70
  */
69
71
  static isInstance(obj: any): obj is GroupRole;
72
+ /**
73
+ * Specifies whether to use account-level or workspace-level API. Valid values are `account` and `workspace`. When not set, the API level is inferred from the provider host.
74
+ */
75
+ readonly api: pulumi.Output<string | undefined>;
70
76
  /**
71
77
  * This is the id of the group resource.
72
78
  */
73
79
  readonly groupId: pulumi.Output<string>;
80
+ readonly providerConfig: pulumi.Output<outputs.GroupRoleProviderConfig | undefined>;
74
81
  /**
75
82
  * Either a role name or the ARN/ID of the instance profile resource.
76
83
  */
@@ -88,10 +95,15 @@ export declare class GroupRole extends pulumi.CustomResource {
88
95
  * Input properties used for looking up and filtering GroupRole resources.
89
96
  */
90
97
  export interface GroupRoleState {
98
+ /**
99
+ * Specifies whether to use account-level or workspace-level API. Valid values are `account` and `workspace`. When not set, the API level is inferred from the provider host.
100
+ */
101
+ api?: pulumi.Input<string>;
91
102
  /**
92
103
  * This is the id of the group resource.
93
104
  */
94
105
  groupId?: pulumi.Input<string>;
106
+ providerConfig?: pulumi.Input<inputs.GroupRoleProviderConfig>;
95
107
  /**
96
108
  * Either a role name or the ARN/ID of the instance profile resource.
97
109
  */
@@ -101,10 +113,15 @@ export interface GroupRoleState {
101
113
  * The set of arguments for constructing a GroupRole resource.
102
114
  */
103
115
  export interface GroupRoleArgs {
116
+ /**
117
+ * Specifies whether to use account-level or workspace-level API. Valid values are `account` and `workspace`. When not set, the API level is inferred from the provider host.
118
+ */
119
+ api?: pulumi.Input<string>;
104
120
  /**
105
121
  * This is the id of the group resource.
106
122
  */
107
123
  groupId: pulumi.Input<string>;
124
+ providerConfig?: pulumi.Input<inputs.GroupRoleProviderConfig>;
108
125
  /**
109
126
  * Either a role name or the ARN/ID of the instance profile resource.
110
127
  */
package/groupRole.js CHANGED
@@ -85,7 +85,9 @@ class GroupRole extends pulumi.CustomResource {
85
85
  opts = opts || {};
86
86
  if (opts.id) {
87
87
  const state = argsOrState;
88
+ resourceInputs["api"] = state?.api;
88
89
  resourceInputs["groupId"] = state?.groupId;
90
+ resourceInputs["providerConfig"] = state?.providerConfig;
89
91
  resourceInputs["role"] = state?.role;
90
92
  }
91
93
  else {
@@ -96,7 +98,9 @@ class GroupRole extends pulumi.CustomResource {
96
98
  if (args?.role === undefined && !opts.urn) {
97
99
  throw new Error("Missing required property 'role'");
98
100
  }
101
+ resourceInputs["api"] = args?.api;
99
102
  resourceInputs["groupId"] = args?.groupId;
103
+ resourceInputs["providerConfig"] = args?.providerConfig;
100
104
  resourceInputs["role"] = args?.role;
101
105
  }
102
106
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
package/groupRole.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"groupRole.js","sourceRoot":"","sources":["../groupRole.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AAjEL,8BAkEC;AApDG,gBAAgB;AACO,sBAAY,GAAG,sCAAsC,CAAC"}
1
+ {"version":3,"file":"groupRole.js","sourceRoot":"","sources":["../groupRole.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAwBD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AA1EL,8BA2EC;AA7DG,gBAAgB;AACO,sBAAY,GAAG,sCAAsC,CAAC"}
package/index.d.ts CHANGED
@@ -424,6 +424,9 @@ export declare const getPostgresBranchOutput: typeof import("./getPostgresBranch
424
424
  export { GetPostgresBranchesArgs, GetPostgresBranchesResult, GetPostgresBranchesOutputArgs } from "./getPostgresBranches";
425
425
  export declare const getPostgresBranches: typeof import("./getPostgresBranches").getPostgresBranches;
426
426
  export declare const getPostgresBranchesOutput: typeof import("./getPostgresBranches").getPostgresBranchesOutput;
427
+ export { GetPostgresCatalogArgs, GetPostgresCatalogResult, GetPostgresCatalogOutputArgs } from "./getPostgresCatalog";
428
+ export declare const getPostgresCatalog: typeof import("./getPostgresCatalog").getPostgresCatalog;
429
+ export declare const getPostgresCatalogOutput: typeof import("./getPostgresCatalog").getPostgresCatalogOutput;
427
430
  export { GetPostgresDatabaseArgs, GetPostgresDatabaseResult, GetPostgresDatabaseOutputArgs } from "./getPostgresDatabase";
428
431
  export declare const getPostgresDatabase: typeof import("./getPostgresDatabase").getPostgresDatabase;
429
432
  export declare const getPostgresDatabaseOutput: typeof import("./getPostgresDatabase").getPostgresDatabaseOutput;
@@ -448,6 +451,9 @@ export declare const getPostgresRoleOutput: typeof import("./getPostgresRole").g
448
451
  export { GetPostgresRolesArgs, GetPostgresRolesResult, GetPostgresRolesOutputArgs } from "./getPostgresRoles";
449
452
  export declare const getPostgresRoles: typeof import("./getPostgresRoles").getPostgresRoles;
450
453
  export declare const getPostgresRolesOutput: typeof import("./getPostgresRoles").getPostgresRolesOutput;
454
+ export { GetPostgresSyncedTableArgs, GetPostgresSyncedTableResult, GetPostgresSyncedTableOutputArgs } from "./getPostgresSyncedTable";
455
+ export declare const getPostgresSyncedTable: typeof import("./getPostgresSyncedTable").getPostgresSyncedTable;
456
+ export declare const getPostgresSyncedTableOutput: typeof import("./getPostgresSyncedTable").getPostgresSyncedTableOutput;
451
457
  export { GetQualityMonitorV2Args, GetQualityMonitorV2Result, GetQualityMonitorV2OutputArgs } from "./getQualityMonitorV2";
452
458
  export declare const getQualityMonitorV2: typeof import("./getQualityMonitorV2").getQualityMonitorV2;
453
459
  export declare const getQualityMonitorV2Output: typeof import("./getQualityMonitorV2").getQualityMonitorV2Output;
@@ -700,6 +706,9 @@ export declare const PolicyInfo: typeof import("./policyInfo").PolicyInfo;
700
706
  export { PostgresBranchArgs, PostgresBranchState } from "./postgresBranch";
701
707
  export type PostgresBranch = import("./postgresBranch").PostgresBranch;
702
708
  export declare const PostgresBranch: typeof import("./postgresBranch").PostgresBranch;
709
+ export { PostgresCatalogArgs, PostgresCatalogState } from "./postgresCatalog";
710
+ export type PostgresCatalog = import("./postgresCatalog").PostgresCatalog;
711
+ export declare const PostgresCatalog: typeof import("./postgresCatalog").PostgresCatalog;
703
712
  export { PostgresDatabaseArgs, PostgresDatabaseState } from "./postgresDatabase";
704
713
  export type PostgresDatabase = import("./postgresDatabase").PostgresDatabase;
705
714
  export declare const PostgresDatabase: typeof import("./postgresDatabase").PostgresDatabase;
@@ -712,6 +721,9 @@ export declare const PostgresProject: typeof import("./postgresProject").Postgre
712
721
  export { PostgresRoleArgs, PostgresRoleState } from "./postgresRole";
713
722
  export type PostgresRole = import("./postgresRole").PostgresRole;
714
723
  export declare const PostgresRole: typeof import("./postgresRole").PostgresRole;
724
+ export { PostgresSyncedTableArgs, PostgresSyncedTableState } from "./postgresSyncedTable";
725
+ export type PostgresSyncedTable = import("./postgresSyncedTable").PostgresSyncedTable;
726
+ export declare const PostgresSyncedTable: typeof import("./postgresSyncedTable").PostgresSyncedTable;
715
727
  export * from "./provider";
716
728
  export { QualityMonitorArgs, QualityMonitorState } from "./qualityMonitor";
717
729
  export type QualityMonitor = import("./qualityMonitor").QualityMonitor;
package/index.js CHANGED
@@ -20,11 +20,11 @@ exports.getAccountFederationPolicies = exports.File = exports.FeatureEngineering
20
20
  exports.getClusters = exports.getClusterPolicyOutput = exports.getClusterPolicy = exports.getClusterOutput = exports.getCluster = exports.getCatalogsOutput = exports.getCatalogs = exports.getCatalogOutput = exports.getCatalog = exports.getBudgetPolicyOutput = exports.getBudgetPolicy = exports.getBudgetPoliciesOutput = exports.getBudgetPolicies = exports.getAwsUnityCatalogPolicyOutput = exports.getAwsUnityCatalogPolicy = exports.getAwsUnityCatalogAssumeRolePolicyOutput = exports.getAwsUnityCatalogAssumeRolePolicy = exports.getAwsCrossAccountPolicyOutput = exports.getAwsCrossAccountPolicy = exports.getAwsBucketPolicyOutput = exports.getAwsBucketPolicy = exports.getAwsAssumeRolePolicyOutput = exports.getAwsAssumeRolePolicy = exports.getAppsSettingsCustomTemplatesOutput = exports.getAppsSettingsCustomTemplates = exports.getAppsSettingsCustomTemplateOutput = exports.getAppsSettingsCustomTemplate = exports.getAppsOutput = exports.getApps = exports.getAppSpacesOutput = exports.getAppSpaces = exports.getAppSpaceOutput = exports.getAppSpace = exports.getAppOutput = exports.getApp = exports.getAlertsV2Output = exports.getAlertsV2 = exports.getAlertV2Output = exports.getAlertV2 = exports.getAccountSettingV2Output = exports.getAccountSettingV2 = exports.getAccountSettingUserPreferenceV2Output = exports.getAccountSettingUserPreferenceV2 = exports.getAccountNetworkPolicyOutput = exports.getAccountNetworkPolicy = exports.getAccountNetworkPoliciesOutput = exports.getAccountNetworkPolicies = exports.getAccountFederationPolicyOutput = exports.getAccountFederationPolicy = exports.getAccountFederationPoliciesOutput = void 0;
21
21
  exports.getEnvironmentsWorkspaceBaseEnvironments = exports.getEnvironmentsWorkspaceBaseEnvironmentOutput = exports.getEnvironmentsWorkspaceBaseEnvironment = exports.getEnvironmentsDefaultWorkspaceBaseEnvironmentOutput = exports.getEnvironmentsDefaultWorkspaceBaseEnvironment = exports.getEntityTagAssignmentsOutput = exports.getEntityTagAssignments = exports.getEntityTagAssignmentOutput = exports.getEntityTagAssignment = exports.getEndpointsOutput = exports.getEndpoints = exports.getEndpointOutput = exports.getEndpoint = exports.getDirectoryOutput = exports.getDirectory = exports.getDbfsFilePathsOutput = exports.getDbfsFilePaths = exports.getDbfsFileOutput = exports.getDbfsFile = exports.getDatabaseSyncedDatabaseTablesOutput = exports.getDatabaseSyncedDatabaseTables = exports.getDatabaseSyncedDatabaseTableOutput = exports.getDatabaseSyncedDatabaseTable = exports.getDatabaseInstancesOutput = exports.getDatabaseInstances = exports.getDatabaseInstanceOutput = exports.getDatabaseInstance = exports.getDatabaseDatabaseCatalogsOutput = exports.getDatabaseDatabaseCatalogs = exports.getDatabaseDatabaseCatalogOutput = exports.getDatabaseDatabaseCatalog = exports.getDataQualityRefreshesOutput = exports.getDataQualityRefreshes = exports.getDataQualityRefreshOutput = exports.getDataQualityRefresh = exports.getDataQualityMonitorsOutput = exports.getDataQualityMonitors = exports.getDataQualityMonitorOutput = exports.getDataQualityMonitor = exports.getDataClassificationCatalogConfigOutput = exports.getDataClassificationCatalogConfig = exports.getDashboardsOutput = exports.getDashboards = exports.getCurrentUserOutput = exports.getCurrentUser = exports.getCurrentMetastoreOutput = exports.getCurrentMetastore = exports.getCurrentConfigOutput = exports.getCurrentConfig = exports.getClustersOutput = void 0;
22
22
  exports.getMlflowExperiment = exports.getMetastoresOutput = exports.getMetastores = exports.getMetastoreOutput = exports.getMetastore = exports.getMaterializedFeaturesFeatureTagsOutput = exports.getMaterializedFeaturesFeatureTags = exports.getMaterializedFeaturesFeatureTagOutput = exports.getMaterializedFeaturesFeatureTag = exports.getKnowledgeAssistantsOutput = exports.getKnowledgeAssistants = exports.getKnowledgeAssistantKnowledgeSourcesOutput = exports.getKnowledgeAssistantKnowledgeSources = exports.getKnowledgeAssistantKnowledgeSourceOutput = exports.getKnowledgeAssistantKnowledgeSource = exports.getKnowledgeAssistantOutput = exports.getKnowledgeAssistant = exports.getJobsOutput = exports.getJobs = exports.getJobOutput = exports.getJob = exports.getInstanceProfilesOutput = exports.getInstanceProfiles = exports.getInstancePoolOutput = exports.getInstancePool = exports.getGroupOutput = exports.getGroup = exports.getFunctionsOutput = exports.getFunctions = exports.getFeatureEngineeringMaterializedFeaturesOutput = exports.getFeatureEngineeringMaterializedFeatures = exports.getFeatureEngineeringMaterializedFeatureOutput = exports.getFeatureEngineeringMaterializedFeature = exports.getFeatureEngineeringKafkaConfigsOutput = exports.getFeatureEngineeringKafkaConfigs = exports.getFeatureEngineeringKafkaConfigOutput = exports.getFeatureEngineeringKafkaConfig = exports.getFeatureEngineeringFeaturesOutput = exports.getFeatureEngineeringFeatures = exports.getFeatureEngineeringFeatureOutput = exports.getFeatureEngineeringFeature = exports.getExternalMetadatasOutput = exports.getExternalMetadatas = exports.getExternalMetadataOutput = exports.getExternalMetadata = exports.getExternalLocationsOutput = exports.getExternalLocations = exports.getExternalLocationOutput = exports.getExternalLocation = exports.getEnvironmentsWorkspaceBaseEnvironmentsOutput = void 0;
23
- exports.getPostgresRoles = exports.getPostgresRoleOutput = exports.getPostgresRole = exports.getPostgresProjectsOutput = exports.getPostgresProjects = exports.getPostgresProjectOutput = exports.getPostgresProject = exports.getPostgresEndpointsOutput = exports.getPostgresEndpoints = exports.getPostgresEndpointOutput = exports.getPostgresEndpoint = exports.getPostgresDatabasesOutput = exports.getPostgresDatabases = exports.getPostgresDatabaseOutput = exports.getPostgresDatabase = exports.getPostgresBranchesOutput = exports.getPostgresBranches = exports.getPostgresBranchOutput = exports.getPostgresBranch = exports.getPolicyInfosOutput = exports.getPolicyInfos = exports.getPolicyInfoOutput = exports.getPolicyInfo = exports.getPipelinesOutput = exports.getPipelines = exports.getOnlineStoresOutput = exports.getOnlineStores = exports.getOnlineStoreOutput = exports.getOnlineStore = exports.getNotificationDestinationsOutput = exports.getNotificationDestinations = exports.getNotebookPathsOutput = exports.getNotebookPaths = exports.getNotebookOutput = exports.getNotebook = exports.getNodeTypeOutput = exports.getNodeType = exports.getMwsWorkspacesOutput = exports.getMwsWorkspaces = exports.getMwsNetworkConnectivityConfigsOutput = exports.getMwsNetworkConnectivityConfigs = exports.getMwsNetworkConnectivityConfigOutput = exports.getMwsNetworkConnectivityConfig = exports.getMwsCredentialsOutput = exports.getMwsCredentials = exports.getMlflowModelsOutput = exports.getMlflowModels = exports.getMlflowModelOutput = exports.getMlflowModel = exports.getMlflowExperimentOutput = void 0;
24
- exports.getUsers = exports.getUserOutput = exports.getUser = exports.getTagPolicyOutput = exports.getTagPolicy = exports.getTagPoliciesOutput = exports.getTagPolicies = exports.getTablesOutput = exports.getTables = exports.getTableOutput = exports.getTable = exports.getStorageCredentialsOutput = exports.getStorageCredentials = exports.getStorageCredentialOutput = exports.getStorageCredential = exports.getSqlWarehousesOutput = exports.getSqlWarehouses = exports.getSqlWarehouseOutput = exports.getSqlWarehouse = exports.getSparkVersionOutput = exports.getSparkVersion = exports.getSharesOutput = exports.getShares = exports.getShareOutput = exports.getShare = exports.getServingEndpointsOutput = exports.getServingEndpoints = exports.getServicePrincipalsOutput = exports.getServicePrincipals = exports.getServicePrincipalFederationPolicyOutput = exports.getServicePrincipalFederationPolicy = exports.getServicePrincipalFederationPoliciesOutput = exports.getServicePrincipalFederationPolicies = exports.getServicePrincipalOutput = exports.getServicePrincipal = exports.getSchemasOutput = exports.getSchemas = exports.getSchemaOutput = exports.getSchema = exports.getRfaAccessRequestDestinationsOutput = exports.getRfaAccessRequestDestinations = exports.getRegisteredModelVersionsOutput = exports.getRegisteredModelVersions = exports.getRegisteredModelOutput = exports.getRegisteredModel = exports.getQualityMonitorsV2Output = exports.getQualityMonitorsV2 = exports.getQualityMonitorV2Output = exports.getQualityMonitorV2 = exports.getPostgresRolesOutput = void 0;
25
- exports.MwsCustomerManagedKeys = exports.MwsCredentials = exports.Mount = exports.ModelServingProvisionedThroughput = exports.ModelServing = exports.MlflowWebhook = exports.MlflowModel = exports.MlflowExperiment = exports.MetastoreProvider = exports.MetastoreDataAccess = exports.MetastoreAssignment = exports.Metastore = exports.MaterializedFeaturesFeatureTag = exports.Library = exports.LakehouseMonitor = exports.KnowledgeAssistantKnowledgeSource = exports.KnowledgeAssistant = exports.Job = exports.IpAccessList = exports.InstanceProfile = exports.InstancePool = exports.GroupRole = exports.GroupMember = exports.GroupInstanceProfile = exports.Group = exports.Grants = exports.Grant = exports.GlobalInitScript = exports.GitCredential = exports.getZonesOutput = exports.getZones = exports.getWorkspaceSettingV2Output = exports.getWorkspaceSettingV2 = exports.getWorkspaceNetworkOptionOutput = exports.getWorkspaceNetworkOption = exports.getWorkspaceEntityTagAssignmentsOutput = exports.getWorkspaceEntityTagAssignments = exports.getWorkspaceEntityTagAssignmentOutput = exports.getWorkspaceEntityTagAssignment = exports.getWarehousesDefaultWarehouseOverridesOutput = exports.getWarehousesDefaultWarehouseOverrides = exports.getWarehousesDefaultWarehouseOverrideOutput = exports.getWarehousesDefaultWarehouseOverride = exports.getVolumesOutput = exports.getVolumes = exports.getVolumeOutput = exports.getVolume = exports.getViewsOutput = exports.getViews = exports.getUsersOutput = void 0;
26
- exports.SqlWidget = exports.SqlVisualization = exports.SqlTable = exports.SqlQuery = exports.SqlPermissions = exports.SqlGlobalConfig = exports.SqlEndpoint = exports.SqlDashboard = exports.SqlAlert = exports.Share = exports.ServicePrincipalSecret = exports.ServicePrincipalRole = exports.ServicePrincipalFederationPolicy = exports.ServicePrincipal = exports.SecretScope = exports.SecretAcl = exports.Secret = exports.Schema = exports.RfaAccessRequestDestinations = exports.RestrictWorkspaceAdminsSetting = exports.Repo = exports.RegisteredModel = exports.Recipient = exports.Query = exports.QualityMonitorV2 = exports.QualityMonitor = exports.PostgresRole = exports.PostgresProject = exports.PostgresEndpoint = exports.PostgresDatabase = exports.PostgresBranch = exports.PolicyInfo = exports.Pipeline = exports.Permissions = exports.PermissionAssignment = exports.OnlineTable = exports.OnlineStore = exports.OboToken = exports.NotificationDestination = exports.Notebook = exports.MwsWorkspaces = exports.MwsVpcEndpoint = exports.MwsStorageConfigurations = exports.MwsPrivateAccessSettings = exports.MwsPermissionAssignment = exports.MwsNetworks = exports.MwsNetworkConnectivityConfig = exports.MwsNccPrivateEndpointRule = exports.MwsNccBinding = exports.MwsLogDelivery = void 0;
27
- exports.types = exports.config = exports.WorkspaceSettingV2 = exports.WorkspaceNetworkOption = exports.WorkspaceFile = exports.WorkspaceEntityTagAssignment = exports.WorkspaceConf = exports.WorkspaceBinding = exports.WarehousesDefaultWarehouseOverride = exports.Volume = exports.VectorSearchIndex = exports.VectorSearchEndpoint = exports.UserRole = exports.UserInstanceProfile = exports.User = exports.Token = exports.TagPolicy = exports.Table = exports.SystemSchema = exports.StorageCredential = void 0;
23
+ exports.getPostgresRole = exports.getPostgresProjectsOutput = exports.getPostgresProjects = exports.getPostgresProjectOutput = exports.getPostgresProject = exports.getPostgresEndpointsOutput = exports.getPostgresEndpoints = exports.getPostgresEndpointOutput = exports.getPostgresEndpoint = exports.getPostgresDatabasesOutput = exports.getPostgresDatabases = exports.getPostgresDatabaseOutput = exports.getPostgresDatabase = exports.getPostgresCatalogOutput = exports.getPostgresCatalog = exports.getPostgresBranchesOutput = exports.getPostgresBranches = exports.getPostgresBranchOutput = exports.getPostgresBranch = exports.getPolicyInfosOutput = exports.getPolicyInfos = exports.getPolicyInfoOutput = exports.getPolicyInfo = exports.getPipelinesOutput = exports.getPipelines = exports.getOnlineStoresOutput = exports.getOnlineStores = exports.getOnlineStoreOutput = exports.getOnlineStore = exports.getNotificationDestinationsOutput = exports.getNotificationDestinations = exports.getNotebookPathsOutput = exports.getNotebookPaths = exports.getNotebookOutput = exports.getNotebook = exports.getNodeTypeOutput = exports.getNodeType = exports.getMwsWorkspacesOutput = exports.getMwsWorkspaces = exports.getMwsNetworkConnectivityConfigsOutput = exports.getMwsNetworkConnectivityConfigs = exports.getMwsNetworkConnectivityConfigOutput = exports.getMwsNetworkConnectivityConfig = exports.getMwsCredentialsOutput = exports.getMwsCredentials = exports.getMlflowModelsOutput = exports.getMlflowModels = exports.getMlflowModelOutput = exports.getMlflowModel = exports.getMlflowExperimentOutput = void 0;
24
+ exports.getTagPolicy = exports.getTagPoliciesOutput = exports.getTagPolicies = exports.getTablesOutput = exports.getTables = exports.getTableOutput = exports.getTable = exports.getStorageCredentialsOutput = exports.getStorageCredentials = exports.getStorageCredentialOutput = exports.getStorageCredential = exports.getSqlWarehousesOutput = exports.getSqlWarehouses = exports.getSqlWarehouseOutput = exports.getSqlWarehouse = exports.getSparkVersionOutput = exports.getSparkVersion = exports.getSharesOutput = exports.getShares = exports.getShareOutput = exports.getShare = exports.getServingEndpointsOutput = exports.getServingEndpoints = exports.getServicePrincipalsOutput = exports.getServicePrincipals = exports.getServicePrincipalFederationPolicyOutput = exports.getServicePrincipalFederationPolicy = exports.getServicePrincipalFederationPoliciesOutput = exports.getServicePrincipalFederationPolicies = exports.getServicePrincipalOutput = exports.getServicePrincipal = exports.getSchemasOutput = exports.getSchemas = exports.getSchemaOutput = exports.getSchema = exports.getRfaAccessRequestDestinationsOutput = exports.getRfaAccessRequestDestinations = exports.getRegisteredModelVersionsOutput = exports.getRegisteredModelVersions = exports.getRegisteredModelOutput = exports.getRegisteredModel = exports.getQualityMonitorsV2Output = exports.getQualityMonitorsV2 = exports.getQualityMonitorV2Output = exports.getQualityMonitorV2 = exports.getPostgresSyncedTableOutput = exports.getPostgresSyncedTable = exports.getPostgresRolesOutput = exports.getPostgresRoles = exports.getPostgresRoleOutput = void 0;
25
+ exports.ModelServing = exports.MlflowWebhook = exports.MlflowModel = exports.MlflowExperiment = exports.MetastoreProvider = exports.MetastoreDataAccess = exports.MetastoreAssignment = exports.Metastore = exports.MaterializedFeaturesFeatureTag = exports.Library = exports.LakehouseMonitor = exports.KnowledgeAssistantKnowledgeSource = exports.KnowledgeAssistant = exports.Job = exports.IpAccessList = exports.InstanceProfile = exports.InstancePool = exports.GroupRole = exports.GroupMember = exports.GroupInstanceProfile = exports.Group = exports.Grants = exports.Grant = exports.GlobalInitScript = exports.GitCredential = exports.getZonesOutput = exports.getZones = exports.getWorkspaceSettingV2Output = exports.getWorkspaceSettingV2 = exports.getWorkspaceNetworkOptionOutput = exports.getWorkspaceNetworkOption = exports.getWorkspaceEntityTagAssignmentsOutput = exports.getWorkspaceEntityTagAssignments = exports.getWorkspaceEntityTagAssignmentOutput = exports.getWorkspaceEntityTagAssignment = exports.getWarehousesDefaultWarehouseOverridesOutput = exports.getWarehousesDefaultWarehouseOverrides = exports.getWarehousesDefaultWarehouseOverrideOutput = exports.getWarehousesDefaultWarehouseOverride = exports.getVolumesOutput = exports.getVolumes = exports.getVolumeOutput = exports.getVolume = exports.getViewsOutput = exports.getViews = exports.getUsersOutput = exports.getUsers = exports.getUserOutput = exports.getUser = exports.getTagPolicyOutput = void 0;
26
+ exports.SqlEndpoint = exports.SqlDashboard = exports.SqlAlert = exports.Share = exports.ServicePrincipalSecret = exports.ServicePrincipalRole = exports.ServicePrincipalFederationPolicy = exports.ServicePrincipal = exports.SecretScope = exports.SecretAcl = exports.Secret = exports.Schema = exports.RfaAccessRequestDestinations = exports.RestrictWorkspaceAdminsSetting = exports.Repo = exports.RegisteredModel = exports.Recipient = exports.Query = exports.QualityMonitorV2 = exports.QualityMonitor = exports.PostgresSyncedTable = exports.PostgresRole = exports.PostgresProject = exports.PostgresEndpoint = exports.PostgresDatabase = exports.PostgresCatalog = exports.PostgresBranch = exports.PolicyInfo = exports.Pipeline = exports.Permissions = exports.PermissionAssignment = exports.OnlineTable = exports.OnlineStore = exports.OboToken = exports.NotificationDestination = exports.Notebook = exports.MwsWorkspaces = exports.MwsVpcEndpoint = exports.MwsStorageConfigurations = exports.MwsPrivateAccessSettings = exports.MwsPermissionAssignment = exports.MwsNetworks = exports.MwsNetworkConnectivityConfig = exports.MwsNccPrivateEndpointRule = exports.MwsNccBinding = exports.MwsLogDelivery = exports.MwsCustomerManagedKeys = exports.MwsCredentials = exports.Mount = exports.ModelServingProvisionedThroughput = void 0;
27
+ exports.types = exports.config = exports.WorkspaceSettingV2 = exports.WorkspaceNetworkOption = exports.WorkspaceFile = exports.WorkspaceEntityTagAssignment = exports.WorkspaceConf = exports.WorkspaceBinding = exports.WarehousesDefaultWarehouseOverride = exports.Volume = exports.VectorSearchIndex = exports.VectorSearchEndpoint = exports.UserRole = exports.UserInstanceProfile = exports.User = exports.Token = exports.TagPolicy = exports.Table = exports.SystemSchema = exports.StorageCredential = exports.SqlWidget = exports.SqlVisualization = exports.SqlTable = exports.SqlQuery = exports.SqlPermissions = exports.SqlGlobalConfig = void 0;
28
28
  const pulumi = require("@pulumi/pulumi");
29
29
  const utilities = require("./utilities");
30
30
  exports.AccessControlRuleSet = null;
@@ -404,6 +404,9 @@ utilities.lazyLoad(exports, ["getPostgresBranch", "getPostgresBranchOutput"], ()
404
404
  exports.getPostgresBranches = null;
405
405
  exports.getPostgresBranchesOutput = null;
406
406
  utilities.lazyLoad(exports, ["getPostgresBranches", "getPostgresBranchesOutput"], () => require("./getPostgresBranches"));
407
+ exports.getPostgresCatalog = null;
408
+ exports.getPostgresCatalogOutput = null;
409
+ utilities.lazyLoad(exports, ["getPostgresCatalog", "getPostgresCatalogOutput"], () => require("./getPostgresCatalog"));
407
410
  exports.getPostgresDatabase = null;
408
411
  exports.getPostgresDatabaseOutput = null;
409
412
  utilities.lazyLoad(exports, ["getPostgresDatabase", "getPostgresDatabaseOutput"], () => require("./getPostgresDatabase"));
@@ -428,6 +431,9 @@ utilities.lazyLoad(exports, ["getPostgresRole", "getPostgresRoleOutput"], () =>
428
431
  exports.getPostgresRoles = null;
429
432
  exports.getPostgresRolesOutput = null;
430
433
  utilities.lazyLoad(exports, ["getPostgresRoles", "getPostgresRolesOutput"], () => require("./getPostgresRoles"));
434
+ exports.getPostgresSyncedTable = null;
435
+ exports.getPostgresSyncedTableOutput = null;
436
+ utilities.lazyLoad(exports, ["getPostgresSyncedTable", "getPostgresSyncedTableOutput"], () => require("./getPostgresSyncedTable"));
431
437
  exports.getQualityMonitorV2 = null;
432
438
  exports.getQualityMonitorV2Output = null;
433
439
  utilities.lazyLoad(exports, ["getQualityMonitorV2", "getQualityMonitorV2Output"], () => require("./getQualityMonitorV2"));
@@ -631,6 +637,8 @@ exports.PolicyInfo = null;
631
637
  utilities.lazyLoad(exports, ["PolicyInfo"], () => require("./policyInfo"));
632
638
  exports.PostgresBranch = null;
633
639
  utilities.lazyLoad(exports, ["PostgresBranch"], () => require("./postgresBranch"));
640
+ exports.PostgresCatalog = null;
641
+ utilities.lazyLoad(exports, ["PostgresCatalog"], () => require("./postgresCatalog"));
634
642
  exports.PostgresDatabase = null;
635
643
  utilities.lazyLoad(exports, ["PostgresDatabase"], () => require("./postgresDatabase"));
636
644
  exports.PostgresEndpoint = null;
@@ -639,6 +647,8 @@ exports.PostgresProject = null;
639
647
  utilities.lazyLoad(exports, ["PostgresProject"], () => require("./postgresProject"));
640
648
  exports.PostgresRole = null;
641
649
  utilities.lazyLoad(exports, ["PostgresRole"], () => require("./postgresRole"));
650
+ exports.PostgresSyncedTable = null;
651
+ utilities.lazyLoad(exports, ["PostgresSyncedTable"], () => require("./postgresSyncedTable"));
642
652
  __exportStar(require("./provider"), exports);
643
653
  const provider_1 = require("./provider");
644
654
  exports.QualityMonitor = null;
@@ -934,6 +944,8 @@ const _module = {
934
944
  return new exports.PolicyInfo(name, undefined, { urn });
935
945
  case "databricks:index/postgresBranch:PostgresBranch":
936
946
  return new exports.PostgresBranch(name, undefined, { urn });
947
+ case "databricks:index/postgresCatalog:PostgresCatalog":
948
+ return new exports.PostgresCatalog(name, undefined, { urn });
937
949
  case "databricks:index/postgresDatabase:PostgresDatabase":
938
950
  return new exports.PostgresDatabase(name, undefined, { urn });
939
951
  case "databricks:index/postgresEndpoint:PostgresEndpoint":
@@ -942,6 +954,8 @@ const _module = {
942
954
  return new exports.PostgresProject(name, undefined, { urn });
943
955
  case "databricks:index/postgresRole:PostgresRole":
944
956
  return new exports.PostgresRole(name, undefined, { urn });
957
+ case "databricks:index/postgresSyncedTable:PostgresSyncedTable":
958
+ return new exports.PostgresSyncedTable(name, undefined, { urn });
945
959
  case "databricks:index/qualityMonitor:QualityMonitor":
946
960
  return new exports.QualityMonitor(name, undefined, { urn });
947
961
  case "databricks:index/qualityMonitorV2:QualityMonitorV2":
@@ -1133,10 +1147,12 @@ pulumi.runtime.registerResourceModule("databricks", "index/permissions", _module
1133
1147
  pulumi.runtime.registerResourceModule("databricks", "index/pipeline", _module);
1134
1148
  pulumi.runtime.registerResourceModule("databricks", "index/policyInfo", _module);
1135
1149
  pulumi.runtime.registerResourceModule("databricks", "index/postgresBranch", _module);
1150
+ pulumi.runtime.registerResourceModule("databricks", "index/postgresCatalog", _module);
1136
1151
  pulumi.runtime.registerResourceModule("databricks", "index/postgresDatabase", _module);
1137
1152
  pulumi.runtime.registerResourceModule("databricks", "index/postgresEndpoint", _module);
1138
1153
  pulumi.runtime.registerResourceModule("databricks", "index/postgresProject", _module);
1139
1154
  pulumi.runtime.registerResourceModule("databricks", "index/postgresRole", _module);
1155
+ pulumi.runtime.registerResourceModule("databricks", "index/postgresSyncedTable", _module);
1140
1156
  pulumi.runtime.registerResourceModule("databricks", "index/qualityMonitor", _module);
1141
1157
  pulumi.runtime.registerResourceModule("databricks", "index/qualityMonitorV2", _module);
1142
1158
  pulumi.runtime.registerResourceModule("databricks", "index/query", _module);