@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/output.d.ts CHANGED
@@ -1251,6 +1251,156 @@ export interface FailoverGroupReplicationScheduleCron {
1251
1251
  */
1252
1252
  timeZone: string;
1253
1253
  }
1254
+ export interface FileFormatAvroDescribeOutput {
1255
+ compression: string;
1256
+ id: string;
1257
+ nullIfs: string[];
1258
+ replaceInvalidCharacters: boolean;
1259
+ trimSpace: boolean;
1260
+ type: string;
1261
+ }
1262
+ export interface FileFormatAvroShowOutput {
1263
+ comment: string;
1264
+ createdOn: string;
1265
+ databaseName: string;
1266
+ formatOptions: string;
1267
+ name: string;
1268
+ owner: string;
1269
+ ownerRoleType: string;
1270
+ schemaName: string;
1271
+ type: string;
1272
+ }
1273
+ export interface FileFormatCsvDescribeOutput {
1274
+ binaryFormat: string;
1275
+ compression: string;
1276
+ dateFormat: string;
1277
+ emptyFieldAsNull: boolean;
1278
+ encoding: string;
1279
+ errorOnColumnCountMismatch: boolean;
1280
+ escape: string;
1281
+ escapeUnenclosedField: string;
1282
+ fieldDelimiter: string;
1283
+ fieldOptionallyEnclosedBy: string;
1284
+ fileExtension: string;
1285
+ id: string;
1286
+ multiLine: boolean;
1287
+ nullIfs: string[];
1288
+ parseHeader: boolean;
1289
+ recordDelimiter: string;
1290
+ replaceInvalidCharacters: boolean;
1291
+ skipBlankLines: boolean;
1292
+ skipByteOrderMark: boolean;
1293
+ skipHeader: number;
1294
+ timeFormat: string;
1295
+ timestampFormat: string;
1296
+ trimSpace: boolean;
1297
+ type: string;
1298
+ validateUtf8: boolean;
1299
+ }
1300
+ export interface FileFormatCsvShowOutput {
1301
+ comment: string;
1302
+ createdOn: string;
1303
+ databaseName: string;
1304
+ formatOptions: string;
1305
+ name: string;
1306
+ owner: string;
1307
+ ownerRoleType: string;
1308
+ schemaName: string;
1309
+ type: string;
1310
+ }
1311
+ export interface FileFormatJsonDescribeOutput {
1312
+ allowDuplicate: boolean;
1313
+ binaryFormat: string;
1314
+ compression: string;
1315
+ dateFormat: string;
1316
+ enableOctal: boolean;
1317
+ fileExtension: string;
1318
+ id: string;
1319
+ ignoreUtf8Errors: boolean;
1320
+ multiLine: boolean;
1321
+ nullIfs: string[];
1322
+ replaceInvalidCharacters: boolean;
1323
+ skipByteOrderMark: boolean;
1324
+ stripNullValues: boolean;
1325
+ stripOuterArray: boolean;
1326
+ timeFormat: string;
1327
+ timestampFormat: string;
1328
+ trimSpace: boolean;
1329
+ type: string;
1330
+ }
1331
+ export interface FileFormatJsonShowOutput {
1332
+ comment: string;
1333
+ createdOn: string;
1334
+ databaseName: string;
1335
+ formatOptions: string;
1336
+ name: string;
1337
+ owner: string;
1338
+ ownerRoleType: string;
1339
+ schemaName: string;
1340
+ type: string;
1341
+ }
1342
+ export interface FileFormatOrcDescribeOutput {
1343
+ id: string;
1344
+ nullIfs: string[];
1345
+ replaceInvalidCharacters: boolean;
1346
+ trimSpace: boolean;
1347
+ type: string;
1348
+ }
1349
+ export interface FileFormatOrcShowOutput {
1350
+ comment: string;
1351
+ createdOn: string;
1352
+ databaseName: string;
1353
+ formatOptions: string;
1354
+ name: string;
1355
+ owner: string;
1356
+ ownerRoleType: string;
1357
+ schemaName: string;
1358
+ type: string;
1359
+ }
1360
+ export interface FileFormatParquetDescribeOutput {
1361
+ binaryAsText: boolean;
1362
+ compression: string;
1363
+ id: string;
1364
+ nullIfs: string[];
1365
+ replaceInvalidCharacters: boolean;
1366
+ trimSpace: boolean;
1367
+ type: string;
1368
+ useLogicalType: boolean;
1369
+ useVectorizedScanner: boolean;
1370
+ }
1371
+ export interface FileFormatParquetShowOutput {
1372
+ comment: string;
1373
+ createdOn: string;
1374
+ databaseName: string;
1375
+ formatOptions: string;
1376
+ name: string;
1377
+ owner: string;
1378
+ ownerRoleType: string;
1379
+ schemaName: string;
1380
+ type: string;
1381
+ }
1382
+ export interface FileFormatXmlDescribeOutput {
1383
+ compression: string;
1384
+ disableAutoConvert: boolean;
1385
+ id: string;
1386
+ ignoreUtf8Errors: boolean;
1387
+ preserveSpace: boolean;
1388
+ replaceInvalidCharacters: boolean;
1389
+ skipByteOrderMark: boolean;
1390
+ stripOuterElement: boolean;
1391
+ type: string;
1392
+ }
1393
+ export interface FileFormatXmlShowOutput {
1394
+ comment: string;
1395
+ createdOn: string;
1396
+ databaseName: string;
1397
+ formatOptions: string;
1398
+ name: string;
1399
+ owner: string;
1400
+ ownerRoleType: string;
1401
+ schemaName: string;
1402
+ type: string;
1403
+ }
1254
1404
  export interface FunctionJavaArgument {
1255
1405
  /**
1256
1406
  * The argument type.
@@ -2654,11 +2804,77 @@ export interface GetFailoverGroupsFailoverGroup {
2654
2804
  type: string;
2655
2805
  }
2656
2806
  export interface GetFileFormatsFileFormat {
2807
+ /**
2808
+ * Holds the output of DESCRIBE FILE FORMAT. Because every file format type returns a different set of properties, this is a union of the properties of all the file format types; only the fields applicable to the given file format type are filled.
2809
+ */
2810
+ describeOutputs: outputs.GetFileFormatsFileFormatDescribeOutput[];
2811
+ /**
2812
+ * Holds the output of SHOW FILE FORMATS.
2813
+ */
2814
+ showOutputs: outputs.GetFileFormatsFileFormatShowOutput[];
2815
+ }
2816
+ export interface GetFileFormatsFileFormatDescribeOutput {
2817
+ allowDuplicate: boolean;
2818
+ binaryAsText: boolean;
2819
+ binaryFormat: string;
2820
+ compression: string;
2821
+ dateFormat: string;
2822
+ disableAutoConvert: boolean;
2823
+ emptyFieldAsNull: boolean;
2824
+ enableOctal: boolean;
2825
+ encoding: string;
2826
+ errorOnColumnCountMismatch: boolean;
2827
+ escape: string;
2828
+ escapeUnenclosedField: string;
2829
+ fieldDelimiter: string;
2830
+ fieldOptionallyEnclosedBy: string;
2831
+ fileExtension: string;
2832
+ id: string;
2833
+ ignoreUtf8Errors: boolean;
2834
+ multiLine: boolean;
2835
+ nullIfs: string[];
2836
+ parseHeader: boolean;
2837
+ preserveSpace: boolean;
2838
+ recordDelimiter: string;
2839
+ replaceInvalidCharacters: boolean;
2840
+ skipBlankLines: boolean;
2841
+ skipByteOrderMark: boolean;
2842
+ skipHeader: number;
2843
+ stripNullValues: boolean;
2844
+ stripOuterArray: boolean;
2845
+ stripOuterElement: boolean;
2846
+ timeFormat: string;
2847
+ timestampFormat: string;
2848
+ trimSpace: boolean;
2849
+ type: string;
2850
+ useLogicalType: boolean;
2851
+ useVectorizedScanner: boolean;
2852
+ validateUtf8: boolean;
2853
+ }
2854
+ export interface GetFileFormatsFileFormatShowOutput {
2657
2855
  comment: string;
2658
- database: string;
2659
- formatType: string;
2856
+ createdOn: string;
2857
+ databaseName: string;
2858
+ formatOptions: string;
2660
2859
  name: string;
2661
- schema: string;
2860
+ owner: string;
2861
+ ownerRoleType: string;
2862
+ schemaName: string;
2863
+ type: string;
2864
+ }
2865
+ export interface GetFileFormatsIn {
2866
+ /**
2867
+ * Returns records for the entire account.
2868
+ */
2869
+ account?: boolean;
2870
+ /**
2871
+ * Returns records for the current database in use or for a specified database.
2872
+ */
2873
+ database?: string;
2874
+ /**
2875
+ * Returns records for the current schema in use or a specified schema. Use fully qualified name.
2876
+ */
2877
+ schema?: string;
2662
2878
  }
2663
2879
  export interface GetFunctionsFunction {
2664
2880
  argumentTypes: string[];
@@ -2749,37 +2965,17 @@ export interface GetGrantsFutureGrantsTo {
2749
2965
  databaseRole?: string;
2750
2966
  }
2751
2967
  export interface GetGrantsGrant {
2752
- /**
2753
- * The date and time the grant was created.
2754
- */
2755
2968
  createdOn: string;
2756
- /**
2757
- * Whether the grantee can grant the privilege to others.
2758
- */
2759
2969
  grantOption: boolean;
2760
- /**
2761
- * The role that granted the privilege.
2762
- */
2763
2970
  grantedBy: string;
2764
- /**
2765
- * The object on which the privilege was granted.
2766
- */
2767
2971
  grantedOn: string;
2768
- /**
2769
- * The role to which the privilege was granted.
2770
- */
2771
2972
  grantedTo: string;
2772
- /**
2773
- * The name of the role to which the privilege was granted.
2774
- */
2775
2973
  granteeName: string;
2776
- /**
2777
- * The name of the object on which the privilege was granted.
2778
- */
2974
+ inheritedFrom: string;
2975
+ inheritedFromDatabase: string;
2976
+ inheritedFromSchema: string;
2977
+ isInherited: boolean;
2779
2978
  name: string;
2780
- /**
2781
- * The privilege granted.
2782
- */
2783
2979
  privilege: string;
2784
2980
  }
2785
2981
  export interface GetGrantsGrantsOf {
@@ -2846,67 +3042,265 @@ export interface GetGrantsGrantsToShare {
2846
3042
  */
2847
3043
  shareName: string;
2848
3044
  }
2849
- export interface GetImageRepositoriesImageRepository {
2850
- /**
2851
- * Holds the output of SHOW IMAGE REPOSITORIES.
2852
- */
2853
- showOutputs: outputs.GetImageRepositoriesImageRepositoryShowOutput[];
2854
- }
2855
- export interface GetImageRepositoriesImageRepositoryShowOutput {
2856
- comment: string;
2857
- createdOn: string;
2858
- databaseName: string;
2859
- encryption: string;
2860
- name: string;
2861
- owner: string;
2862
- ownerRoleType: string;
2863
- privatelinkRepositoryUrl: string;
2864
- repositoryUrl: string;
2865
- schemaName: string;
2866
- }
2867
- export interface GetImageRepositoriesIn {
3045
+ export interface GetGrantsInheritedGrantsIn {
2868
3046
  /**
2869
- * Returns records for the entire account.
3047
+ * Lists all inherited grants defined in the account.
2870
3048
  */
2871
3049
  account?: boolean;
2872
3050
  /**
2873
- * Returns records for the current database in use or for a specified database.
3051
+ * Lists all inherited grants defined in the specified database.
2874
3052
  */
2875
3053
  database?: string;
2876
3054
  /**
2877
- * Returns records for the current schema in use or a specified schema. Use fully qualified name.
3055
+ * Lists all inherited grants defined in the specified schema. Schema must be a fully qualified name ("<db*name>"."<schema*name>").
2878
3056
  */
2879
3057
  schema?: string;
2880
3058
  }
2881
- export interface GetListingsLimit {
2882
- /**
2883
- * 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.
2884
- */
2885
- from?: string;
3059
+ export interface GetIcebergTablesIcebergTable {
2886
3060
  /**
2887
- * The maximum number of rows to return.
3061
+ * Holds the output of DESCRIBE ICEBERG TABLE.
2888
3062
  */
2889
- rows: number;
2890
- }
2891
- export interface GetListingsListing {
3063
+ describeOutputs: outputs.GetIcebergTablesIcebergTableDescribeOutput[];
2892
3064
  /**
2893
- * Holds the output of DESCRIBE LISTING.
3065
+ * Holds the output of SHOW PARAMETERS FOR ICEBERG TABLE.
2894
3066
  */
2895
- describeOutputs: outputs.GetListingsListingDescribeOutput[];
3067
+ parameters: outputs.GetIcebergTablesIcebergTableParameter[];
2896
3068
  /**
2897
- * Holds the output of SHOW LISTINGS.
3069
+ * Holds the output of SHOW ICEBERG TABLES.
2898
3070
  */
2899
- showOutputs: outputs.GetListingsListingShowOutput[];
3071
+ showOutputs: outputs.GetIcebergTablesIcebergTableShowOutput[];
2900
3072
  }
2901
- export interface GetListingsListingDescribeOutput {
2902
- applicationPackage: string;
2903
- approverContact: string;
2904
- businessNeeds: string;
2905
- categories: string;
3073
+ export interface GetIcebergTablesIcebergTableDescribeOutput {
3074
+ check: string;
2906
3075
  comment: string;
2907
- createdOn: string;
2908
- customizedContactInfo: string;
2909
- dataAttributes: string;
3076
+ default: string;
3077
+ expression: string;
3078
+ isNullable: boolean;
3079
+ kind: string;
3080
+ name: string;
3081
+ nameMapping: string;
3082
+ policyName: string;
3083
+ primaryKey: boolean;
3084
+ privacyDomain: string;
3085
+ sourceIcebergType: string;
3086
+ type: string;
3087
+ uniqueKey: boolean;
3088
+ writeDefault: string;
3089
+ }
3090
+ export interface GetIcebergTablesIcebergTableParameter {
3091
+ catalogSyncs: outputs.GetIcebergTablesIcebergTableParameterCatalogSync[];
3092
+ catalogs: outputs.GetIcebergTablesIcebergTableParameterCatalog[];
3093
+ dataRetentionTimeInDays: outputs.GetIcebergTablesIcebergTableParameterDataRetentionTimeInDay[];
3094
+ enableDataCompactions: outputs.GetIcebergTablesIcebergTableParameterEnableDataCompaction[];
3095
+ enableIcebergMergeOnReads: outputs.GetIcebergTablesIcebergTableParameterEnableIcebergMergeOnRead[];
3096
+ externalVolumes: outputs.GetIcebergTablesIcebergTableParameterExternalVolume[];
3097
+ icebergMergeOnReadBehaviors: outputs.GetIcebergTablesIcebergTableParameterIcebergMergeOnReadBehavior[];
3098
+ maxDataExtensionTimeInDays: outputs.GetIcebergTablesIcebergTableParameterMaxDataExtensionTimeInDay[];
3099
+ replaceInvalidCharacters: outputs.GetIcebergTablesIcebergTableParameterReplaceInvalidCharacter[];
3100
+ storageSerializationPolicies: outputs.GetIcebergTablesIcebergTableParameterStorageSerializationPolicy[];
3101
+ targetFileSizes: outputs.GetIcebergTablesIcebergTableParameterTargetFileSize[];
3102
+ }
3103
+ export interface GetIcebergTablesIcebergTableParameterCatalog {
3104
+ default: string;
3105
+ description: string;
3106
+ key: string;
3107
+ level: string;
3108
+ value: string;
3109
+ }
3110
+ export interface GetIcebergTablesIcebergTableParameterCatalogSync {
3111
+ default: string;
3112
+ description: string;
3113
+ key: string;
3114
+ level: string;
3115
+ value: string;
3116
+ }
3117
+ export interface GetIcebergTablesIcebergTableParameterDataRetentionTimeInDay {
3118
+ default: string;
3119
+ description: string;
3120
+ key: string;
3121
+ level: string;
3122
+ value: string;
3123
+ }
3124
+ export interface GetIcebergTablesIcebergTableParameterEnableDataCompaction {
3125
+ default: string;
3126
+ description: string;
3127
+ key: string;
3128
+ level: string;
3129
+ value: string;
3130
+ }
3131
+ export interface GetIcebergTablesIcebergTableParameterEnableIcebergMergeOnRead {
3132
+ default: string;
3133
+ description: string;
3134
+ key: string;
3135
+ level: string;
3136
+ value: string;
3137
+ }
3138
+ export interface GetIcebergTablesIcebergTableParameterExternalVolume {
3139
+ default: string;
3140
+ description: string;
3141
+ key: string;
3142
+ level: string;
3143
+ value: string;
3144
+ }
3145
+ export interface GetIcebergTablesIcebergTableParameterIcebergMergeOnReadBehavior {
3146
+ default: string;
3147
+ description: string;
3148
+ key: string;
3149
+ level: string;
3150
+ value: string;
3151
+ }
3152
+ export interface GetIcebergTablesIcebergTableParameterMaxDataExtensionTimeInDay {
3153
+ default: string;
3154
+ description: string;
3155
+ key: string;
3156
+ level: string;
3157
+ value: string;
3158
+ }
3159
+ export interface GetIcebergTablesIcebergTableParameterReplaceInvalidCharacter {
3160
+ default: string;
3161
+ description: string;
3162
+ key: string;
3163
+ level: string;
3164
+ value: string;
3165
+ }
3166
+ export interface GetIcebergTablesIcebergTableParameterStorageSerializationPolicy {
3167
+ default: string;
3168
+ description: string;
3169
+ key: string;
3170
+ level: string;
3171
+ value: string;
3172
+ }
3173
+ export interface GetIcebergTablesIcebergTableParameterTargetFileSize {
3174
+ default: string;
3175
+ description: string;
3176
+ key: string;
3177
+ level: string;
3178
+ value: string;
3179
+ }
3180
+ export interface GetIcebergTablesIcebergTableShowOutput {
3181
+ autoRefreshStatuses: outputs.GetIcebergTablesIcebergTableShowOutputAutoRefreshStatus[];
3182
+ baseLocation: string;
3183
+ canWriteMetadata: boolean;
3184
+ catalogName: string;
3185
+ catalogNamespace: string;
3186
+ catalogSyncName: string;
3187
+ catalogTableName: string;
3188
+ comment: string;
3189
+ createdOn: string;
3190
+ currentPartitionSpecId: number;
3191
+ databaseName: string;
3192
+ externalVolumeName: string;
3193
+ icebergTableFormatVersion: number;
3194
+ icebergTableType: string;
3195
+ name: string;
3196
+ nameMapping: string;
3197
+ owner: string;
3198
+ ownerRoleType: string;
3199
+ partitionSpecs: outputs.GetIcebergTablesIcebergTableShowOutputPartitionSpec[];
3200
+ schemaName: string;
3201
+ }
3202
+ export interface GetIcebergTablesIcebergTableShowOutputAutoRefreshStatus {
3203
+ currentSnapshotId: number;
3204
+ executionState: string;
3205
+ lastSnapshotTime: string;
3206
+ lastUpdatedTime: string;
3207
+ pendingSnapshotCount: number;
3208
+ }
3209
+ export interface GetIcebergTablesIcebergTableShowOutputPartitionSpec {
3210
+ fields: outputs.GetIcebergTablesIcebergTableShowOutputPartitionSpecField[];
3211
+ specId: number;
3212
+ }
3213
+ export interface GetIcebergTablesIcebergTableShowOutputPartitionSpecField {
3214
+ fieldId: number;
3215
+ name: string;
3216
+ sourceId: number;
3217
+ transform: string;
3218
+ }
3219
+ export interface GetIcebergTablesIn {
3220
+ /**
3221
+ * Returns records for the entire account.
3222
+ */
3223
+ account?: boolean;
3224
+ /**
3225
+ * Returns records for the current database in use or for a specified database.
3226
+ */
3227
+ database?: string;
3228
+ /**
3229
+ * Returns records for the current schema in use or a specified schema. Use fully qualified name.
3230
+ */
3231
+ schema?: string;
3232
+ }
3233
+ export interface GetIcebergTablesLimit {
3234
+ /**
3235
+ * 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.
3236
+ */
3237
+ from?: string;
3238
+ /**
3239
+ * The maximum number of rows to return.
3240
+ */
3241
+ rows: number;
3242
+ }
3243
+ export interface GetImageRepositoriesImageRepository {
3244
+ /**
3245
+ * Holds the output of SHOW IMAGE REPOSITORIES.
3246
+ */
3247
+ showOutputs: outputs.GetImageRepositoriesImageRepositoryShowOutput[];
3248
+ }
3249
+ export interface GetImageRepositoriesImageRepositoryShowOutput {
3250
+ comment: string;
3251
+ createdOn: string;
3252
+ databaseName: string;
3253
+ encryption: string;
3254
+ name: string;
3255
+ owner: string;
3256
+ ownerRoleType: string;
3257
+ privatelinkRepositoryUrl: string;
3258
+ repositoryUrl: string;
3259
+ schemaName: string;
3260
+ }
3261
+ export interface GetImageRepositoriesIn {
3262
+ /**
3263
+ * Returns records for the entire account.
3264
+ */
3265
+ account?: boolean;
3266
+ /**
3267
+ * Returns records for the current database in use or for a specified database.
3268
+ */
3269
+ database?: string;
3270
+ /**
3271
+ * Returns records for the current schema in use or a specified schema. Use fully qualified name.
3272
+ */
3273
+ schema?: string;
3274
+ }
3275
+ export interface GetListingsLimit {
3276
+ /**
3277
+ * 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.
3278
+ */
3279
+ from?: string;
3280
+ /**
3281
+ * The maximum number of rows to return.
3282
+ */
3283
+ rows: number;
3284
+ }
3285
+ export interface GetListingsListing {
3286
+ /**
3287
+ * Holds the output of DESCRIBE LISTING.
3288
+ */
3289
+ describeOutputs: outputs.GetListingsListingDescribeOutput[];
3290
+ /**
3291
+ * Holds the output of SHOW LISTINGS.
3292
+ */
3293
+ showOutputs: outputs.GetListingsListingShowOutput[];
3294
+ }
3295
+ export interface GetListingsListingDescribeOutput {
3296
+ applicationPackage: string;
3297
+ approverContact: string;
3298
+ businessNeeds: string;
3299
+ categories: string;
3300
+ comment: string;
3301
+ createdOn: string;
3302
+ customizedContactInfo: string;
3303
+ dataAttributes: string;
2910
3304
  dataDictionary: string;
2911
3305
  dataPreview: string;
2912
3306
  description: string;
@@ -3056,6 +3450,47 @@ export interface GetMaterializedViewsMaterializedView {
3056
3450
  name: string;
3057
3451
  schema: string;
3058
3452
  }
3453
+ export interface GetMcpServersIn {
3454
+ /**
3455
+ * Returns records for the entire account.
3456
+ */
3457
+ account?: boolean;
3458
+ /**
3459
+ * Returns records for the current database in use or for a specified database.
3460
+ */
3461
+ database?: string;
3462
+ /**
3463
+ * Returns records for the current schema in use or a specified schema. Use fully qualified name.
3464
+ */
3465
+ schema?: string;
3466
+ }
3467
+ export interface GetMcpServersMcpServer {
3468
+ /**
3469
+ * Holds the output of DESCRIBE MCP SERVER.
3470
+ */
3471
+ describeOutputs: outputs.GetMcpServersMcpServerDescribeOutput[];
3472
+ /**
3473
+ * Holds the output of SHOW MCP SERVERS.
3474
+ */
3475
+ showOutputs: outputs.GetMcpServersMcpServerShowOutput[];
3476
+ }
3477
+ export interface GetMcpServersMcpServerDescribeOutput {
3478
+ comment: string;
3479
+ createdOn: string;
3480
+ databaseName: string;
3481
+ name: string;
3482
+ owner: string;
3483
+ schemaName: string;
3484
+ serverSpec: string;
3485
+ }
3486
+ export interface GetMcpServersMcpServerShowOutput {
3487
+ comment: string;
3488
+ createdOn: string;
3489
+ databaseName: string;
3490
+ name: string;
3491
+ owner: string;
3492
+ schemaName: string;
3493
+ }
3059
3494
  export interface GetNetworkPoliciesNetworkPolicy {
3060
3495
  /**
3061
3496
  * Holds the output of DESCRIBE NETWORK POLICIES.
@@ -3277,6 +3712,7 @@ export interface GetPasswordPoliciesPasswordPolicy {
3277
3712
  }
3278
3713
  export interface GetPasswordPoliciesPasswordPolicyDescribeOutput {
3279
3714
  comment: string;
3715
+ databaseName: string;
3280
3716
  name: string;
3281
3717
  owner: string;
3282
3718
  passwordHistory: number;
@@ -3290,6 +3726,7 @@ export interface GetPasswordPoliciesPasswordPolicyDescribeOutput {
3290
3726
  passwordMinNumericChars: number;
3291
3727
  passwordMinSpecialChars: number;
3292
3728
  passwordMinUpperCaseChars: number;
3729
+ schemaName: string;
3293
3730
  }
3294
3731
  export interface GetPasswordPoliciesPasswordPolicyShowOutput {
3295
3732
  comment: string;
@@ -3676,6 +4113,7 @@ export interface GetSecurityIntegrationsSecurityIntegration {
3676
4113
  }
3677
4114
  export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutput {
3678
4115
  allowedEmailPatterns: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedEmailPattern[];
4116
+ allowedRolesLists: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedRolesList[];
3679
4117
  allowedUserDomains: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedUserDomain[];
3680
4118
  authTypes: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputAuthType[];
3681
4119
  blockedRolesLists: outputs.GetSecurityIntegrationsSecurityIntegrationDescribeOutputBlockedRolesList[];
@@ -3734,6 +4172,12 @@ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowed
3734
4172
  type: string;
3735
4173
  value: string;
3736
4174
  }
4175
+ export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedRolesList {
4176
+ default: string;
4177
+ name: string;
4178
+ type: string;
4179
+ value: string;
4180
+ }
3737
4181
  export interface GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedUserDomain {
3738
4182
  default: string;
3739
4183
  name: string;
@@ -4506,8 +4950,10 @@ export interface GetStorageLifecyclePoliciesStorageLifecyclePolicyDescribeOutput
4506
4950
  archiveForDays: number;
4507
4951
  archiveTier: string;
4508
4952
  body: string;
4953
+ databaseName: string;
4509
4954
  name: string;
4510
4955
  returnType: string;
4956
+ schemaName: string;
4511
4957
  signatures: outputs.GetStorageLifecyclePoliciesStorageLifecyclePolicyDescribeOutputSignature[];
4512
4958
  }
4513
4959
  export interface GetStorageLifecyclePoliciesStorageLifecyclePolicyDescribeOutputSignature {
@@ -6012,10 +6458,18 @@ export interface GetWarehousesWarehouseDescribeOutput {
6012
6458
  name: string;
6013
6459
  }
6014
6460
  export interface GetWarehousesWarehouseParameter {
6461
+ fallbackWarehouses: outputs.GetWarehousesWarehouseParameterFallbackWarehouse[];
6015
6462
  maxConcurrencyLevels: outputs.GetWarehousesWarehouseParameterMaxConcurrencyLevel[];
6016
6463
  statementQueuedTimeoutInSeconds: outputs.GetWarehousesWarehouseParameterStatementQueuedTimeoutInSecond[];
6017
6464
  statementTimeoutInSeconds: outputs.GetWarehousesWarehouseParameterStatementTimeoutInSecond[];
6018
6465
  }
6466
+ export interface GetWarehousesWarehouseParameterFallbackWarehouse {
6467
+ default: string;
6468
+ description: string;
6469
+ key: string;
6470
+ level: string;
6471
+ value: string;
6472
+ }
6019
6473
  export interface GetWarehousesWarehouseParameterMaxConcurrencyLevel {
6020
6474
  default: string;
6021
6475
  description: string;
@@ -6067,6 +6521,7 @@ export interface GetWarehousesWarehouseShowOutput {
6067
6521
  size: string;
6068
6522
  startedClusters: number;
6069
6523
  state: string;
6524
+ tables: string[];
6070
6525
  type: string;
6071
6526
  updatedOn: string;
6072
6527
  }
@@ -6110,7 +6565,7 @@ export interface GrantOwnershipOn {
6110
6565
  */
6111
6566
  objectName?: string;
6112
6567
  /**
6113
- * 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
6568
+ * 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
6114
6569
  */
6115
6570
  objectType?: string;
6116
6571
  }
@@ -6124,7 +6579,7 @@ export interface GrantOwnershipOnAll {
6124
6579
  */
6125
6580
  inSchema?: string;
6126
6581
  /**
6127
- * 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).
6582
+ * 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).
6128
6583
  */
6129
6584
  objectTypePlural: string;
6130
6585
  }
@@ -6138,19 +6593,29 @@ export interface GrantOwnershipOnFuture {
6138
6593
  */
6139
6594
  inSchema?: string;
6140
6595
  /**
6141
- * 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).
6596
+ * 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).
6142
6597
  */
6143
6598
  objectTypePlural: string;
6144
6599
  }
6145
6600
  export interface GrantPrivilegesToAccountRoleOnAccountObject {
6601
+ /**
6602
+ * 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.
6603
+ */
6604
+ inherited?: outputs.GrantPrivilegesToAccountRoleOnAccountObjectInherited;
6146
6605
  /**
6147
6606
  * The fully qualified name of the object on which privileges will be granted.
6148
6607
  */
6149
- objectName: string;
6608
+ objectName?: string;
6609
+ /**
6610
+ * 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`
6611
+ */
6612
+ objectType?: string;
6613
+ }
6614
+ export interface GrantPrivilegesToAccountRoleOnAccountObjectInherited {
6150
6615
  /**
6151
- * 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`
6616
+ * 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`.
6152
6617
  */
6153
- objectType: string;
6618
+ objectTypePlural: string;
6154
6619
  }
6155
6620
  export interface GrantPrivilegesToAccountRoleOnSchema {
6156
6621
  /**
@@ -6161,11 +6626,25 @@ export interface GrantPrivilegesToAccountRoleOnSchema {
6161
6626
  * The fully qualified name of the database.
6162
6627
  */
6163
6628
  futureSchemasInDatabase?: string;
6629
+ /**
6630
+ * 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.
6631
+ */
6632
+ inherited?: outputs.GrantPrivilegesToAccountRoleOnSchemaInherited;
6164
6633
  /**
6165
6634
  * The fully qualified name of the schema.
6166
6635
  */
6167
6636
  schemaName?: string;
6168
6637
  }
6638
+ export interface GrantPrivilegesToAccountRoleOnSchemaInherited {
6639
+ /**
6640
+ * If true, the inherited privilege will be granted on all schemas in the account.
6641
+ */
6642
+ inAccount?: boolean;
6643
+ /**
6644
+ * The fully qualified name of the database in which the inherited privilege will be granted on all schemas.
6645
+ */
6646
+ inDatabase?: string;
6647
+ }
6169
6648
  export interface GrantPrivilegesToAccountRoleOnSchemaObject {
6170
6649
  /**
6171
6650
  * Configures the privilege to be granted on all objects in either a database or schema.
@@ -6176,11 +6655,15 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObject {
6176
6655
  */
6177
6656
  future?: outputs.GrantPrivilegesToAccountRoleOnSchemaObjectFuture;
6178
6657
  /**
6179
- * The fully qualified name of the object on which privileges will be granted.
6658
+ * 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.
6659
+ */
6660
+ inherited?: outputs.GrantPrivilegesToAccountRoleOnSchemaObjectInherited;
6661
+ /**
6662
+ * The fully qualified name of the object on which privileges will be granted.
6180
6663
  */
6181
6664
  objectName?: string;
6182
6665
  /**
6183
- * 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
6666
+ * 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
6184
6667
  */
6185
6668
  objectType?: string;
6186
6669
  }
@@ -6188,7 +6671,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectAll {
6188
6671
  inDatabase?: string;
6189
6672
  inSchema?: string;
6190
6673
  /**
6191
- * 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.
6674
+ * 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.
6192
6675
  */
6193
6676
  objectTypePlural: string;
6194
6677
  }
@@ -6196,7 +6679,25 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectFuture {
6196
6679
  inDatabase?: string;
6197
6680
  inSchema?: string;
6198
6681
  /**
6199
- * 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.
6682
+ * 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.
6683
+ */
6684
+ objectTypePlural: string;
6685
+ }
6686
+ export interface GrantPrivilegesToAccountRoleOnSchemaObjectInherited {
6687
+ /**
6688
+ * If true, the inherited privilege will be granted on all objects of the given type in the account.
6689
+ */
6690
+ inAccount?: boolean;
6691
+ /**
6692
+ * The fully qualified name of the database in which the inherited privilege will be granted on all objects of the given type.
6693
+ */
6694
+ inDatabase?: string;
6695
+ /**
6696
+ * The fully qualified name of the schema in which the inherited privilege will be granted on all objects of the given type.
6697
+ */
6698
+ inSchema?: string;
6699
+ /**
6700
+ * 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`.
6200
6701
  */
6201
6702
  objectTypePlural: string;
6202
6703
  }
@@ -6209,6 +6710,10 @@ export interface GrantPrivilegesToDatabaseRoleOnSchema {
6209
6710
  * The fully qualified name of the database.
6210
6711
  */
6211
6712
  futureSchemasInDatabase?: string;
6713
+ /**
6714
+ * 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.
6715
+ */
6716
+ inherited?: string;
6212
6717
  /**
6213
6718
  * The fully qualified name of the schema.
6214
6719
  */
@@ -6223,12 +6728,16 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObject {
6223
6728
  * Configures the privilege to be granted on future objects in either a database or schema.
6224
6729
  */
6225
6730
  future?: outputs.GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture;
6731
+ /**
6732
+ * 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.
6733
+ */
6734
+ inherited?: outputs.GrantPrivilegesToDatabaseRoleOnSchemaObjectInherited;
6226
6735
  /**
6227
6736
  * The fully qualified name of the object on which privileges will be granted.
6228
6737
  */
6229
6738
  objectName?: string;
6230
6739
  /**
6231
- * 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
6740
+ * 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
6232
6741
  */
6233
6742
  objectType?: string;
6234
6743
  }
@@ -6242,7 +6751,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectAll {
6242
6751
  */
6243
6752
  inSchema?: string;
6244
6753
  /**
6245
- * 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.
6754
+ * 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.
6246
6755
  */
6247
6756
  objectTypePlural: string;
6248
6757
  }
@@ -6256,10 +6765,257 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture {
6256
6765
  */
6257
6766
  inSchema?: string;
6258
6767
  /**
6259
- * 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.
6768
+ * 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.
6769
+ */
6770
+ objectTypePlural: string;
6771
+ }
6772
+ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectInherited {
6773
+ /**
6774
+ * The fully qualified name of the database.
6775
+ */
6776
+ inDatabase?: string;
6777
+ /**
6778
+ * The fully qualified name of the schema.
6779
+ */
6780
+ inSchema?: string;
6781
+ /**
6782
+ * 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.
6260
6783
  */
6261
6784
  objectTypePlural: string;
6262
6785
  }
6786
+ export interface IcebergTableAggregationPolicy {
6787
+ /**
6788
+ * Defines which columns uniquely identify an entity within the Iceberg table.
6789
+ */
6790
+ entityKeys?: string[];
6791
+ /**
6792
+ * Aggregation policy name.
6793
+ */
6794
+ policyName: string;
6795
+ }
6796
+ export interface IcebergTableCheckConstraint {
6797
+ /**
6798
+ * The CHECK constraint expression.
6799
+ */
6800
+ expression: string;
6801
+ /**
6802
+ * Name of the constraint.
6803
+ */
6804
+ name?: string;
6805
+ /**
6806
+ * (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.
6807
+ */
6808
+ validate?: string;
6809
+ }
6810
+ export interface IcebergTableColumn {
6811
+ /**
6812
+ * Column comment.
6813
+ */
6814
+ comment?: string;
6815
+ /**
6816
+ * Defines the column default value.
6817
+ */
6818
+ default?: outputs.IcebergTableColumnDefault;
6819
+ /**
6820
+ * Specifies the masking policy to set on a column. For more information about this resource, see docs.
6821
+ */
6822
+ maskingPolicy?: outputs.IcebergTableColumnMaskingPolicy;
6823
+ /**
6824
+ * Column name.
6825
+ */
6826
+ name: string;
6827
+ /**
6828
+ * (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.
6829
+ */
6830
+ notNull?: string;
6831
+ /**
6832
+ * Specifies the projection policy to set on a column.
6833
+ */
6834
+ projectionPolicy?: outputs.IcebergTableColumnProjectionPolicy;
6835
+ /**
6836
+ * 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).
6837
+ */
6838
+ type: string;
6839
+ }
6840
+ export interface IcebergTableColumnDefault {
6841
+ /**
6842
+ * The default expression value for the column.
6843
+ */
6844
+ expression: string;
6845
+ }
6846
+ export interface IcebergTableColumnMaskingPolicy {
6847
+ /**
6848
+ * Masking policy name. For more information about this resource, see docs.
6849
+ */
6850
+ policyName: string;
6851
+ /**
6852
+ * 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.
6853
+ */
6854
+ usings?: string[];
6855
+ }
6856
+ export interface IcebergTableColumnProjectionPolicy {
6857
+ /**
6858
+ * Projection policy name.
6859
+ */
6860
+ policyName: string;
6861
+ }
6862
+ export interface IcebergTableDescribeOutput {
6863
+ check: string;
6864
+ comment: string;
6865
+ default: string;
6866
+ expression: string;
6867
+ isNullable: boolean;
6868
+ kind: string;
6869
+ name: string;
6870
+ nameMapping: string;
6871
+ policyName: string;
6872
+ primaryKey: boolean;
6873
+ privacyDomain: string;
6874
+ sourceIcebergType: string;
6875
+ type: string;
6876
+ uniqueKey: boolean;
6877
+ writeDefault: string;
6878
+ }
6879
+ export interface IcebergTableForeignKeyConstraint {
6880
+ /**
6881
+ * The local column(s) the foreign key is defined on.
6882
+ */
6883
+ columns: string[];
6884
+ /**
6885
+ * Constraint comment.
6886
+ */
6887
+ comment?: string;
6888
+ /**
6889
+ * (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.
6890
+ */
6891
+ deferrable?: string;
6892
+ /**
6893
+ * (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.
6894
+ */
6895
+ enable?: string;
6896
+ /**
6897
+ * (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.
6898
+ */
6899
+ enforced?: string;
6900
+ /**
6901
+ * (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.
6902
+ */
6903
+ initiallyDeferred?: string;
6904
+ /**
6905
+ * The match type for the foreign key. Valid values are: [FULL SIMPLE PARTIAL].
6906
+ */
6907
+ match?: string;
6908
+ /**
6909
+ * Name of the constraint.
6910
+ */
6911
+ name?: string;
6912
+ /**
6913
+ * Specifies the action to perform when the referenced primary/unique key is deleted. Valid values are: [CASCADE SET NULL SET DEFAULT RESTRICT NO ACTION].
6914
+ */
6915
+ onDelete?: string;
6916
+ /**
6917
+ * Specifies the action to perform when the referenced primary/unique key is updated. Valid values are: [CASCADE SET NULL SET DEFAULT RESTRICT NO ACTION].
6918
+ */
6919
+ onUpdate?: string;
6920
+ /**
6921
+ * The column(s) in the referenced table that the foreign key references.
6922
+ */
6923
+ refColumns?: string[];
6924
+ /**
6925
+ * (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.
6926
+ */
6927
+ rely?: string;
6928
+ /**
6929
+ * The table that the foreign key references.
6930
+ */
6931
+ tableName: string;
6932
+ /**
6933
+ * (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.
6934
+ */
6935
+ validate?: string;
6936
+ }
6937
+ export interface IcebergTableFromAwsGlueDescribeOutput {
6938
+ check: string;
6939
+ comment: string;
6940
+ default: string;
6941
+ expression: string;
6942
+ isNullable: boolean;
6943
+ kind: string;
6944
+ name: string;
6945
+ nameMapping: string;
6946
+ policyName: string;
6947
+ primaryKey: boolean;
6948
+ privacyDomain: string;
6949
+ sourceIcebergType: string;
6950
+ type: string;
6951
+ uniqueKey: boolean;
6952
+ writeDefault: string;
6953
+ }
6954
+ export interface IcebergTableFromAwsGlueParameter {
6955
+ catalogs: outputs.IcebergTableFromAwsGlueParameterCatalog[];
6956
+ externalVolumes: outputs.IcebergTableFromAwsGlueParameterExternalVolume[];
6957
+ replaceInvalidCharacters: outputs.IcebergTableFromAwsGlueParameterReplaceInvalidCharacter[];
6958
+ }
6959
+ export interface IcebergTableFromAwsGlueParameterCatalog {
6960
+ default: string;
6961
+ description: string;
6962
+ key: string;
6963
+ level: string;
6964
+ value: string;
6965
+ }
6966
+ export interface IcebergTableFromAwsGlueParameterExternalVolume {
6967
+ default: string;
6968
+ description: string;
6969
+ key: string;
6970
+ level: string;
6971
+ value: string;
6972
+ }
6973
+ export interface IcebergTableFromAwsGlueParameterReplaceInvalidCharacter {
6974
+ default: string;
6975
+ description: string;
6976
+ key: string;
6977
+ level: string;
6978
+ value: string;
6979
+ }
6980
+ export interface IcebergTableFromAwsGlueShowOutput {
6981
+ autoRefreshStatuses: outputs.IcebergTableFromAwsGlueShowOutputAutoRefreshStatus[];
6982
+ baseLocation: string;
6983
+ canWriteMetadata: boolean;
6984
+ catalogName: string;
6985
+ catalogNamespace: string;
6986
+ catalogSyncName: string;
6987
+ catalogTableName: string;
6988
+ comment: string;
6989
+ createdOn: string;
6990
+ currentPartitionSpecId: number;
6991
+ databaseName: string;
6992
+ externalVolumeName: string;
6993
+ icebergTableFormatVersion: number;
6994
+ icebergTableType: string;
6995
+ name: string;
6996
+ nameMapping: string;
6997
+ owner: string;
6998
+ ownerRoleType: string;
6999
+ partitionSpecs: outputs.IcebergTableFromAwsGlueShowOutputPartitionSpec[];
7000
+ schemaName: string;
7001
+ }
7002
+ export interface IcebergTableFromAwsGlueShowOutputAutoRefreshStatus {
7003
+ currentSnapshotId: number;
7004
+ executionState: string;
7005
+ lastSnapshotTime: string;
7006
+ lastUpdatedTime: string;
7007
+ pendingSnapshotCount: number;
7008
+ }
7009
+ export interface IcebergTableFromAwsGlueShowOutputPartitionSpec {
7010
+ fields: outputs.IcebergTableFromAwsGlueShowOutputPartitionSpecField[];
7011
+ specId: number;
7012
+ }
7013
+ export interface IcebergTableFromAwsGlueShowOutputPartitionSpecField {
7014
+ fieldId: number;
7015
+ name: string;
7016
+ sourceId: number;
7017
+ transform: string;
7018
+ }
6263
7019
  export interface IcebergTableFromDeltaFilesDescribeOutput {
6264
7020
  check: string;
6265
7021
  comment: string;
@@ -6277,34 +7033,230 @@ export interface IcebergTableFromDeltaFilesDescribeOutput {
6277
7033
  uniqueKey: boolean;
6278
7034
  writeDefault: string;
6279
7035
  }
6280
- export interface IcebergTableFromDeltaFilesParameter {
6281
- catalogs: outputs.IcebergTableFromDeltaFilesParameterCatalog[];
6282
- externalVolumes: outputs.IcebergTableFromDeltaFilesParameterExternalVolume[];
6283
- replaceInvalidCharacters: outputs.IcebergTableFromDeltaFilesParameterReplaceInvalidCharacter[];
7036
+ export interface IcebergTableFromDeltaFilesParameter {
7037
+ catalogs: outputs.IcebergTableFromDeltaFilesParameterCatalog[];
7038
+ externalVolumes: outputs.IcebergTableFromDeltaFilesParameterExternalVolume[];
7039
+ replaceInvalidCharacters: outputs.IcebergTableFromDeltaFilesParameterReplaceInvalidCharacter[];
7040
+ }
7041
+ export interface IcebergTableFromDeltaFilesParameterCatalog {
7042
+ default: string;
7043
+ description: string;
7044
+ key: string;
7045
+ level: string;
7046
+ value: string;
7047
+ }
7048
+ export interface IcebergTableFromDeltaFilesParameterExternalVolume {
7049
+ default: string;
7050
+ description: string;
7051
+ key: string;
7052
+ level: string;
7053
+ value: string;
7054
+ }
7055
+ export interface IcebergTableFromDeltaFilesParameterReplaceInvalidCharacter {
7056
+ default: string;
7057
+ description: string;
7058
+ key: string;
7059
+ level: string;
7060
+ value: string;
7061
+ }
7062
+ export interface IcebergTableFromDeltaFilesShowOutput {
7063
+ autoRefreshStatuses: outputs.IcebergTableFromDeltaFilesShowOutputAutoRefreshStatus[];
7064
+ baseLocation: string;
7065
+ canWriteMetadata: boolean;
7066
+ catalogName: string;
7067
+ catalogNamespace: string;
7068
+ catalogSyncName: string;
7069
+ catalogTableName: string;
7070
+ comment: string;
7071
+ createdOn: string;
7072
+ currentPartitionSpecId: number;
7073
+ databaseName: string;
7074
+ externalVolumeName: string;
7075
+ icebergTableFormatVersion: number;
7076
+ icebergTableType: string;
7077
+ name: string;
7078
+ nameMapping: string;
7079
+ owner: string;
7080
+ ownerRoleType: string;
7081
+ partitionSpecs: outputs.IcebergTableFromDeltaFilesShowOutputPartitionSpec[];
7082
+ schemaName: string;
7083
+ }
7084
+ export interface IcebergTableFromDeltaFilesShowOutputAutoRefreshStatus {
7085
+ currentSnapshotId: number;
7086
+ executionState: string;
7087
+ lastSnapshotTime: string;
7088
+ lastUpdatedTime: string;
7089
+ pendingSnapshotCount: number;
7090
+ }
7091
+ export interface IcebergTableFromDeltaFilesShowOutputPartitionSpec {
7092
+ fields: outputs.IcebergTableFromDeltaFilesShowOutputPartitionSpecField[];
7093
+ specId: number;
7094
+ }
7095
+ export interface IcebergTableFromDeltaFilesShowOutputPartitionSpecField {
7096
+ fieldId: number;
7097
+ name: string;
7098
+ sourceId: number;
7099
+ transform: string;
7100
+ }
7101
+ export interface IcebergTableFromFilesDescribeOutput {
7102
+ check: string;
7103
+ comment: string;
7104
+ default: string;
7105
+ expression: string;
7106
+ isNullable: boolean;
7107
+ kind: string;
7108
+ name: string;
7109
+ nameMapping: string;
7110
+ policyName: string;
7111
+ primaryKey: boolean;
7112
+ privacyDomain: string;
7113
+ sourceIcebergType: string;
7114
+ type: string;
7115
+ uniqueKey: boolean;
7116
+ writeDefault: string;
7117
+ }
7118
+ export interface IcebergTableFromFilesParameter {
7119
+ catalogs: outputs.IcebergTableFromFilesParameterCatalog[];
7120
+ externalVolumes: outputs.IcebergTableFromFilesParameterExternalVolume[];
7121
+ replaceInvalidCharacters: outputs.IcebergTableFromFilesParameterReplaceInvalidCharacter[];
7122
+ }
7123
+ export interface IcebergTableFromFilesParameterCatalog {
7124
+ default: string;
7125
+ description: string;
7126
+ key: string;
7127
+ level: string;
7128
+ value: string;
7129
+ }
7130
+ export interface IcebergTableFromFilesParameterExternalVolume {
7131
+ default: string;
7132
+ description: string;
7133
+ key: string;
7134
+ level: string;
7135
+ value: string;
7136
+ }
7137
+ export interface IcebergTableFromFilesParameterReplaceInvalidCharacter {
7138
+ default: string;
7139
+ description: string;
7140
+ key: string;
7141
+ level: string;
7142
+ value: string;
7143
+ }
7144
+ export interface IcebergTableFromFilesShowOutput {
7145
+ autoRefreshStatuses: outputs.IcebergTableFromFilesShowOutputAutoRefreshStatus[];
7146
+ baseLocation: string;
7147
+ canWriteMetadata: boolean;
7148
+ catalogName: string;
7149
+ catalogNamespace: string;
7150
+ catalogSyncName: string;
7151
+ catalogTableName: string;
7152
+ comment: string;
7153
+ createdOn: string;
7154
+ currentPartitionSpecId: number;
7155
+ databaseName: string;
7156
+ externalVolumeName: string;
7157
+ icebergTableFormatVersion: number;
7158
+ icebergTableType: string;
7159
+ name: string;
7160
+ nameMapping: string;
7161
+ owner: string;
7162
+ ownerRoleType: string;
7163
+ partitionSpecs: outputs.IcebergTableFromFilesShowOutputPartitionSpec[];
7164
+ schemaName: string;
7165
+ }
7166
+ export interface IcebergTableFromFilesShowOutputAutoRefreshStatus {
7167
+ currentSnapshotId: number;
7168
+ executionState: string;
7169
+ lastSnapshotTime: string;
7170
+ lastUpdatedTime: string;
7171
+ pendingSnapshotCount: number;
7172
+ }
7173
+ export interface IcebergTableFromFilesShowOutputPartitionSpec {
7174
+ fields: outputs.IcebergTableFromFilesShowOutputPartitionSpecField[];
7175
+ specId: number;
7176
+ }
7177
+ export interface IcebergTableFromFilesShowOutputPartitionSpecField {
7178
+ fieldId: number;
7179
+ name: string;
7180
+ sourceId: number;
7181
+ transform: string;
7182
+ }
7183
+ export interface IcebergTableFromRestDescribeOutput {
7184
+ check: string;
7185
+ comment: string;
7186
+ default: string;
7187
+ expression: string;
7188
+ isNullable: boolean;
7189
+ kind: string;
7190
+ name: string;
7191
+ nameMapping: string;
7192
+ policyName: string;
7193
+ primaryKey: boolean;
7194
+ privacyDomain: string;
7195
+ sourceIcebergType: string;
7196
+ type: string;
7197
+ uniqueKey: boolean;
7198
+ writeDefault: string;
7199
+ }
7200
+ export interface IcebergTableFromRestParameter {
7201
+ catalogs: outputs.IcebergTableFromRestParameterCatalog[];
7202
+ enableIcebergMergeOnReads: outputs.IcebergTableFromRestParameterEnableIcebergMergeOnRead[];
7203
+ externalVolumes: outputs.IcebergTableFromRestParameterExternalVolume[];
7204
+ icebergMergeOnReadBehaviors: outputs.IcebergTableFromRestParameterIcebergMergeOnReadBehavior[];
7205
+ replaceInvalidCharacters: outputs.IcebergTableFromRestParameterReplaceInvalidCharacter[];
7206
+ storageSerializationPolicies: outputs.IcebergTableFromRestParameterStorageSerializationPolicy[];
7207
+ targetFileSizes: outputs.IcebergTableFromRestParameterTargetFileSize[];
7208
+ }
7209
+ export interface IcebergTableFromRestParameterCatalog {
7210
+ default: string;
7211
+ description: string;
7212
+ key: string;
7213
+ level: string;
7214
+ value: string;
7215
+ }
7216
+ export interface IcebergTableFromRestParameterEnableIcebergMergeOnRead {
7217
+ default: string;
7218
+ description: string;
7219
+ key: string;
7220
+ level: string;
7221
+ value: string;
6284
7222
  }
6285
- export interface IcebergTableFromDeltaFilesParameterCatalog {
7223
+ export interface IcebergTableFromRestParameterExternalVolume {
6286
7224
  default: string;
6287
7225
  description: string;
6288
7226
  key: string;
6289
7227
  level: string;
6290
7228
  value: string;
6291
7229
  }
6292
- export interface IcebergTableFromDeltaFilesParameterExternalVolume {
7230
+ export interface IcebergTableFromRestParameterIcebergMergeOnReadBehavior {
6293
7231
  default: string;
6294
7232
  description: string;
6295
7233
  key: string;
6296
7234
  level: string;
6297
7235
  value: string;
6298
7236
  }
6299
- export interface IcebergTableFromDeltaFilesParameterReplaceInvalidCharacter {
7237
+ export interface IcebergTableFromRestParameterReplaceInvalidCharacter {
6300
7238
  default: string;
6301
7239
  description: string;
6302
7240
  key: string;
6303
7241
  level: string;
6304
7242
  value: string;
6305
7243
  }
6306
- export interface IcebergTableFromDeltaFilesShowOutput {
6307
- autoRefreshStatuses: outputs.IcebergTableFromDeltaFilesShowOutputAutoRefreshStatus[];
7244
+ export interface IcebergTableFromRestParameterStorageSerializationPolicy {
7245
+ default: string;
7246
+ description: string;
7247
+ key: string;
7248
+ level: string;
7249
+ value: string;
7250
+ }
7251
+ export interface IcebergTableFromRestParameterTargetFileSize {
7252
+ default: string;
7253
+ description: string;
7254
+ key: string;
7255
+ level: string;
7256
+ value: string;
7257
+ }
7258
+ export interface IcebergTableFromRestShowOutput {
7259
+ autoRefreshStatuses: outputs.IcebergTableFromRestShowOutputAutoRefreshStatus[];
6308
7260
  baseLocation: string;
6309
7261
  canWriteMetadata: boolean;
6310
7262
  catalogName: string;
@@ -6322,61 +7274,200 @@ export interface IcebergTableFromDeltaFilesShowOutput {
6322
7274
  nameMapping: string;
6323
7275
  owner: string;
6324
7276
  ownerRoleType: string;
6325
- partitionSpecs: string;
7277
+ partitionSpecs: outputs.IcebergTableFromRestShowOutputPartitionSpec[];
6326
7278
  schemaName: string;
6327
7279
  }
6328
- export interface IcebergTableFromDeltaFilesShowOutputAutoRefreshStatus {
7280
+ export interface IcebergTableFromRestShowOutputAutoRefreshStatus {
6329
7281
  currentSnapshotId: number;
6330
7282
  executionState: string;
6331
7283
  lastSnapshotTime: string;
6332
7284
  lastUpdatedTime: string;
6333
7285
  pendingSnapshotCount: number;
6334
7286
  }
6335
- export interface IcebergTableFromFilesDescribeOutput {
6336
- check: string;
6337
- comment: string;
6338
- default: string;
6339
- expression: string;
6340
- isNullable: boolean;
6341
- kind: string;
7287
+ export interface IcebergTableFromRestShowOutputPartitionSpec {
7288
+ fields: outputs.IcebergTableFromRestShowOutputPartitionSpecField[];
7289
+ specId: number;
7290
+ }
7291
+ export interface IcebergTableFromRestShowOutputPartitionSpecField {
7292
+ fieldId: number;
6342
7293
  name: string;
6343
- nameMapping: string;
6344
- policyName: string;
6345
- primaryKey: boolean;
6346
- privacyDomain: string;
6347
- sourceIcebergType: string;
6348
- type: string;
6349
- uniqueKey: boolean;
6350
- writeDefault: string;
7294
+ sourceId: number;
7295
+ transform: string;
6351
7296
  }
6352
- export interface IcebergTableFromFilesParameter {
6353
- catalogs: outputs.IcebergTableFromFilesParameterCatalog[];
6354
- externalVolumes: outputs.IcebergTableFromFilesParameterExternalVolume[];
6355
- replaceInvalidCharacters: outputs.IcebergTableFromFilesParameterReplaceInvalidCharacter[];
7297
+ export interface IcebergTableParameter {
7298
+ catalogSyncs: outputs.IcebergTableParameterCatalogSync[];
7299
+ catalogs: outputs.IcebergTableParameterCatalog[];
7300
+ dataRetentionTimeInDays: outputs.IcebergTableParameterDataRetentionTimeInDay[];
7301
+ enableDataCompactions: outputs.IcebergTableParameterEnableDataCompaction[];
7302
+ enableIcebergMergeOnReads: outputs.IcebergTableParameterEnableIcebergMergeOnRead[];
7303
+ externalVolumes: outputs.IcebergTableParameterExternalVolume[];
7304
+ maxDataExtensionTimeInDays: outputs.IcebergTableParameterMaxDataExtensionTimeInDay[];
7305
+ storageSerializationPolicies: outputs.IcebergTableParameterStorageSerializationPolicy[];
7306
+ targetFileSizes: outputs.IcebergTableParameterTargetFileSize[];
6356
7307
  }
6357
- export interface IcebergTableFromFilesParameterCatalog {
7308
+ export interface IcebergTableParameterCatalog {
6358
7309
  default: string;
6359
7310
  description: string;
6360
7311
  key: string;
6361
7312
  level: string;
6362
7313
  value: string;
6363
7314
  }
6364
- export interface IcebergTableFromFilesParameterExternalVolume {
7315
+ export interface IcebergTableParameterCatalogSync {
6365
7316
  default: string;
6366
7317
  description: string;
6367
7318
  key: string;
6368
7319
  level: string;
6369
7320
  value: string;
6370
7321
  }
6371
- export interface IcebergTableFromFilesParameterReplaceInvalidCharacter {
7322
+ export interface IcebergTableParameterDataRetentionTimeInDay {
6372
7323
  default: string;
6373
7324
  description: string;
6374
7325
  key: string;
6375
7326
  level: string;
6376
7327
  value: string;
6377
7328
  }
6378
- export interface IcebergTableFromFilesShowOutput {
6379
- autoRefreshStatuses: outputs.IcebergTableFromFilesShowOutputAutoRefreshStatus[];
7329
+ export interface IcebergTableParameterEnableDataCompaction {
7330
+ default: string;
7331
+ description: string;
7332
+ key: string;
7333
+ level: string;
7334
+ value: string;
7335
+ }
7336
+ export interface IcebergTableParameterEnableIcebergMergeOnRead {
7337
+ default: string;
7338
+ description: string;
7339
+ key: string;
7340
+ level: string;
7341
+ value: string;
7342
+ }
7343
+ export interface IcebergTableParameterExternalVolume {
7344
+ default: string;
7345
+ description: string;
7346
+ key: string;
7347
+ level: string;
7348
+ value: string;
7349
+ }
7350
+ export interface IcebergTableParameterMaxDataExtensionTimeInDay {
7351
+ default: string;
7352
+ description: string;
7353
+ key: string;
7354
+ level: string;
7355
+ value: string;
7356
+ }
7357
+ export interface IcebergTableParameterStorageSerializationPolicy {
7358
+ default: string;
7359
+ description: string;
7360
+ key: string;
7361
+ level: string;
7362
+ value: string;
7363
+ }
7364
+ export interface IcebergTableParameterTargetFileSize {
7365
+ default: string;
7366
+ description: string;
7367
+ key: string;
7368
+ level: string;
7369
+ value: string;
7370
+ }
7371
+ export interface IcebergTablePartitionBy {
7372
+ /**
7373
+ * Partitions the table by hashing the column into a fixed number of buckets.
7374
+ */
7375
+ bucket?: outputs.IcebergTablePartitionByBucket;
7376
+ /**
7377
+ * Partitions the table by the day component of the column.
7378
+ */
7379
+ day?: string;
7380
+ /**
7381
+ * Partitions the table by the hour component of the column.
7382
+ */
7383
+ hour?: string;
7384
+ /**
7385
+ * Name of the column to use as-is for partitioning.
7386
+ */
7387
+ identity?: string;
7388
+ /**
7389
+ * Partitions the table by the month component of the column.
7390
+ */
7391
+ month?: string;
7392
+ /**
7393
+ * Partitions the table by truncating the column value to a fixed width.
7394
+ */
7395
+ truncate?: outputs.IcebergTablePartitionByTruncate;
7396
+ /**
7397
+ * Partitions the table by the year component of the column.
7398
+ */
7399
+ year?: string;
7400
+ }
7401
+ export interface IcebergTablePartitionByBucket {
7402
+ /**
7403
+ * Name of the column to bucket.
7404
+ */
7405
+ column: string;
7406
+ /**
7407
+ * Number of buckets to hash the column values into.
7408
+ */
7409
+ numBuckets: number;
7410
+ }
7411
+ export interface IcebergTablePartitionByTruncate {
7412
+ /**
7413
+ * Name of the column to truncate.
7414
+ */
7415
+ column: string;
7416
+ /**
7417
+ * Width to truncate the column value to.
7418
+ */
7419
+ width: number;
7420
+ }
7421
+ export interface IcebergTablePrimaryKeyConstraint {
7422
+ /**
7423
+ * The column(s) the constraint applies to.
7424
+ */
7425
+ columns: string[];
7426
+ /**
7427
+ * Constraint comment.
7428
+ */
7429
+ comment?: string;
7430
+ /**
7431
+ * (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.
7432
+ */
7433
+ deferrable?: string;
7434
+ /**
7435
+ * (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.
7436
+ */
7437
+ enable?: string;
7438
+ /**
7439
+ * (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.
7440
+ */
7441
+ enforced?: string;
7442
+ /**
7443
+ * (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.
7444
+ */
7445
+ initiallyDeferred?: string;
7446
+ /**
7447
+ * Name of the constraint.
7448
+ */
7449
+ name?: string;
7450
+ /**
7451
+ * (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.
7452
+ */
7453
+ rely?: string;
7454
+ /**
7455
+ * (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.
7456
+ */
7457
+ validate?: string;
7458
+ }
7459
+ export interface IcebergTableRowAccessPolicy {
7460
+ /**
7461
+ * Defines which columns are affected by the policy.
7462
+ */
7463
+ ons: string[];
7464
+ /**
7465
+ * Row access policy name. For more information about this resource, see docs.
7466
+ */
7467
+ policyName: string;
7468
+ }
7469
+ export interface IcebergTableShowOutput {
7470
+ autoRefreshStatuses: outputs.IcebergTableShowOutputAutoRefreshStatus[];
6380
7471
  baseLocation: string;
6381
7472
  canWriteMetadata: boolean;
6382
7473
  catalogName: string;
@@ -6394,16 +7485,64 @@ export interface IcebergTableFromFilesShowOutput {
6394
7485
  nameMapping: string;
6395
7486
  owner: string;
6396
7487
  ownerRoleType: string;
6397
- partitionSpecs: string;
7488
+ partitionSpecs: outputs.IcebergTableShowOutputPartitionSpec[];
6398
7489
  schemaName: string;
6399
7490
  }
6400
- export interface IcebergTableFromFilesShowOutputAutoRefreshStatus {
7491
+ export interface IcebergTableShowOutputAutoRefreshStatus {
6401
7492
  currentSnapshotId: number;
6402
7493
  executionState: string;
6403
7494
  lastSnapshotTime: string;
6404
7495
  lastUpdatedTime: string;
6405
7496
  pendingSnapshotCount: number;
6406
7497
  }
7498
+ export interface IcebergTableShowOutputPartitionSpec {
7499
+ fields: outputs.IcebergTableShowOutputPartitionSpecField[];
7500
+ specId: number;
7501
+ }
7502
+ export interface IcebergTableShowOutputPartitionSpecField {
7503
+ fieldId: number;
7504
+ name: string;
7505
+ sourceId: number;
7506
+ transform: string;
7507
+ }
7508
+ export interface IcebergTableUniqueConstraint {
7509
+ /**
7510
+ * The column(s) the constraint applies to.
7511
+ */
7512
+ columns: string[];
7513
+ /**
7514
+ * Constraint comment.
7515
+ */
7516
+ comment?: string;
7517
+ /**
7518
+ * (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.
7519
+ */
7520
+ deferrable?: string;
7521
+ /**
7522
+ * (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.
7523
+ */
7524
+ enable?: string;
7525
+ /**
7526
+ * (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.
7527
+ */
7528
+ enforced?: string;
7529
+ /**
7530
+ * (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.
7531
+ */
7532
+ initiallyDeferred?: string;
7533
+ /**
7534
+ * Name of the constraint.
7535
+ */
7536
+ name?: string;
7537
+ /**
7538
+ * (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.
7539
+ */
7540
+ rely?: string;
7541
+ /**
7542
+ * (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.
7543
+ */
7544
+ validate?: string;
7545
+ }
6407
7546
  export interface ImageRepositoryShowOutput {
6408
7547
  comment: string;
6409
7548
  createdOn: string;
@@ -6550,6 +7689,10 @@ export interface LegacyServiceUserDefaultWorkloadIdentityAws {
6550
7689
  * The ARN of the AWS IAM role to use for workload identity federation.
6551
7690
  */
6552
7691
  arn: string;
7692
+ /**
7693
+ * The AWS issuer URL. Required for JWT-based (GetWebIdentityToken) workload identity federation.
7694
+ */
7695
+ issuer?: string;
6553
7696
  }
6554
7697
  export interface LegacyServiceUserDefaultWorkloadIdentityAzure {
6555
7698
  /**
@@ -7191,6 +8334,23 @@ export interface MaterializedViewTag {
7191
8334
  */
7192
8335
  value: string;
7193
8336
  }
8337
+ export interface McpServerDescribeOutput {
8338
+ comment: string;
8339
+ createdOn: string;
8340
+ databaseName: string;
8341
+ name: string;
8342
+ owner: string;
8343
+ schemaName: string;
8344
+ serverSpec: string;
8345
+ }
8346
+ export interface McpServerShowOutput {
8347
+ comment: string;
8348
+ createdOn: string;
8349
+ databaseName: string;
8350
+ name: string;
8351
+ owner: string;
8352
+ schemaName: string;
8353
+ }
7194
8354
  export interface NetworkPolicyDescribeOutput {
7195
8355
  allowedIpList: string;
7196
8356
  allowedNetworkRuleList: string;
@@ -7283,6 +8443,7 @@ export interface NotebookShowOutput {
7283
8443
  urlId: string;
7284
8444
  }
7285
8445
  export interface OauthIntegrationForCustomClientsDescribeOutput {
8446
+ allowedRolesLists: outputs.OauthIntegrationForCustomClientsDescribeOutputAllowedRolesList[];
7286
8447
  blockedRolesLists: outputs.OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList[];
7287
8448
  comments: outputs.OauthIntegrationForCustomClientsDescribeOutputComment[];
7288
8449
  enableds: outputs.OauthIntegrationForCustomClientsDescribeOutputEnabled[];
@@ -7301,6 +8462,12 @@ export interface OauthIntegrationForCustomClientsDescribeOutput {
7301
8462
  oauthUseSecondaryRoles: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole[];
7302
8463
  preAuthorizedRolesLists: outputs.OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList[];
7303
8464
  }
8465
+ export interface OauthIntegrationForCustomClientsDescribeOutputAllowedRolesList {
8466
+ default: string;
8467
+ name: string;
8468
+ type: string;
8469
+ value: string;
8470
+ }
7304
8471
  export interface OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList {
7305
8472
  default: string;
7306
8473
  name: string;
@@ -7422,6 +8589,7 @@ export interface OauthIntegrationForCustomClientsShowOutput {
7422
8589
  name: string;
7423
8590
  }
7424
8591
  export interface OauthIntegrationForPartnerApplicationsDescribeOutput {
8592
+ allowedRolesLists: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputAllowedRolesList[];
7425
8593
  blockedRolesLists: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList[];
7426
8594
  comments: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputComment[];
7427
8595
  enableds: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputEnabled[];
@@ -7440,6 +8608,12 @@ export interface OauthIntegrationForPartnerApplicationsDescribeOutput {
7440
8608
  oauthUseSecondaryRoles: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole[];
7441
8609
  preAuthorizedRolesLists: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList[];
7442
8610
  }
8611
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputAllowedRolesList {
8612
+ default: string;
8613
+ name: string;
8614
+ type: string;
8615
+ value: string;
8616
+ }
7443
8617
  export interface OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList {
7444
8618
  default: string;
7445
8619
  name: string;
@@ -7576,6 +8750,7 @@ export interface ObjectParameterObjectIdentifier {
7576
8750
  }
7577
8751
  export interface PasswordPolicyDescribeOutput {
7578
8752
  comment: string;
8753
+ databaseName: string;
7579
8754
  name: string;
7580
8755
  owner: string;
7581
8756
  passwordHistory: number;
@@ -7589,6 +8764,7 @@ export interface PasswordPolicyDescribeOutput {
7589
8764
  passwordMinNumericChars: number;
7590
8765
  passwordMinSpecialChars: number;
7591
8766
  passwordMinUpperCaseChars: number;
8767
+ schemaName: string;
7592
8768
  }
7593
8769
  export interface PasswordPolicyShowOutput {
7594
8770
  comment: string;
@@ -8924,6 +10100,10 @@ export interface ServiceUserDefaultWorkloadIdentityAws {
8924
10100
  * The ARN of the AWS IAM role to use for workload identity federation.
8925
10101
  */
8926
10102
  arn: string;
10103
+ /**
10104
+ * The AWS issuer URL. Required for JWT-based (GetWebIdentityToken) workload identity federation.
10105
+ */
10106
+ issuer?: string;
8927
10107
  }
8928
10108
  export interface ServiceUserDefaultWorkloadIdentityAzure {
8929
10109
  /**
@@ -10919,6 +12099,10 @@ export interface StageExternalS3Directory {
10919
12099
  * (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.
10920
12100
  */
10921
12101
  autoRefresh?: string;
12102
+ /**
12103
+ * 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.
12104
+ */
12105
+ awsSnsTopic?: string;
10922
12106
  /**
10923
12107
  * Specifies whether to enable a directory table on the external stage.
10924
12108
  */
@@ -11858,8 +13042,10 @@ export interface StorageLifecyclePolicyDescribeOutput {
11858
13042
  archiveForDays: number;
11859
13043
  archiveTier: string;
11860
13044
  body: string;
13045
+ databaseName: string;
11861
13046
  name: string;
11862
13047
  returnType: string;
13048
+ schemaName: string;
11863
13049
  signatures: outputs.StorageLifecyclePolicyDescribeOutputSignature[];
11864
13050
  }
11865
13051
  export interface StorageLifecyclePolicyDescribeOutputSignature {
@@ -13502,6 +14688,67 @@ export interface WarehouseAdaptiveShowOutput {
13502
14688
  type: string;
13503
14689
  updatedOn: string;
13504
14690
  }
14691
+ export interface WarehouseInteractiveParameter {
14692
+ fallbackWarehouses: outputs.WarehouseInteractiveParameterFallbackWarehouse[];
14693
+ maxConcurrencyLevels: outputs.WarehouseInteractiveParameterMaxConcurrencyLevel[];
14694
+ statementQueuedTimeoutInSeconds: outputs.WarehouseInteractiveParameterStatementQueuedTimeoutInSecond[];
14695
+ statementTimeoutInSeconds: outputs.WarehouseInteractiveParameterStatementTimeoutInSecond[];
14696
+ }
14697
+ export interface WarehouseInteractiveParameterFallbackWarehouse {
14698
+ default: string;
14699
+ description: string;
14700
+ key: string;
14701
+ level: string;
14702
+ value: string;
14703
+ }
14704
+ export interface WarehouseInteractiveParameterMaxConcurrencyLevel {
14705
+ default: string;
14706
+ description: string;
14707
+ key: string;
14708
+ level: string;
14709
+ value: string;
14710
+ }
14711
+ export interface WarehouseInteractiveParameterStatementQueuedTimeoutInSecond {
14712
+ default: string;
14713
+ description: string;
14714
+ key: string;
14715
+ level: string;
14716
+ value: string;
14717
+ }
14718
+ export interface WarehouseInteractiveParameterStatementTimeoutInSecond {
14719
+ default: string;
14720
+ description: string;
14721
+ key: string;
14722
+ level: string;
14723
+ value: string;
14724
+ }
14725
+ export interface WarehouseInteractiveShowOutput {
14726
+ autoResume: boolean;
14727
+ autoSuspend: number;
14728
+ available: number;
14729
+ comment: string;
14730
+ createdOn: string;
14731
+ isCurrent: boolean;
14732
+ isDefault: boolean;
14733
+ maxClusterCount: number;
14734
+ minClusterCount: number;
14735
+ name: string;
14736
+ other: number;
14737
+ owner: string;
14738
+ ownerRoleType: string;
14739
+ provisioning: number;
14740
+ queued: number;
14741
+ quiescing: number;
14742
+ resourceMonitor: string;
14743
+ resumedOn: string;
14744
+ running: number;
14745
+ size: string;
14746
+ startedClusters: number;
14747
+ state: string;
14748
+ tables: string[];
14749
+ type: string;
14750
+ updatedOn: string;
14751
+ }
13505
14752
  export interface WarehouseParameter {
13506
14753
  maxConcurrencyLevels: outputs.WarehouseParameterMaxConcurrencyLevel[];
13507
14754
  statementQueuedTimeoutInSeconds: outputs.WarehouseParameterStatementQueuedTimeoutInSecond[];