@pulumi/snowflake 0.63.0-alpha.1734439451 → 1.0.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 (301) hide show
  1. package/account.d.ts +40 -86
  2. package/account.js +12 -5
  3. package/account.js.map +1 -1
  4. package/accountParameter.d.ts +7 -7
  5. package/accountParameter.js +1 -1
  6. package/accountRole.d.ts +4 -4
  7. package/accountRole.js +1 -1
  8. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.d.ts +4 -13
  9. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js +1 -1
  10. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js.map +1 -1
  11. package/apiAuthenticationIntegrationWithClientCredentials.d.ts +4 -13
  12. package/apiAuthenticationIntegrationWithClientCredentials.js +1 -1
  13. package/apiAuthenticationIntegrationWithClientCredentials.js.map +1 -1
  14. package/apiAuthenticationIntegrationWithJwtBearer.d.ts +4 -13
  15. package/apiAuthenticationIntegrationWithJwtBearer.js +1 -1
  16. package/apiAuthenticationIntegrationWithJwtBearer.js.map +1 -1
  17. package/authenticationPolicy.d.ts +9 -9
  18. package/config/vars.d.ts +6 -74
  19. package/config/vars.js +6 -83
  20. package/config/vars.js.map +1 -1
  21. package/database.d.ts +4 -4
  22. package/database.js +1 -1
  23. package/databaseRole.d.ts +6 -6
  24. package/{unsafeExecute.d.ts → execute.d.ts} +21 -14
  25. package/{unsafeExecute.js → execute.js} +17 -10
  26. package/execute.js.map +1 -0
  27. package/externalOauthIntegration.d.ts +12 -12
  28. package/externalOauthIntegration.js +1 -1
  29. package/externalVolume.d.ts +5 -3
  30. package/externalVolume.js +2 -0
  31. package/externalVolume.js.map +1 -1
  32. package/functionJava.d.ts +324 -0
  33. package/{function.js → functionJava.js} +40 -22
  34. package/functionJava.js.map +1 -0
  35. package/functionJavascript.d.ts +240 -0
  36. package/functionJavascript.js +106 -0
  37. package/functionJavascript.js.map +1 -0
  38. package/functionPython.d.ts +324 -0
  39. package/functionPython.js +123 -0
  40. package/functionPython.js.map +1 -0
  41. package/functionScala.d.ts +324 -0
  42. package/functionScala.js +123 -0
  43. package/functionScala.js.map +1 -0
  44. package/functionSql.d.ts +228 -0
  45. package/functionSql.js +104 -0
  46. package/functionSql.js.map +1 -0
  47. package/getAccountRoles.d.ts +57 -0
  48. package/getAccountRoles.js +32 -0
  49. package/getAccountRoles.js.map +1 -0
  50. package/getAccounts.d.ts +25 -7
  51. package/getAccounts.js +10 -2
  52. package/getAccounts.js.map +1 -1
  53. package/getAlerts.d.ts +4 -0
  54. package/getAlerts.js +4 -0
  55. package/getAlerts.js.map +1 -1
  56. package/getConnections.d.ts +2 -48
  57. package/getConnections.js +2 -48
  58. package/getConnections.js.map +1 -1
  59. package/getCortexSearchServices.d.ts +4 -0
  60. package/getCortexSearchServices.js +4 -0
  61. package/getCortexSearchServices.js.map +1 -1
  62. package/getCurrentAccount.d.ts +4 -0
  63. package/getCurrentAccount.js +4 -0
  64. package/getCurrentAccount.js.map +1 -1
  65. package/getCurrentRole.d.ts +6 -0
  66. package/getCurrentRole.js +6 -0
  67. package/getCurrentRole.js.map +1 -1
  68. package/getDatabase.d.ts +4 -0
  69. package/getDatabase.js +4 -0
  70. package/getDatabase.js.map +1 -1
  71. package/getDatabaseRole.d.ts +4 -0
  72. package/getDatabaseRole.js +4 -0
  73. package/getDatabaseRole.js.map +1 -1
  74. package/getDatabaseRoles.d.ts +2 -6
  75. package/getDatabaseRoles.js +2 -6
  76. package/getDatabaseRoles.js.map +1 -1
  77. package/getDatabases.d.ts +2 -6
  78. package/getDatabases.js +2 -6
  79. package/getDatabases.js.map +1 -1
  80. package/getDynamicTables.d.ts +6 -0
  81. package/getDynamicTables.js +6 -0
  82. package/getDynamicTables.js.map +1 -1
  83. package/getExternalFunctions.d.ts +4 -0
  84. package/getExternalFunctions.js +4 -0
  85. package/getExternalFunctions.js.map +1 -1
  86. package/getExternalTables.d.ts +4 -0
  87. package/getExternalTables.js +4 -0
  88. package/getExternalTables.js.map +1 -1
  89. package/getFailoverGroups.d.ts +6 -0
  90. package/getFailoverGroups.js +6 -0
  91. package/getFailoverGroups.js.map +1 -1
  92. package/getFileFormats.d.ts +4 -0
  93. package/getFileFormats.js +4 -0
  94. package/getFileFormats.js.map +1 -1
  95. package/getFunctions.d.ts +4 -0
  96. package/getFunctions.js +4 -0
  97. package/getFunctions.js.map +1 -1
  98. package/getGrants.d.ts +0 -4
  99. package/getGrants.js +0 -4
  100. package/getGrants.js.map +1 -1
  101. package/getMaskingPolicies.d.ts +2 -6
  102. package/getMaskingPolicies.js +2 -6
  103. package/getMaskingPolicies.js.map +1 -1
  104. package/getMaterializedViews.d.ts +4 -0
  105. package/getMaterializedViews.js +4 -0
  106. package/getMaterializedViews.js.map +1 -1
  107. package/getNetworkPolicies.d.ts +2 -6
  108. package/getNetworkPolicies.js +2 -6
  109. package/getNetworkPolicies.js.map +1 -1
  110. package/getParameters.d.ts +4 -0
  111. package/getParameters.js +4 -0
  112. package/getParameters.js.map +1 -1
  113. package/getPipes.d.ts +4 -0
  114. package/getPipes.js +4 -0
  115. package/getPipes.js.map +1 -1
  116. package/getProcedures.d.ts +4 -0
  117. package/getProcedures.js +4 -0
  118. package/getProcedures.js.map +1 -1
  119. package/getResourceMonitors.d.ts +2 -6
  120. package/getResourceMonitors.js +2 -6
  121. package/getResourceMonitors.js.map +1 -1
  122. package/getRowAccessPolicies.d.ts +2 -6
  123. package/getRowAccessPolicies.js +2 -6
  124. package/getRowAccessPolicies.js.map +1 -1
  125. package/getSchemas.d.ts +6 -4
  126. package/getSchemas.js +6 -4
  127. package/getSchemas.js.map +1 -1
  128. package/getSecrets.d.ts +2 -6
  129. package/getSecrets.js +2 -6
  130. package/getSecrets.js.map +1 -1
  131. package/getSecurityIntegrations.d.ts +2 -6
  132. package/getSecurityIntegrations.js +2 -6
  133. package/getSecurityIntegrations.js.map +1 -1
  134. package/getSequences.d.ts +4 -0
  135. package/getSequences.js +4 -0
  136. package/getSequences.js.map +1 -1
  137. package/getShares.d.ts +4 -0
  138. package/getShares.js +4 -0
  139. package/getShares.js.map +1 -1
  140. package/getStages.d.ts +4 -0
  141. package/getStages.js +4 -0
  142. package/getStages.js.map +1 -1
  143. package/getStorageIntegrations.d.ts +4 -0
  144. package/getStorageIntegrations.js +4 -0
  145. package/getStorageIntegrations.js.map +1 -1
  146. package/getStreamlits.d.ts +2 -6
  147. package/getStreamlits.js +2 -6
  148. package/getStreamlits.js.map +1 -1
  149. package/getStreams.d.ts +2 -6
  150. package/getStreams.js +2 -6
  151. package/getStreams.js.map +1 -1
  152. package/getSystemGenerateScimAccessToken.d.ts +4 -0
  153. package/getSystemGenerateScimAccessToken.js +4 -0
  154. package/getSystemGenerateScimAccessToken.js.map +1 -1
  155. package/getSystemGetPrivateLinkConfig.d.ts +4 -0
  156. package/getSystemGetPrivateLinkConfig.js +4 -0
  157. package/getSystemGetPrivateLinkConfig.js.map +1 -1
  158. package/getSystemGetSnowflakePlatformInfo.d.ts +6 -0
  159. package/getSystemGetSnowflakePlatformInfo.js +6 -0
  160. package/getSystemGetSnowflakePlatformInfo.js.map +1 -1
  161. package/getTables.d.ts +4 -0
  162. package/getTables.js +4 -0
  163. package/getTables.js.map +1 -1
  164. package/getTags.d.ts +2 -6
  165. package/getTags.js +2 -6
  166. package/getTags.js.map +1 -1
  167. package/getTasks.d.ts +0 -4
  168. package/getTasks.js +0 -4
  169. package/getTasks.js.map +1 -1
  170. package/getUsers.d.ts +2 -6
  171. package/getUsers.js +2 -6
  172. package/getUsers.js.map +1 -1
  173. package/getViews.d.ts +2 -6
  174. package/getViews.js +2 -6
  175. package/getViews.js.map +1 -1
  176. package/getWarehouses.d.ts +2 -6
  177. package/getWarehouses.js +2 -6
  178. package/getWarehouses.js.map +1 -1
  179. package/grantAccountRole.d.ts +9 -9
  180. package/grantApplicationRole.d.ts +3 -3
  181. package/grantDatabaseRole.d.ts +12 -12
  182. package/grantOwnership.d.ts +6 -6
  183. package/grantPrivilegesToAccountRole.d.ts +6 -6
  184. package/grantPrivilegesToDatabaseRole.d.ts +6 -6
  185. package/grantPrivilegesToShare.d.ts +18 -18
  186. package/index.d.ts +36 -36
  187. package/index.js +62 -60
  188. package/index.js.map +1 -1
  189. package/legacyServiceUser.d.ts +9 -9
  190. package/maskingPolicy.d.ts +9 -9
  191. package/networkPolicy.d.ts +10 -10
  192. package/networkPolicy.js +1 -1
  193. package/oauthIntegrationForCustomClients.d.ts +23 -15
  194. package/oauthIntegrationForCustomClients.js +3 -4
  195. package/oauthIntegrationForCustomClients.js.map +1 -1
  196. package/oauthIntegrationForPartnerApplications.d.ts +16 -8
  197. package/oauthIntegrationForPartnerApplications.js +2 -3
  198. package/oauthIntegrationForPartnerApplications.js.map +1 -1
  199. package/package.json +2 -2
  200. package/passwordPolicy.d.ts +7 -0
  201. package/passwordPolicy.js +7 -0
  202. package/passwordPolicy.js.map +1 -1
  203. package/primaryConnection.d.ts +7 -7
  204. package/primaryConnection.js +1 -1
  205. package/procedureJava.d.ts +345 -0
  206. package/procedureJava.js +128 -0
  207. package/procedureJava.js.map +1 -0
  208. package/procedureJavascript.d.ts +249 -0
  209. package/procedureJavascript.js +106 -0
  210. package/procedureJavascript.js.map +1 -0
  211. package/procedurePython.d.ts +333 -0
  212. package/procedurePython.js +126 -0
  213. package/procedurePython.js.map +1 -0
  214. package/procedureScala.d.ts +345 -0
  215. package/procedureScala.js +128 -0
  216. package/procedureScala.js.map +1 -0
  217. package/procedureSql.d.ts +249 -0
  218. package/{procedure.js → procedureSql.js} +36 -32
  219. package/procedureSql.js.map +1 -0
  220. package/provider.d.ts +11 -182
  221. package/provider.js +10 -21
  222. package/provider.js.map +1 -1
  223. package/resourceMonitor.d.ts +7 -9
  224. package/resourceMonitor.js +1 -3
  225. package/resourceMonitor.js.map +1 -1
  226. package/rowAccessPolicy.d.ts +9 -9
  227. package/saml2Integration.d.ts +4 -4
  228. package/saml2Integration.js +1 -1
  229. package/schema.d.ts +6 -8
  230. package/schema.js +0 -2
  231. package/schema.js.map +1 -1
  232. package/scimIntegration.d.ts +7 -7
  233. package/scimIntegration.js +1 -1
  234. package/secondaryConnection.d.ts +7 -7
  235. package/secondaryConnection.js +1 -1
  236. package/secondaryDatabase.d.ts +7 -7
  237. package/secondaryDatabase.js +1 -1
  238. package/secretWithAuthorizationCodeGrant.d.ts +12 -12
  239. package/secretWithBasicAuthentication.d.ts +9 -9
  240. package/secretWithClientCredentials.d.ts +12 -12
  241. package/secretWithGenericString.d.ts +9 -9
  242. package/serviceUser.d.ts +9 -9
  243. package/sharedDatabase.d.ts +7 -7
  244. package/sharedDatabase.js +1 -1
  245. package/streamOnDirectoryTable.d.ts +12 -21
  246. package/streamOnDirectoryTable.js.map +1 -1
  247. package/streamOnExternalTable.d.ts +12 -21
  248. package/streamOnExternalTable.js.map +1 -1
  249. package/streamOnTable.d.ts +12 -21
  250. package/streamOnTable.js.map +1 -1
  251. package/streamOnView.d.ts +12 -21
  252. package/streamOnView.js.map +1 -1
  253. package/streamlit.d.ts +18 -20
  254. package/streamlit.js +0 -2
  255. package/streamlit.js.map +1 -1
  256. package/tag.d.ts +12 -12
  257. package/tagAssociation.d.ts +11 -31
  258. package/tagAssociation.js +2 -4
  259. package/tagAssociation.js.map +1 -1
  260. package/task.d.ts +25 -27
  261. package/task.js +1 -3
  262. package/task.js.map +1 -1
  263. package/types/input.d.ts +828 -47
  264. package/types/output.d.ts +846 -94
  265. package/user.d.ts +9 -9
  266. package/view.d.ts +12 -21
  267. package/view.js.map +1 -1
  268. package/warehouse.d.ts +7 -7
  269. package/warehouse.js +1 -1
  270. package/databaseOld.d.ts +0 -147
  271. package/databaseOld.js +0 -70
  272. package/databaseOld.js.map +0 -1
  273. package/function.d.ts +0 -247
  274. package/function.js.map +0 -1
  275. package/getRole.d.ts +0 -66
  276. package/getRole.js +0 -50
  277. package/getRole.js.map +0 -1
  278. package/getRoles.d.ts +0 -61
  279. package/getRoles.js +0 -36
  280. package/getRoles.js.map +0 -1
  281. package/oauthIntegration.d.ts +0 -171
  282. package/oauthIntegration.js +0 -79
  283. package/oauthIntegration.js.map +0 -1
  284. package/procedure.d.ts +0 -253
  285. package/procedure.js.map +0 -1
  286. package/role.d.ts +0 -76
  287. package/role.js +0 -62
  288. package/role.js.map +0 -1
  289. package/samlIntegration.d.ts +0 -243
  290. package/samlIntegration.js +0 -104
  291. package/samlIntegration.js.map +0 -1
  292. package/sessionParameter.d.ts +0 -91
  293. package/sessionParameter.js +0 -68
  294. package/sessionParameter.js.map +0 -1
  295. package/stream.d.ts +0 -181
  296. package/stream.js +0 -86
  297. package/stream.js.map +0 -1
  298. package/tagMaskingPolicyAssociation.d.ts +0 -69
  299. package/tagMaskingPolicyAssociation.js +0 -66
  300. package/tagMaskingPolicyAssociation.js.map +0 -1
  301. package/unsafeExecute.js.map +0 -1
@@ -33,7 +33,7 @@ export declare class GrantApplicationRole extends pulumi.CustomResource {
33
33
  */
34
34
  readonly applicationRoleName: pulumi.Output<string>;
35
35
  /**
36
- * The fully qualified name of the account role on which application role will be granted.
36
+ * The fully qualified name of the account role on which application role will be granted. For more information about this resource, see docs.
37
37
  */
38
38
  readonly parentAccountRoleName: pulumi.Output<string | undefined>;
39
39
  /**
@@ -58,7 +58,7 @@ export interface GrantApplicationRoleState {
58
58
  */
59
59
  applicationRoleName?: pulumi.Input<string>;
60
60
  /**
61
- * The fully qualified name of the account role on which application role will be granted.
61
+ * The fully qualified name of the account role on which application role will be granted. For more information about this resource, see docs.
62
62
  */
63
63
  parentAccountRoleName?: pulumi.Input<string>;
64
64
  }
@@ -75,7 +75,7 @@ export interface GrantApplicationRoleArgs {
75
75
  */
76
76
  applicationRoleName: pulumi.Input<string>;
77
77
  /**
78
- * The fully qualified name of the account role on which application role will be granted.
78
+ * The fully qualified name of the account role on which application role will be granted. For more information about this resource, see docs.
79
79
  */
80
80
  parentAccountRoleName?: pulumi.Input<string>;
81
81
  }
@@ -25,19 +25,19 @@ export declare class GrantDatabaseRole extends pulumi.CustomResource {
25
25
  */
26
26
  static isInstance(obj: any): obj is GrantDatabaseRole;
27
27
  /**
28
- * The fully qualified name of the database role which will be granted to share or parent role.
28
+ * The fully qualified name of the database role which will be granted to share or parent role. For more information about this resource, see docs.
29
29
  */
30
30
  readonly databaseRoleName: pulumi.Output<string>;
31
31
  /**
32
- * The fully qualified name of the parent database role which will create a parent-child relationship between the roles.
32
+ * The fully qualified name of the parent database role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
33
33
  */
34
34
  readonly parentDatabaseRoleName: pulumi.Output<string | undefined>;
35
35
  /**
36
- * The fully qualified name of the parent account role which will create a parent-child relationship between the roles.
36
+ * The fully qualified name of the parent account role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
37
37
  */
38
38
  readonly parentRoleName: pulumi.Output<string | undefined>;
39
39
  /**
40
- * The fully qualified name of the share on which privileges will be granted.
40
+ * The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
41
41
  */
42
42
  readonly shareName: pulumi.Output<string | undefined>;
43
43
  /**
@@ -54,19 +54,19 @@ export declare class GrantDatabaseRole extends pulumi.CustomResource {
54
54
  */
55
55
  export interface GrantDatabaseRoleState {
56
56
  /**
57
- * The fully qualified name of the database role which will be granted to share or parent role.
57
+ * The fully qualified name of the database role which will be granted to share or parent role. For more information about this resource, see docs.
58
58
  */
59
59
  databaseRoleName?: pulumi.Input<string>;
60
60
  /**
61
- * The fully qualified name of the parent database role which will create a parent-child relationship between the roles.
61
+ * The fully qualified name of the parent database role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
62
62
  */
63
63
  parentDatabaseRoleName?: pulumi.Input<string>;
64
64
  /**
65
- * The fully qualified name of the parent account role which will create a parent-child relationship between the roles.
65
+ * The fully qualified name of the parent account role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
66
66
  */
67
67
  parentRoleName?: pulumi.Input<string>;
68
68
  /**
69
- * The fully qualified name of the share on which privileges will be granted.
69
+ * The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
70
70
  */
71
71
  shareName?: pulumi.Input<string>;
72
72
  }
@@ -75,19 +75,19 @@ export interface GrantDatabaseRoleState {
75
75
  */
76
76
  export interface GrantDatabaseRoleArgs {
77
77
  /**
78
- * The fully qualified name of the database role which will be granted to share or parent role.
78
+ * The fully qualified name of the database role which will be granted to share or parent role. For more information about this resource, see docs.
79
79
  */
80
80
  databaseRoleName: pulumi.Input<string>;
81
81
  /**
82
- * The fully qualified name of the parent database role which will create a parent-child relationship between the roles.
82
+ * The fully qualified name of the parent database role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
83
83
  */
84
84
  parentDatabaseRoleName?: pulumi.Input<string>;
85
85
  /**
86
- * The fully qualified name of the parent account role which will create a parent-child relationship between the roles.
86
+ * The fully qualified name of the parent account role which will create a parent-child relationship between the roles. For more information about this resource, see docs.
87
87
  */
88
88
  parentRoleName?: pulumi.Input<string>;
89
89
  /**
90
- * The fully qualified name of the share on which privileges will be granted.
90
+ * The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
91
91
  */
92
92
  shareName?: pulumi.Input<string>;
93
93
  }
@@ -65,11 +65,11 @@ export declare class GrantOwnership extends pulumi.CustomResource {
65
65
  */
66
66
  static isInstance(obj: any): obj is GrantOwnership;
67
67
  /**
68
- * The fully qualified name of the account role to which privileges will be granted.
68
+ * The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
69
69
  */
70
70
  readonly accountRoleName: pulumi.Output<string | undefined>;
71
71
  /**
72
- * The fully qualified name of the database role to which privileges will be granted.
72
+ * The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
73
73
  */
74
74
  readonly databaseRoleName: pulumi.Output<string | undefined>;
75
75
  /**
@@ -94,11 +94,11 @@ export declare class GrantOwnership extends pulumi.CustomResource {
94
94
  */
95
95
  export interface GrantOwnershipState {
96
96
  /**
97
- * The fully qualified name of the account role to which privileges will be granted.
97
+ * The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
98
98
  */
99
99
  accountRoleName?: pulumi.Input<string>;
100
100
  /**
101
- * The fully qualified name of the database role to which privileges will be granted.
101
+ * The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
102
102
  */
103
103
  databaseRoleName?: pulumi.Input<string>;
104
104
  /**
@@ -115,11 +115,11 @@ export interface GrantOwnershipState {
115
115
  */
116
116
  export interface GrantOwnershipArgs {
117
117
  /**
118
- * The fully qualified name of the account role to which privileges will be granted.
118
+ * The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
119
119
  */
120
120
  accountRoleName?: pulumi.Input<string>;
121
121
  /**
122
- * The fully qualified name of the database role to which privileges will be granted.
122
+ * The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
123
123
  */
124
124
  databaseRoleName?: pulumi.Input<string>;
125
125
  /**
@@ -47,7 +47,7 @@ export declare class GrantPrivilegesToAccountRole extends pulumi.CustomResource
47
47
  */
48
48
  static isInstance(obj: any): obj is GrantPrivilegesToAccountRole;
49
49
  /**
50
- * The fully qualified name of the account role to which privileges will be granted.
50
+ * The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
51
51
  */
52
52
  readonly accountRoleName: pulumi.Output<string>;
53
53
  /**
@@ -76,7 +76,7 @@ export declare class GrantPrivilegesToAccountRole extends pulumi.CustomResource
76
76
  */
77
77
  readonly onSchemaObject: pulumi.Output<outputs.GrantPrivilegesToAccountRoleOnSchemaObject | undefined>;
78
78
  /**
79
- * The privileges to grant on the account role.
79
+ * The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
80
80
  */
81
81
  readonly privileges: pulumi.Output<string[] | undefined>;
82
82
  /**
@@ -97,7 +97,7 @@ export declare class GrantPrivilegesToAccountRole extends pulumi.CustomResource
97
97
  */
98
98
  export interface GrantPrivilegesToAccountRoleState {
99
99
  /**
100
- * The fully qualified name of the account role to which privileges will be granted.
100
+ * The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
101
101
  */
102
102
  accountRoleName?: pulumi.Input<string>;
103
103
  /**
@@ -126,7 +126,7 @@ export interface GrantPrivilegesToAccountRoleState {
126
126
  */
127
127
  onSchemaObject?: pulumi.Input<inputs.GrantPrivilegesToAccountRoleOnSchemaObject>;
128
128
  /**
129
- * The privileges to grant on the account role.
129
+ * The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
130
130
  */
131
131
  privileges?: pulumi.Input<pulumi.Input<string>[]>;
132
132
  /**
@@ -139,7 +139,7 @@ export interface GrantPrivilegesToAccountRoleState {
139
139
  */
140
140
  export interface GrantPrivilegesToAccountRoleArgs {
141
141
  /**
142
- * The fully qualified name of the account role to which privileges will be granted.
142
+ * The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
143
143
  */
144
144
  accountRoleName: pulumi.Input<string>;
145
145
  /**
@@ -168,7 +168,7 @@ export interface GrantPrivilegesToAccountRoleArgs {
168
168
  */
169
169
  onSchemaObject?: pulumi.Input<inputs.GrantPrivilegesToAccountRoleOnSchemaObject>;
170
170
  /**
171
- * The privileges to grant on the account role.
171
+ * The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
172
172
  */
173
173
  privileges?: pulumi.Input<pulumi.Input<string>[]>;
174
174
  /**
@@ -56,11 +56,11 @@ export declare class GrantPrivilegesToDatabaseRole extends pulumi.CustomResource
56
56
  */
57
57
  readonly alwaysApplyTrigger: pulumi.Output<string | undefined>;
58
58
  /**
59
- * The fully qualified name of the database role to which privileges will be granted.
59
+ * The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
60
60
  */
61
61
  readonly databaseRoleName: pulumi.Output<string>;
62
62
  /**
63
- * The fully qualified name of the database on which privileges will be granted.
63
+ * The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
64
64
  */
65
65
  readonly onDatabase: pulumi.Output<string | undefined>;
66
66
  /**
@@ -102,11 +102,11 @@ export interface GrantPrivilegesToDatabaseRoleState {
102
102
  */
103
103
  alwaysApplyTrigger?: pulumi.Input<string>;
104
104
  /**
105
- * The fully qualified name of the database role to which privileges will be granted.
105
+ * The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
106
106
  */
107
107
  databaseRoleName?: pulumi.Input<string>;
108
108
  /**
109
- * The fully qualified name of the database on which privileges will be granted.
109
+ * The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
110
110
  */
111
111
  onDatabase?: pulumi.Input<string>;
112
112
  /**
@@ -140,11 +140,11 @@ export interface GrantPrivilegesToDatabaseRoleArgs {
140
140
  */
141
141
  alwaysApplyTrigger?: pulumi.Input<string>;
142
142
  /**
143
- * The fully qualified name of the database role to which privileges will be granted.
143
+ * The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see docs.
144
144
  */
145
145
  databaseRoleName: pulumi.Input<string>;
146
146
  /**
147
- * The fully qualified name of the database on which privileges will be granted.
147
+ * The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
148
148
  */
149
149
  onDatabase?: pulumi.Input<string>;
150
150
  /**
@@ -29,7 +29,7 @@ export declare class GrantPrivilegesToShare extends pulumi.CustomResource {
29
29
  */
30
30
  readonly onAllTablesInSchema: pulumi.Output<string | undefined>;
31
31
  /**
32
- * The fully qualified name of the database on which privileges will be granted.
32
+ * The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
33
33
  */
34
34
  readonly onDatabase: pulumi.Output<string | undefined>;
35
35
  /**
@@ -37,19 +37,19 @@ export declare class GrantPrivilegesToShare extends pulumi.CustomResource {
37
37
  */
38
38
  readonly onFunction: pulumi.Output<string | undefined>;
39
39
  /**
40
- * The fully qualified name of the schema on which privileges will be granted.
40
+ * The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
41
41
  */
42
42
  readonly onSchema: pulumi.Output<string | undefined>;
43
43
  /**
44
- * The fully qualified name of the table on which privileges will be granted.
44
+ * The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
45
45
  */
46
46
  readonly onTable: pulumi.Output<string | undefined>;
47
47
  /**
48
- * The fully qualified name of the tag on which privileges will be granted.
48
+ * The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
49
49
  */
50
50
  readonly onTag: pulumi.Output<string | undefined>;
51
51
  /**
52
- * The fully qualified name of the view on which privileges will be granted.
52
+ * The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
53
53
  */
54
54
  readonly onView: pulumi.Output<string | undefined>;
55
55
  /**
@@ -57,7 +57,7 @@ export declare class GrantPrivilegesToShare extends pulumi.CustomResource {
57
57
  */
58
58
  readonly privileges: pulumi.Output<string[]>;
59
59
  /**
60
- * The fully qualified name of the share on which privileges will be granted.
60
+ * The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
61
61
  */
62
62
  readonly toShare: pulumi.Output<string>;
63
63
  /**
@@ -78,7 +78,7 @@ export interface GrantPrivilegesToShareState {
78
78
  */
79
79
  onAllTablesInSchema?: pulumi.Input<string>;
80
80
  /**
81
- * The fully qualified name of the database on which privileges will be granted.
81
+ * The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
82
82
  */
83
83
  onDatabase?: pulumi.Input<string>;
84
84
  /**
@@ -86,19 +86,19 @@ export interface GrantPrivilegesToShareState {
86
86
  */
87
87
  onFunction?: pulumi.Input<string>;
88
88
  /**
89
- * The fully qualified name of the schema on which privileges will be granted.
89
+ * The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
90
90
  */
91
91
  onSchema?: pulumi.Input<string>;
92
92
  /**
93
- * The fully qualified name of the table on which privileges will be granted.
93
+ * The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
94
94
  */
95
95
  onTable?: pulumi.Input<string>;
96
96
  /**
97
- * The fully qualified name of the tag on which privileges will be granted.
97
+ * The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
98
98
  */
99
99
  onTag?: pulumi.Input<string>;
100
100
  /**
101
- * The fully qualified name of the view on which privileges will be granted.
101
+ * The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
102
102
  */
103
103
  onView?: pulumi.Input<string>;
104
104
  /**
@@ -106,7 +106,7 @@ export interface GrantPrivilegesToShareState {
106
106
  */
107
107
  privileges?: pulumi.Input<pulumi.Input<string>[]>;
108
108
  /**
109
- * The fully qualified name of the share on which privileges will be granted.
109
+ * The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
110
110
  */
111
111
  toShare?: pulumi.Input<string>;
112
112
  }
@@ -119,7 +119,7 @@ export interface GrantPrivilegesToShareArgs {
119
119
  */
120
120
  onAllTablesInSchema?: pulumi.Input<string>;
121
121
  /**
122
- * The fully qualified name of the database on which privileges will be granted.
122
+ * The fully qualified name of the database on which privileges will be granted. For more information about this resource, see docs.
123
123
  */
124
124
  onDatabase?: pulumi.Input<string>;
125
125
  /**
@@ -127,19 +127,19 @@ export interface GrantPrivilegesToShareArgs {
127
127
  */
128
128
  onFunction?: pulumi.Input<string>;
129
129
  /**
130
- * The fully qualified name of the schema on which privileges will be granted.
130
+ * The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see docs.
131
131
  */
132
132
  onSchema?: pulumi.Input<string>;
133
133
  /**
134
- * The fully qualified name of the table on which privileges will be granted.
134
+ * The fully qualified name of the table on which privileges will be granted. For more information about this resource, see docs.
135
135
  */
136
136
  onTable?: pulumi.Input<string>;
137
137
  /**
138
- * The fully qualified name of the tag on which privileges will be granted.
138
+ * The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see docs.
139
139
  */
140
140
  onTag?: pulumi.Input<string>;
141
141
  /**
142
- * The fully qualified name of the view on which privileges will be granted.
142
+ * The fully qualified name of the view on which privileges will be granted. For more information about this resource, see docs.
143
143
  */
144
144
  onView?: pulumi.Input<string>;
145
145
  /**
@@ -147,7 +147,7 @@ export interface GrantPrivilegesToShareArgs {
147
147
  */
148
148
  privileges: pulumi.Input<pulumi.Input<string>[]>;
149
149
  /**
150
- * The fully qualified name of the share on which privileges will be granted.
150
+ * The fully qualified name of the share on which privileges will be granted. For more information about this resource, see docs.
151
151
  */
152
152
  toShare: pulumi.Input<string>;
153
153
  }
package/index.d.ts CHANGED
@@ -37,9 +37,6 @@ export declare const CortexSearchService: typeof import("./cortexSearchService")
37
37
  export { DatabaseArgs, DatabaseState } from "./database";
38
38
  export type Database = import("./database").Database;
39
39
  export declare const Database: typeof import("./database").Database;
40
- export { DatabaseOldArgs, DatabaseOldState } from "./databaseOld";
41
- export type DatabaseOld = import("./databaseOld").DatabaseOld;
42
- export declare const DatabaseOld: typeof import("./databaseOld").DatabaseOld;
43
40
  export { DatabaseRoleArgs, DatabaseRoleState } from "./databaseRole";
44
41
  export type DatabaseRole = import("./databaseRole").DatabaseRole;
45
42
  export declare const DatabaseRole: typeof import("./databaseRole").DatabaseRole;
@@ -49,6 +46,9 @@ export declare const DynamicTable: typeof import("./dynamicTable").DynamicTable;
49
46
  export { EmailNotificationIntegrationArgs, EmailNotificationIntegrationState } from "./emailNotificationIntegration";
50
47
  export type EmailNotificationIntegration = import("./emailNotificationIntegration").EmailNotificationIntegration;
51
48
  export declare const EmailNotificationIntegration: typeof import("./emailNotificationIntegration").EmailNotificationIntegration;
49
+ export { ExecuteArgs, ExecuteState } from "./execute";
50
+ export type Execute = import("./execute").Execute;
51
+ export declare const Execute: typeof import("./execute").Execute;
52
52
  export { ExternalFunctionArgs, ExternalFunctionState } from "./externalFunction";
53
53
  export type ExternalFunction = import("./externalFunction").ExternalFunction;
54
54
  export declare const ExternalFunction: typeof import("./externalFunction").ExternalFunction;
@@ -67,9 +67,24 @@ export declare const FailoverGroup: typeof import("./failoverGroup").FailoverGro
67
67
  export { FileFormatArgs, FileFormatState } from "./fileFormat";
68
68
  export type FileFormat = import("./fileFormat").FileFormat;
69
69
  export declare const FileFormat: typeof import("./fileFormat").FileFormat;
70
- export { FunctionArgs, FunctionState } from "./function";
71
- export type Function = import("./function").Function;
72
- export declare const Function: typeof import("./function").Function;
70
+ export { FunctionJavaArgs, FunctionJavaState } from "./functionJava";
71
+ export type FunctionJava = import("./functionJava").FunctionJava;
72
+ export declare const FunctionJava: typeof import("./functionJava").FunctionJava;
73
+ export { FunctionJavascriptArgs, FunctionJavascriptState } from "./functionJavascript";
74
+ export type FunctionJavascript = import("./functionJavascript").FunctionJavascript;
75
+ export declare const FunctionJavascript: typeof import("./functionJavascript").FunctionJavascript;
76
+ export { FunctionPythonArgs, FunctionPythonState } from "./functionPython";
77
+ export type FunctionPython = import("./functionPython").FunctionPython;
78
+ export declare const FunctionPython: typeof import("./functionPython").FunctionPython;
79
+ export { FunctionScalaArgs, FunctionScalaState } from "./functionScala";
80
+ export type FunctionScala = import("./functionScala").FunctionScala;
81
+ export declare const FunctionScala: typeof import("./functionScala").FunctionScala;
82
+ export { FunctionSqlArgs, FunctionSqlState } from "./functionSql";
83
+ export type FunctionSql = import("./functionSql").FunctionSql;
84
+ export declare const FunctionSql: typeof import("./functionSql").FunctionSql;
85
+ export { GetAccountRolesArgs, GetAccountRolesResult, GetAccountRolesOutputArgs } from "./getAccountRoles";
86
+ export declare const getAccountRoles: typeof import("./getAccountRoles").getAccountRoles;
87
+ export declare const getAccountRolesOutput: typeof import("./getAccountRoles").getAccountRolesOutput;
73
88
  export { GetAccountsArgs, GetAccountsResult, GetAccountsOutputArgs } from "./getAccounts";
74
89
  export declare const getAccounts: typeof import("./getAccounts").getAccounts;
75
90
  export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
@@ -142,12 +157,6 @@ export declare const getProceduresOutput: typeof import("./getProcedures").getPr
142
157
  export { GetResourceMonitorsArgs, GetResourceMonitorsResult, GetResourceMonitorsOutputArgs } from "./getResourceMonitors";
143
158
  export declare const getResourceMonitors: typeof import("./getResourceMonitors").getResourceMonitors;
144
159
  export declare const getResourceMonitorsOutput: typeof import("./getResourceMonitors").getResourceMonitorsOutput;
145
- export { GetRoleArgs, GetRoleResult, GetRoleOutputArgs } from "./getRole";
146
- export declare const getRole: typeof import("./getRole").getRole;
147
- export declare const getRoleOutput: typeof import("./getRole").getRoleOutput;
148
- export { GetRolesArgs, GetRolesResult, GetRolesOutputArgs } from "./getRoles";
149
- export declare const getRoles: typeof import("./getRoles").getRoles;
150
- export declare const getRolesOutput: typeof import("./getRoles").getRolesOutput;
151
160
  export { GetRowAccessPoliciesArgs, GetRowAccessPoliciesResult, GetRowAccessPoliciesOutputArgs } from "./getRowAccessPolicies";
152
161
  export declare const getRowAccessPolicies: typeof import("./getRowAccessPolicies").getRowAccessPolicies;
153
162
  export declare const getRowAccessPoliciesOutput: typeof import("./getRowAccessPolicies").getRowAccessPoliciesOutput;
@@ -253,9 +262,6 @@ export declare const NetworkRule: typeof import("./networkRule").NetworkRule;
253
262
  export { NotificationIntegrationArgs, NotificationIntegrationState } from "./notificationIntegration";
254
263
  export type NotificationIntegration = import("./notificationIntegration").NotificationIntegration;
255
264
  export declare const NotificationIntegration: typeof import("./notificationIntegration").NotificationIntegration;
256
- export { OauthIntegrationArgs, OauthIntegrationState } from "./oauthIntegration";
257
- export type OauthIntegration = import("./oauthIntegration").OauthIntegration;
258
- export declare const OauthIntegration: typeof import("./oauthIntegration").OauthIntegration;
259
265
  export { OauthIntegrationForCustomClientsArgs, OauthIntegrationForCustomClientsState } from "./oauthIntegrationForCustomClients";
260
266
  export type OauthIntegrationForCustomClients = import("./oauthIntegrationForCustomClients").OauthIntegrationForCustomClients;
261
267
  export declare const OauthIntegrationForCustomClients: typeof import("./oauthIntegrationForCustomClients").OauthIntegrationForCustomClients;
@@ -274,27 +280,33 @@ export declare const Pipe: typeof import("./pipe").Pipe;
274
280
  export { PrimaryConnectionArgs, PrimaryConnectionState } from "./primaryConnection";
275
281
  export type PrimaryConnection = import("./primaryConnection").PrimaryConnection;
276
282
  export declare const PrimaryConnection: typeof import("./primaryConnection").PrimaryConnection;
277
- export { ProcedureArgs, ProcedureState } from "./procedure";
278
- export type Procedure = import("./procedure").Procedure;
279
- export declare const Procedure: typeof import("./procedure").Procedure;
283
+ export { ProcedureJavaArgs, ProcedureJavaState } from "./procedureJava";
284
+ export type ProcedureJava = import("./procedureJava").ProcedureJava;
285
+ export declare const ProcedureJava: typeof import("./procedureJava").ProcedureJava;
286
+ export { ProcedureJavascriptArgs, ProcedureJavascriptState } from "./procedureJavascript";
287
+ export type ProcedureJavascript = import("./procedureJavascript").ProcedureJavascript;
288
+ export declare const ProcedureJavascript: typeof import("./procedureJavascript").ProcedureJavascript;
289
+ export { ProcedurePythonArgs, ProcedurePythonState } from "./procedurePython";
290
+ export type ProcedurePython = import("./procedurePython").ProcedurePython;
291
+ export declare const ProcedurePython: typeof import("./procedurePython").ProcedurePython;
292
+ export { ProcedureScalaArgs, ProcedureScalaState } from "./procedureScala";
293
+ export type ProcedureScala = import("./procedureScala").ProcedureScala;
294
+ export declare const ProcedureScala: typeof import("./procedureScala").ProcedureScala;
295
+ export { ProcedureSqlArgs, ProcedureSqlState } from "./procedureSql";
296
+ export type ProcedureSql = import("./procedureSql").ProcedureSql;
297
+ export declare const ProcedureSql: typeof import("./procedureSql").ProcedureSql;
280
298
  export { ProviderArgs } from "./provider";
281
299
  export type Provider = import("./provider").Provider;
282
300
  export declare const Provider: typeof import("./provider").Provider;
283
301
  export { ResourceMonitorArgs, ResourceMonitorState } from "./resourceMonitor";
284
302
  export type ResourceMonitor = import("./resourceMonitor").ResourceMonitor;
285
303
  export declare const ResourceMonitor: typeof import("./resourceMonitor").ResourceMonitor;
286
- export { RoleArgs, RoleState } from "./role";
287
- export type Role = import("./role").Role;
288
- export declare const Role: typeof import("./role").Role;
289
304
  export { RowAccessPolicyArgs, RowAccessPolicyState } from "./rowAccessPolicy";
290
305
  export type RowAccessPolicy = import("./rowAccessPolicy").RowAccessPolicy;
291
306
  export declare const RowAccessPolicy: typeof import("./rowAccessPolicy").RowAccessPolicy;
292
307
  export { Saml2IntegrationArgs, Saml2IntegrationState } from "./saml2Integration";
293
308
  export type Saml2Integration = import("./saml2Integration").Saml2Integration;
294
309
  export declare const Saml2Integration: typeof import("./saml2Integration").Saml2Integration;
295
- export { SamlIntegrationArgs, SamlIntegrationState } from "./samlIntegration";
296
- export type SamlIntegration = import("./samlIntegration").SamlIntegration;
297
- export declare const SamlIntegration: typeof import("./samlIntegration").SamlIntegration;
298
310
  export { SchemaArgs, SchemaState } from "./schema";
299
311
  export type Schema = import("./schema").Schema;
300
312
  export declare const Schema: typeof import("./schema").Schema;
@@ -325,9 +337,6 @@ export declare const Sequence: typeof import("./sequence").Sequence;
325
337
  export { ServiceUserArgs, ServiceUserState } from "./serviceUser";
326
338
  export type ServiceUser = import("./serviceUser").ServiceUser;
327
339
  export declare const ServiceUser: typeof import("./serviceUser").ServiceUser;
328
- export { SessionParameterArgs, SessionParameterState } from "./sessionParameter";
329
- export type SessionParameter = import("./sessionParameter").SessionParameter;
330
- export declare const SessionParameter: typeof import("./sessionParameter").SessionParameter;
331
340
  export { ShareArgs, ShareState } from "./share";
332
341
  export type Share = import("./share").Share;
333
342
  export declare const Share: typeof import("./share").Share;
@@ -340,9 +349,6 @@ export declare const Stage: typeof import("./stage").Stage;
340
349
  export { StorageIntegrationArgs, StorageIntegrationState } from "./storageIntegration";
341
350
  export type StorageIntegration = import("./storageIntegration").StorageIntegration;
342
351
  export declare const StorageIntegration: typeof import("./storageIntegration").StorageIntegration;
343
- export { StreamArgs, StreamState } from "./stream";
344
- export type Stream = import("./stream").Stream;
345
- export declare const Stream: typeof import("./stream").Stream;
346
352
  export { StreamOnDirectoryTableArgs, StreamOnDirectoryTableState } from "./streamOnDirectoryTable";
347
353
  export type StreamOnDirectoryTable = import("./streamOnDirectoryTable").StreamOnDirectoryTable;
348
354
  export declare const StreamOnDirectoryTable: typeof import("./streamOnDirectoryTable").StreamOnDirectoryTable;
@@ -373,15 +379,9 @@ export declare const Tag: typeof import("./tag").Tag;
373
379
  export { TagAssociationArgs, TagAssociationState } from "./tagAssociation";
374
380
  export type TagAssociation = import("./tagAssociation").TagAssociation;
375
381
  export declare const TagAssociation: typeof import("./tagAssociation").TagAssociation;
376
- export { TagMaskingPolicyAssociationArgs, TagMaskingPolicyAssociationState } from "./tagMaskingPolicyAssociation";
377
- export type TagMaskingPolicyAssociation = import("./tagMaskingPolicyAssociation").TagMaskingPolicyAssociation;
378
- export declare const TagMaskingPolicyAssociation: typeof import("./tagMaskingPolicyAssociation").TagMaskingPolicyAssociation;
379
382
  export { TaskArgs, TaskState } from "./task";
380
383
  export type Task = import("./task").Task;
381
384
  export declare const Task: typeof import("./task").Task;
382
- export { UnsafeExecuteArgs, UnsafeExecuteState } from "./unsafeExecute";
383
- export type UnsafeExecute = import("./unsafeExecute").UnsafeExecute;
384
- export declare const UnsafeExecute: typeof import("./unsafeExecute").UnsafeExecute;
385
385
  export { UserArgs, UserState } from "./user";
386
386
  export type User = import("./user").User;
387
387
  export declare const User: typeof import("./user").User;