@pulumi/snowflake 2.19.0-alpha.1785224124 → 2.19.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 (160) hide show
  1. package/accountAuthenticationPolicyAttachment.d.ts +11 -3
  2. package/accountAuthenticationPolicyAttachment.d.ts.map +1 -1
  3. package/accountAuthenticationPolicyAttachment.js +8 -0
  4. package/accountAuthenticationPolicyAttachment.js.map +1 -1
  5. package/accountParameter.d.ts +3 -3
  6. package/accountSessionPolicyAttachment.d.ts +2 -0
  7. package/accountSessionPolicyAttachment.d.ts.map +1 -1
  8. package/accountSessionPolicyAttachment.js +2 -0
  9. package/accountSessionPolicyAttachment.js.map +1 -1
  10. package/config/vars.d.ts +7 -3
  11. package/config/vars.d.ts.map +1 -1
  12. package/config/vars.js +6 -0
  13. package/config/vars.js.map +1 -1
  14. package/currentAccount.d.ts +12 -0
  15. package/currentAccount.d.ts.map +1 -1
  16. package/currentAccount.js +2 -0
  17. package/currentAccount.js.map +1 -1
  18. package/currentOrganizationAccount.d.ts +12 -0
  19. package/currentOrganizationAccount.d.ts.map +1 -1
  20. package/currentOrganizationAccount.js +2 -0
  21. package/currentOrganizationAccount.js.map +1 -1
  22. package/database.d.ts +24 -0
  23. package/database.d.ts.map +1 -1
  24. package/database.js +4 -0
  25. package/database.js.map +1 -1
  26. package/fileFormat.d.ts +2 -0
  27. package/fileFormat.d.ts.map +1 -1
  28. package/fileFormat.js +2 -0
  29. package/fileFormat.js.map +1 -1
  30. package/fileFormatAvro.d.ts +215 -0
  31. package/fileFormatAvro.d.ts.map +1 -0
  32. package/fileFormatAvro.js +148 -0
  33. package/fileFormatAvro.js.map +1 -0
  34. package/fileFormatCsv.d.ts +448 -0
  35. package/fileFormatCsv.d.ts.map +1 -0
  36. package/fileFormatCsv.js +201 -0
  37. package/fileFormatCsv.js.map +1 -0
  38. package/fileFormatJson.d.ts +371 -0
  39. package/fileFormatJson.d.ts.map +1 -0
  40. package/fileFormatJson.js +184 -0
  41. package/fileFormatJson.js.map +1 -0
  42. package/fileFormatOrc.d.ts +202 -0
  43. package/fileFormatOrc.d.ts.map +1 -0
  44. package/fileFormatOrc.js +145 -0
  45. package/fileFormatOrc.js.map +1 -0
  46. package/fileFormatParquet.d.ts +254 -0
  47. package/fileFormatParquet.d.ts.map +1 -0
  48. package/fileFormatParquet.js +157 -0
  49. package/fileFormatParquet.js.map +1 -0
  50. package/fileFormatXml.d.ts +248 -0
  51. package/fileFormatXml.d.ts.map +1 -0
  52. package/fileFormatXml.js +151 -0
  53. package/fileFormatXml.js.map +1 -0
  54. package/getFileFormats.d.ts +32 -43
  55. package/getFileFormats.d.ts.map +1 -1
  56. package/getFileFormats.js +10 -30
  57. package/getFileFormats.js.map +1 -1
  58. package/getGrants.d.ts +48 -0
  59. package/getGrants.d.ts.map +1 -1
  60. package/getGrants.js +38 -0
  61. package/getGrants.js.map +1 -1
  62. package/getIcebergTables.d.ts +111 -0
  63. package/getIcebergTables.d.ts.map +1 -0
  64. package/getIcebergTables.js +67 -0
  65. package/getIcebergTables.js.map +1 -0
  66. package/getMcpServers.d.ts +75 -0
  67. package/getMcpServers.d.ts.map +1 -0
  68. package/getMcpServers.js +61 -0
  69. package/getMcpServers.js.map +1 -0
  70. package/getNetworkRules.d.ts +0 -4
  71. package/getNetworkRules.d.ts.map +1 -1
  72. package/getNetworkRules.js +0 -4
  73. package/getNetworkRules.js.map +1 -1
  74. package/icebergTable.d.ts +615 -0
  75. package/icebergTable.d.ts.map +1 -0
  76. package/icebergTable.js +361 -0
  77. package/icebergTable.js.map +1 -0
  78. package/icebergTableFromAwsGlue.d.ts +237 -0
  79. package/icebergTableFromAwsGlue.d.ts.map +1 -0
  80. package/icebergTableFromAwsGlue.js +153 -0
  81. package/icebergTableFromAwsGlue.js.map +1 -0
  82. package/icebergTableFromDeltaFiles.d.ts +5 -3
  83. package/icebergTableFromDeltaFiles.d.ts.map +1 -1
  84. package/icebergTableFromDeltaFiles.js +5 -3
  85. package/icebergTableFromDeltaFiles.js.map +1 -1
  86. package/icebergTableFromFiles.d.ts +4 -2
  87. package/icebergTableFromFiles.d.ts.map +1 -1
  88. package/icebergTableFromFiles.js +4 -2
  89. package/icebergTableFromFiles.js.map +1 -1
  90. package/icebergTableFromRest.d.ts +304 -0
  91. package/icebergTableFromRest.d.ts.map +1 -0
  92. package/icebergTableFromRest.js +170 -0
  93. package/icebergTableFromRest.js.map +1 -0
  94. package/index.d.ts +39 -0
  95. package/index.d.ts.map +1 -1
  96. package/index.js +67 -6
  97. package/index.js.map +1 -1
  98. package/legacyServiceUser.d.ts +11 -1
  99. package/legacyServiceUser.d.ts.map +1 -1
  100. package/legacyServiceUser.js +11 -1
  101. package/legacyServiceUser.js.map +1 -1
  102. package/mcpServer.d.ts +134 -0
  103. package/mcpServer.d.ts.map +1 -0
  104. package/mcpServer.js +106 -0
  105. package/mcpServer.js.map +1 -0
  106. package/oauthIntegrationForCustomClients.d.ts +13 -1
  107. package/oauthIntegrationForCustomClients.d.ts.map +1 -1
  108. package/oauthIntegrationForCustomClients.js +3 -1
  109. package/oauthIntegrationForCustomClients.js.map +1 -1
  110. package/oauthIntegrationForPartnerApplications.d.ts +12 -0
  111. package/oauthIntegrationForPartnerApplications.d.ts.map +1 -1
  112. package/oauthIntegrationForPartnerApplications.js +2 -0
  113. package/oauthIntegrationForPartnerApplications.js.map +1 -1
  114. package/package.json +2 -2
  115. package/provider.d.ts +13 -3
  116. package/provider.d.ts.map +1 -1
  117. package/provider.js +1 -0
  118. package/provider.js.map +1 -1
  119. package/saml2Integration.d.ts +1 -4
  120. package/saml2Integration.d.ts.map +1 -1
  121. package/saml2Integration.js +1 -4
  122. package/saml2Integration.js.map +1 -1
  123. package/schema.d.ts +24 -0
  124. package/schema.d.ts.map +1 -1
  125. package/schema.js +4 -0
  126. package/schema.js.map +1 -1
  127. package/secondaryDatabase.d.ts +24 -0
  128. package/secondaryDatabase.d.ts.map +1 -1
  129. package/secondaryDatabase.js +4 -0
  130. package/secondaryDatabase.js.map +1 -1
  131. package/serviceUser.d.ts +11 -1
  132. package/serviceUser.d.ts.map +1 -1
  133. package/serviceUser.js +11 -1
  134. package/serviceUser.js.map +1 -1
  135. package/sharedDatabase.d.ts +24 -0
  136. package/sharedDatabase.d.ts.map +1 -1
  137. package/sharedDatabase.js +4 -0
  138. package/sharedDatabase.js.map +1 -1
  139. package/stageExternalS3.d.ts +1 -0
  140. package/stageExternalS3.d.ts.map +1 -1
  141. package/stageExternalS3.js +1 -0
  142. package/stageExternalS3.js.map +1 -1
  143. package/tag.d.ts +3 -3
  144. package/tagAssociation.d.ts +3 -3
  145. package/types/input.d.ts +1123 -49
  146. package/types/input.d.ts.map +1 -1
  147. package/types/output.d.ts +1367 -120
  148. package/types/output.d.ts.map +1 -1
  149. package/userAuthenticationPolicyAttachment.d.ts +13 -7
  150. package/userAuthenticationPolicyAttachment.d.ts.map +1 -1
  151. package/userAuthenticationPolicyAttachment.js +7 -1
  152. package/userAuthenticationPolicyAttachment.js.map +1 -1
  153. package/warehouseAdaptive.d.ts +13 -0
  154. package/warehouseAdaptive.d.ts.map +1 -1
  155. package/warehouseAdaptive.js +3 -0
  156. package/warehouseAdaptive.js.map +1 -1
  157. package/warehouseInteractive.d.ts +295 -0
  158. package/warehouseInteractive.d.ts.map +1 -0
  159. package/warehouseInteractive.js +162 -0
  160. package/warehouseInteractive.js.map +1 -0
package/types/input.d.ts CHANGED
@@ -1252,6 +1252,156 @@ export interface FailoverGroupReplicationScheduleCron {
1252
1252
  */
1253
1253
  timeZone: pulumi.Input<string>;
1254
1254
  }
1255
+ export interface FileFormatAvroDescribeOutput {
1256
+ compression?: pulumi.Input<string | undefined>;
1257
+ id?: pulumi.Input<string | undefined>;
1258
+ nullIfs?: pulumi.Input<pulumi.Input<string>[] | undefined>;
1259
+ replaceInvalidCharacters?: pulumi.Input<boolean | undefined>;
1260
+ trimSpace?: pulumi.Input<boolean | undefined>;
1261
+ type?: pulumi.Input<string | undefined>;
1262
+ }
1263
+ export interface FileFormatAvroShowOutput {
1264
+ comment?: pulumi.Input<string | undefined>;
1265
+ createdOn?: pulumi.Input<string | undefined>;
1266
+ databaseName?: pulumi.Input<string | undefined>;
1267
+ formatOptions?: pulumi.Input<string | undefined>;
1268
+ name?: pulumi.Input<string | undefined>;
1269
+ owner?: pulumi.Input<string | undefined>;
1270
+ ownerRoleType?: pulumi.Input<string | undefined>;
1271
+ schemaName?: pulumi.Input<string | undefined>;
1272
+ type?: pulumi.Input<string | undefined>;
1273
+ }
1274
+ export interface FileFormatCsvDescribeOutput {
1275
+ binaryFormat?: pulumi.Input<string | undefined>;
1276
+ compression?: pulumi.Input<string | undefined>;
1277
+ dateFormat?: pulumi.Input<string | undefined>;
1278
+ emptyFieldAsNull?: pulumi.Input<boolean | undefined>;
1279
+ encoding?: pulumi.Input<string | undefined>;
1280
+ errorOnColumnCountMismatch?: pulumi.Input<boolean | undefined>;
1281
+ escape?: pulumi.Input<string | undefined>;
1282
+ escapeUnenclosedField?: pulumi.Input<string | undefined>;
1283
+ fieldDelimiter?: pulumi.Input<string | undefined>;
1284
+ fieldOptionallyEnclosedBy?: pulumi.Input<string | undefined>;
1285
+ fileExtension?: pulumi.Input<string | undefined>;
1286
+ id?: pulumi.Input<string | undefined>;
1287
+ multiLine?: pulumi.Input<boolean | undefined>;
1288
+ nullIfs?: pulumi.Input<pulumi.Input<string>[] | undefined>;
1289
+ parseHeader?: pulumi.Input<boolean | undefined>;
1290
+ recordDelimiter?: pulumi.Input<string | undefined>;
1291
+ replaceInvalidCharacters?: pulumi.Input<boolean | undefined>;
1292
+ skipBlankLines?: pulumi.Input<boolean | undefined>;
1293
+ skipByteOrderMark?: pulumi.Input<boolean | undefined>;
1294
+ skipHeader?: pulumi.Input<number | undefined>;
1295
+ timeFormat?: pulumi.Input<string | undefined>;
1296
+ timestampFormat?: pulumi.Input<string | undefined>;
1297
+ trimSpace?: pulumi.Input<boolean | undefined>;
1298
+ type?: pulumi.Input<string | undefined>;
1299
+ validateUtf8?: pulumi.Input<boolean | undefined>;
1300
+ }
1301
+ export interface FileFormatCsvShowOutput {
1302
+ comment?: pulumi.Input<string | undefined>;
1303
+ createdOn?: pulumi.Input<string | undefined>;
1304
+ databaseName?: pulumi.Input<string | undefined>;
1305
+ formatOptions?: pulumi.Input<string | undefined>;
1306
+ name?: pulumi.Input<string | undefined>;
1307
+ owner?: pulumi.Input<string | undefined>;
1308
+ ownerRoleType?: pulumi.Input<string | undefined>;
1309
+ schemaName?: pulumi.Input<string | undefined>;
1310
+ type?: pulumi.Input<string | undefined>;
1311
+ }
1312
+ export interface FileFormatJsonDescribeOutput {
1313
+ allowDuplicate?: pulumi.Input<boolean | undefined>;
1314
+ binaryFormat?: pulumi.Input<string | undefined>;
1315
+ compression?: pulumi.Input<string | undefined>;
1316
+ dateFormat?: pulumi.Input<string | undefined>;
1317
+ enableOctal?: pulumi.Input<boolean | undefined>;
1318
+ fileExtension?: pulumi.Input<string | undefined>;
1319
+ id?: pulumi.Input<string | undefined>;
1320
+ ignoreUtf8Errors?: pulumi.Input<boolean | undefined>;
1321
+ multiLine?: pulumi.Input<boolean | undefined>;
1322
+ nullIfs?: pulumi.Input<pulumi.Input<string>[] | undefined>;
1323
+ replaceInvalidCharacters?: pulumi.Input<boolean | undefined>;
1324
+ skipByteOrderMark?: pulumi.Input<boolean | undefined>;
1325
+ stripNullValues?: pulumi.Input<boolean | undefined>;
1326
+ stripOuterArray?: pulumi.Input<boolean | undefined>;
1327
+ timeFormat?: pulumi.Input<string | undefined>;
1328
+ timestampFormat?: pulumi.Input<string | undefined>;
1329
+ trimSpace?: pulumi.Input<boolean | undefined>;
1330
+ type?: pulumi.Input<string | undefined>;
1331
+ }
1332
+ export interface FileFormatJsonShowOutput {
1333
+ comment?: pulumi.Input<string | undefined>;
1334
+ createdOn?: pulumi.Input<string | undefined>;
1335
+ databaseName?: pulumi.Input<string | undefined>;
1336
+ formatOptions?: pulumi.Input<string | undefined>;
1337
+ name?: pulumi.Input<string | undefined>;
1338
+ owner?: pulumi.Input<string | undefined>;
1339
+ ownerRoleType?: pulumi.Input<string | undefined>;
1340
+ schemaName?: pulumi.Input<string | undefined>;
1341
+ type?: pulumi.Input<string | undefined>;
1342
+ }
1343
+ export interface FileFormatOrcDescribeOutput {
1344
+ id?: pulumi.Input<string | undefined>;
1345
+ nullIfs?: pulumi.Input<pulumi.Input<string>[] | undefined>;
1346
+ replaceInvalidCharacters?: pulumi.Input<boolean | undefined>;
1347
+ trimSpace?: pulumi.Input<boolean | undefined>;
1348
+ type?: pulumi.Input<string | undefined>;
1349
+ }
1350
+ export interface FileFormatOrcShowOutput {
1351
+ comment?: pulumi.Input<string | undefined>;
1352
+ createdOn?: pulumi.Input<string | undefined>;
1353
+ databaseName?: pulumi.Input<string | undefined>;
1354
+ formatOptions?: pulumi.Input<string | undefined>;
1355
+ name?: pulumi.Input<string | undefined>;
1356
+ owner?: pulumi.Input<string | undefined>;
1357
+ ownerRoleType?: pulumi.Input<string | undefined>;
1358
+ schemaName?: pulumi.Input<string | undefined>;
1359
+ type?: pulumi.Input<string | undefined>;
1360
+ }
1361
+ export interface FileFormatParquetDescribeOutput {
1362
+ binaryAsText?: pulumi.Input<boolean | undefined>;
1363
+ compression?: pulumi.Input<string | undefined>;
1364
+ id?: pulumi.Input<string | undefined>;
1365
+ nullIfs?: pulumi.Input<pulumi.Input<string>[] | undefined>;
1366
+ replaceInvalidCharacters?: pulumi.Input<boolean | undefined>;
1367
+ trimSpace?: pulumi.Input<boolean | undefined>;
1368
+ type?: pulumi.Input<string | undefined>;
1369
+ useLogicalType?: pulumi.Input<boolean | undefined>;
1370
+ useVectorizedScanner?: pulumi.Input<boolean | undefined>;
1371
+ }
1372
+ export interface FileFormatParquetShowOutput {
1373
+ comment?: pulumi.Input<string | undefined>;
1374
+ createdOn?: pulumi.Input<string | undefined>;
1375
+ databaseName?: pulumi.Input<string | undefined>;
1376
+ formatOptions?: pulumi.Input<string | undefined>;
1377
+ name?: pulumi.Input<string | undefined>;
1378
+ owner?: pulumi.Input<string | undefined>;
1379
+ ownerRoleType?: pulumi.Input<string | undefined>;
1380
+ schemaName?: pulumi.Input<string | undefined>;
1381
+ type?: pulumi.Input<string | undefined>;
1382
+ }
1383
+ export interface FileFormatXmlDescribeOutput {
1384
+ compression?: pulumi.Input<string | undefined>;
1385
+ disableAutoConvert?: pulumi.Input<boolean | undefined>;
1386
+ id?: pulumi.Input<string | undefined>;
1387
+ ignoreUtf8Errors?: pulumi.Input<boolean | undefined>;
1388
+ preserveSpace?: pulumi.Input<boolean | undefined>;
1389
+ replaceInvalidCharacters?: pulumi.Input<boolean | undefined>;
1390
+ skipByteOrderMark?: pulumi.Input<boolean | undefined>;
1391
+ stripOuterElement?: pulumi.Input<boolean | undefined>;
1392
+ type?: pulumi.Input<string | undefined>;
1393
+ }
1394
+ export interface FileFormatXmlShowOutput {
1395
+ comment?: pulumi.Input<string | undefined>;
1396
+ createdOn?: pulumi.Input<string | undefined>;
1397
+ databaseName?: pulumi.Input<string | undefined>;
1398
+ formatOptions?: pulumi.Input<string | undefined>;
1399
+ name?: pulumi.Input<string | undefined>;
1400
+ owner?: pulumi.Input<string | undefined>;
1401
+ ownerRoleType?: pulumi.Input<string | undefined>;
1402
+ schemaName?: pulumi.Input<string | undefined>;
1403
+ type?: pulumi.Input<string | undefined>;
1404
+ }
1255
1405
  export interface FunctionJavaArgument {
1256
1406
  /**
1257
1407
  * The argument type.
@@ -2038,6 +2188,34 @@ export interface GetDynamicTablesLimitArgs {
2038
2188
  */
2039
2189
  rows?: pulumi.Input<number | undefined>;
2040
2190
  }
2191
+ export interface GetFileFormatsIn {
2192
+ /**
2193
+ * Returns records for the entire account.
2194
+ */
2195
+ account?: boolean;
2196
+ /**
2197
+ * Returns records for the current database in use or for a specified database.
2198
+ */
2199
+ database?: string;
2200
+ /**
2201
+ * Returns records for the current schema in use or a specified schema. Use fully qualified name.
2202
+ */
2203
+ schema?: string;
2204
+ }
2205
+ export interface GetFileFormatsInArgs {
2206
+ /**
2207
+ * Returns records for the entire account.
2208
+ */
2209
+ account?: pulumi.Input<boolean | undefined>;
2210
+ /**
2211
+ * Returns records for the current database in use or for a specified database.
2212
+ */
2213
+ database?: pulumi.Input<string | undefined>;
2214
+ /**
2215
+ * Returns records for the current schema in use or a specified schema. Use fully qualified name.
2216
+ */
2217
+ schema?: pulumi.Input<string | undefined>;
2218
+ }
2041
2219
  export interface GetGitRepositoriesIn {
2042
2220
  /**
2043
2221
  * Returns records for the entire account.
@@ -2254,6 +2432,82 @@ export interface GetGrantsGrantsToShareArgs {
2254
2432
  */
2255
2433
  shareName: pulumi.Input<string>;
2256
2434
  }
2435
+ export interface GetGrantsInheritedGrantsIn {
2436
+ /**
2437
+ * Lists all inherited grants defined in the account.
2438
+ */
2439
+ account?: boolean;
2440
+ /**
2441
+ * Lists all inherited grants defined in the specified database.
2442
+ */
2443
+ database?: string;
2444
+ /**
2445
+ * Lists all inherited grants defined in the specified schema. Schema must be a fully qualified name ("&lt;db*name&gt;"."&lt;schema*name&gt;").
2446
+ */
2447
+ schema?: string;
2448
+ }
2449
+ export interface GetGrantsInheritedGrantsInArgs {
2450
+ /**
2451
+ * Lists all inherited grants defined in the account.
2452
+ */
2453
+ account?: pulumi.Input<boolean | undefined>;
2454
+ /**
2455
+ * Lists all inherited grants defined in the specified database.
2456
+ */
2457
+ database?: pulumi.Input<string | undefined>;
2458
+ /**
2459
+ * Lists all inherited grants defined in the specified schema. Schema must be a fully qualified name ("&lt;db*name&gt;"."&lt;schema*name&gt;").
2460
+ */
2461
+ schema?: pulumi.Input<string | undefined>;
2462
+ }
2463
+ export interface GetIcebergTablesIn {
2464
+ /**
2465
+ * Returns records for the entire account.
2466
+ */
2467
+ account?: boolean;
2468
+ /**
2469
+ * Returns records for the current database in use or for a specified database.
2470
+ */
2471
+ database?: string;
2472
+ /**
2473
+ * Returns records for the current schema in use or a specified schema. Use fully qualified name.
2474
+ */
2475
+ schema?: string;
2476
+ }
2477
+ export interface GetIcebergTablesInArgs {
2478
+ /**
2479
+ * Returns records for the entire account.
2480
+ */
2481
+ account?: pulumi.Input<boolean | undefined>;
2482
+ /**
2483
+ * Returns records for the current database in use or for a specified database.
2484
+ */
2485
+ database?: pulumi.Input<string | undefined>;
2486
+ /**
2487
+ * Returns records for the current schema in use or a specified schema. Use fully qualified name.
2488
+ */
2489
+ schema?: pulumi.Input<string | undefined>;
2490
+ }
2491
+ export interface GetIcebergTablesLimit {
2492
+ /**
2493
+ * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
2494
+ */
2495
+ from?: string;
2496
+ /**
2497
+ * The maximum number of rows to return.
2498
+ */
2499
+ rows: number;
2500
+ }
2501
+ export interface GetIcebergTablesLimitArgs {
2502
+ /**
2503
+ * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
2504
+ */
2505
+ from?: pulumi.Input<string | undefined>;
2506
+ /**
2507
+ * The maximum number of rows to return.
2508
+ */
2509
+ rows: pulumi.Input<number>;
2510
+ }
2257
2511
  export interface GetImageRepositoriesIn {
2258
2512
  /**
2259
2513
  * Returns records for the entire account.
@@ -2366,6 +2620,34 @@ export interface GetMaskingPoliciesLimitArgs {
2366
2620
  */
2367
2621
  rows: pulumi.Input<number>;
2368
2622
  }
2623
+ export interface GetMcpServersIn {
2624
+ /**
2625
+ * Returns records for the entire account.
2626
+ */
2627
+ account?: boolean;
2628
+ /**
2629
+ * Returns records for the current database in use or for a specified database.
2630
+ */
2631
+ database?: string;
2632
+ /**
2633
+ * Returns records for the current schema in use or a specified schema. Use fully qualified name.
2634
+ */
2635
+ schema?: string;
2636
+ }
2637
+ export interface GetMcpServersInArgs {
2638
+ /**
2639
+ * Returns records for the entire account.
2640
+ */
2641
+ account?: pulumi.Input<boolean | undefined>;
2642
+ /**
2643
+ * Returns records for the current database in use or for a specified database.
2644
+ */
2645
+ database?: pulumi.Input<string | undefined>;
2646
+ /**
2647
+ * Returns records for the current schema in use or a specified schema. Use fully qualified name.
2648
+ */
2649
+ schema?: pulumi.Input<string | undefined>;
2650
+ }
2369
2651
  export interface GetNetworkRulesIn {
2370
2652
  /**
2371
2653
  * Returns records for the entire account.
@@ -3334,7 +3616,7 @@ export interface GrantOwnershipOn {
3334
3616
  */
3335
3617
  objectName?: pulumi.Input<string | undefined>;
3336
3618
  /**
3337
- * Specifies the type of object on which you are transferring ownership. Available values are: AGENT | AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | RESOURCE MONITOR | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEMANTIC VIEW | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE
3619
+ * Specifies the type of object on which you are transferring ownership. Available values are: AGENT | AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | INTERACTIVE TABLE | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | RESOURCE MONITOR | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEMANTIC VIEW | SEQUENCE | SNOWFLAKE INTELLIGENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE
3338
3620
  */
3339
3621
  objectType?: pulumi.Input<string | undefined>;
3340
3622
  }
@@ -3348,7 +3630,7 @@ export interface GrantOwnershipOnAll {
3348
3630
  */
3349
3631
  inSchema?: pulumi.Input<string | undefined>;
3350
3632
  /**
3351
- * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGENTS | AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATABASES | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEMANTIC VIEWS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters).
3633
+ * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGENTS | AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATABASES | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | INTERACTIVE TABLES | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEMANTIC VIEWS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES | WORKSPACES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters).
3352
3634
  */
3353
3635
  objectTypePlural: pulumi.Input<string>;
3354
3636
  }
@@ -3362,19 +3644,29 @@ export interface GrantOwnershipOnFuture {
3362
3644
  */
3363
3645
  inSchema?: pulumi.Input<string | undefined>;
3364
3646
  /**
3365
- * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGENTS | AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATABASES | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEMANTIC VIEWS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters).
3647
+ * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGENTS | AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATABASES | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | INTERACTIVE TABLES | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEMANTIC VIEWS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES | WORKSPACES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters).
3366
3648
  */
3367
3649
  objectTypePlural: pulumi.Input<string>;
3368
3650
  }
3369
3651
  export interface GrantPrivilegesToAccountRoleOnAccountObject {
3652
+ /**
3653
+ * Configures an inherited privilege to be granted on all current and future account objects of a given type in the account. See [Inherited grants](https://docs.snowflake.com/en/user-guide/inherited-grants-using) for more details. This field can be only used when `INHERITED_GRANTS` option is specified in provider block in the `experimentalFeaturesEnabled` field.
3654
+ */
3655
+ inherited?: pulumi.Input<inputs.GrantPrivilegesToAccountRoleOnAccountObjectInherited | undefined>;
3370
3656
  /**
3371
3657
  * The fully qualified name of the object on which privileges will be granted.
3372
3658
  */
3373
- objectName: pulumi.Input<string>;
3659
+ objectName?: pulumi.Input<string | undefined>;
3660
+ /**
3661
+ * The object type of the account object on which privileges will be granted. Valid values are: `USER` | `RESOURCE MONITOR` | `WAREHOUSE` | `COMPUTE POOL` | `DATABASE` | `INTEGRATION` | `CONNECTION` | `FAILOVER GROUP` | `REPLICATION GROUP` | `EXTERNAL VOLUME` | `SNOWFLAKE INTELLIGENCE`
3662
+ */
3663
+ objectType?: pulumi.Input<string | undefined>;
3664
+ }
3665
+ export interface GrantPrivilegesToAccountRoleOnAccountObjectInherited {
3374
3666
  /**
3375
- * The object type of the account object on which privileges will be granted. Valid values are: `USER` | `RESOURCE MONITOR` | `WAREHOUSE` | `COMPUTE POOL` | `DATABASE` | `INTEGRATION` | `CONNECTION` | `FAILOVER GROUP` | `REPLICATION GROUP` | `EXTERNAL VOLUME`
3667
+ * The plural object type of the account object on which an inherited privilege will be granted. Valid values are (case-insensitive): `USERS` | `RESOURCE MONITORS` | `WAREHOUSES` | `COMPUTE POOLS` | `DATABASES` | `INTEGRATIONS` | `CONNECTIONS` | `FAILOVER GROUPS` | `REPLICATION GROUPS` | `EXTERNAL VOLUMES`.
3376
3668
  */
3377
- objectType: pulumi.Input<string>;
3669
+ objectTypePlural: pulumi.Input<string>;
3378
3670
  }
3379
3671
  export interface GrantPrivilegesToAccountRoleOnSchema {
3380
3672
  /**
@@ -3385,11 +3677,25 @@ export interface GrantPrivilegesToAccountRoleOnSchema {
3385
3677
  * The fully qualified name of the database.
3386
3678
  */
3387
3679
  futureSchemasInDatabase?: pulumi.Input<string | undefined>;
3680
+ /**
3681
+ * Configures an inherited privilege to be granted on all current and future schemas in either the account or a database. See [Inherited grants](https://docs.snowflake.com/en/user-guide/inherited-grants-using) for more details. This field can be only used when `INHERITED_GRANTS` option is specified in provider block in the `experimentalFeaturesEnabled` field.
3682
+ */
3683
+ inherited?: pulumi.Input<inputs.GrantPrivilegesToAccountRoleOnSchemaInherited | undefined>;
3388
3684
  /**
3389
3685
  * The fully qualified name of the schema.
3390
3686
  */
3391
3687
  schemaName?: pulumi.Input<string | undefined>;
3392
3688
  }
3689
+ export interface GrantPrivilegesToAccountRoleOnSchemaInherited {
3690
+ /**
3691
+ * If true, the inherited privilege will be granted on all schemas in the account.
3692
+ */
3693
+ inAccount?: pulumi.Input<boolean | undefined>;
3694
+ /**
3695
+ * The fully qualified name of the database in which the inherited privilege will be granted on all schemas.
3696
+ */
3697
+ inDatabase?: pulumi.Input<string | undefined>;
3698
+ }
3393
3699
  export interface GrantPrivilegesToAccountRoleOnSchemaObject {
3394
3700
  /**
3395
3701
  * Configures the privilege to be granted on all objects in either a database or schema.
@@ -3399,12 +3705,16 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObject {
3399
3705
  * Configures the privilege to be granted on future objects in either a database or schema.
3400
3706
  */
3401
3707
  future?: pulumi.Input<inputs.GrantPrivilegesToAccountRoleOnSchemaObjectFuture | undefined>;
3708
+ /**
3709
+ * Configures an inherited privilege to be granted on all current and future objects of a given type in the account, a database, or a schema. See [Inherited grants](https://docs.snowflake.com/en/user-guide/inherited-grants-using) for more details. This field can be only used when `INHERITED_GRANTS` option is specified in provider block in the `experimentalFeaturesEnabled` field.
3710
+ */
3711
+ inherited?: pulumi.Input<inputs.GrantPrivilegesToAccountRoleOnSchemaObjectInherited | undefined>;
3402
3712
  /**
3403
3713
  * The fully qualified name of the object on which privileges will be granted.
3404
3714
  */
3405
3715
  objectName?: pulumi.Input<string | undefined>;
3406
3716
  /**
3407
- * The object type of the schema object on which privileges will be granted. Valid values are: AGENT | AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXPERIMENT | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GATEWAY | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MCP SERVER | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | NOTEBOOK PROJECT | ONLINE FEATURE TABLE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STORAGE LIFECYCLE POLICY | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW | WORKSPACE
3717
+ * The object type of the schema object on which privileges will be granted. Valid values are: AGENT | AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXPERIMENT | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GATEWAY | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | INTERACTIVE TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MCP SERVER | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | NOTEBOOK PROJECT | ONLINE FEATURE TABLE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STORAGE LIFECYCLE POLICY | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW | WORKSPACE
3408
3718
  */
3409
3719
  objectType?: pulumi.Input<string | undefined>;
3410
3720
  }
@@ -3412,7 +3722,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectAll {
3412
3722
  inDatabase?: pulumi.Input<string | undefined>;
3413
3723
  inSchema?: pulumi.Input<string | undefined>;
3414
3724
  /**
3415
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGENTS | AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MCP SERVERS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | ONLINE FEATURE TABLES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
3725
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: AGENTS | AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | INTERACTIVE TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MCP SERVERS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | ONLINE FEATURE TABLES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS | WORKSPACES.
3416
3726
  */
3417
3727
  objectTypePlural: pulumi.Input<string>;
3418
3728
  }
@@ -3420,7 +3730,25 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectFuture {
3420
3730
  inDatabase?: pulumi.Input<string | undefined>;
3421
3731
  inSchema?: pulumi.Input<string | undefined>;
3422
3732
  /**
3423
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGENTS | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MATERIALIZED VIEWS | MCP SERVERS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | ONLINE FEATURE TABLES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
3733
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: AGENTS | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | INTERACTIVE TABLES | MATERIALIZED VIEWS | MCP SERVERS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | ONLINE FEATURE TABLES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS | WORKSPACES.
3734
+ */
3735
+ objectTypePlural: pulumi.Input<string>;
3736
+ }
3737
+ export interface GrantPrivilegesToAccountRoleOnSchemaObjectInherited {
3738
+ /**
3739
+ * If true, the inherited privilege will be granted on all objects of the given type in the account.
3740
+ */
3741
+ inAccount?: pulumi.Input<boolean | undefined>;
3742
+ /**
3743
+ * The fully qualified name of the database in which the inherited privilege will be granted on all objects of the given type.
3744
+ */
3745
+ inDatabase?: pulumi.Input<string | undefined>;
3746
+ /**
3747
+ * The fully qualified name of the schema in which the inherited privilege will be granted on all objects of the given type.
3748
+ */
3749
+ inSchema?: pulumi.Input<string | undefined>;
3750
+ /**
3751
+ * The plural object type of the schema object on which an inherited privilege will be granted. Valid values are (case-insensitive): `AGENTS` | `AGGREGATION POLICIES` | `ALERTS` | `AUTHENTICATION POLICIES` | `CORTEX SEARCH SERVICES` | `DATA METRIC FUNCTIONS` | `DATASETS` | `DBT PROJECTS` | `DYNAMIC TABLES` | `EVENT TABLES` | `EXTERNAL TABLES` | `FILE FORMATS` | `FUNCTIONS` | `GIT REPOSITORIES` | `HYBRID TABLES` | `IMAGE REPOSITORIES` | `ICEBERG TABLES` | `INTERACTIVE TABLES` | `MASKING POLICIES` | `MATERIALIZED VIEWS` | `MCP SERVERS` | `MODELS` | `MODEL MONITORS` | `NETWORK RULES` | `NOTEBOOKS` | `ONLINE FEATURE TABLES` | `PACKAGES POLICIES` | `PASSWORD POLICIES` | `PIPES` | `PRIVACY POLICIES` | `PROCEDURES` | `PROJECTION POLICIES` | `ROW ACCESS POLICIES` | `SECRETS` | `SEMANTIC VIEWS` | `SERVICES` | `SESSION POLICIES` | `SEQUENCES` | `SNAPSHOTS` | `SNAPSHOT POLICIES` | `SNAPSHOT SETS` | `STAGES` | `STREAMS` | `STREAMLITS` | `TABLES` | `TAGS` | `TASKS` | `VIEWS` | `WORKSPACES`.
3424
3752
  */
3425
3753
  objectTypePlural: pulumi.Input<string>;
3426
3754
  }
@@ -3433,6 +3761,10 @@ export interface GrantPrivilegesToDatabaseRoleOnSchema {
3433
3761
  * The fully qualified name of the database.
3434
3762
  */
3435
3763
  futureSchemasInDatabase?: pulumi.Input<string | undefined>;
3764
+ /**
3765
+ * Configures an inherited privilege to be granted on all current and future schemas in a database. See [Inherited grants](https://docs.snowflake.com/en/user-guide/inherited-grants-using) for more details. This field can be only used when `INHERITED_GRANTS` option is specified in provider block in the `experimentalFeaturesEnabled` field.
3766
+ */
3767
+ inherited?: pulumi.Input<string | undefined>;
3436
3768
  /**
3437
3769
  * The fully qualified name of the schema.
3438
3770
  */
@@ -3447,12 +3779,16 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObject {
3447
3779
  * Configures the privilege to be granted on future objects in either a database or schema.
3448
3780
  */
3449
3781
  future?: pulumi.Input<inputs.GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture | undefined>;
3782
+ /**
3783
+ * Configures an inherited privilege to be granted on all current and future objects of a given type in a database or a schema. See [Inherited grants](https://docs.snowflake.com/en/user-guide/inherited-grants-using) for more details. This field can be only used when `INHERITED_GRANTS` option is specified in provider block in the `experimentalFeaturesEnabled` field.
3784
+ */
3785
+ inherited?: pulumi.Input<inputs.GrantPrivilegesToDatabaseRoleOnSchemaObjectInherited | undefined>;
3450
3786
  /**
3451
3787
  * The fully qualified name of the object on which privileges will be granted.
3452
3788
  */
3453
3789
  objectName?: pulumi.Input<string | undefined>;
3454
3790
  /**
3455
- * The object type of the schema object on which privileges will be granted. Valid values are: AGENT | AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXPERIMENT | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GATEWAY | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MCP SERVER | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | NOTEBOOK PROJECT | ONLINE FEATURE TABLE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STORAGE LIFECYCLE POLICY | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW | WORKSPACE
3791
+ * The object type of the schema object on which privileges will be granted. Valid values are: AGENT | AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXPERIMENT | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GATEWAY | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | INTERACTIVE TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MCP SERVER | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | NOTEBOOK PROJECT | ONLINE FEATURE TABLE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STORAGE LIFECYCLE POLICY | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW | WORKSPACE
3456
3792
  */
3457
3793
  objectType?: pulumi.Input<string | undefined>;
3458
3794
  }
@@ -3466,7 +3802,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectAll {
3466
3802
  */
3467
3803
  inSchema?: pulumi.Input<string | undefined>;
3468
3804
  /**
3469
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGENTS | AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MCP SERVERS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | ONLINE FEATURE TABLES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
3805
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: AGENTS | AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | INTERACTIVE TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MCP SERVERS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | ONLINE FEATURE TABLES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS | WORKSPACES.
3470
3806
  */
3471
3807
  objectTypePlural: pulumi.Input<string>;
3472
3808
  }
@@ -3480,10 +3816,257 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture {
3480
3816
  */
3481
3817
  inSchema?: pulumi.Input<string | undefined>;
3482
3818
  /**
3483
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGENTS | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MATERIALIZED VIEWS | MCP SERVERS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | ONLINE FEATURE TABLES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
3819
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: AGENTS | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | INTERACTIVE TABLES | MATERIALIZED VIEWS | MCP SERVERS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | ONLINE FEATURE TABLES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS | WORKSPACES.
3820
+ */
3821
+ objectTypePlural: pulumi.Input<string>;
3822
+ }
3823
+ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectInherited {
3824
+ /**
3825
+ * The fully qualified name of the database.
3826
+ */
3827
+ inDatabase?: pulumi.Input<string | undefined>;
3828
+ /**
3829
+ * The fully qualified name of the schema.
3830
+ */
3831
+ inSchema?: pulumi.Input<string | undefined>;
3832
+ /**
3833
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: AGENTS | AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | INTERACTIVE TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MCP SERVERS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | ONLINE FEATURE TABLES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS | WORKSPACES.
3484
3834
  */
3485
3835
  objectTypePlural: pulumi.Input<string>;
3486
3836
  }
3837
+ export interface IcebergTableAggregationPolicy {
3838
+ /**
3839
+ * Defines which columns uniquely identify an entity within the Iceberg table.
3840
+ */
3841
+ entityKeys?: pulumi.Input<pulumi.Input<string>[] | undefined>;
3842
+ /**
3843
+ * Aggregation policy name.
3844
+ */
3845
+ policyName: pulumi.Input<string>;
3846
+ }
3847
+ export interface IcebergTableCheckConstraint {
3848
+ /**
3849
+ * The CHECK constraint expression.
3850
+ */
3851
+ expression: pulumi.Input<string>;
3852
+ /**
3853
+ * Name of the constraint.
3854
+ */
3855
+ name?: pulumi.Input<string | undefined>;
3856
+ /**
3857
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether existing data is validated against the constraint (`true`, `ENABLE VALIDATE`) or not (`false`, `ENABLE NOVALIDATE`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3858
+ */
3859
+ validate?: pulumi.Input<string | undefined>;
3860
+ }
3861
+ export interface IcebergTableColumn {
3862
+ /**
3863
+ * Column comment.
3864
+ */
3865
+ comment?: pulumi.Input<string | undefined>;
3866
+ /**
3867
+ * Defines the column default value.
3868
+ */
3869
+ default?: pulumi.Input<inputs.IcebergTableColumnDefault | undefined>;
3870
+ /**
3871
+ * Specifies the masking policy to set on a column. For more information about this resource, see docs.
3872
+ */
3873
+ maskingPolicy?: pulumi.Input<inputs.IcebergTableColumnMaskingPolicy | undefined>;
3874
+ /**
3875
+ * Column name.
3876
+ */
3877
+ name: pulumi.Input<string>;
3878
+ /**
3879
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether to restrict the column to NOT NULL values.
3880
+ */
3881
+ notNull?: pulumi.Input<string | undefined>;
3882
+ /**
3883
+ * Specifies the projection policy to set on a column.
3884
+ */
3885
+ projectionPolicy?: pulumi.Input<inputs.IcebergTableColumnProjectionPolicy | undefined>;
3886
+ /**
3887
+ * Column type, e.g. VARIANT. For a full list of column types, see [Summary of Data Types](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
3888
+ */
3889
+ type: pulumi.Input<string>;
3890
+ }
3891
+ export interface IcebergTableColumnDefault {
3892
+ /**
3893
+ * The default expression value for the column.
3894
+ */
3895
+ expression: pulumi.Input<string>;
3896
+ }
3897
+ export interface IcebergTableColumnMaskingPolicy {
3898
+ /**
3899
+ * Masking policy name. For more information about this resource, see docs.
3900
+ */
3901
+ policyName: pulumi.Input<string>;
3902
+ /**
3903
+ * Specifies the arguments to pass into the conditional masking policy SQL expression, in order. The first column in the list specifies the column for the policy conditions to mask or tokenize the data and must match the column to which the masking policy is set. The additional columns specify the columns to evaluate to determine whether to mask or tokenize the data in each row of the query result when a query is made on the first column. If the USING clause is omitted, Snowflake treats the conditional masking policy as a normal masking policy.
3904
+ */
3905
+ usings?: pulumi.Input<pulumi.Input<string>[] | undefined>;
3906
+ }
3907
+ export interface IcebergTableColumnProjectionPolicy {
3908
+ /**
3909
+ * Projection policy name.
3910
+ */
3911
+ policyName: pulumi.Input<string>;
3912
+ }
3913
+ export interface IcebergTableDescribeOutput {
3914
+ check?: pulumi.Input<string | undefined>;
3915
+ comment?: pulumi.Input<string | undefined>;
3916
+ default?: pulumi.Input<string | undefined>;
3917
+ expression?: pulumi.Input<string | undefined>;
3918
+ isNullable?: pulumi.Input<boolean | undefined>;
3919
+ kind?: pulumi.Input<string | undefined>;
3920
+ name?: pulumi.Input<string | undefined>;
3921
+ nameMapping?: pulumi.Input<string | undefined>;
3922
+ policyName?: pulumi.Input<string | undefined>;
3923
+ primaryKey?: pulumi.Input<boolean | undefined>;
3924
+ privacyDomain?: pulumi.Input<string | undefined>;
3925
+ sourceIcebergType?: pulumi.Input<string | undefined>;
3926
+ type?: pulumi.Input<string | undefined>;
3927
+ uniqueKey?: pulumi.Input<boolean | undefined>;
3928
+ writeDefault?: pulumi.Input<string | undefined>;
3929
+ }
3930
+ export interface IcebergTableForeignKeyConstraint {
3931
+ /**
3932
+ * The local column(s) the foreign key is defined on.
3933
+ */
3934
+ columns: pulumi.Input<pulumi.Input<string>[]>;
3935
+ /**
3936
+ * Constraint comment.
3937
+ */
3938
+ comment?: pulumi.Input<string | undefined>;
3939
+ /**
3940
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is deferrable (`true`) or not deferrable (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3941
+ */
3942
+ deferrable?: pulumi.Input<string | undefined>;
3943
+ /**
3944
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is enabled (`true`) or disabled (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3945
+ */
3946
+ enable?: pulumi.Input<string | undefined>;
3947
+ /**
3948
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is enforced (`true`) or not enforced (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3949
+ */
3950
+ enforced?: pulumi.Input<string | undefined>;
3951
+ /**
3952
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is initially deferred (`true`) or initially immediate (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3953
+ */
3954
+ initiallyDeferred?: pulumi.Input<string | undefined>;
3955
+ /**
3956
+ * The match type for the foreign key. Valid values are: [FULL SIMPLE PARTIAL].
3957
+ */
3958
+ match?: pulumi.Input<string | undefined>;
3959
+ /**
3960
+ * Name of the constraint.
3961
+ */
3962
+ name?: pulumi.Input<string | undefined>;
3963
+ /**
3964
+ * Specifies the action to perform when the referenced primary/unique key is deleted. Valid values are: [CASCADE SET NULL SET DEFAULT RESTRICT NO ACTION].
3965
+ */
3966
+ onDelete?: pulumi.Input<string | undefined>;
3967
+ /**
3968
+ * Specifies the action to perform when the referenced primary/unique key is updated. Valid values are: [CASCADE SET NULL SET DEFAULT RESTRICT NO ACTION].
3969
+ */
3970
+ onUpdate?: pulumi.Input<string | undefined>;
3971
+ /**
3972
+ * The column(s) in the referenced table that the foreign key references.
3973
+ */
3974
+ refColumns?: pulumi.Input<pulumi.Input<string>[] | undefined>;
3975
+ /**
3976
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether a constraint in NOVALIDATE mode is taken into account (`true`) or not (`false`) during query rewrite. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3977
+ */
3978
+ rely?: pulumi.Input<string | undefined>;
3979
+ /**
3980
+ * The table that the foreign key references.
3981
+ */
3982
+ tableName: pulumi.Input<string>;
3983
+ /**
3984
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether to validate existing data on the table when the constraint is created (`true`) or skip validation (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
3985
+ */
3986
+ validate?: pulumi.Input<string | undefined>;
3987
+ }
3988
+ export interface IcebergTableFromAwsGlueDescribeOutput {
3989
+ check?: pulumi.Input<string | undefined>;
3990
+ comment?: pulumi.Input<string | undefined>;
3991
+ default?: pulumi.Input<string | undefined>;
3992
+ expression?: pulumi.Input<string | undefined>;
3993
+ isNullable?: pulumi.Input<boolean | undefined>;
3994
+ kind?: pulumi.Input<string | undefined>;
3995
+ name?: pulumi.Input<string | undefined>;
3996
+ nameMapping?: pulumi.Input<string | undefined>;
3997
+ policyName?: pulumi.Input<string | undefined>;
3998
+ primaryKey?: pulumi.Input<boolean | undefined>;
3999
+ privacyDomain?: pulumi.Input<string | undefined>;
4000
+ sourceIcebergType?: pulumi.Input<string | undefined>;
4001
+ type?: pulumi.Input<string | undefined>;
4002
+ uniqueKey?: pulumi.Input<boolean | undefined>;
4003
+ writeDefault?: pulumi.Input<string | undefined>;
4004
+ }
4005
+ export interface IcebergTableFromAwsGlueParameter {
4006
+ catalogs?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromAwsGlueParameterCatalog>[] | undefined>;
4007
+ externalVolumes?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromAwsGlueParameterExternalVolume>[] | undefined>;
4008
+ replaceInvalidCharacters?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromAwsGlueParameterReplaceInvalidCharacter>[] | undefined>;
4009
+ }
4010
+ export interface IcebergTableFromAwsGlueParameterCatalog {
4011
+ default?: pulumi.Input<string | undefined>;
4012
+ description?: pulumi.Input<string | undefined>;
4013
+ key?: pulumi.Input<string | undefined>;
4014
+ level?: pulumi.Input<string | undefined>;
4015
+ value?: pulumi.Input<string | undefined>;
4016
+ }
4017
+ export interface IcebergTableFromAwsGlueParameterExternalVolume {
4018
+ default?: pulumi.Input<string | undefined>;
4019
+ description?: pulumi.Input<string | undefined>;
4020
+ key?: pulumi.Input<string | undefined>;
4021
+ level?: pulumi.Input<string | undefined>;
4022
+ value?: pulumi.Input<string | undefined>;
4023
+ }
4024
+ export interface IcebergTableFromAwsGlueParameterReplaceInvalidCharacter {
4025
+ default?: pulumi.Input<string | undefined>;
4026
+ description?: pulumi.Input<string | undefined>;
4027
+ key?: pulumi.Input<string | undefined>;
4028
+ level?: pulumi.Input<string | undefined>;
4029
+ value?: pulumi.Input<string | undefined>;
4030
+ }
4031
+ export interface IcebergTableFromAwsGlueShowOutput {
4032
+ autoRefreshStatuses?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromAwsGlueShowOutputAutoRefreshStatus>[] | undefined>;
4033
+ baseLocation?: pulumi.Input<string | undefined>;
4034
+ canWriteMetadata?: pulumi.Input<boolean | undefined>;
4035
+ catalogName?: pulumi.Input<string | undefined>;
4036
+ catalogNamespace?: pulumi.Input<string | undefined>;
4037
+ catalogSyncName?: pulumi.Input<string | undefined>;
4038
+ catalogTableName?: pulumi.Input<string | undefined>;
4039
+ comment?: pulumi.Input<string | undefined>;
4040
+ createdOn?: pulumi.Input<string | undefined>;
4041
+ currentPartitionSpecId?: pulumi.Input<number | undefined>;
4042
+ databaseName?: pulumi.Input<string | undefined>;
4043
+ externalVolumeName?: pulumi.Input<string | undefined>;
4044
+ icebergTableFormatVersion?: pulumi.Input<number | undefined>;
4045
+ icebergTableType?: pulumi.Input<string | undefined>;
4046
+ name?: pulumi.Input<string | undefined>;
4047
+ nameMapping?: pulumi.Input<string | undefined>;
4048
+ owner?: pulumi.Input<string | undefined>;
4049
+ ownerRoleType?: pulumi.Input<string | undefined>;
4050
+ partitionSpecs?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromAwsGlueShowOutputPartitionSpec>[] | undefined>;
4051
+ schemaName?: pulumi.Input<string | undefined>;
4052
+ }
4053
+ export interface IcebergTableFromAwsGlueShowOutputAutoRefreshStatus {
4054
+ currentSnapshotId?: pulumi.Input<number | undefined>;
4055
+ executionState?: pulumi.Input<string | undefined>;
4056
+ lastSnapshotTime?: pulumi.Input<string | undefined>;
4057
+ lastUpdatedTime?: pulumi.Input<string | undefined>;
4058
+ pendingSnapshotCount?: pulumi.Input<number | undefined>;
4059
+ }
4060
+ export interface IcebergTableFromAwsGlueShowOutputPartitionSpec {
4061
+ fields?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromAwsGlueShowOutputPartitionSpecField>[] | undefined>;
4062
+ specId?: pulumi.Input<number | undefined>;
4063
+ }
4064
+ export interface IcebergTableFromAwsGlueShowOutputPartitionSpecField {
4065
+ fieldId?: pulumi.Input<number | undefined>;
4066
+ name?: pulumi.Input<string | undefined>;
4067
+ sourceId?: pulumi.Input<number | undefined>;
4068
+ transform?: pulumi.Input<string | undefined>;
4069
+ }
3487
4070
  export interface IcebergTableFromDeltaFilesDescribeOutput {
3488
4071
  check?: pulumi.Input<string | undefined>;
3489
4072
  comment?: pulumi.Input<string | undefined>;
@@ -3501,34 +4084,230 @@ export interface IcebergTableFromDeltaFilesDescribeOutput {
3501
4084
  uniqueKey?: pulumi.Input<boolean | undefined>;
3502
4085
  writeDefault?: pulumi.Input<string | undefined>;
3503
4086
  }
3504
- export interface IcebergTableFromDeltaFilesParameter {
3505
- catalogs?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromDeltaFilesParameterCatalog>[] | undefined>;
3506
- externalVolumes?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromDeltaFilesParameterExternalVolume>[] | undefined>;
3507
- replaceInvalidCharacters?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromDeltaFilesParameterReplaceInvalidCharacter>[] | undefined>;
4087
+ export interface IcebergTableFromDeltaFilesParameter {
4088
+ catalogs?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromDeltaFilesParameterCatalog>[] | undefined>;
4089
+ externalVolumes?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromDeltaFilesParameterExternalVolume>[] | undefined>;
4090
+ replaceInvalidCharacters?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromDeltaFilesParameterReplaceInvalidCharacter>[] | undefined>;
4091
+ }
4092
+ export interface IcebergTableFromDeltaFilesParameterCatalog {
4093
+ default?: pulumi.Input<string | undefined>;
4094
+ description?: pulumi.Input<string | undefined>;
4095
+ key?: pulumi.Input<string | undefined>;
4096
+ level?: pulumi.Input<string | undefined>;
4097
+ value?: pulumi.Input<string | undefined>;
4098
+ }
4099
+ export interface IcebergTableFromDeltaFilesParameterExternalVolume {
4100
+ default?: pulumi.Input<string | undefined>;
4101
+ description?: pulumi.Input<string | undefined>;
4102
+ key?: pulumi.Input<string | undefined>;
4103
+ level?: pulumi.Input<string | undefined>;
4104
+ value?: pulumi.Input<string | undefined>;
4105
+ }
4106
+ export interface IcebergTableFromDeltaFilesParameterReplaceInvalidCharacter {
4107
+ default?: pulumi.Input<string | undefined>;
4108
+ description?: pulumi.Input<string | undefined>;
4109
+ key?: pulumi.Input<string | undefined>;
4110
+ level?: pulumi.Input<string | undefined>;
4111
+ value?: pulumi.Input<string | undefined>;
4112
+ }
4113
+ export interface IcebergTableFromDeltaFilesShowOutput {
4114
+ autoRefreshStatuses?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromDeltaFilesShowOutputAutoRefreshStatus>[] | undefined>;
4115
+ baseLocation?: pulumi.Input<string | undefined>;
4116
+ canWriteMetadata?: pulumi.Input<boolean | undefined>;
4117
+ catalogName?: pulumi.Input<string | undefined>;
4118
+ catalogNamespace?: pulumi.Input<string | undefined>;
4119
+ catalogSyncName?: pulumi.Input<string | undefined>;
4120
+ catalogTableName?: pulumi.Input<string | undefined>;
4121
+ comment?: pulumi.Input<string | undefined>;
4122
+ createdOn?: pulumi.Input<string | undefined>;
4123
+ currentPartitionSpecId?: pulumi.Input<number | undefined>;
4124
+ databaseName?: pulumi.Input<string | undefined>;
4125
+ externalVolumeName?: pulumi.Input<string | undefined>;
4126
+ icebergTableFormatVersion?: pulumi.Input<number | undefined>;
4127
+ icebergTableType?: pulumi.Input<string | undefined>;
4128
+ name?: pulumi.Input<string | undefined>;
4129
+ nameMapping?: pulumi.Input<string | undefined>;
4130
+ owner?: pulumi.Input<string | undefined>;
4131
+ ownerRoleType?: pulumi.Input<string | undefined>;
4132
+ partitionSpecs?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromDeltaFilesShowOutputPartitionSpec>[] | undefined>;
4133
+ schemaName?: pulumi.Input<string | undefined>;
4134
+ }
4135
+ export interface IcebergTableFromDeltaFilesShowOutputAutoRefreshStatus {
4136
+ currentSnapshotId?: pulumi.Input<number | undefined>;
4137
+ executionState?: pulumi.Input<string | undefined>;
4138
+ lastSnapshotTime?: pulumi.Input<string | undefined>;
4139
+ lastUpdatedTime?: pulumi.Input<string | undefined>;
4140
+ pendingSnapshotCount?: pulumi.Input<number | undefined>;
4141
+ }
4142
+ export interface IcebergTableFromDeltaFilesShowOutputPartitionSpec {
4143
+ fields?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromDeltaFilesShowOutputPartitionSpecField>[] | undefined>;
4144
+ specId?: pulumi.Input<number | undefined>;
4145
+ }
4146
+ export interface IcebergTableFromDeltaFilesShowOutputPartitionSpecField {
4147
+ fieldId?: pulumi.Input<number | undefined>;
4148
+ name?: pulumi.Input<string | undefined>;
4149
+ sourceId?: pulumi.Input<number | undefined>;
4150
+ transform?: pulumi.Input<string | undefined>;
4151
+ }
4152
+ export interface IcebergTableFromFilesDescribeOutput {
4153
+ check?: pulumi.Input<string | undefined>;
4154
+ comment?: pulumi.Input<string | undefined>;
4155
+ default?: pulumi.Input<string | undefined>;
4156
+ expression?: pulumi.Input<string | undefined>;
4157
+ isNullable?: pulumi.Input<boolean | undefined>;
4158
+ kind?: pulumi.Input<string | undefined>;
4159
+ name?: pulumi.Input<string | undefined>;
4160
+ nameMapping?: pulumi.Input<string | undefined>;
4161
+ policyName?: pulumi.Input<string | undefined>;
4162
+ primaryKey?: pulumi.Input<boolean | undefined>;
4163
+ privacyDomain?: pulumi.Input<string | undefined>;
4164
+ sourceIcebergType?: pulumi.Input<string | undefined>;
4165
+ type?: pulumi.Input<string | undefined>;
4166
+ uniqueKey?: pulumi.Input<boolean | undefined>;
4167
+ writeDefault?: pulumi.Input<string | undefined>;
4168
+ }
4169
+ export interface IcebergTableFromFilesParameter {
4170
+ catalogs?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromFilesParameterCatalog>[] | undefined>;
4171
+ externalVolumes?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromFilesParameterExternalVolume>[] | undefined>;
4172
+ replaceInvalidCharacters?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromFilesParameterReplaceInvalidCharacter>[] | undefined>;
4173
+ }
4174
+ export interface IcebergTableFromFilesParameterCatalog {
4175
+ default?: pulumi.Input<string | undefined>;
4176
+ description?: pulumi.Input<string | undefined>;
4177
+ key?: pulumi.Input<string | undefined>;
4178
+ level?: pulumi.Input<string | undefined>;
4179
+ value?: pulumi.Input<string | undefined>;
4180
+ }
4181
+ export interface IcebergTableFromFilesParameterExternalVolume {
4182
+ default?: pulumi.Input<string | undefined>;
4183
+ description?: pulumi.Input<string | undefined>;
4184
+ key?: pulumi.Input<string | undefined>;
4185
+ level?: pulumi.Input<string | undefined>;
4186
+ value?: pulumi.Input<string | undefined>;
4187
+ }
4188
+ export interface IcebergTableFromFilesParameterReplaceInvalidCharacter {
4189
+ default?: pulumi.Input<string | undefined>;
4190
+ description?: pulumi.Input<string | undefined>;
4191
+ key?: pulumi.Input<string | undefined>;
4192
+ level?: pulumi.Input<string | undefined>;
4193
+ value?: pulumi.Input<string | undefined>;
4194
+ }
4195
+ export interface IcebergTableFromFilesShowOutput {
4196
+ autoRefreshStatuses?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromFilesShowOutputAutoRefreshStatus>[] | undefined>;
4197
+ baseLocation?: pulumi.Input<string | undefined>;
4198
+ canWriteMetadata?: pulumi.Input<boolean | undefined>;
4199
+ catalogName?: pulumi.Input<string | undefined>;
4200
+ catalogNamespace?: pulumi.Input<string | undefined>;
4201
+ catalogSyncName?: pulumi.Input<string | undefined>;
4202
+ catalogTableName?: pulumi.Input<string | undefined>;
4203
+ comment?: pulumi.Input<string | undefined>;
4204
+ createdOn?: pulumi.Input<string | undefined>;
4205
+ currentPartitionSpecId?: pulumi.Input<number | undefined>;
4206
+ databaseName?: pulumi.Input<string | undefined>;
4207
+ externalVolumeName?: pulumi.Input<string | undefined>;
4208
+ icebergTableFormatVersion?: pulumi.Input<number | undefined>;
4209
+ icebergTableType?: pulumi.Input<string | undefined>;
4210
+ name?: pulumi.Input<string | undefined>;
4211
+ nameMapping?: pulumi.Input<string | undefined>;
4212
+ owner?: pulumi.Input<string | undefined>;
4213
+ ownerRoleType?: pulumi.Input<string | undefined>;
4214
+ partitionSpecs?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromFilesShowOutputPartitionSpec>[] | undefined>;
4215
+ schemaName?: pulumi.Input<string | undefined>;
4216
+ }
4217
+ export interface IcebergTableFromFilesShowOutputAutoRefreshStatus {
4218
+ currentSnapshotId?: pulumi.Input<number | undefined>;
4219
+ executionState?: pulumi.Input<string | undefined>;
4220
+ lastSnapshotTime?: pulumi.Input<string | undefined>;
4221
+ lastUpdatedTime?: pulumi.Input<string | undefined>;
4222
+ pendingSnapshotCount?: pulumi.Input<number | undefined>;
4223
+ }
4224
+ export interface IcebergTableFromFilesShowOutputPartitionSpec {
4225
+ fields?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromFilesShowOutputPartitionSpecField>[] | undefined>;
4226
+ specId?: pulumi.Input<number | undefined>;
4227
+ }
4228
+ export interface IcebergTableFromFilesShowOutputPartitionSpecField {
4229
+ fieldId?: pulumi.Input<number | undefined>;
4230
+ name?: pulumi.Input<string | undefined>;
4231
+ sourceId?: pulumi.Input<number | undefined>;
4232
+ transform?: pulumi.Input<string | undefined>;
4233
+ }
4234
+ export interface IcebergTableFromRestDescribeOutput {
4235
+ check?: pulumi.Input<string | undefined>;
4236
+ comment?: pulumi.Input<string | undefined>;
4237
+ default?: pulumi.Input<string | undefined>;
4238
+ expression?: pulumi.Input<string | undefined>;
4239
+ isNullable?: pulumi.Input<boolean | undefined>;
4240
+ kind?: pulumi.Input<string | undefined>;
4241
+ name?: pulumi.Input<string | undefined>;
4242
+ nameMapping?: pulumi.Input<string | undefined>;
4243
+ policyName?: pulumi.Input<string | undefined>;
4244
+ primaryKey?: pulumi.Input<boolean | undefined>;
4245
+ privacyDomain?: pulumi.Input<string | undefined>;
4246
+ sourceIcebergType?: pulumi.Input<string | undefined>;
4247
+ type?: pulumi.Input<string | undefined>;
4248
+ uniqueKey?: pulumi.Input<boolean | undefined>;
4249
+ writeDefault?: pulumi.Input<string | undefined>;
4250
+ }
4251
+ export interface IcebergTableFromRestParameter {
4252
+ catalogs?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromRestParameterCatalog>[] | undefined>;
4253
+ enableIcebergMergeOnReads?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromRestParameterEnableIcebergMergeOnRead>[] | undefined>;
4254
+ externalVolumes?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromRestParameterExternalVolume>[] | undefined>;
4255
+ icebergMergeOnReadBehaviors?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromRestParameterIcebergMergeOnReadBehavior>[] | undefined>;
4256
+ replaceInvalidCharacters?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromRestParameterReplaceInvalidCharacter>[] | undefined>;
4257
+ storageSerializationPolicies?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromRestParameterStorageSerializationPolicy>[] | undefined>;
4258
+ targetFileSizes?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromRestParameterTargetFileSize>[] | undefined>;
4259
+ }
4260
+ export interface IcebergTableFromRestParameterCatalog {
4261
+ default?: pulumi.Input<string | undefined>;
4262
+ description?: pulumi.Input<string | undefined>;
4263
+ key?: pulumi.Input<string | undefined>;
4264
+ level?: pulumi.Input<string | undefined>;
4265
+ value?: pulumi.Input<string | undefined>;
4266
+ }
4267
+ export interface IcebergTableFromRestParameterEnableIcebergMergeOnRead {
4268
+ default?: pulumi.Input<string | undefined>;
4269
+ description?: pulumi.Input<string | undefined>;
4270
+ key?: pulumi.Input<string | undefined>;
4271
+ level?: pulumi.Input<string | undefined>;
4272
+ value?: pulumi.Input<string | undefined>;
3508
4273
  }
3509
- export interface IcebergTableFromDeltaFilesParameterCatalog {
4274
+ export interface IcebergTableFromRestParameterExternalVolume {
3510
4275
  default?: pulumi.Input<string | undefined>;
3511
4276
  description?: pulumi.Input<string | undefined>;
3512
4277
  key?: pulumi.Input<string | undefined>;
3513
4278
  level?: pulumi.Input<string | undefined>;
3514
4279
  value?: pulumi.Input<string | undefined>;
3515
4280
  }
3516
- export interface IcebergTableFromDeltaFilesParameterExternalVolume {
4281
+ export interface IcebergTableFromRestParameterIcebergMergeOnReadBehavior {
3517
4282
  default?: pulumi.Input<string | undefined>;
3518
4283
  description?: pulumi.Input<string | undefined>;
3519
4284
  key?: pulumi.Input<string | undefined>;
3520
4285
  level?: pulumi.Input<string | undefined>;
3521
4286
  value?: pulumi.Input<string | undefined>;
3522
4287
  }
3523
- export interface IcebergTableFromDeltaFilesParameterReplaceInvalidCharacter {
4288
+ export interface IcebergTableFromRestParameterReplaceInvalidCharacter {
3524
4289
  default?: pulumi.Input<string | undefined>;
3525
4290
  description?: pulumi.Input<string | undefined>;
3526
4291
  key?: pulumi.Input<string | undefined>;
3527
4292
  level?: pulumi.Input<string | undefined>;
3528
4293
  value?: pulumi.Input<string | undefined>;
3529
4294
  }
3530
- export interface IcebergTableFromDeltaFilesShowOutput {
3531
- autoRefreshStatuses?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromDeltaFilesShowOutputAutoRefreshStatus>[] | undefined>;
4295
+ export interface IcebergTableFromRestParameterStorageSerializationPolicy {
4296
+ default?: pulumi.Input<string | undefined>;
4297
+ description?: pulumi.Input<string | undefined>;
4298
+ key?: pulumi.Input<string | undefined>;
4299
+ level?: pulumi.Input<string | undefined>;
4300
+ value?: pulumi.Input<string | undefined>;
4301
+ }
4302
+ export interface IcebergTableFromRestParameterTargetFileSize {
4303
+ default?: pulumi.Input<string | undefined>;
4304
+ description?: pulumi.Input<string | undefined>;
4305
+ key?: pulumi.Input<string | undefined>;
4306
+ level?: pulumi.Input<string | undefined>;
4307
+ value?: pulumi.Input<string | undefined>;
4308
+ }
4309
+ export interface IcebergTableFromRestShowOutput {
4310
+ autoRefreshStatuses?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromRestShowOutputAutoRefreshStatus>[] | undefined>;
3532
4311
  baseLocation?: pulumi.Input<string | undefined>;
3533
4312
  canWriteMetadata?: pulumi.Input<boolean | undefined>;
3534
4313
  catalogName?: pulumi.Input<string | undefined>;
@@ -3546,61 +4325,200 @@ export interface IcebergTableFromDeltaFilesShowOutput {
3546
4325
  nameMapping?: pulumi.Input<string | undefined>;
3547
4326
  owner?: pulumi.Input<string | undefined>;
3548
4327
  ownerRoleType?: pulumi.Input<string | undefined>;
3549
- partitionSpecs?: pulumi.Input<string | undefined>;
4328
+ partitionSpecs?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromRestShowOutputPartitionSpec>[] | undefined>;
3550
4329
  schemaName?: pulumi.Input<string | undefined>;
3551
4330
  }
3552
- export interface IcebergTableFromDeltaFilesShowOutputAutoRefreshStatus {
4331
+ export interface IcebergTableFromRestShowOutputAutoRefreshStatus {
3553
4332
  currentSnapshotId?: pulumi.Input<number | undefined>;
3554
4333
  executionState?: pulumi.Input<string | undefined>;
3555
4334
  lastSnapshotTime?: pulumi.Input<string | undefined>;
3556
4335
  lastUpdatedTime?: pulumi.Input<string | undefined>;
3557
4336
  pendingSnapshotCount?: pulumi.Input<number | undefined>;
3558
4337
  }
3559
- export interface IcebergTableFromFilesDescribeOutput {
3560
- check?: pulumi.Input<string | undefined>;
3561
- comment?: pulumi.Input<string | undefined>;
3562
- default?: pulumi.Input<string | undefined>;
3563
- expression?: pulumi.Input<string | undefined>;
3564
- isNullable?: pulumi.Input<boolean | undefined>;
3565
- kind?: pulumi.Input<string | undefined>;
4338
+ export interface IcebergTableFromRestShowOutputPartitionSpec {
4339
+ fields?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromRestShowOutputPartitionSpecField>[] | undefined>;
4340
+ specId?: pulumi.Input<number | undefined>;
4341
+ }
4342
+ export interface IcebergTableFromRestShowOutputPartitionSpecField {
4343
+ fieldId?: pulumi.Input<number | undefined>;
3566
4344
  name?: pulumi.Input<string | undefined>;
3567
- nameMapping?: pulumi.Input<string | undefined>;
3568
- policyName?: pulumi.Input<string | undefined>;
3569
- primaryKey?: pulumi.Input<boolean | undefined>;
3570
- privacyDomain?: pulumi.Input<string | undefined>;
3571
- sourceIcebergType?: pulumi.Input<string | undefined>;
3572
- type?: pulumi.Input<string | undefined>;
3573
- uniqueKey?: pulumi.Input<boolean | undefined>;
3574
- writeDefault?: pulumi.Input<string | undefined>;
4345
+ sourceId?: pulumi.Input<number | undefined>;
4346
+ transform?: pulumi.Input<string | undefined>;
3575
4347
  }
3576
- export interface IcebergTableFromFilesParameter {
3577
- catalogs?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromFilesParameterCatalog>[] | undefined>;
3578
- externalVolumes?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromFilesParameterExternalVolume>[] | undefined>;
3579
- replaceInvalidCharacters?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromFilesParameterReplaceInvalidCharacter>[] | undefined>;
4348
+ export interface IcebergTableParameter {
4349
+ catalogSyncs?: pulumi.Input<pulumi.Input<inputs.IcebergTableParameterCatalogSync>[] | undefined>;
4350
+ catalogs?: pulumi.Input<pulumi.Input<inputs.IcebergTableParameterCatalog>[] | undefined>;
4351
+ dataRetentionTimeInDays?: pulumi.Input<pulumi.Input<inputs.IcebergTableParameterDataRetentionTimeInDay>[] | undefined>;
4352
+ enableDataCompactions?: pulumi.Input<pulumi.Input<inputs.IcebergTableParameterEnableDataCompaction>[] | undefined>;
4353
+ enableIcebergMergeOnReads?: pulumi.Input<pulumi.Input<inputs.IcebergTableParameterEnableIcebergMergeOnRead>[] | undefined>;
4354
+ externalVolumes?: pulumi.Input<pulumi.Input<inputs.IcebergTableParameterExternalVolume>[] | undefined>;
4355
+ maxDataExtensionTimeInDays?: pulumi.Input<pulumi.Input<inputs.IcebergTableParameterMaxDataExtensionTimeInDay>[] | undefined>;
4356
+ storageSerializationPolicies?: pulumi.Input<pulumi.Input<inputs.IcebergTableParameterStorageSerializationPolicy>[] | undefined>;
4357
+ targetFileSizes?: pulumi.Input<pulumi.Input<inputs.IcebergTableParameterTargetFileSize>[] | undefined>;
3580
4358
  }
3581
- export interface IcebergTableFromFilesParameterCatalog {
4359
+ export interface IcebergTableParameterCatalog {
3582
4360
  default?: pulumi.Input<string | undefined>;
3583
4361
  description?: pulumi.Input<string | undefined>;
3584
4362
  key?: pulumi.Input<string | undefined>;
3585
4363
  level?: pulumi.Input<string | undefined>;
3586
4364
  value?: pulumi.Input<string | undefined>;
3587
4365
  }
3588
- export interface IcebergTableFromFilesParameterExternalVolume {
4366
+ export interface IcebergTableParameterCatalogSync {
3589
4367
  default?: pulumi.Input<string | undefined>;
3590
4368
  description?: pulumi.Input<string | undefined>;
3591
4369
  key?: pulumi.Input<string | undefined>;
3592
4370
  level?: pulumi.Input<string | undefined>;
3593
4371
  value?: pulumi.Input<string | undefined>;
3594
4372
  }
3595
- export interface IcebergTableFromFilesParameterReplaceInvalidCharacter {
4373
+ export interface IcebergTableParameterDataRetentionTimeInDay {
3596
4374
  default?: pulumi.Input<string | undefined>;
3597
4375
  description?: pulumi.Input<string | undefined>;
3598
4376
  key?: pulumi.Input<string | undefined>;
3599
4377
  level?: pulumi.Input<string | undefined>;
3600
4378
  value?: pulumi.Input<string | undefined>;
3601
4379
  }
3602
- export interface IcebergTableFromFilesShowOutput {
3603
- autoRefreshStatuses?: pulumi.Input<pulumi.Input<inputs.IcebergTableFromFilesShowOutputAutoRefreshStatus>[] | undefined>;
4380
+ export interface IcebergTableParameterEnableDataCompaction {
4381
+ default?: pulumi.Input<string | undefined>;
4382
+ description?: pulumi.Input<string | undefined>;
4383
+ key?: pulumi.Input<string | undefined>;
4384
+ level?: pulumi.Input<string | undefined>;
4385
+ value?: pulumi.Input<string | undefined>;
4386
+ }
4387
+ export interface IcebergTableParameterEnableIcebergMergeOnRead {
4388
+ default?: pulumi.Input<string | undefined>;
4389
+ description?: pulumi.Input<string | undefined>;
4390
+ key?: pulumi.Input<string | undefined>;
4391
+ level?: pulumi.Input<string | undefined>;
4392
+ value?: pulumi.Input<string | undefined>;
4393
+ }
4394
+ export interface IcebergTableParameterExternalVolume {
4395
+ default?: pulumi.Input<string | undefined>;
4396
+ description?: pulumi.Input<string | undefined>;
4397
+ key?: pulumi.Input<string | undefined>;
4398
+ level?: pulumi.Input<string | undefined>;
4399
+ value?: pulumi.Input<string | undefined>;
4400
+ }
4401
+ export interface IcebergTableParameterMaxDataExtensionTimeInDay {
4402
+ default?: pulumi.Input<string | undefined>;
4403
+ description?: pulumi.Input<string | undefined>;
4404
+ key?: pulumi.Input<string | undefined>;
4405
+ level?: pulumi.Input<string | undefined>;
4406
+ value?: pulumi.Input<string | undefined>;
4407
+ }
4408
+ export interface IcebergTableParameterStorageSerializationPolicy {
4409
+ default?: pulumi.Input<string | undefined>;
4410
+ description?: pulumi.Input<string | undefined>;
4411
+ key?: pulumi.Input<string | undefined>;
4412
+ level?: pulumi.Input<string | undefined>;
4413
+ value?: pulumi.Input<string | undefined>;
4414
+ }
4415
+ export interface IcebergTableParameterTargetFileSize {
4416
+ default?: pulumi.Input<string | undefined>;
4417
+ description?: pulumi.Input<string | undefined>;
4418
+ key?: pulumi.Input<string | undefined>;
4419
+ level?: pulumi.Input<string | undefined>;
4420
+ value?: pulumi.Input<string | undefined>;
4421
+ }
4422
+ export interface IcebergTablePartitionBy {
4423
+ /**
4424
+ * Partitions the table by hashing the column into a fixed number of buckets.
4425
+ */
4426
+ bucket?: pulumi.Input<inputs.IcebergTablePartitionByBucket | undefined>;
4427
+ /**
4428
+ * Partitions the table by the day component of the column.
4429
+ */
4430
+ day?: pulumi.Input<string | undefined>;
4431
+ /**
4432
+ * Partitions the table by the hour component of the column.
4433
+ */
4434
+ hour?: pulumi.Input<string | undefined>;
4435
+ /**
4436
+ * Name of the column to use as-is for partitioning.
4437
+ */
4438
+ identity?: pulumi.Input<string | undefined>;
4439
+ /**
4440
+ * Partitions the table by the month component of the column.
4441
+ */
4442
+ month?: pulumi.Input<string | undefined>;
4443
+ /**
4444
+ * Partitions the table by truncating the column value to a fixed width.
4445
+ */
4446
+ truncate?: pulumi.Input<inputs.IcebergTablePartitionByTruncate | undefined>;
4447
+ /**
4448
+ * Partitions the table by the year component of the column.
4449
+ */
4450
+ year?: pulumi.Input<string | undefined>;
4451
+ }
4452
+ export interface IcebergTablePartitionByBucket {
4453
+ /**
4454
+ * Name of the column to bucket.
4455
+ */
4456
+ column: pulumi.Input<string>;
4457
+ /**
4458
+ * Number of buckets to hash the column values into.
4459
+ */
4460
+ numBuckets: pulumi.Input<number>;
4461
+ }
4462
+ export interface IcebergTablePartitionByTruncate {
4463
+ /**
4464
+ * Name of the column to truncate.
4465
+ */
4466
+ column: pulumi.Input<string>;
4467
+ /**
4468
+ * Width to truncate the column value to.
4469
+ */
4470
+ width: pulumi.Input<number>;
4471
+ }
4472
+ export interface IcebergTablePrimaryKeyConstraint {
4473
+ /**
4474
+ * The column(s) the constraint applies to.
4475
+ */
4476
+ columns: pulumi.Input<pulumi.Input<string>[]>;
4477
+ /**
4478
+ * Constraint comment.
4479
+ */
4480
+ comment?: pulumi.Input<string | undefined>;
4481
+ /**
4482
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is deferrable (`true`) or not deferrable (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4483
+ */
4484
+ deferrable?: pulumi.Input<string | undefined>;
4485
+ /**
4486
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is enabled (`true`) or disabled (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4487
+ */
4488
+ enable?: pulumi.Input<string | undefined>;
4489
+ /**
4490
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is enforced (`true`) or not enforced (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4491
+ */
4492
+ enforced?: pulumi.Input<string | undefined>;
4493
+ /**
4494
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is initially deferred (`true`) or initially immediate (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4495
+ */
4496
+ initiallyDeferred?: pulumi.Input<string | undefined>;
4497
+ /**
4498
+ * Name of the constraint.
4499
+ */
4500
+ name?: pulumi.Input<string | undefined>;
4501
+ /**
4502
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether a constraint in NOVALIDATE mode is taken into account (`true`) or not (`false`) during query rewrite. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4503
+ */
4504
+ rely?: pulumi.Input<string | undefined>;
4505
+ /**
4506
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether to validate existing data on the table when the constraint is created (`true`) or skip validation (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4507
+ */
4508
+ validate?: pulumi.Input<string | undefined>;
4509
+ }
4510
+ export interface IcebergTableRowAccessPolicy {
4511
+ /**
4512
+ * Defines which columns are affected by the policy.
4513
+ */
4514
+ ons: pulumi.Input<pulumi.Input<string>[]>;
4515
+ /**
4516
+ * Row access policy name. For more information about this resource, see docs.
4517
+ */
4518
+ policyName: pulumi.Input<string>;
4519
+ }
4520
+ export interface IcebergTableShowOutput {
4521
+ autoRefreshStatuses?: pulumi.Input<pulumi.Input<inputs.IcebergTableShowOutputAutoRefreshStatus>[] | undefined>;
3604
4522
  baseLocation?: pulumi.Input<string | undefined>;
3605
4523
  canWriteMetadata?: pulumi.Input<boolean | undefined>;
3606
4524
  catalogName?: pulumi.Input<string | undefined>;
@@ -3618,16 +4536,64 @@ export interface IcebergTableFromFilesShowOutput {
3618
4536
  nameMapping?: pulumi.Input<string | undefined>;
3619
4537
  owner?: pulumi.Input<string | undefined>;
3620
4538
  ownerRoleType?: pulumi.Input<string | undefined>;
3621
- partitionSpecs?: pulumi.Input<string | undefined>;
4539
+ partitionSpecs?: pulumi.Input<pulumi.Input<inputs.IcebergTableShowOutputPartitionSpec>[] | undefined>;
3622
4540
  schemaName?: pulumi.Input<string | undefined>;
3623
4541
  }
3624
- export interface IcebergTableFromFilesShowOutputAutoRefreshStatus {
4542
+ export interface IcebergTableShowOutputAutoRefreshStatus {
3625
4543
  currentSnapshotId?: pulumi.Input<number | undefined>;
3626
4544
  executionState?: pulumi.Input<string | undefined>;
3627
4545
  lastSnapshotTime?: pulumi.Input<string | undefined>;
3628
4546
  lastUpdatedTime?: pulumi.Input<string | undefined>;
3629
4547
  pendingSnapshotCount?: pulumi.Input<number | undefined>;
3630
4548
  }
4549
+ export interface IcebergTableShowOutputPartitionSpec {
4550
+ fields?: pulumi.Input<pulumi.Input<inputs.IcebergTableShowOutputPartitionSpecField>[] | undefined>;
4551
+ specId?: pulumi.Input<number | undefined>;
4552
+ }
4553
+ export interface IcebergTableShowOutputPartitionSpecField {
4554
+ fieldId?: pulumi.Input<number | undefined>;
4555
+ name?: pulumi.Input<string | undefined>;
4556
+ sourceId?: pulumi.Input<number | undefined>;
4557
+ transform?: pulumi.Input<string | undefined>;
4558
+ }
4559
+ export interface IcebergTableUniqueConstraint {
4560
+ /**
4561
+ * The column(s) the constraint applies to.
4562
+ */
4563
+ columns: pulumi.Input<pulumi.Input<string>[]>;
4564
+ /**
4565
+ * Constraint comment.
4566
+ */
4567
+ comment?: pulumi.Input<string | undefined>;
4568
+ /**
4569
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is deferrable (`true`) or not deferrable (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4570
+ */
4571
+ deferrable?: pulumi.Input<string | undefined>;
4572
+ /**
4573
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is enabled (`true`) or disabled (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4574
+ */
4575
+ enable?: pulumi.Input<string | undefined>;
4576
+ /**
4577
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is enforced (`true`) or not enforced (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4578
+ */
4579
+ enforced?: pulumi.Input<string | undefined>;
4580
+ /**
4581
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether the constraint is initially deferred (`true`) or initially immediate (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4582
+ */
4583
+ initiallyDeferred?: pulumi.Input<string | undefined>;
4584
+ /**
4585
+ * Name of the constraint.
4586
+ */
4587
+ name?: pulumi.Input<string | undefined>;
4588
+ /**
4589
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether a constraint in NOVALIDATE mode is taken into account (`true`) or not (`false`) during query rewrite. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4590
+ */
4591
+ rely?: pulumi.Input<string | undefined>;
4592
+ /**
4593
+ * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Whether to validate existing data on the table when the constraint is created (`true`) or skip validation (`false`). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
4594
+ */
4595
+ validate?: pulumi.Input<string | undefined>;
4596
+ }
3631
4597
  export interface ImageRepositoryShowOutput {
3632
4598
  comment?: pulumi.Input<string | undefined>;
3633
4599
  createdOn?: pulumi.Input<string | undefined>;
@@ -3774,6 +4740,10 @@ export interface LegacyServiceUserDefaultWorkloadIdentityAws {
3774
4740
  * The ARN of the AWS IAM role to use for workload identity federation.
3775
4741
  */
3776
4742
  arn: pulumi.Input<string>;
4743
+ /**
4744
+ * The AWS issuer URL. Required for JWT-based (GetWebIdentityToken) workload identity federation.
4745
+ */
4746
+ issuer?: pulumi.Input<string | undefined>;
3777
4747
  }
3778
4748
  export interface LegacyServiceUserDefaultWorkloadIdentityAzure {
3779
4749
  /**
@@ -4415,6 +5385,23 @@ export interface MaterializedViewTag {
4415
5385
  */
4416
5386
  value: pulumi.Input<string>;
4417
5387
  }
5388
+ export interface McpServerDescribeOutput {
5389
+ comment?: pulumi.Input<string | undefined>;
5390
+ createdOn?: pulumi.Input<string | undefined>;
5391
+ databaseName?: pulumi.Input<string | undefined>;
5392
+ name?: pulumi.Input<string | undefined>;
5393
+ owner?: pulumi.Input<string | undefined>;
5394
+ schemaName?: pulumi.Input<string | undefined>;
5395
+ serverSpec?: pulumi.Input<string | undefined>;
5396
+ }
5397
+ export interface McpServerShowOutput {
5398
+ comment?: pulumi.Input<string | undefined>;
5399
+ createdOn?: pulumi.Input<string | undefined>;
5400
+ databaseName?: pulumi.Input<string | undefined>;
5401
+ name?: pulumi.Input<string | undefined>;
5402
+ owner?: pulumi.Input<string | undefined>;
5403
+ schemaName?: pulumi.Input<string | undefined>;
5404
+ }
4418
5405
  export interface NetworkPolicyDescribeOutput {
4419
5406
  allowedIpList?: pulumi.Input<string | undefined>;
4420
5407
  allowedNetworkRuleList?: pulumi.Input<string | undefined>;
@@ -4507,6 +5494,7 @@ export interface NotebookShowOutput {
4507
5494
  urlId?: pulumi.Input<string | undefined>;
4508
5495
  }
4509
5496
  export interface OauthIntegrationForCustomClientsDescribeOutput {
5497
+ allowedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputAllowedRolesList>[] | undefined>;
4510
5498
  blockedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList>[] | undefined>;
4511
5499
  comments?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputComment>[] | undefined>;
4512
5500
  enableds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputEnabled>[] | undefined>;
@@ -4525,6 +5513,12 @@ export interface OauthIntegrationForCustomClientsDescribeOutput {
4525
5513
  oauthUseSecondaryRoles?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole>[] | undefined>;
4526
5514
  preAuthorizedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList>[] | undefined>;
4527
5515
  }
5516
+ export interface OauthIntegrationForCustomClientsDescribeOutputAllowedRolesList {
5517
+ default?: pulumi.Input<string | undefined>;
5518
+ name?: pulumi.Input<string | undefined>;
5519
+ type?: pulumi.Input<string | undefined>;
5520
+ value?: pulumi.Input<string | undefined>;
5521
+ }
4528
5522
  export interface OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList {
4529
5523
  default?: pulumi.Input<string | undefined>;
4530
5524
  name?: pulumi.Input<string | undefined>;
@@ -4646,6 +5640,7 @@ export interface OauthIntegrationForCustomClientsShowOutput {
4646
5640
  name?: pulumi.Input<string | undefined>;
4647
5641
  }
4648
5642
  export interface OauthIntegrationForPartnerApplicationsDescribeOutput {
5643
+ allowedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputAllowedRolesList>[] | undefined>;
4649
5644
  blockedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList>[] | undefined>;
4650
5645
  comments?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputComment>[] | undefined>;
4651
5646
  enableds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputEnabled>[] | undefined>;
@@ -4664,6 +5659,12 @@ export interface OauthIntegrationForPartnerApplicationsDescribeOutput {
4664
5659
  oauthUseSecondaryRoles?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole>[] | undefined>;
4665
5660
  preAuthorizedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList>[] | undefined>;
4666
5661
  }
5662
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputAllowedRolesList {
5663
+ default?: pulumi.Input<string | undefined>;
5664
+ name?: pulumi.Input<string | undefined>;
5665
+ type?: pulumi.Input<string | undefined>;
5666
+ value?: pulumi.Input<string | undefined>;
5667
+ }
4667
5668
  export interface OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList {
4668
5669
  default?: pulumi.Input<string | undefined>;
4669
5670
  name?: pulumi.Input<string | undefined>;
@@ -4800,6 +5801,7 @@ export interface ObjectParameterObjectIdentifier {
4800
5801
  }
4801
5802
  export interface PasswordPolicyDescribeOutput {
4802
5803
  comment?: pulumi.Input<string | undefined>;
5804
+ databaseName?: pulumi.Input<string | undefined>;
4803
5805
  name?: pulumi.Input<string | undefined>;
4804
5806
  owner?: pulumi.Input<string | undefined>;
4805
5807
  passwordHistory?: pulumi.Input<number | undefined>;
@@ -4813,6 +5815,7 @@ export interface PasswordPolicyDescribeOutput {
4813
5815
  passwordMinNumericChars?: pulumi.Input<number | undefined>;
4814
5816
  passwordMinSpecialChars?: pulumi.Input<number | undefined>;
4815
5817
  passwordMinUpperCaseChars?: pulumi.Input<number | undefined>;
5818
+ schemaName?: pulumi.Input<string | undefined>;
4816
5819
  }
4817
5820
  export interface PasswordPolicyShowOutput {
4818
5821
  comment?: pulumi.Input<string | undefined>;
@@ -6170,6 +7173,10 @@ export interface ServiceUserDefaultWorkloadIdentityAws {
6170
7173
  * The ARN of the AWS IAM role to use for workload identity federation.
6171
7174
  */
6172
7175
  arn: pulumi.Input<string>;
7176
+ /**
7177
+ * The AWS issuer URL. Required for JWT-based (GetWebIdentityToken) workload identity federation.
7178
+ */
7179
+ issuer?: pulumi.Input<string | undefined>;
6173
7180
  }
6174
7181
  export interface ServiceUserDefaultWorkloadIdentityAzure {
6175
7182
  /**
@@ -8165,6 +9172,10 @@ export interface StageExternalS3Directory {
8165
9172
  * (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether Snowflake should enable triggering automatic refreshes of the directory table metadata.
8166
9173
  */
8167
9174
  autoRefresh?: pulumi.Input<string | undefined>;
9175
+ /**
9176
+ * Specifies the AWS SNS topic ARN used for directory table auto-refresh notifications. Changing this field causes resource recreation (ForceNew). External change detection for this field is not yet supported and will be addressed in a future update.
9177
+ */
9178
+ awsSnsTopic?: pulumi.Input<string | undefined>;
8168
9179
  /**
8169
9180
  * Specifies whether to enable a directory table on the external stage.
8170
9181
  */
@@ -9104,8 +10115,10 @@ export interface StorageLifecyclePolicyDescribeOutput {
9104
10115
  archiveForDays?: pulumi.Input<number | undefined>;
9105
10116
  archiveTier?: pulumi.Input<string | undefined>;
9106
10117
  body?: pulumi.Input<string | undefined>;
10118
+ databaseName?: pulumi.Input<string | undefined>;
9107
10119
  name?: pulumi.Input<string | undefined>;
9108
10120
  returnType?: pulumi.Input<string | undefined>;
10121
+ schemaName?: pulumi.Input<string | undefined>;
9109
10122
  signatures?: pulumi.Input<pulumi.Input<inputs.StorageLifecyclePolicyDescribeOutputSignature>[] | undefined>;
9110
10123
  }
9111
10124
  export interface StorageLifecyclePolicyDescribeOutputSignature {
@@ -10748,6 +11761,67 @@ export interface WarehouseAdaptiveShowOutput {
10748
11761
  type?: pulumi.Input<string | undefined>;
10749
11762
  updatedOn?: pulumi.Input<string | undefined>;
10750
11763
  }
11764
+ export interface WarehouseInteractiveParameter {
11765
+ fallbackWarehouses?: pulumi.Input<pulumi.Input<inputs.WarehouseInteractiveParameterFallbackWarehouse>[] | undefined>;
11766
+ maxConcurrencyLevels?: pulumi.Input<pulumi.Input<inputs.WarehouseInteractiveParameterMaxConcurrencyLevel>[] | undefined>;
11767
+ statementQueuedTimeoutInSeconds?: pulumi.Input<pulumi.Input<inputs.WarehouseInteractiveParameterStatementQueuedTimeoutInSecond>[] | undefined>;
11768
+ statementTimeoutInSeconds?: pulumi.Input<pulumi.Input<inputs.WarehouseInteractiveParameterStatementTimeoutInSecond>[] | undefined>;
11769
+ }
11770
+ export interface WarehouseInteractiveParameterFallbackWarehouse {
11771
+ default?: pulumi.Input<string | undefined>;
11772
+ description?: pulumi.Input<string | undefined>;
11773
+ key?: pulumi.Input<string | undefined>;
11774
+ level?: pulumi.Input<string | undefined>;
11775
+ value?: pulumi.Input<string | undefined>;
11776
+ }
11777
+ export interface WarehouseInteractiveParameterMaxConcurrencyLevel {
11778
+ default?: pulumi.Input<string | undefined>;
11779
+ description?: pulumi.Input<string | undefined>;
11780
+ key?: pulumi.Input<string | undefined>;
11781
+ level?: pulumi.Input<string | undefined>;
11782
+ value?: pulumi.Input<string | undefined>;
11783
+ }
11784
+ export interface WarehouseInteractiveParameterStatementQueuedTimeoutInSecond {
11785
+ default?: pulumi.Input<string | undefined>;
11786
+ description?: pulumi.Input<string | undefined>;
11787
+ key?: pulumi.Input<string | undefined>;
11788
+ level?: pulumi.Input<string | undefined>;
11789
+ value?: pulumi.Input<string | undefined>;
11790
+ }
11791
+ export interface WarehouseInteractiveParameterStatementTimeoutInSecond {
11792
+ default?: pulumi.Input<string | undefined>;
11793
+ description?: pulumi.Input<string | undefined>;
11794
+ key?: pulumi.Input<string | undefined>;
11795
+ level?: pulumi.Input<string | undefined>;
11796
+ value?: pulumi.Input<string | undefined>;
11797
+ }
11798
+ export interface WarehouseInteractiveShowOutput {
11799
+ autoResume?: pulumi.Input<boolean | undefined>;
11800
+ autoSuspend?: pulumi.Input<number | undefined>;
11801
+ available?: pulumi.Input<number | undefined>;
11802
+ comment?: pulumi.Input<string | undefined>;
11803
+ createdOn?: pulumi.Input<string | undefined>;
11804
+ isCurrent?: pulumi.Input<boolean | undefined>;
11805
+ isDefault?: pulumi.Input<boolean | undefined>;
11806
+ maxClusterCount?: pulumi.Input<number | undefined>;
11807
+ minClusterCount?: pulumi.Input<number | undefined>;
11808
+ name?: pulumi.Input<string | undefined>;
11809
+ other?: pulumi.Input<number | undefined>;
11810
+ owner?: pulumi.Input<string | undefined>;
11811
+ ownerRoleType?: pulumi.Input<string | undefined>;
11812
+ provisioning?: pulumi.Input<number | undefined>;
11813
+ queued?: pulumi.Input<number | undefined>;
11814
+ quiescing?: pulumi.Input<number | undefined>;
11815
+ resourceMonitor?: pulumi.Input<string | undefined>;
11816
+ resumedOn?: pulumi.Input<string | undefined>;
11817
+ running?: pulumi.Input<number | undefined>;
11818
+ size?: pulumi.Input<string | undefined>;
11819
+ startedClusters?: pulumi.Input<number | undefined>;
11820
+ state?: pulumi.Input<string | undefined>;
11821
+ tables?: pulumi.Input<pulumi.Input<string>[] | undefined>;
11822
+ type?: pulumi.Input<string | undefined>;
11823
+ updatedOn?: pulumi.Input<string | undefined>;
11824
+ }
10751
11825
  export interface WarehouseParameter {
10752
11826
  maxConcurrencyLevels?: pulumi.Input<pulumi.Input<inputs.WarehouseParameterMaxConcurrencyLevel>[] | undefined>;
10753
11827
  statementQueuedTimeoutInSeconds?: pulumi.Input<pulumi.Input<inputs.WarehouseParameterStatementQueuedTimeoutInSecond>[] | undefined>;