@pulumi/snowflake 0.62.0-alpha.1732688512 → 0.62.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 (58) hide show
  1. package/accountRole.d.ts +3 -3
  2. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.d.ts +3 -3
  3. package/apiAuthenticationIntegrationWithClientCredentials.d.ts +3 -3
  4. package/apiAuthenticationIntegrationWithJwtBearer.d.ts +3 -3
  5. package/authenticationPolicy.d.ts +9 -9
  6. package/database.d.ts +3 -3
  7. package/databaseRole.d.ts +6 -6
  8. package/externalOauthIntegration.d.ts +3 -3
  9. package/externalVolume.d.ts +3 -3
  10. package/getTags.d.ts +62 -0
  11. package/getTags.js +36 -0
  12. package/getTags.js.map +1 -0
  13. package/getTasks.d.ts +70 -37
  14. package/getTasks.js +18 -24
  15. package/getTasks.js.map +1 -1
  16. package/index.d.ts +3 -0
  17. package/index.js +5 -2
  18. package/index.js.map +1 -1
  19. package/legacyServiceUser.d.ts +3 -3
  20. package/maskingPolicy.d.ts +9 -9
  21. package/networkPolicy.d.ts +3 -3
  22. package/oauthIntegrationForCustomClients.d.ts +3 -3
  23. package/oauthIntegrationForPartnerApplications.d.ts +3 -3
  24. package/package.json +2 -2
  25. package/passwordPolicy.d.ts +0 -3
  26. package/passwordPolicy.js +0 -3
  27. package/passwordPolicy.js.map +1 -1
  28. package/primaryConnection.d.ts +3 -3
  29. package/resourceMonitor.d.ts +3 -3
  30. package/role.d.ts +3 -3
  31. package/rowAccessPolicy.d.ts +9 -9
  32. package/saml2Integration.d.ts +3 -3
  33. package/scimIntegration.d.ts +3 -3
  34. package/secondaryConnection.d.ts +3 -3
  35. package/secondaryDatabase.d.ts +3 -3
  36. package/secretWithAuthorizationCodeGrant.d.ts +9 -9
  37. package/secretWithBasicAuthentication.d.ts +9 -9
  38. package/secretWithClientCredentials.d.ts +9 -9
  39. package/secretWithGenericString.d.ts +9 -9
  40. package/serviceUser.d.ts +3 -3
  41. package/sharedDatabase.d.ts +3 -3
  42. package/storageIntegration.d.ts +9 -0
  43. package/storageIntegration.js.map +1 -1
  44. package/streamOnDirectoryTable.d.ts +12 -12
  45. package/streamOnExternalTable.d.ts +12 -12
  46. package/streamOnTable.d.ts +12 -12
  47. package/streamOnView.d.ts +12 -12
  48. package/tag.d.ts +35 -15
  49. package/tag.js +5 -3
  50. package/tag.js.map +1 -1
  51. package/task.d.ts +747 -63
  52. package/task.js +123 -4
  53. package/task.js.map +1 -1
  54. package/types/input.d.ts +623 -0
  55. package/types/output.d.ts +2935 -1852
  56. package/user.d.ts +3 -3
  57. package/view.d.ts +9 -9
  58. package/warehouse.d.ts +3 -3
package/user.d.ts CHANGED
@@ -195,7 +195,7 @@ export declare class User extends pulumi.CustomResource {
195
195
  */
196
196
  readonly mustChangePassword: pulumi.Output<string | undefined>;
197
197
  /**
198
- * Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
198
+ * Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
199
199
  */
200
200
  readonly name: pulumi.Output<string>;
201
201
  /**
@@ -525,7 +525,7 @@ export interface UserState {
525
525
  */
526
526
  mustChangePassword?: pulumi.Input<string>;
527
527
  /**
528
- * Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
528
+ * Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
529
529
  */
530
530
  name?: pulumi.Input<string>;
531
531
  /**
@@ -843,7 +843,7 @@ export interface UserArgs {
843
843
  */
844
844
  mustChangePassword?: pulumi.Input<string>;
845
845
  /**
846
- * Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
846
+ * Name of the user. Note that if you do not supply login*name this will be used as login*name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
847
847
  */
848
848
  name?: pulumi.Input<string>;
849
849
  /**
package/view.d.ts CHANGED
@@ -53,7 +53,7 @@ export declare class View extends pulumi.CustomResource {
53
53
  */
54
54
  readonly dataMetricSchedule: pulumi.Output<outputs.ViewDataMetricSchedule | undefined>;
55
55
  /**
56
- * The database in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
56
+ * The database in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
57
57
  */
58
58
  readonly database: pulumi.Output<string>;
59
59
  /**
@@ -71,7 +71,7 @@ export declare class View extends pulumi.CustomResource {
71
71
  readonly isSecure: pulumi.Output<string | undefined>;
72
72
  readonly isTemporary: pulumi.Output<string | undefined>;
73
73
  /**
74
- * Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
74
+ * Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
75
75
  */
76
76
  readonly name: pulumi.Output<string>;
77
77
  /**
@@ -79,7 +79,7 @@ export declare class View extends pulumi.CustomResource {
79
79
  */
80
80
  readonly rowAccessPolicy: pulumi.Output<outputs.ViewRowAccessPolicy | undefined>;
81
81
  /**
82
- * The schema in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
82
+ * The schema in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
83
83
  */
84
84
  readonly schema: pulumi.Output<string>;
85
85
  /**
@@ -132,7 +132,7 @@ export interface ViewState {
132
132
  */
133
133
  dataMetricSchedule?: pulumi.Input<inputs.ViewDataMetricSchedule>;
134
134
  /**
135
- * The database in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
135
+ * The database in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
136
136
  */
137
137
  database?: pulumi.Input<string>;
138
138
  /**
@@ -150,7 +150,7 @@ export interface ViewState {
150
150
  isSecure?: pulumi.Input<string>;
151
151
  isTemporary?: pulumi.Input<string>;
152
152
  /**
153
- * Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
153
+ * Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
154
154
  */
155
155
  name?: pulumi.Input<string>;
156
156
  /**
@@ -158,7 +158,7 @@ export interface ViewState {
158
158
  */
159
159
  rowAccessPolicy?: pulumi.Input<inputs.ViewRowAccessPolicy>;
160
160
  /**
161
- * The schema in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
161
+ * The schema in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
162
162
  */
163
163
  schema?: pulumi.Input<string>;
164
164
  /**
@@ -203,7 +203,7 @@ export interface ViewArgs {
203
203
  */
204
204
  dataMetricSchedule?: pulumi.Input<inputs.ViewDataMetricSchedule>;
205
205
  /**
206
- * The database in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
206
+ * The database in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
207
207
  */
208
208
  database: pulumi.Input<string>;
209
209
  /**
@@ -213,7 +213,7 @@ export interface ViewArgs {
213
213
  isSecure?: pulumi.Input<string>;
214
214
  isTemporary?: pulumi.Input<string>;
215
215
  /**
216
- * Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
216
+ * Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
217
217
  */
218
218
  name?: pulumi.Input<string>;
219
219
  /**
@@ -221,7 +221,7 @@ export interface ViewArgs {
221
221
  */
222
222
  rowAccessPolicy?: pulumi.Input<inputs.ViewRowAccessPolicy>;
223
223
  /**
224
- * The schema in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
224
+ * The schema in which to create the view. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
225
225
  */
226
226
  schema: pulumi.Input<string>;
227
227
  /**
package/warehouse.d.ts CHANGED
@@ -61,7 +61,7 @@ export declare class Warehouse extends pulumi.CustomResource {
61
61
  */
62
62
  readonly minClusterCount: pulumi.Output<number | undefined>;
63
63
  /**
64
- * Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
64
+ * Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
65
65
  */
66
66
  readonly name: pulumi.Output<string>;
67
67
  /**
@@ -150,7 +150,7 @@ export interface WarehouseState {
150
150
  */
151
151
  minClusterCount?: pulumi.Input<number>;
152
152
  /**
153
- * Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
153
+ * Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
154
154
  */
155
155
  name?: pulumi.Input<string>;
156
156
  /**
@@ -227,7 +227,7 @@ export interface WarehouseArgs {
227
227
  */
228
228
  minClusterCount?: pulumi.Input<number>;
229
229
  /**
230
- * Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
230
+ * Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
231
231
  */
232
232
  name?: pulumi.Input<string>;
233
233
  /**