@pulumi/snowflake 0.60.0-alpha.1728636583 → 0.60.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.
- package/index.d.ts +12 -0
- package/index.js +22 -2
- package/index.js.map +1 -1
- package/legacyServiceUser.d.ts +938 -0
- package/legacyServiceUser.js +212 -0
- package/legacyServiceUser.js.map +1 -0
- package/maskingPolicy.d.ts +2 -2
- package/package.json +2 -2
- package/rowAccessPolicy.d.ts +2 -2
- package/serviceUser.d.ts +923 -0
- package/serviceUser.js +208 -0
- package/serviceUser.js.map +1 -0
- package/stage.d.ts +3 -3
- package/streamOnExternalTable.d.ts +159 -0
- package/streamOnExternalTable.js +87 -0
- package/streamOnExternalTable.js.map +1 -0
- package/streamOnTable.d.ts +162 -0
- package/streamOnTable.js +89 -0
- package/streamOnTable.js.map +1 -0
- package/types/input.d.ts +1630 -498
- package/types/output.d.ts +1612 -479
- package/user.d.ts +1 -1
- package/user.js +1 -1
package/types/input.d.ts
CHANGED
|
@@ -1349,803 +1349,1795 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture {
|
|
|
1349
1349
|
*/
|
|
1350
1350
|
objectTypePlural: pulumi.Input<string>;
|
|
1351
1351
|
}
|
|
1352
|
-
export interface
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
entriesInBlockedNetworkRules?: pulumi.Input<number>;
|
|
1414
|
-
name?: pulumi.Input<string>;
|
|
1415
|
-
}
|
|
1416
|
-
export interface OauthIntegrationForCustomClientsDescribeOutput {
|
|
1417
|
-
blockedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList>[]>;
|
|
1418
|
-
comments?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputComment>[]>;
|
|
1419
|
-
enableds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputEnabled>[]>;
|
|
1420
|
-
networkPolicies?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputNetworkPolicy>[]>;
|
|
1421
|
-
oauthAllowNonTlsRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowNonTlsRedirectUri>[]>;
|
|
1422
|
-
oauthAllowedAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint>[]>;
|
|
1423
|
-
oauthAllowedTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint>[]>;
|
|
1424
|
-
oauthAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint>[]>;
|
|
1425
|
-
oauthClientIds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientId>[]>;
|
|
1426
|
-
oauthClientRsaPublicKey2Fps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp>[]>;
|
|
1427
|
-
oauthClientRsaPublicKeyFps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp>[]>;
|
|
1428
|
-
oauthClientTypes?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientType>[]>;
|
|
1429
|
-
oauthEnforcePkces?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce>[]>;
|
|
1430
|
-
oauthIssueRefreshTokens?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken>[]>;
|
|
1431
|
-
oauthRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri>[]>;
|
|
1432
|
-
oauthRefreshTokenValidities?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity>[]>;
|
|
1433
|
-
oauthTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint>[]>;
|
|
1434
|
-
oauthUseSecondaryRoles?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole>[]>;
|
|
1435
|
-
preAuthorizedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList>[]>;
|
|
1436
|
-
}
|
|
1437
|
-
export interface OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList {
|
|
1352
|
+
export interface LegacyServiceUserParameter {
|
|
1353
|
+
abortDetachedQueries?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterAbortDetachedQuery>[]>;
|
|
1354
|
+
autocommits?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterAutocommit>[]>;
|
|
1355
|
+
binaryInputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterBinaryInputFormat>[]>;
|
|
1356
|
+
binaryOutputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterBinaryOutputFormat>[]>;
|
|
1357
|
+
clientMemoryLimits?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterClientMemoryLimit>[]>;
|
|
1358
|
+
clientMetadataRequestUseConnectionCtxes?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterClientMetadataRequestUseConnectionCtx>[]>;
|
|
1359
|
+
clientPrefetchThreads?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterClientPrefetchThread>[]>;
|
|
1360
|
+
clientResultChunkSizes?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterClientResultChunkSize>[]>;
|
|
1361
|
+
clientResultColumnCaseInsensitives?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterClientResultColumnCaseInsensitive>[]>;
|
|
1362
|
+
clientSessionKeepAliveHeartbeatFrequencies?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterClientSessionKeepAliveHeartbeatFrequency>[]>;
|
|
1363
|
+
clientSessionKeepAlives?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterClientSessionKeepAlife>[]>;
|
|
1364
|
+
clientTimestampTypeMappings?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterClientTimestampTypeMapping>[]>;
|
|
1365
|
+
dateInputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterDateInputFormat>[]>;
|
|
1366
|
+
dateOutputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterDateOutputFormat>[]>;
|
|
1367
|
+
enableUnloadPhysicalTypeOptimizations?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterEnableUnloadPhysicalTypeOptimization>[]>;
|
|
1368
|
+
enableUnredactedQuerySyntaxErrors?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterEnableUnredactedQuerySyntaxError>[]>;
|
|
1369
|
+
errorOnNondeterministicMerges?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterErrorOnNondeterministicMerge>[]>;
|
|
1370
|
+
errorOnNondeterministicUpdates?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterErrorOnNondeterministicUpdate>[]>;
|
|
1371
|
+
geographyOutputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterGeographyOutputFormat>[]>;
|
|
1372
|
+
geometryOutputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterGeometryOutputFormat>[]>;
|
|
1373
|
+
jdbcTreatDecimalAsInts?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterJdbcTreatDecimalAsInt>[]>;
|
|
1374
|
+
jdbcTreatTimestampNtzAsUtcs?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterJdbcTreatTimestampNtzAsUtc>[]>;
|
|
1375
|
+
jdbcUseSessionTimezones?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterJdbcUseSessionTimezone>[]>;
|
|
1376
|
+
jsonIndents?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterJsonIndent>[]>;
|
|
1377
|
+
lockTimeouts?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterLockTimeout>[]>;
|
|
1378
|
+
logLevels?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterLogLevel>[]>;
|
|
1379
|
+
multiStatementCounts?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterMultiStatementCount>[]>;
|
|
1380
|
+
networkPolicies?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterNetworkPolicy>[]>;
|
|
1381
|
+
noorderSequenceAsDefaults?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterNoorderSequenceAsDefault>[]>;
|
|
1382
|
+
odbcTreatDecimalAsInts?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterOdbcTreatDecimalAsInt>[]>;
|
|
1383
|
+
preventUnloadToInternalStages?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterPreventUnloadToInternalStage>[]>;
|
|
1384
|
+
queryTags?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterQueryTag>[]>;
|
|
1385
|
+
quotedIdentifiersIgnoreCases?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterQuotedIdentifiersIgnoreCase>[]>;
|
|
1386
|
+
rowsPerResultsets?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterRowsPerResultset>[]>;
|
|
1387
|
+
s3StageVpceDnsNames?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterS3StageVpceDnsName>[]>;
|
|
1388
|
+
searchPaths?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterSearchPath>[]>;
|
|
1389
|
+
simulatedDataSharingConsumers?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterSimulatedDataSharingConsumer>[]>;
|
|
1390
|
+
statementQueuedTimeoutInSeconds?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterStatementQueuedTimeoutInSecond>[]>;
|
|
1391
|
+
statementTimeoutInSeconds?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterStatementTimeoutInSecond>[]>;
|
|
1392
|
+
strictJsonOutputs?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterStrictJsonOutput>[]>;
|
|
1393
|
+
timeInputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTimeInputFormat>[]>;
|
|
1394
|
+
timeOutputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTimeOutputFormat>[]>;
|
|
1395
|
+
timestampDayIsAlways24hs?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTimestampDayIsAlways24h>[]>;
|
|
1396
|
+
timestampInputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTimestampInputFormat>[]>;
|
|
1397
|
+
timestampLtzOutputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTimestampLtzOutputFormat>[]>;
|
|
1398
|
+
timestampNtzOutputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTimestampNtzOutputFormat>[]>;
|
|
1399
|
+
timestampOutputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTimestampOutputFormat>[]>;
|
|
1400
|
+
timestampTypeMappings?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTimestampTypeMapping>[]>;
|
|
1401
|
+
timestampTzOutputFormats?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTimestampTzOutputFormat>[]>;
|
|
1402
|
+
timezones?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTimezone>[]>;
|
|
1403
|
+
traceLevels?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTraceLevel>[]>;
|
|
1404
|
+
transactionAbortOnErrors?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTransactionAbortOnError>[]>;
|
|
1405
|
+
transactionDefaultIsolationLevels?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTransactionDefaultIsolationLevel>[]>;
|
|
1406
|
+
twoDigitCenturyStarts?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterTwoDigitCenturyStart>[]>;
|
|
1407
|
+
unsupportedDdlActions?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterUnsupportedDdlAction>[]>;
|
|
1408
|
+
useCachedResults?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterUseCachedResult>[]>;
|
|
1409
|
+
weekOfYearPolicies?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterWeekOfYearPolicy>[]>;
|
|
1410
|
+
weekStarts?: pulumi.Input<pulumi.Input<inputs.LegacyServiceUserParameterWeekStart>[]>;
|
|
1411
|
+
}
|
|
1412
|
+
export interface LegacyServiceUserParameterAbortDetachedQuery {
|
|
1438
1413
|
default?: pulumi.Input<string>;
|
|
1439
|
-
|
|
1440
|
-
|
|
1414
|
+
description?: pulumi.Input<string>;
|
|
1415
|
+
key?: pulumi.Input<string>;
|
|
1416
|
+
level?: pulumi.Input<string>;
|
|
1441
1417
|
value?: pulumi.Input<string>;
|
|
1442
1418
|
}
|
|
1443
|
-
export interface
|
|
1419
|
+
export interface LegacyServiceUserParameterAutocommit {
|
|
1444
1420
|
default?: pulumi.Input<string>;
|
|
1445
|
-
|
|
1446
|
-
|
|
1421
|
+
description?: pulumi.Input<string>;
|
|
1422
|
+
key?: pulumi.Input<string>;
|
|
1423
|
+
level?: pulumi.Input<string>;
|
|
1447
1424
|
value?: pulumi.Input<string>;
|
|
1448
1425
|
}
|
|
1449
|
-
export interface
|
|
1426
|
+
export interface LegacyServiceUserParameterBinaryInputFormat {
|
|
1450
1427
|
default?: pulumi.Input<string>;
|
|
1451
|
-
|
|
1452
|
-
|
|
1428
|
+
description?: pulumi.Input<string>;
|
|
1429
|
+
key?: pulumi.Input<string>;
|
|
1430
|
+
level?: pulumi.Input<string>;
|
|
1453
1431
|
value?: pulumi.Input<string>;
|
|
1454
1432
|
}
|
|
1455
|
-
export interface
|
|
1433
|
+
export interface LegacyServiceUserParameterBinaryOutputFormat {
|
|
1456
1434
|
default?: pulumi.Input<string>;
|
|
1457
|
-
|
|
1458
|
-
|
|
1435
|
+
description?: pulumi.Input<string>;
|
|
1436
|
+
key?: pulumi.Input<string>;
|
|
1437
|
+
level?: pulumi.Input<string>;
|
|
1459
1438
|
value?: pulumi.Input<string>;
|
|
1460
1439
|
}
|
|
1461
|
-
export interface
|
|
1440
|
+
export interface LegacyServiceUserParameterClientMemoryLimit {
|
|
1462
1441
|
default?: pulumi.Input<string>;
|
|
1463
|
-
|
|
1464
|
-
|
|
1442
|
+
description?: pulumi.Input<string>;
|
|
1443
|
+
key?: pulumi.Input<string>;
|
|
1444
|
+
level?: pulumi.Input<string>;
|
|
1465
1445
|
value?: pulumi.Input<string>;
|
|
1466
1446
|
}
|
|
1467
|
-
export interface
|
|
1447
|
+
export interface LegacyServiceUserParameterClientMetadataRequestUseConnectionCtx {
|
|
1468
1448
|
default?: pulumi.Input<string>;
|
|
1469
|
-
|
|
1470
|
-
|
|
1449
|
+
description?: pulumi.Input<string>;
|
|
1450
|
+
key?: pulumi.Input<string>;
|
|
1451
|
+
level?: pulumi.Input<string>;
|
|
1471
1452
|
value?: pulumi.Input<string>;
|
|
1472
1453
|
}
|
|
1473
|
-
export interface
|
|
1454
|
+
export interface LegacyServiceUserParameterClientPrefetchThread {
|
|
1474
1455
|
default?: pulumi.Input<string>;
|
|
1475
|
-
|
|
1476
|
-
|
|
1456
|
+
description?: pulumi.Input<string>;
|
|
1457
|
+
key?: pulumi.Input<string>;
|
|
1458
|
+
level?: pulumi.Input<string>;
|
|
1477
1459
|
value?: pulumi.Input<string>;
|
|
1478
1460
|
}
|
|
1479
|
-
export interface
|
|
1461
|
+
export interface LegacyServiceUserParameterClientResultChunkSize {
|
|
1480
1462
|
default?: pulumi.Input<string>;
|
|
1481
|
-
|
|
1482
|
-
|
|
1463
|
+
description?: pulumi.Input<string>;
|
|
1464
|
+
key?: pulumi.Input<string>;
|
|
1465
|
+
level?: pulumi.Input<string>;
|
|
1483
1466
|
value?: pulumi.Input<string>;
|
|
1484
1467
|
}
|
|
1485
|
-
export interface
|
|
1468
|
+
export interface LegacyServiceUserParameterClientResultColumnCaseInsensitive {
|
|
1486
1469
|
default?: pulumi.Input<string>;
|
|
1487
|
-
|
|
1488
|
-
|
|
1470
|
+
description?: pulumi.Input<string>;
|
|
1471
|
+
key?: pulumi.Input<string>;
|
|
1472
|
+
level?: pulumi.Input<string>;
|
|
1489
1473
|
value?: pulumi.Input<string>;
|
|
1490
1474
|
}
|
|
1491
|
-
export interface
|
|
1475
|
+
export interface LegacyServiceUserParameterClientSessionKeepAlife {
|
|
1492
1476
|
default?: pulumi.Input<string>;
|
|
1493
|
-
|
|
1494
|
-
|
|
1477
|
+
description?: pulumi.Input<string>;
|
|
1478
|
+
key?: pulumi.Input<string>;
|
|
1479
|
+
level?: pulumi.Input<string>;
|
|
1495
1480
|
value?: pulumi.Input<string>;
|
|
1496
1481
|
}
|
|
1497
|
-
export interface
|
|
1482
|
+
export interface LegacyServiceUserParameterClientSessionKeepAliveHeartbeatFrequency {
|
|
1498
1483
|
default?: pulumi.Input<string>;
|
|
1499
|
-
|
|
1500
|
-
|
|
1484
|
+
description?: pulumi.Input<string>;
|
|
1485
|
+
key?: pulumi.Input<string>;
|
|
1486
|
+
level?: pulumi.Input<string>;
|
|
1501
1487
|
value?: pulumi.Input<string>;
|
|
1502
1488
|
}
|
|
1503
|
-
export interface
|
|
1489
|
+
export interface LegacyServiceUserParameterClientTimestampTypeMapping {
|
|
1504
1490
|
default?: pulumi.Input<string>;
|
|
1505
|
-
|
|
1506
|
-
|
|
1491
|
+
description?: pulumi.Input<string>;
|
|
1492
|
+
key?: pulumi.Input<string>;
|
|
1493
|
+
level?: pulumi.Input<string>;
|
|
1507
1494
|
value?: pulumi.Input<string>;
|
|
1508
1495
|
}
|
|
1509
|
-
export interface
|
|
1496
|
+
export interface LegacyServiceUserParameterDateInputFormat {
|
|
1510
1497
|
default?: pulumi.Input<string>;
|
|
1511
|
-
|
|
1512
|
-
|
|
1498
|
+
description?: pulumi.Input<string>;
|
|
1499
|
+
key?: pulumi.Input<string>;
|
|
1500
|
+
level?: pulumi.Input<string>;
|
|
1513
1501
|
value?: pulumi.Input<string>;
|
|
1514
1502
|
}
|
|
1515
|
-
export interface
|
|
1503
|
+
export interface LegacyServiceUserParameterDateOutputFormat {
|
|
1516
1504
|
default?: pulumi.Input<string>;
|
|
1517
|
-
|
|
1518
|
-
|
|
1505
|
+
description?: pulumi.Input<string>;
|
|
1506
|
+
key?: pulumi.Input<string>;
|
|
1507
|
+
level?: pulumi.Input<string>;
|
|
1519
1508
|
value?: pulumi.Input<string>;
|
|
1520
1509
|
}
|
|
1521
|
-
export interface
|
|
1510
|
+
export interface LegacyServiceUserParameterEnableUnloadPhysicalTypeOptimization {
|
|
1522
1511
|
default?: pulumi.Input<string>;
|
|
1523
|
-
|
|
1524
|
-
|
|
1512
|
+
description?: pulumi.Input<string>;
|
|
1513
|
+
key?: pulumi.Input<string>;
|
|
1514
|
+
level?: pulumi.Input<string>;
|
|
1525
1515
|
value?: pulumi.Input<string>;
|
|
1526
1516
|
}
|
|
1527
|
-
export interface
|
|
1517
|
+
export interface LegacyServiceUserParameterEnableUnredactedQuerySyntaxError {
|
|
1528
1518
|
default?: pulumi.Input<string>;
|
|
1529
|
-
|
|
1530
|
-
|
|
1519
|
+
description?: pulumi.Input<string>;
|
|
1520
|
+
key?: pulumi.Input<string>;
|
|
1521
|
+
level?: pulumi.Input<string>;
|
|
1531
1522
|
value?: pulumi.Input<string>;
|
|
1532
1523
|
}
|
|
1533
|
-
export interface
|
|
1524
|
+
export interface LegacyServiceUserParameterErrorOnNondeterministicMerge {
|
|
1534
1525
|
default?: pulumi.Input<string>;
|
|
1535
|
-
|
|
1536
|
-
|
|
1526
|
+
description?: pulumi.Input<string>;
|
|
1527
|
+
key?: pulumi.Input<string>;
|
|
1528
|
+
level?: pulumi.Input<string>;
|
|
1537
1529
|
value?: pulumi.Input<string>;
|
|
1538
1530
|
}
|
|
1539
|
-
export interface
|
|
1531
|
+
export interface LegacyServiceUserParameterErrorOnNondeterministicUpdate {
|
|
1540
1532
|
default?: pulumi.Input<string>;
|
|
1541
|
-
|
|
1542
|
-
|
|
1533
|
+
description?: pulumi.Input<string>;
|
|
1534
|
+
key?: pulumi.Input<string>;
|
|
1535
|
+
level?: pulumi.Input<string>;
|
|
1543
1536
|
value?: pulumi.Input<string>;
|
|
1544
1537
|
}
|
|
1545
|
-
export interface
|
|
1538
|
+
export interface LegacyServiceUserParameterGeographyOutputFormat {
|
|
1546
1539
|
default?: pulumi.Input<string>;
|
|
1547
|
-
|
|
1548
|
-
|
|
1540
|
+
description?: pulumi.Input<string>;
|
|
1541
|
+
key?: pulumi.Input<string>;
|
|
1542
|
+
level?: pulumi.Input<string>;
|
|
1549
1543
|
value?: pulumi.Input<string>;
|
|
1550
1544
|
}
|
|
1551
|
-
export interface
|
|
1552
|
-
category?: pulumi.Input<string>;
|
|
1553
|
-
comment?: pulumi.Input<string>;
|
|
1554
|
-
createdOn?: pulumi.Input<string>;
|
|
1555
|
-
enabled?: pulumi.Input<boolean>;
|
|
1556
|
-
integrationType?: pulumi.Input<string>;
|
|
1557
|
-
name?: pulumi.Input<string>;
|
|
1558
|
-
}
|
|
1559
|
-
export interface OauthIntegrationForPartnerApplicationsDescribeOutput {
|
|
1560
|
-
blockedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList>[]>;
|
|
1561
|
-
comments?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputComment>[]>;
|
|
1562
|
-
enableds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputEnabled>[]>;
|
|
1563
|
-
networkPolicies?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputNetworkPolicy>[]>;
|
|
1564
|
-
oauthAllowNonTlsRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowNonTlsRedirectUri>[]>;
|
|
1565
|
-
oauthAllowedAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint>[]>;
|
|
1566
|
-
oauthAllowedTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint>[]>;
|
|
1567
|
-
oauthAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint>[]>;
|
|
1568
|
-
oauthClientIds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId>[]>;
|
|
1569
|
-
oauthClientRsaPublicKey2Fps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp>[]>;
|
|
1570
|
-
oauthClientRsaPublicKeyFps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp>[]>;
|
|
1571
|
-
oauthClientTypes?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType>[]>;
|
|
1572
|
-
oauthEnforcePkces?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce>[]>;
|
|
1573
|
-
oauthIssueRefreshTokens?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken>[]>;
|
|
1574
|
-
oauthRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri>[]>;
|
|
1575
|
-
oauthRefreshTokenValidities?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity>[]>;
|
|
1576
|
-
oauthTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint>[]>;
|
|
1577
|
-
oauthUseSecondaryRoles?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole>[]>;
|
|
1578
|
-
preAuthorizedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList>[]>;
|
|
1579
|
-
}
|
|
1580
|
-
export interface OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList {
|
|
1545
|
+
export interface LegacyServiceUserParameterGeometryOutputFormat {
|
|
1581
1546
|
default?: pulumi.Input<string>;
|
|
1582
|
-
|
|
1583
|
-
|
|
1547
|
+
description?: pulumi.Input<string>;
|
|
1548
|
+
key?: pulumi.Input<string>;
|
|
1549
|
+
level?: pulumi.Input<string>;
|
|
1584
1550
|
value?: pulumi.Input<string>;
|
|
1585
1551
|
}
|
|
1586
|
-
export interface
|
|
1552
|
+
export interface LegacyServiceUserParameterJdbcTreatDecimalAsInt {
|
|
1587
1553
|
default?: pulumi.Input<string>;
|
|
1588
|
-
|
|
1589
|
-
|
|
1554
|
+
description?: pulumi.Input<string>;
|
|
1555
|
+
key?: pulumi.Input<string>;
|
|
1556
|
+
level?: pulumi.Input<string>;
|
|
1590
1557
|
value?: pulumi.Input<string>;
|
|
1591
1558
|
}
|
|
1592
|
-
export interface
|
|
1559
|
+
export interface LegacyServiceUserParameterJdbcTreatTimestampNtzAsUtc {
|
|
1593
1560
|
default?: pulumi.Input<string>;
|
|
1594
|
-
|
|
1595
|
-
|
|
1561
|
+
description?: pulumi.Input<string>;
|
|
1562
|
+
key?: pulumi.Input<string>;
|
|
1563
|
+
level?: pulumi.Input<string>;
|
|
1596
1564
|
value?: pulumi.Input<string>;
|
|
1597
1565
|
}
|
|
1598
|
-
export interface
|
|
1566
|
+
export interface LegacyServiceUserParameterJdbcUseSessionTimezone {
|
|
1599
1567
|
default?: pulumi.Input<string>;
|
|
1600
|
-
|
|
1601
|
-
|
|
1568
|
+
description?: pulumi.Input<string>;
|
|
1569
|
+
key?: pulumi.Input<string>;
|
|
1570
|
+
level?: pulumi.Input<string>;
|
|
1602
1571
|
value?: pulumi.Input<string>;
|
|
1603
1572
|
}
|
|
1604
|
-
export interface
|
|
1573
|
+
export interface LegacyServiceUserParameterJsonIndent {
|
|
1605
1574
|
default?: pulumi.Input<string>;
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1575
|
+
description?: pulumi.Input<string>;
|
|
1576
|
+
key?: pulumi.Input<string>;
|
|
1577
|
+
level?: pulumi.Input<string>;
|
|
1578
|
+
value?: pulumi.Input<string>;
|
|
1579
|
+
}
|
|
1580
|
+
export interface LegacyServiceUserParameterLockTimeout {
|
|
1581
|
+
default?: pulumi.Input<string>;
|
|
1582
|
+
description?: pulumi.Input<string>;
|
|
1583
|
+
key?: pulumi.Input<string>;
|
|
1584
|
+
level?: pulumi.Input<string>;
|
|
1585
|
+
value?: pulumi.Input<string>;
|
|
1586
|
+
}
|
|
1587
|
+
export interface LegacyServiceUserParameterLogLevel {
|
|
1588
|
+
default?: pulumi.Input<string>;
|
|
1589
|
+
description?: pulumi.Input<string>;
|
|
1590
|
+
key?: pulumi.Input<string>;
|
|
1591
|
+
level?: pulumi.Input<string>;
|
|
1592
|
+
value?: pulumi.Input<string>;
|
|
1593
|
+
}
|
|
1594
|
+
export interface LegacyServiceUserParameterMultiStatementCount {
|
|
1595
|
+
default?: pulumi.Input<string>;
|
|
1596
|
+
description?: pulumi.Input<string>;
|
|
1597
|
+
key?: pulumi.Input<string>;
|
|
1598
|
+
level?: pulumi.Input<string>;
|
|
1599
|
+
value?: pulumi.Input<string>;
|
|
1600
|
+
}
|
|
1601
|
+
export interface LegacyServiceUserParameterNetworkPolicy {
|
|
1602
|
+
default?: pulumi.Input<string>;
|
|
1603
|
+
description?: pulumi.Input<string>;
|
|
1604
|
+
key?: pulumi.Input<string>;
|
|
1605
|
+
level?: pulumi.Input<string>;
|
|
1606
|
+
value?: pulumi.Input<string>;
|
|
1607
|
+
}
|
|
1608
|
+
export interface LegacyServiceUserParameterNoorderSequenceAsDefault {
|
|
1609
|
+
default?: pulumi.Input<string>;
|
|
1610
|
+
description?: pulumi.Input<string>;
|
|
1611
|
+
key?: pulumi.Input<string>;
|
|
1612
|
+
level?: pulumi.Input<string>;
|
|
1613
|
+
value?: pulumi.Input<string>;
|
|
1614
|
+
}
|
|
1615
|
+
export interface LegacyServiceUserParameterOdbcTreatDecimalAsInt {
|
|
1616
|
+
default?: pulumi.Input<string>;
|
|
1617
|
+
description?: pulumi.Input<string>;
|
|
1618
|
+
key?: pulumi.Input<string>;
|
|
1619
|
+
level?: pulumi.Input<string>;
|
|
1620
|
+
value?: pulumi.Input<string>;
|
|
1621
|
+
}
|
|
1622
|
+
export interface LegacyServiceUserParameterPreventUnloadToInternalStage {
|
|
1623
|
+
default?: pulumi.Input<string>;
|
|
1624
|
+
description?: pulumi.Input<string>;
|
|
1625
|
+
key?: pulumi.Input<string>;
|
|
1626
|
+
level?: pulumi.Input<string>;
|
|
1627
|
+
value?: pulumi.Input<string>;
|
|
1628
|
+
}
|
|
1629
|
+
export interface LegacyServiceUserParameterQueryTag {
|
|
1630
|
+
default?: pulumi.Input<string>;
|
|
1631
|
+
description?: pulumi.Input<string>;
|
|
1632
|
+
key?: pulumi.Input<string>;
|
|
1633
|
+
level?: pulumi.Input<string>;
|
|
1634
|
+
value?: pulumi.Input<string>;
|
|
1635
|
+
}
|
|
1636
|
+
export interface LegacyServiceUserParameterQuotedIdentifiersIgnoreCase {
|
|
1637
|
+
default?: pulumi.Input<string>;
|
|
1638
|
+
description?: pulumi.Input<string>;
|
|
1639
|
+
key?: pulumi.Input<string>;
|
|
1640
|
+
level?: pulumi.Input<string>;
|
|
1641
|
+
value?: pulumi.Input<string>;
|
|
1642
|
+
}
|
|
1643
|
+
export interface LegacyServiceUserParameterRowsPerResultset {
|
|
1644
|
+
default?: pulumi.Input<string>;
|
|
1645
|
+
description?: pulumi.Input<string>;
|
|
1646
|
+
key?: pulumi.Input<string>;
|
|
1647
|
+
level?: pulumi.Input<string>;
|
|
1648
|
+
value?: pulumi.Input<string>;
|
|
1649
|
+
}
|
|
1650
|
+
export interface LegacyServiceUserParameterS3StageVpceDnsName {
|
|
1651
|
+
default?: pulumi.Input<string>;
|
|
1652
|
+
description?: pulumi.Input<string>;
|
|
1653
|
+
key?: pulumi.Input<string>;
|
|
1654
|
+
level?: pulumi.Input<string>;
|
|
1655
|
+
value?: pulumi.Input<string>;
|
|
1656
|
+
}
|
|
1657
|
+
export interface LegacyServiceUserParameterSearchPath {
|
|
1658
|
+
default?: pulumi.Input<string>;
|
|
1659
|
+
description?: pulumi.Input<string>;
|
|
1660
|
+
key?: pulumi.Input<string>;
|
|
1661
|
+
level?: pulumi.Input<string>;
|
|
1662
|
+
value?: pulumi.Input<string>;
|
|
1663
|
+
}
|
|
1664
|
+
export interface LegacyServiceUserParameterSimulatedDataSharingConsumer {
|
|
1665
|
+
default?: pulumi.Input<string>;
|
|
1666
|
+
description?: pulumi.Input<string>;
|
|
1667
|
+
key?: pulumi.Input<string>;
|
|
1668
|
+
level?: pulumi.Input<string>;
|
|
1669
|
+
value?: pulumi.Input<string>;
|
|
1670
|
+
}
|
|
1671
|
+
export interface LegacyServiceUserParameterStatementQueuedTimeoutInSecond {
|
|
1672
|
+
default?: pulumi.Input<string>;
|
|
1673
|
+
description?: pulumi.Input<string>;
|
|
1674
|
+
key?: pulumi.Input<string>;
|
|
1675
|
+
level?: pulumi.Input<string>;
|
|
1676
|
+
value?: pulumi.Input<string>;
|
|
1677
|
+
}
|
|
1678
|
+
export interface LegacyServiceUserParameterStatementTimeoutInSecond {
|
|
1679
|
+
default?: pulumi.Input<string>;
|
|
1680
|
+
description?: pulumi.Input<string>;
|
|
1681
|
+
key?: pulumi.Input<string>;
|
|
1682
|
+
level?: pulumi.Input<string>;
|
|
1683
|
+
value?: pulumi.Input<string>;
|
|
1684
|
+
}
|
|
1685
|
+
export interface LegacyServiceUserParameterStrictJsonOutput {
|
|
1686
|
+
default?: pulumi.Input<string>;
|
|
1687
|
+
description?: pulumi.Input<string>;
|
|
1688
|
+
key?: pulumi.Input<string>;
|
|
1689
|
+
level?: pulumi.Input<string>;
|
|
1690
|
+
value?: pulumi.Input<string>;
|
|
1691
|
+
}
|
|
1692
|
+
export interface LegacyServiceUserParameterTimeInputFormat {
|
|
1693
|
+
default?: pulumi.Input<string>;
|
|
1694
|
+
description?: pulumi.Input<string>;
|
|
1695
|
+
key?: pulumi.Input<string>;
|
|
1696
|
+
level?: pulumi.Input<string>;
|
|
1697
|
+
value?: pulumi.Input<string>;
|
|
1698
|
+
}
|
|
1699
|
+
export interface LegacyServiceUserParameterTimeOutputFormat {
|
|
1700
|
+
default?: pulumi.Input<string>;
|
|
1701
|
+
description?: pulumi.Input<string>;
|
|
1702
|
+
key?: pulumi.Input<string>;
|
|
1703
|
+
level?: pulumi.Input<string>;
|
|
1704
|
+
value?: pulumi.Input<string>;
|
|
1705
|
+
}
|
|
1706
|
+
export interface LegacyServiceUserParameterTimestampDayIsAlways24h {
|
|
1707
|
+
default?: pulumi.Input<string>;
|
|
1708
|
+
description?: pulumi.Input<string>;
|
|
1709
|
+
key?: pulumi.Input<string>;
|
|
1710
|
+
level?: pulumi.Input<string>;
|
|
1711
|
+
value?: pulumi.Input<string>;
|
|
1712
|
+
}
|
|
1713
|
+
export interface LegacyServiceUserParameterTimestampInputFormat {
|
|
1714
|
+
default?: pulumi.Input<string>;
|
|
1715
|
+
description?: pulumi.Input<string>;
|
|
1716
|
+
key?: pulumi.Input<string>;
|
|
1717
|
+
level?: pulumi.Input<string>;
|
|
1718
|
+
value?: pulumi.Input<string>;
|
|
1719
|
+
}
|
|
1720
|
+
export interface LegacyServiceUserParameterTimestampLtzOutputFormat {
|
|
1721
|
+
default?: pulumi.Input<string>;
|
|
1722
|
+
description?: pulumi.Input<string>;
|
|
1723
|
+
key?: pulumi.Input<string>;
|
|
1724
|
+
level?: pulumi.Input<string>;
|
|
1725
|
+
value?: pulumi.Input<string>;
|
|
1726
|
+
}
|
|
1727
|
+
export interface LegacyServiceUserParameterTimestampNtzOutputFormat {
|
|
1728
|
+
default?: pulumi.Input<string>;
|
|
1729
|
+
description?: pulumi.Input<string>;
|
|
1730
|
+
key?: pulumi.Input<string>;
|
|
1731
|
+
level?: pulumi.Input<string>;
|
|
1732
|
+
value?: pulumi.Input<string>;
|
|
1733
|
+
}
|
|
1734
|
+
export interface LegacyServiceUserParameterTimestampOutputFormat {
|
|
1735
|
+
default?: pulumi.Input<string>;
|
|
1736
|
+
description?: pulumi.Input<string>;
|
|
1737
|
+
key?: pulumi.Input<string>;
|
|
1738
|
+
level?: pulumi.Input<string>;
|
|
1739
|
+
value?: pulumi.Input<string>;
|
|
1740
|
+
}
|
|
1741
|
+
export interface LegacyServiceUserParameterTimestampTypeMapping {
|
|
1742
|
+
default?: pulumi.Input<string>;
|
|
1743
|
+
description?: pulumi.Input<string>;
|
|
1744
|
+
key?: pulumi.Input<string>;
|
|
1745
|
+
level?: pulumi.Input<string>;
|
|
1746
|
+
value?: pulumi.Input<string>;
|
|
1747
|
+
}
|
|
1748
|
+
export interface LegacyServiceUserParameterTimestampTzOutputFormat {
|
|
1749
|
+
default?: pulumi.Input<string>;
|
|
1750
|
+
description?: pulumi.Input<string>;
|
|
1751
|
+
key?: pulumi.Input<string>;
|
|
1752
|
+
level?: pulumi.Input<string>;
|
|
1753
|
+
value?: pulumi.Input<string>;
|
|
1754
|
+
}
|
|
1755
|
+
export interface LegacyServiceUserParameterTimezone {
|
|
1756
|
+
default?: pulumi.Input<string>;
|
|
1757
|
+
description?: pulumi.Input<string>;
|
|
1758
|
+
key?: pulumi.Input<string>;
|
|
1759
|
+
level?: pulumi.Input<string>;
|
|
1760
|
+
value?: pulumi.Input<string>;
|
|
1761
|
+
}
|
|
1762
|
+
export interface LegacyServiceUserParameterTraceLevel {
|
|
1763
|
+
default?: pulumi.Input<string>;
|
|
1764
|
+
description?: pulumi.Input<string>;
|
|
1765
|
+
key?: pulumi.Input<string>;
|
|
1766
|
+
level?: pulumi.Input<string>;
|
|
1767
|
+
value?: pulumi.Input<string>;
|
|
1768
|
+
}
|
|
1769
|
+
export interface LegacyServiceUserParameterTransactionAbortOnError {
|
|
1770
|
+
default?: pulumi.Input<string>;
|
|
1771
|
+
description?: pulumi.Input<string>;
|
|
1772
|
+
key?: pulumi.Input<string>;
|
|
1773
|
+
level?: pulumi.Input<string>;
|
|
1774
|
+
value?: pulumi.Input<string>;
|
|
1775
|
+
}
|
|
1776
|
+
export interface LegacyServiceUserParameterTransactionDefaultIsolationLevel {
|
|
1777
|
+
default?: pulumi.Input<string>;
|
|
1778
|
+
description?: pulumi.Input<string>;
|
|
1779
|
+
key?: pulumi.Input<string>;
|
|
1780
|
+
level?: pulumi.Input<string>;
|
|
1781
|
+
value?: pulumi.Input<string>;
|
|
1782
|
+
}
|
|
1783
|
+
export interface LegacyServiceUserParameterTwoDigitCenturyStart {
|
|
1784
|
+
default?: pulumi.Input<string>;
|
|
1785
|
+
description?: pulumi.Input<string>;
|
|
1786
|
+
key?: pulumi.Input<string>;
|
|
1787
|
+
level?: pulumi.Input<string>;
|
|
1788
|
+
value?: pulumi.Input<string>;
|
|
1789
|
+
}
|
|
1790
|
+
export interface LegacyServiceUserParameterUnsupportedDdlAction {
|
|
1791
|
+
default?: pulumi.Input<string>;
|
|
1792
|
+
description?: pulumi.Input<string>;
|
|
1793
|
+
key?: pulumi.Input<string>;
|
|
1794
|
+
level?: pulumi.Input<string>;
|
|
1795
|
+
value?: pulumi.Input<string>;
|
|
1796
|
+
}
|
|
1797
|
+
export interface LegacyServiceUserParameterUseCachedResult {
|
|
1798
|
+
default?: pulumi.Input<string>;
|
|
1799
|
+
description?: pulumi.Input<string>;
|
|
1800
|
+
key?: pulumi.Input<string>;
|
|
1801
|
+
level?: pulumi.Input<string>;
|
|
1802
|
+
value?: pulumi.Input<string>;
|
|
1803
|
+
}
|
|
1804
|
+
export interface LegacyServiceUserParameterWeekOfYearPolicy {
|
|
1805
|
+
default?: pulumi.Input<string>;
|
|
1806
|
+
description?: pulumi.Input<string>;
|
|
1807
|
+
key?: pulumi.Input<string>;
|
|
1808
|
+
level?: pulumi.Input<string>;
|
|
1809
|
+
value?: pulumi.Input<string>;
|
|
1810
|
+
}
|
|
1811
|
+
export interface LegacyServiceUserParameterWeekStart {
|
|
1812
|
+
default?: pulumi.Input<string>;
|
|
1813
|
+
description?: pulumi.Input<string>;
|
|
1814
|
+
key?: pulumi.Input<string>;
|
|
1815
|
+
level?: pulumi.Input<string>;
|
|
1816
|
+
value?: pulumi.Input<string>;
|
|
1817
|
+
}
|
|
1818
|
+
export interface LegacyServiceUserShowOutput {
|
|
1819
|
+
comment?: pulumi.Input<string>;
|
|
1820
|
+
createdOn?: pulumi.Input<string>;
|
|
1821
|
+
daysToExpiry?: pulumi.Input<string>;
|
|
1822
|
+
defaultNamespace?: pulumi.Input<string>;
|
|
1823
|
+
defaultRole?: pulumi.Input<string>;
|
|
1824
|
+
defaultSecondaryRoles?: pulumi.Input<string>;
|
|
1825
|
+
defaultWarehouse?: pulumi.Input<string>;
|
|
1826
|
+
disabled?: pulumi.Input<boolean>;
|
|
1827
|
+
displayName?: pulumi.Input<string>;
|
|
1828
|
+
email?: pulumi.Input<string>;
|
|
1829
|
+
expiresAtTime?: pulumi.Input<string>;
|
|
1830
|
+
extAuthnDuo?: pulumi.Input<boolean>;
|
|
1831
|
+
extAuthnUid?: pulumi.Input<string>;
|
|
1832
|
+
firstName?: pulumi.Input<string>;
|
|
1833
|
+
hasMfa?: pulumi.Input<boolean>;
|
|
1834
|
+
hasPassword?: pulumi.Input<boolean>;
|
|
1835
|
+
hasRsaPublicKey?: pulumi.Input<boolean>;
|
|
1836
|
+
lastName?: pulumi.Input<string>;
|
|
1837
|
+
lastSuccessLogin?: pulumi.Input<string>;
|
|
1838
|
+
lockedUntilTime?: pulumi.Input<string>;
|
|
1839
|
+
loginName?: pulumi.Input<string>;
|
|
1840
|
+
minsToBypassMfa?: pulumi.Input<string>;
|
|
1841
|
+
minsToUnlock?: pulumi.Input<string>;
|
|
1842
|
+
mustChangePassword?: pulumi.Input<boolean>;
|
|
1843
|
+
name?: pulumi.Input<string>;
|
|
1844
|
+
owner?: pulumi.Input<string>;
|
|
1845
|
+
snowflakeLock?: pulumi.Input<boolean>;
|
|
1846
|
+
type?: pulumi.Input<string>;
|
|
1847
|
+
}
|
|
1848
|
+
export interface MaskingPolicyArgument {
|
|
1849
|
+
/**
|
|
1850
|
+
* The argument name
|
|
1851
|
+
*/
|
|
1852
|
+
name: pulumi.Input<string>;
|
|
1853
|
+
/**
|
|
1854
|
+
* The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
|
|
1855
|
+
*/
|
|
1856
|
+
type: pulumi.Input<string>;
|
|
1857
|
+
}
|
|
1858
|
+
export interface MaskingPolicyDescribeOutput {
|
|
1859
|
+
body?: pulumi.Input<string>;
|
|
1860
|
+
name?: pulumi.Input<string>;
|
|
1861
|
+
returnType?: pulumi.Input<string>;
|
|
1862
|
+
signatures?: pulumi.Input<pulumi.Input<inputs.MaskingPolicyDescribeOutputSignature>[]>;
|
|
1863
|
+
}
|
|
1864
|
+
export interface MaskingPolicyDescribeOutputSignature {
|
|
1865
|
+
name?: pulumi.Input<string>;
|
|
1866
|
+
type?: pulumi.Input<string>;
|
|
1867
|
+
}
|
|
1868
|
+
export interface MaskingPolicyShowOutput {
|
|
1869
|
+
comment?: pulumi.Input<string>;
|
|
1870
|
+
createdOn?: pulumi.Input<string>;
|
|
1871
|
+
databaseName?: pulumi.Input<string>;
|
|
1872
|
+
exemptOtherPolicies?: pulumi.Input<boolean>;
|
|
1873
|
+
kind?: pulumi.Input<string>;
|
|
1874
|
+
name?: pulumi.Input<string>;
|
|
1875
|
+
owner?: pulumi.Input<string>;
|
|
1876
|
+
ownerRoleType?: pulumi.Input<string>;
|
|
1877
|
+
schemaName?: pulumi.Input<string>;
|
|
1878
|
+
}
|
|
1879
|
+
export interface MaterializedViewTag {
|
|
1880
|
+
/**
|
|
1881
|
+
* Name of the database that the tag was created in.
|
|
1882
|
+
*/
|
|
1883
|
+
database?: pulumi.Input<string>;
|
|
1884
|
+
/**
|
|
1885
|
+
* Tag name, e.g. department.
|
|
1886
|
+
*/
|
|
1887
|
+
name: pulumi.Input<string>;
|
|
1888
|
+
/**
|
|
1889
|
+
* Name of the schema that the tag was created in.
|
|
1890
|
+
*/
|
|
1891
|
+
schema?: pulumi.Input<string>;
|
|
1892
|
+
/**
|
|
1893
|
+
* Tag value, e.g. marketing_info.
|
|
1894
|
+
*/
|
|
1895
|
+
value: pulumi.Input<string>;
|
|
1896
|
+
}
|
|
1897
|
+
export interface NetworkPolicyDescribeOutput {
|
|
1898
|
+
allowedIpList?: pulumi.Input<string>;
|
|
1899
|
+
allowedNetworkRuleList?: pulumi.Input<string>;
|
|
1900
|
+
blockedIpList?: pulumi.Input<string>;
|
|
1901
|
+
blockedNetworkRuleList?: pulumi.Input<string>;
|
|
1902
|
+
}
|
|
1903
|
+
export interface NetworkPolicyShowOutput {
|
|
1904
|
+
comment?: pulumi.Input<string>;
|
|
1905
|
+
createdOn?: pulumi.Input<string>;
|
|
1906
|
+
entriesInAllowedIpList?: pulumi.Input<number>;
|
|
1907
|
+
entriesInAllowedNetworkRules?: pulumi.Input<number>;
|
|
1908
|
+
entriesInBlockedIpList?: pulumi.Input<number>;
|
|
1909
|
+
entriesInBlockedNetworkRules?: pulumi.Input<number>;
|
|
1910
|
+
name?: pulumi.Input<string>;
|
|
1911
|
+
}
|
|
1912
|
+
export interface OauthIntegrationForCustomClientsDescribeOutput {
|
|
1913
|
+
blockedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList>[]>;
|
|
1914
|
+
comments?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputComment>[]>;
|
|
1915
|
+
enableds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputEnabled>[]>;
|
|
1916
|
+
networkPolicies?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputNetworkPolicy>[]>;
|
|
1917
|
+
oauthAllowNonTlsRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowNonTlsRedirectUri>[]>;
|
|
1918
|
+
oauthAllowedAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint>[]>;
|
|
1919
|
+
oauthAllowedTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint>[]>;
|
|
1920
|
+
oauthAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint>[]>;
|
|
1921
|
+
oauthClientIds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientId>[]>;
|
|
1922
|
+
oauthClientRsaPublicKey2Fps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp>[]>;
|
|
1923
|
+
oauthClientRsaPublicKeyFps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp>[]>;
|
|
1924
|
+
oauthClientTypes?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientType>[]>;
|
|
1925
|
+
oauthEnforcePkces?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce>[]>;
|
|
1926
|
+
oauthIssueRefreshTokens?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken>[]>;
|
|
1927
|
+
oauthRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri>[]>;
|
|
1928
|
+
oauthRefreshTokenValidities?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity>[]>;
|
|
1929
|
+
oauthTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint>[]>;
|
|
1930
|
+
oauthUseSecondaryRoles?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole>[]>;
|
|
1931
|
+
preAuthorizedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList>[]>;
|
|
1932
|
+
}
|
|
1933
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList {
|
|
1934
|
+
default?: pulumi.Input<string>;
|
|
1935
|
+
name?: pulumi.Input<string>;
|
|
1936
|
+
type?: pulumi.Input<string>;
|
|
1937
|
+
value?: pulumi.Input<string>;
|
|
1938
|
+
}
|
|
1939
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputComment {
|
|
1940
|
+
default?: pulumi.Input<string>;
|
|
1941
|
+
name?: pulumi.Input<string>;
|
|
1942
|
+
type?: pulumi.Input<string>;
|
|
1943
|
+
value?: pulumi.Input<string>;
|
|
1944
|
+
}
|
|
1945
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputEnabled {
|
|
1946
|
+
default?: pulumi.Input<string>;
|
|
1947
|
+
name?: pulumi.Input<string>;
|
|
1948
|
+
type?: pulumi.Input<string>;
|
|
1949
|
+
value?: pulumi.Input<string>;
|
|
1950
|
+
}
|
|
1951
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputNetworkPolicy {
|
|
1952
|
+
default?: pulumi.Input<string>;
|
|
1953
|
+
name?: pulumi.Input<string>;
|
|
1954
|
+
type?: pulumi.Input<string>;
|
|
1955
|
+
value?: pulumi.Input<string>;
|
|
1956
|
+
}
|
|
1957
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowNonTlsRedirectUri {
|
|
1958
|
+
default?: pulumi.Input<string>;
|
|
1959
|
+
name?: pulumi.Input<string>;
|
|
1960
|
+
type?: pulumi.Input<string>;
|
|
1961
|
+
value?: pulumi.Input<string>;
|
|
1962
|
+
}
|
|
1963
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint {
|
|
1964
|
+
default?: pulumi.Input<string>;
|
|
1965
|
+
name?: pulumi.Input<string>;
|
|
1966
|
+
type?: pulumi.Input<string>;
|
|
1967
|
+
value?: pulumi.Input<string>;
|
|
1968
|
+
}
|
|
1969
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint {
|
|
1970
|
+
default?: pulumi.Input<string>;
|
|
1971
|
+
name?: pulumi.Input<string>;
|
|
1972
|
+
type?: pulumi.Input<string>;
|
|
1973
|
+
value?: pulumi.Input<string>;
|
|
1974
|
+
}
|
|
1975
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint {
|
|
1976
|
+
default?: pulumi.Input<string>;
|
|
1977
|
+
name?: pulumi.Input<string>;
|
|
1978
|
+
type?: pulumi.Input<string>;
|
|
1979
|
+
value?: pulumi.Input<string>;
|
|
1980
|
+
}
|
|
1981
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientId {
|
|
1982
|
+
default?: pulumi.Input<string>;
|
|
1983
|
+
name?: pulumi.Input<string>;
|
|
1984
|
+
type?: pulumi.Input<string>;
|
|
1985
|
+
value?: pulumi.Input<string>;
|
|
1986
|
+
}
|
|
1987
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp {
|
|
1988
|
+
default?: pulumi.Input<string>;
|
|
1989
|
+
name?: pulumi.Input<string>;
|
|
1990
|
+
type?: pulumi.Input<string>;
|
|
1991
|
+
value?: pulumi.Input<string>;
|
|
1992
|
+
}
|
|
1993
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp {
|
|
1994
|
+
default?: pulumi.Input<string>;
|
|
1995
|
+
name?: pulumi.Input<string>;
|
|
1996
|
+
type?: pulumi.Input<string>;
|
|
1997
|
+
value?: pulumi.Input<string>;
|
|
1998
|
+
}
|
|
1999
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientType {
|
|
2000
|
+
default?: pulumi.Input<string>;
|
|
2001
|
+
name?: pulumi.Input<string>;
|
|
2002
|
+
type?: pulumi.Input<string>;
|
|
2003
|
+
value?: pulumi.Input<string>;
|
|
2004
|
+
}
|
|
2005
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce {
|
|
2006
|
+
default?: pulumi.Input<string>;
|
|
2007
|
+
name?: pulumi.Input<string>;
|
|
2008
|
+
type?: pulumi.Input<string>;
|
|
2009
|
+
value?: pulumi.Input<string>;
|
|
2010
|
+
}
|
|
2011
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken {
|
|
2012
|
+
default?: pulumi.Input<string>;
|
|
2013
|
+
name?: pulumi.Input<string>;
|
|
2014
|
+
type?: pulumi.Input<string>;
|
|
2015
|
+
value?: pulumi.Input<string>;
|
|
2016
|
+
}
|
|
2017
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri {
|
|
2018
|
+
default?: pulumi.Input<string>;
|
|
2019
|
+
name?: pulumi.Input<string>;
|
|
2020
|
+
type?: pulumi.Input<string>;
|
|
2021
|
+
value?: pulumi.Input<string>;
|
|
2022
|
+
}
|
|
2023
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity {
|
|
2024
|
+
default?: pulumi.Input<string>;
|
|
2025
|
+
name?: pulumi.Input<string>;
|
|
2026
|
+
type?: pulumi.Input<string>;
|
|
2027
|
+
value?: pulumi.Input<string>;
|
|
2028
|
+
}
|
|
2029
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint {
|
|
2030
|
+
default?: pulumi.Input<string>;
|
|
2031
|
+
name?: pulumi.Input<string>;
|
|
2032
|
+
type?: pulumi.Input<string>;
|
|
2033
|
+
value?: pulumi.Input<string>;
|
|
2034
|
+
}
|
|
2035
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole {
|
|
2036
|
+
default?: pulumi.Input<string>;
|
|
2037
|
+
name?: pulumi.Input<string>;
|
|
2038
|
+
type?: pulumi.Input<string>;
|
|
2039
|
+
value?: pulumi.Input<string>;
|
|
2040
|
+
}
|
|
2041
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList {
|
|
2042
|
+
default?: pulumi.Input<string>;
|
|
2043
|
+
name?: pulumi.Input<string>;
|
|
2044
|
+
type?: pulumi.Input<string>;
|
|
2045
|
+
value?: pulumi.Input<string>;
|
|
2046
|
+
}
|
|
2047
|
+
export interface OauthIntegrationForCustomClientsShowOutput {
|
|
2048
|
+
category?: pulumi.Input<string>;
|
|
2049
|
+
comment?: pulumi.Input<string>;
|
|
2050
|
+
createdOn?: pulumi.Input<string>;
|
|
2051
|
+
enabled?: pulumi.Input<boolean>;
|
|
2052
|
+
integrationType?: pulumi.Input<string>;
|
|
2053
|
+
name?: pulumi.Input<string>;
|
|
2054
|
+
}
|
|
2055
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutput {
|
|
2056
|
+
blockedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList>[]>;
|
|
2057
|
+
comments?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputComment>[]>;
|
|
2058
|
+
enableds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputEnabled>[]>;
|
|
2059
|
+
networkPolicies?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputNetworkPolicy>[]>;
|
|
2060
|
+
oauthAllowNonTlsRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowNonTlsRedirectUri>[]>;
|
|
2061
|
+
oauthAllowedAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint>[]>;
|
|
2062
|
+
oauthAllowedTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint>[]>;
|
|
2063
|
+
oauthAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint>[]>;
|
|
2064
|
+
oauthClientIds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId>[]>;
|
|
2065
|
+
oauthClientRsaPublicKey2Fps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp>[]>;
|
|
2066
|
+
oauthClientRsaPublicKeyFps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp>[]>;
|
|
2067
|
+
oauthClientTypes?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType>[]>;
|
|
2068
|
+
oauthEnforcePkces?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce>[]>;
|
|
2069
|
+
oauthIssueRefreshTokens?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken>[]>;
|
|
2070
|
+
oauthRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri>[]>;
|
|
2071
|
+
oauthRefreshTokenValidities?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity>[]>;
|
|
2072
|
+
oauthTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint>[]>;
|
|
2073
|
+
oauthUseSecondaryRoles?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole>[]>;
|
|
2074
|
+
preAuthorizedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList>[]>;
|
|
2075
|
+
}
|
|
2076
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList {
|
|
2077
|
+
default?: pulumi.Input<string>;
|
|
2078
|
+
name?: pulumi.Input<string>;
|
|
2079
|
+
type?: pulumi.Input<string>;
|
|
2080
|
+
value?: pulumi.Input<string>;
|
|
2081
|
+
}
|
|
2082
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputComment {
|
|
2083
|
+
default?: pulumi.Input<string>;
|
|
2084
|
+
name?: pulumi.Input<string>;
|
|
2085
|
+
type?: pulumi.Input<string>;
|
|
2086
|
+
value?: pulumi.Input<string>;
|
|
2087
|
+
}
|
|
2088
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputEnabled {
|
|
2089
|
+
default?: pulumi.Input<string>;
|
|
2090
|
+
name?: pulumi.Input<string>;
|
|
2091
|
+
type?: pulumi.Input<string>;
|
|
2092
|
+
value?: pulumi.Input<string>;
|
|
2093
|
+
}
|
|
2094
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputNetworkPolicy {
|
|
2095
|
+
default?: pulumi.Input<string>;
|
|
2096
|
+
name?: pulumi.Input<string>;
|
|
2097
|
+
type?: pulumi.Input<string>;
|
|
2098
|
+
value?: pulumi.Input<string>;
|
|
2099
|
+
}
|
|
2100
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowNonTlsRedirectUri {
|
|
2101
|
+
default?: pulumi.Input<string>;
|
|
2102
|
+
name?: pulumi.Input<string>;
|
|
2103
|
+
type?: pulumi.Input<string>;
|
|
2104
|
+
value?: pulumi.Input<string>;
|
|
2105
|
+
}
|
|
2106
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint {
|
|
2107
|
+
default?: pulumi.Input<string>;
|
|
2108
|
+
name?: pulumi.Input<string>;
|
|
2109
|
+
type?: pulumi.Input<string>;
|
|
2110
|
+
value?: pulumi.Input<string>;
|
|
2111
|
+
}
|
|
2112
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint {
|
|
2113
|
+
default?: pulumi.Input<string>;
|
|
2114
|
+
name?: pulumi.Input<string>;
|
|
2115
|
+
type?: pulumi.Input<string>;
|
|
2116
|
+
value?: pulumi.Input<string>;
|
|
2117
|
+
}
|
|
2118
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint {
|
|
2119
|
+
default?: pulumi.Input<string>;
|
|
2120
|
+
name?: pulumi.Input<string>;
|
|
2121
|
+
type?: pulumi.Input<string>;
|
|
2122
|
+
value?: pulumi.Input<string>;
|
|
2123
|
+
}
|
|
2124
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId {
|
|
2125
|
+
default?: pulumi.Input<string>;
|
|
2126
|
+
name?: pulumi.Input<string>;
|
|
2127
|
+
type?: pulumi.Input<string>;
|
|
2128
|
+
value?: pulumi.Input<string>;
|
|
2129
|
+
}
|
|
2130
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp {
|
|
2131
|
+
default?: pulumi.Input<string>;
|
|
2132
|
+
name?: pulumi.Input<string>;
|
|
2133
|
+
type?: pulumi.Input<string>;
|
|
2134
|
+
value?: pulumi.Input<string>;
|
|
2135
|
+
}
|
|
2136
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp {
|
|
2137
|
+
default?: pulumi.Input<string>;
|
|
2138
|
+
name?: pulumi.Input<string>;
|
|
2139
|
+
type?: pulumi.Input<string>;
|
|
2140
|
+
value?: pulumi.Input<string>;
|
|
2141
|
+
}
|
|
2142
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType {
|
|
2143
|
+
default?: pulumi.Input<string>;
|
|
2144
|
+
name?: pulumi.Input<string>;
|
|
2145
|
+
type?: pulumi.Input<string>;
|
|
2146
|
+
value?: pulumi.Input<string>;
|
|
2147
|
+
}
|
|
2148
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce {
|
|
2149
|
+
default?: pulumi.Input<string>;
|
|
2150
|
+
name?: pulumi.Input<string>;
|
|
2151
|
+
type?: pulumi.Input<string>;
|
|
2152
|
+
value?: pulumi.Input<string>;
|
|
2153
|
+
}
|
|
2154
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken {
|
|
2155
|
+
default?: pulumi.Input<string>;
|
|
2156
|
+
name?: pulumi.Input<string>;
|
|
2157
|
+
type?: pulumi.Input<string>;
|
|
2158
|
+
value?: pulumi.Input<string>;
|
|
2159
|
+
}
|
|
2160
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri {
|
|
2161
|
+
default?: pulumi.Input<string>;
|
|
2162
|
+
name?: pulumi.Input<string>;
|
|
2163
|
+
type?: pulumi.Input<string>;
|
|
2164
|
+
value?: pulumi.Input<string>;
|
|
2165
|
+
}
|
|
2166
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity {
|
|
2167
|
+
default?: pulumi.Input<string>;
|
|
2168
|
+
name?: pulumi.Input<string>;
|
|
2169
|
+
type?: pulumi.Input<string>;
|
|
2170
|
+
value?: pulumi.Input<string>;
|
|
2171
|
+
}
|
|
2172
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint {
|
|
2173
|
+
default?: pulumi.Input<string>;
|
|
2174
|
+
name?: pulumi.Input<string>;
|
|
2175
|
+
type?: pulumi.Input<string>;
|
|
2176
|
+
value?: pulumi.Input<string>;
|
|
2177
|
+
}
|
|
2178
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole {
|
|
2179
|
+
default?: pulumi.Input<string>;
|
|
2180
|
+
name?: pulumi.Input<string>;
|
|
2181
|
+
type?: pulumi.Input<string>;
|
|
2182
|
+
value?: pulumi.Input<string>;
|
|
2183
|
+
}
|
|
2184
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList {
|
|
2185
|
+
default?: pulumi.Input<string>;
|
|
2186
|
+
name?: pulumi.Input<string>;
|
|
2187
|
+
type?: pulumi.Input<string>;
|
|
2188
|
+
value?: pulumi.Input<string>;
|
|
2189
|
+
}
|
|
2190
|
+
export interface OauthIntegrationForPartnerApplicationsShowOutput {
|
|
2191
|
+
category?: pulumi.Input<string>;
|
|
2192
|
+
comment?: pulumi.Input<string>;
|
|
2193
|
+
createdOn?: pulumi.Input<string>;
|
|
2194
|
+
enabled?: pulumi.Input<boolean>;
|
|
2195
|
+
integrationType?: pulumi.Input<string>;
|
|
2196
|
+
name?: pulumi.Input<string>;
|
|
2197
|
+
}
|
|
2198
|
+
export interface ObjectParameterObjectIdentifier {
|
|
2199
|
+
/**
|
|
2200
|
+
* Name of the database that the object was created in.
|
|
2201
|
+
*/
|
|
2202
|
+
database?: pulumi.Input<string>;
|
|
2203
|
+
/**
|
|
2204
|
+
* Name of the object to set the parameter for.
|
|
2205
|
+
*/
|
|
2206
|
+
name: pulumi.Input<string>;
|
|
2207
|
+
/**
|
|
2208
|
+
* Name of the schema that the object was created in.
|
|
2209
|
+
*/
|
|
2210
|
+
schema?: pulumi.Input<string>;
|
|
2211
|
+
}
|
|
2212
|
+
export interface ProcedureArgument {
|
|
2213
|
+
/**
|
|
2214
|
+
* The argument name
|
|
2215
|
+
*/
|
|
2216
|
+
name: pulumi.Input<string>;
|
|
2217
|
+
/**
|
|
2218
|
+
* The argument type
|
|
2219
|
+
*/
|
|
2220
|
+
type: pulumi.Input<string>;
|
|
2221
|
+
}
|
|
2222
|
+
export interface ProviderTokenAccessor {
|
|
2223
|
+
/**
|
|
2224
|
+
* The client ID for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable.
|
|
2225
|
+
*/
|
|
2226
|
+
clientId: pulumi.Input<string>;
|
|
2227
|
+
/**
|
|
2228
|
+
* The client secret for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable.
|
|
2229
|
+
*/
|
|
2230
|
+
clientSecret: pulumi.Input<string>;
|
|
2231
|
+
/**
|
|
2232
|
+
* The redirect URI for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable.
|
|
2233
|
+
*/
|
|
2234
|
+
redirectUri: pulumi.Input<string>;
|
|
2235
|
+
/**
|
|
2236
|
+
* The refresh token for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable.
|
|
2237
|
+
*/
|
|
2238
|
+
refreshToken: pulumi.Input<string>;
|
|
2239
|
+
/**
|
|
2240
|
+
* The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable.
|
|
2241
|
+
*/
|
|
2242
|
+
tokenEndpoint: pulumi.Input<string>;
|
|
2243
|
+
}
|
|
2244
|
+
export interface ResourceMonitorShowOutput {
|
|
2245
|
+
comment?: pulumi.Input<string>;
|
|
2246
|
+
createdOn?: pulumi.Input<string>;
|
|
2247
|
+
creditQuota?: pulumi.Input<number>;
|
|
2248
|
+
endTime?: pulumi.Input<string>;
|
|
2249
|
+
frequency?: pulumi.Input<string>;
|
|
2250
|
+
level?: pulumi.Input<string>;
|
|
2251
|
+
name?: pulumi.Input<string>;
|
|
2252
|
+
owner?: pulumi.Input<string>;
|
|
2253
|
+
remainingCredits?: pulumi.Input<number>;
|
|
2254
|
+
startTime?: pulumi.Input<string>;
|
|
2255
|
+
suspendAt?: pulumi.Input<number>;
|
|
2256
|
+
suspendImmediateAt?: pulumi.Input<number>;
|
|
2257
|
+
usedCredits?: pulumi.Input<number>;
|
|
2258
|
+
}
|
|
2259
|
+
export interface RoleShowOutput {
|
|
2260
|
+
assignedToUsers?: pulumi.Input<number>;
|
|
2261
|
+
comment?: pulumi.Input<string>;
|
|
2262
|
+
createdOn?: pulumi.Input<string>;
|
|
2263
|
+
grantedRoles?: pulumi.Input<number>;
|
|
2264
|
+
grantedToRoles?: pulumi.Input<number>;
|
|
2265
|
+
isCurrent?: pulumi.Input<boolean>;
|
|
2266
|
+
isDefault?: pulumi.Input<boolean>;
|
|
2267
|
+
isInherited?: pulumi.Input<boolean>;
|
|
2268
|
+
name?: pulumi.Input<string>;
|
|
2269
|
+
owner?: pulumi.Input<string>;
|
|
2270
|
+
}
|
|
2271
|
+
export interface RowAccessPolicyArgument {
|
|
2272
|
+
/**
|
|
2273
|
+
* The argument name
|
|
2274
|
+
*/
|
|
2275
|
+
name: pulumi.Input<string>;
|
|
2276
|
+
/**
|
|
2277
|
+
* The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
|
|
2278
|
+
*/
|
|
2279
|
+
type: pulumi.Input<string>;
|
|
2280
|
+
}
|
|
2281
|
+
export interface RowAccessPolicyDescribeOutput {
|
|
2282
|
+
body?: pulumi.Input<string>;
|
|
2283
|
+
name?: pulumi.Input<string>;
|
|
2284
|
+
returnType?: pulumi.Input<string>;
|
|
2285
|
+
signatures?: pulumi.Input<pulumi.Input<inputs.RowAccessPolicyDescribeOutputSignature>[]>;
|
|
2286
|
+
}
|
|
2287
|
+
export interface RowAccessPolicyDescribeOutputSignature {
|
|
2288
|
+
name?: pulumi.Input<string>;
|
|
2289
|
+
type?: pulumi.Input<string>;
|
|
2290
|
+
}
|
|
2291
|
+
export interface RowAccessPolicyShowOutput {
|
|
2292
|
+
comment?: pulumi.Input<string>;
|
|
2293
|
+
createdOn?: pulumi.Input<string>;
|
|
2294
|
+
databaseName?: pulumi.Input<string>;
|
|
2295
|
+
kind?: pulumi.Input<string>;
|
|
2296
|
+
name?: pulumi.Input<string>;
|
|
2297
|
+
options?: pulumi.Input<string>;
|
|
2298
|
+
owner?: pulumi.Input<string>;
|
|
2299
|
+
ownerRoleType?: pulumi.Input<string>;
|
|
2300
|
+
schemaName?: pulumi.Input<string>;
|
|
2301
|
+
}
|
|
2302
|
+
export interface Saml2IntegrationDescribeOutput {
|
|
2303
|
+
allowedEmailPatterns?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputAllowedEmailPattern>[]>;
|
|
2304
|
+
allowedUserDomains?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputAllowedUserDomain>[]>;
|
|
2305
|
+
comments?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputComment>[]>;
|
|
2306
|
+
saml2DigestMethodsUseds?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2DigestMethodsUsed>[]>;
|
|
2307
|
+
saml2EnableSpInitiateds?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2EnableSpInitiated>[]>;
|
|
2308
|
+
saml2ForceAuthns?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2ForceAuthn>[]>;
|
|
2309
|
+
saml2Issuers?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2Issuer>[]>;
|
|
2310
|
+
saml2PostLogoutRedirectUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2PostLogoutRedirectUrl>[]>;
|
|
2311
|
+
saml2Providers?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2Provider>[]>;
|
|
2312
|
+
saml2RequestedNameidFormats?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2RequestedNameidFormat>[]>;
|
|
2313
|
+
saml2SignRequests?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SignRequest>[]>;
|
|
2314
|
+
saml2SignatureMethodsUseds?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SignatureMethodsUsed>[]>;
|
|
2315
|
+
saml2SnowflakeAcsUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl>[]>;
|
|
2316
|
+
saml2SnowflakeIssuerUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl>[]>;
|
|
2317
|
+
saml2SnowflakeMetadatas?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata>[]>;
|
|
2318
|
+
saml2SnowflakeX509Certs?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert>[]>;
|
|
2319
|
+
saml2SpInitiatedLoginPageLabels?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel>[]>;
|
|
2320
|
+
saml2SsoUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SsoUrl>[]>;
|
|
2321
|
+
saml2X509Certs?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2X509Cert>[]>;
|
|
2322
|
+
}
|
|
2323
|
+
export interface Saml2IntegrationDescribeOutputAllowedEmailPattern {
|
|
2324
|
+
default?: pulumi.Input<string>;
|
|
2325
|
+
name?: pulumi.Input<string>;
|
|
2326
|
+
type?: pulumi.Input<string>;
|
|
2327
|
+
value?: pulumi.Input<string>;
|
|
2328
|
+
}
|
|
2329
|
+
export interface Saml2IntegrationDescribeOutputAllowedUserDomain {
|
|
2330
|
+
default?: pulumi.Input<string>;
|
|
2331
|
+
name?: pulumi.Input<string>;
|
|
2332
|
+
type?: pulumi.Input<string>;
|
|
2333
|
+
value?: pulumi.Input<string>;
|
|
2334
|
+
}
|
|
2335
|
+
export interface Saml2IntegrationDescribeOutputComment {
|
|
2336
|
+
default?: pulumi.Input<string>;
|
|
2337
|
+
name?: pulumi.Input<string>;
|
|
2338
|
+
type?: pulumi.Input<string>;
|
|
2339
|
+
value?: pulumi.Input<string>;
|
|
2340
|
+
}
|
|
2341
|
+
export interface Saml2IntegrationDescribeOutputSaml2DigestMethodsUsed {
|
|
2342
|
+
default?: pulumi.Input<string>;
|
|
2343
|
+
name?: pulumi.Input<string>;
|
|
2344
|
+
type?: pulumi.Input<string>;
|
|
2345
|
+
value?: pulumi.Input<string>;
|
|
2346
|
+
}
|
|
2347
|
+
export interface Saml2IntegrationDescribeOutputSaml2EnableSpInitiated {
|
|
2348
|
+
default?: pulumi.Input<string>;
|
|
2349
|
+
name?: pulumi.Input<string>;
|
|
2350
|
+
type?: pulumi.Input<string>;
|
|
2351
|
+
value?: pulumi.Input<string>;
|
|
2352
|
+
}
|
|
2353
|
+
export interface Saml2IntegrationDescribeOutputSaml2ForceAuthn {
|
|
2354
|
+
default?: pulumi.Input<string>;
|
|
2355
|
+
name?: pulumi.Input<string>;
|
|
2356
|
+
type?: pulumi.Input<string>;
|
|
2357
|
+
value?: pulumi.Input<string>;
|
|
2358
|
+
}
|
|
2359
|
+
export interface Saml2IntegrationDescribeOutputSaml2Issuer {
|
|
2360
|
+
default?: pulumi.Input<string>;
|
|
2361
|
+
name?: pulumi.Input<string>;
|
|
2362
|
+
type?: pulumi.Input<string>;
|
|
2363
|
+
value?: pulumi.Input<string>;
|
|
2364
|
+
}
|
|
2365
|
+
export interface Saml2IntegrationDescribeOutputSaml2PostLogoutRedirectUrl {
|
|
2366
|
+
default?: pulumi.Input<string>;
|
|
2367
|
+
name?: pulumi.Input<string>;
|
|
2368
|
+
type?: pulumi.Input<string>;
|
|
2369
|
+
value?: pulumi.Input<string>;
|
|
2370
|
+
}
|
|
2371
|
+
export interface Saml2IntegrationDescribeOutputSaml2Provider {
|
|
2372
|
+
default?: pulumi.Input<string>;
|
|
2373
|
+
name?: pulumi.Input<string>;
|
|
2374
|
+
type?: pulumi.Input<string>;
|
|
2375
|
+
value?: pulumi.Input<string>;
|
|
2376
|
+
}
|
|
2377
|
+
export interface Saml2IntegrationDescribeOutputSaml2RequestedNameidFormat {
|
|
2378
|
+
default?: pulumi.Input<string>;
|
|
2379
|
+
name?: pulumi.Input<string>;
|
|
2380
|
+
type?: pulumi.Input<string>;
|
|
2381
|
+
value?: pulumi.Input<string>;
|
|
2382
|
+
}
|
|
2383
|
+
export interface Saml2IntegrationDescribeOutputSaml2SignRequest {
|
|
2384
|
+
default?: pulumi.Input<string>;
|
|
2385
|
+
name?: pulumi.Input<string>;
|
|
2386
|
+
type?: pulumi.Input<string>;
|
|
2387
|
+
value?: pulumi.Input<string>;
|
|
2388
|
+
}
|
|
2389
|
+
export interface Saml2IntegrationDescribeOutputSaml2SignatureMethodsUsed {
|
|
2390
|
+
default?: pulumi.Input<string>;
|
|
2391
|
+
name?: pulumi.Input<string>;
|
|
2392
|
+
type?: pulumi.Input<string>;
|
|
2393
|
+
value?: pulumi.Input<string>;
|
|
2394
|
+
}
|
|
2395
|
+
export interface Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl {
|
|
2396
|
+
default?: pulumi.Input<string>;
|
|
2397
|
+
name?: pulumi.Input<string>;
|
|
2398
|
+
type?: pulumi.Input<string>;
|
|
2399
|
+
value?: pulumi.Input<string>;
|
|
2400
|
+
}
|
|
2401
|
+
export interface Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl {
|
|
2402
|
+
default?: pulumi.Input<string>;
|
|
2403
|
+
name?: pulumi.Input<string>;
|
|
2404
|
+
type?: pulumi.Input<string>;
|
|
2405
|
+
value?: pulumi.Input<string>;
|
|
1609
2406
|
}
|
|
1610
|
-
export interface
|
|
2407
|
+
export interface Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata {
|
|
1611
2408
|
default?: pulumi.Input<string>;
|
|
1612
2409
|
name?: pulumi.Input<string>;
|
|
1613
2410
|
type?: pulumi.Input<string>;
|
|
1614
2411
|
value?: pulumi.Input<string>;
|
|
1615
2412
|
}
|
|
1616
|
-
export interface
|
|
2413
|
+
export interface Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert {
|
|
1617
2414
|
default?: pulumi.Input<string>;
|
|
1618
2415
|
name?: pulumi.Input<string>;
|
|
1619
2416
|
type?: pulumi.Input<string>;
|
|
1620
2417
|
value?: pulumi.Input<string>;
|
|
1621
2418
|
}
|
|
1622
|
-
export interface
|
|
2419
|
+
export interface Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel {
|
|
1623
2420
|
default?: pulumi.Input<string>;
|
|
1624
2421
|
name?: pulumi.Input<string>;
|
|
1625
2422
|
type?: pulumi.Input<string>;
|
|
1626
2423
|
value?: pulumi.Input<string>;
|
|
1627
2424
|
}
|
|
1628
|
-
export interface
|
|
2425
|
+
export interface Saml2IntegrationDescribeOutputSaml2SsoUrl {
|
|
2426
|
+
default?: pulumi.Input<string>;
|
|
2427
|
+
name?: pulumi.Input<string>;
|
|
2428
|
+
type?: pulumi.Input<string>;
|
|
2429
|
+
value?: pulumi.Input<string>;
|
|
2430
|
+
}
|
|
2431
|
+
export interface Saml2IntegrationDescribeOutputSaml2X509Cert {
|
|
2432
|
+
default?: pulumi.Input<string>;
|
|
2433
|
+
name?: pulumi.Input<string>;
|
|
2434
|
+
type?: pulumi.Input<string>;
|
|
2435
|
+
value?: pulumi.Input<string>;
|
|
2436
|
+
}
|
|
2437
|
+
export interface Saml2IntegrationShowOutput {
|
|
2438
|
+
category?: pulumi.Input<string>;
|
|
2439
|
+
comment?: pulumi.Input<string>;
|
|
2440
|
+
createdOn?: pulumi.Input<string>;
|
|
2441
|
+
enabled?: pulumi.Input<boolean>;
|
|
2442
|
+
integrationType?: pulumi.Input<string>;
|
|
2443
|
+
name?: pulumi.Input<string>;
|
|
2444
|
+
}
|
|
2445
|
+
export interface SchemaDescribeOutput {
|
|
2446
|
+
createdOn?: pulumi.Input<string>;
|
|
2447
|
+
kind?: pulumi.Input<string>;
|
|
2448
|
+
name?: pulumi.Input<string>;
|
|
2449
|
+
}
|
|
2450
|
+
export interface SchemaParameter {
|
|
2451
|
+
catalogs?: pulumi.Input<pulumi.Input<inputs.SchemaParameterCatalog>[]>;
|
|
2452
|
+
dataRetentionTimeInDays?: pulumi.Input<pulumi.Input<inputs.SchemaParameterDataRetentionTimeInDay>[]>;
|
|
2453
|
+
defaultDdlCollations?: pulumi.Input<pulumi.Input<inputs.SchemaParameterDefaultDdlCollation>[]>;
|
|
2454
|
+
enableConsoleOutputs?: pulumi.Input<pulumi.Input<inputs.SchemaParameterEnableConsoleOutput>[]>;
|
|
2455
|
+
externalVolumes?: pulumi.Input<pulumi.Input<inputs.SchemaParameterExternalVolume>[]>;
|
|
2456
|
+
logLevels?: pulumi.Input<pulumi.Input<inputs.SchemaParameterLogLevel>[]>;
|
|
2457
|
+
maxDataExtensionTimeInDays?: pulumi.Input<pulumi.Input<inputs.SchemaParameterMaxDataExtensionTimeInDay>[]>;
|
|
2458
|
+
pipeExecutionPauseds?: pulumi.Input<pulumi.Input<inputs.SchemaParameterPipeExecutionPaused>[]>;
|
|
2459
|
+
quotedIdentifiersIgnoreCases?: pulumi.Input<pulumi.Input<inputs.SchemaParameterQuotedIdentifiersIgnoreCase>[]>;
|
|
2460
|
+
replaceInvalidCharacters?: pulumi.Input<pulumi.Input<inputs.SchemaParameterReplaceInvalidCharacter>[]>;
|
|
2461
|
+
storageSerializationPolicies?: pulumi.Input<pulumi.Input<inputs.SchemaParameterStorageSerializationPolicy>[]>;
|
|
2462
|
+
suspendTaskAfterNumFailures?: pulumi.Input<pulumi.Input<inputs.SchemaParameterSuspendTaskAfterNumFailure>[]>;
|
|
2463
|
+
taskAutoRetryAttempts?: pulumi.Input<pulumi.Input<inputs.SchemaParameterTaskAutoRetryAttempt>[]>;
|
|
2464
|
+
traceLevels?: pulumi.Input<pulumi.Input<inputs.SchemaParameterTraceLevel>[]>;
|
|
2465
|
+
userTaskManagedInitialWarehouseSizes?: pulumi.Input<pulumi.Input<inputs.SchemaParameterUserTaskManagedInitialWarehouseSize>[]>;
|
|
2466
|
+
userTaskMinimumTriggerIntervalInSeconds?: pulumi.Input<pulumi.Input<inputs.SchemaParameterUserTaskMinimumTriggerIntervalInSecond>[]>;
|
|
2467
|
+
userTaskTimeoutMs?: pulumi.Input<pulumi.Input<inputs.SchemaParameterUserTaskTimeoutM>[]>;
|
|
2468
|
+
}
|
|
2469
|
+
export interface SchemaParameterCatalog {
|
|
2470
|
+
default?: pulumi.Input<string>;
|
|
2471
|
+
description?: pulumi.Input<string>;
|
|
2472
|
+
key?: pulumi.Input<string>;
|
|
2473
|
+
level?: pulumi.Input<string>;
|
|
2474
|
+
value?: pulumi.Input<string>;
|
|
2475
|
+
}
|
|
2476
|
+
export interface SchemaParameterDataRetentionTimeInDay {
|
|
2477
|
+
default?: pulumi.Input<string>;
|
|
2478
|
+
description?: pulumi.Input<string>;
|
|
2479
|
+
key?: pulumi.Input<string>;
|
|
2480
|
+
level?: pulumi.Input<string>;
|
|
2481
|
+
value?: pulumi.Input<string>;
|
|
2482
|
+
}
|
|
2483
|
+
export interface SchemaParameterDefaultDdlCollation {
|
|
2484
|
+
default?: pulumi.Input<string>;
|
|
2485
|
+
description?: pulumi.Input<string>;
|
|
2486
|
+
key?: pulumi.Input<string>;
|
|
2487
|
+
level?: pulumi.Input<string>;
|
|
2488
|
+
value?: pulumi.Input<string>;
|
|
2489
|
+
}
|
|
2490
|
+
export interface SchemaParameterEnableConsoleOutput {
|
|
2491
|
+
default?: pulumi.Input<string>;
|
|
2492
|
+
description?: pulumi.Input<string>;
|
|
2493
|
+
key?: pulumi.Input<string>;
|
|
2494
|
+
level?: pulumi.Input<string>;
|
|
2495
|
+
value?: pulumi.Input<string>;
|
|
2496
|
+
}
|
|
2497
|
+
export interface SchemaParameterExternalVolume {
|
|
2498
|
+
default?: pulumi.Input<string>;
|
|
2499
|
+
description?: pulumi.Input<string>;
|
|
2500
|
+
key?: pulumi.Input<string>;
|
|
2501
|
+
level?: pulumi.Input<string>;
|
|
2502
|
+
value?: pulumi.Input<string>;
|
|
2503
|
+
}
|
|
2504
|
+
export interface SchemaParameterLogLevel {
|
|
2505
|
+
default?: pulumi.Input<string>;
|
|
2506
|
+
description?: pulumi.Input<string>;
|
|
2507
|
+
key?: pulumi.Input<string>;
|
|
2508
|
+
level?: pulumi.Input<string>;
|
|
2509
|
+
value?: pulumi.Input<string>;
|
|
2510
|
+
}
|
|
2511
|
+
export interface SchemaParameterMaxDataExtensionTimeInDay {
|
|
2512
|
+
default?: pulumi.Input<string>;
|
|
2513
|
+
description?: pulumi.Input<string>;
|
|
2514
|
+
key?: pulumi.Input<string>;
|
|
2515
|
+
level?: pulumi.Input<string>;
|
|
2516
|
+
value?: pulumi.Input<string>;
|
|
2517
|
+
}
|
|
2518
|
+
export interface SchemaParameterPipeExecutionPaused {
|
|
2519
|
+
default?: pulumi.Input<string>;
|
|
2520
|
+
description?: pulumi.Input<string>;
|
|
2521
|
+
key?: pulumi.Input<string>;
|
|
2522
|
+
level?: pulumi.Input<string>;
|
|
2523
|
+
value?: pulumi.Input<string>;
|
|
2524
|
+
}
|
|
2525
|
+
export interface SchemaParameterQuotedIdentifiersIgnoreCase {
|
|
2526
|
+
default?: pulumi.Input<string>;
|
|
2527
|
+
description?: pulumi.Input<string>;
|
|
2528
|
+
key?: pulumi.Input<string>;
|
|
2529
|
+
level?: pulumi.Input<string>;
|
|
2530
|
+
value?: pulumi.Input<string>;
|
|
2531
|
+
}
|
|
2532
|
+
export interface SchemaParameterReplaceInvalidCharacter {
|
|
2533
|
+
default?: pulumi.Input<string>;
|
|
2534
|
+
description?: pulumi.Input<string>;
|
|
2535
|
+
key?: pulumi.Input<string>;
|
|
2536
|
+
level?: pulumi.Input<string>;
|
|
2537
|
+
value?: pulumi.Input<string>;
|
|
2538
|
+
}
|
|
2539
|
+
export interface SchemaParameterStorageSerializationPolicy {
|
|
2540
|
+
default?: pulumi.Input<string>;
|
|
2541
|
+
description?: pulumi.Input<string>;
|
|
2542
|
+
key?: pulumi.Input<string>;
|
|
2543
|
+
level?: pulumi.Input<string>;
|
|
2544
|
+
value?: pulumi.Input<string>;
|
|
2545
|
+
}
|
|
2546
|
+
export interface SchemaParameterSuspendTaskAfterNumFailure {
|
|
2547
|
+
default?: pulumi.Input<string>;
|
|
2548
|
+
description?: pulumi.Input<string>;
|
|
2549
|
+
key?: pulumi.Input<string>;
|
|
2550
|
+
level?: pulumi.Input<string>;
|
|
2551
|
+
value?: pulumi.Input<string>;
|
|
2552
|
+
}
|
|
2553
|
+
export interface SchemaParameterTaskAutoRetryAttempt {
|
|
2554
|
+
default?: pulumi.Input<string>;
|
|
2555
|
+
description?: pulumi.Input<string>;
|
|
2556
|
+
key?: pulumi.Input<string>;
|
|
2557
|
+
level?: pulumi.Input<string>;
|
|
2558
|
+
value?: pulumi.Input<string>;
|
|
2559
|
+
}
|
|
2560
|
+
export interface SchemaParameterTraceLevel {
|
|
2561
|
+
default?: pulumi.Input<string>;
|
|
2562
|
+
description?: pulumi.Input<string>;
|
|
2563
|
+
key?: pulumi.Input<string>;
|
|
2564
|
+
level?: pulumi.Input<string>;
|
|
2565
|
+
value?: pulumi.Input<string>;
|
|
2566
|
+
}
|
|
2567
|
+
export interface SchemaParameterUserTaskManagedInitialWarehouseSize {
|
|
2568
|
+
default?: pulumi.Input<string>;
|
|
2569
|
+
description?: pulumi.Input<string>;
|
|
2570
|
+
key?: pulumi.Input<string>;
|
|
2571
|
+
level?: pulumi.Input<string>;
|
|
2572
|
+
value?: pulumi.Input<string>;
|
|
2573
|
+
}
|
|
2574
|
+
export interface SchemaParameterUserTaskMinimumTriggerIntervalInSecond {
|
|
2575
|
+
default?: pulumi.Input<string>;
|
|
2576
|
+
description?: pulumi.Input<string>;
|
|
2577
|
+
key?: pulumi.Input<string>;
|
|
2578
|
+
level?: pulumi.Input<string>;
|
|
2579
|
+
value?: pulumi.Input<string>;
|
|
2580
|
+
}
|
|
2581
|
+
export interface SchemaParameterUserTaskTimeoutM {
|
|
2582
|
+
default?: pulumi.Input<string>;
|
|
2583
|
+
description?: pulumi.Input<string>;
|
|
2584
|
+
key?: pulumi.Input<string>;
|
|
2585
|
+
level?: pulumi.Input<string>;
|
|
2586
|
+
value?: pulumi.Input<string>;
|
|
2587
|
+
}
|
|
2588
|
+
export interface SchemaShowOutput {
|
|
2589
|
+
comment?: pulumi.Input<string>;
|
|
2590
|
+
createdOn?: pulumi.Input<string>;
|
|
2591
|
+
databaseName?: pulumi.Input<string>;
|
|
2592
|
+
droppedOn?: pulumi.Input<string>;
|
|
2593
|
+
isCurrent?: pulumi.Input<boolean>;
|
|
2594
|
+
isDefault?: pulumi.Input<boolean>;
|
|
2595
|
+
name?: pulumi.Input<string>;
|
|
2596
|
+
options?: pulumi.Input<string>;
|
|
2597
|
+
owner?: pulumi.Input<string>;
|
|
2598
|
+
ownerRoleType?: pulumi.Input<string>;
|
|
2599
|
+
retentionTime?: pulumi.Input<string>;
|
|
2600
|
+
}
|
|
2601
|
+
export interface ScimIntegrationDescribeOutput {
|
|
2602
|
+
comments?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputComment>[]>;
|
|
2603
|
+
enableds?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputEnabled>[]>;
|
|
2604
|
+
networkPolicies?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputNetworkPolicy>[]>;
|
|
2605
|
+
runAsRoles?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputRunAsRole>[]>;
|
|
2606
|
+
syncPasswords?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputSyncPassword>[]>;
|
|
2607
|
+
}
|
|
2608
|
+
export interface ScimIntegrationDescribeOutputComment {
|
|
2609
|
+
default?: pulumi.Input<string>;
|
|
2610
|
+
name?: pulumi.Input<string>;
|
|
2611
|
+
type?: pulumi.Input<string>;
|
|
2612
|
+
value?: pulumi.Input<string>;
|
|
2613
|
+
}
|
|
2614
|
+
export interface ScimIntegrationDescribeOutputEnabled {
|
|
2615
|
+
default?: pulumi.Input<string>;
|
|
2616
|
+
name?: pulumi.Input<string>;
|
|
2617
|
+
type?: pulumi.Input<string>;
|
|
2618
|
+
value?: pulumi.Input<string>;
|
|
2619
|
+
}
|
|
2620
|
+
export interface ScimIntegrationDescribeOutputNetworkPolicy {
|
|
2621
|
+
default?: pulumi.Input<string>;
|
|
2622
|
+
name?: pulumi.Input<string>;
|
|
2623
|
+
type?: pulumi.Input<string>;
|
|
2624
|
+
value?: pulumi.Input<string>;
|
|
2625
|
+
}
|
|
2626
|
+
export interface ScimIntegrationDescribeOutputRunAsRole {
|
|
2627
|
+
default?: pulumi.Input<string>;
|
|
2628
|
+
name?: pulumi.Input<string>;
|
|
2629
|
+
type?: pulumi.Input<string>;
|
|
2630
|
+
value?: pulumi.Input<string>;
|
|
2631
|
+
}
|
|
2632
|
+
export interface ScimIntegrationDescribeOutputSyncPassword {
|
|
1629
2633
|
default?: pulumi.Input<string>;
|
|
1630
2634
|
name?: pulumi.Input<string>;
|
|
1631
2635
|
type?: pulumi.Input<string>;
|
|
1632
2636
|
value?: pulumi.Input<string>;
|
|
1633
2637
|
}
|
|
1634
|
-
export interface
|
|
2638
|
+
export interface ScimIntegrationShowOutput {
|
|
2639
|
+
category?: pulumi.Input<string>;
|
|
2640
|
+
comment?: pulumi.Input<string>;
|
|
2641
|
+
createdOn?: pulumi.Input<string>;
|
|
2642
|
+
enabled?: pulumi.Input<boolean>;
|
|
2643
|
+
integrationType?: pulumi.Input<string>;
|
|
2644
|
+
name?: pulumi.Input<string>;
|
|
2645
|
+
}
|
|
2646
|
+
export interface ServiceUserParameter {
|
|
2647
|
+
abortDetachedQueries?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterAbortDetachedQuery>[]>;
|
|
2648
|
+
autocommits?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterAutocommit>[]>;
|
|
2649
|
+
binaryInputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterBinaryInputFormat>[]>;
|
|
2650
|
+
binaryOutputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterBinaryOutputFormat>[]>;
|
|
2651
|
+
clientMemoryLimits?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterClientMemoryLimit>[]>;
|
|
2652
|
+
clientMetadataRequestUseConnectionCtxes?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterClientMetadataRequestUseConnectionCtx>[]>;
|
|
2653
|
+
clientPrefetchThreads?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterClientPrefetchThread>[]>;
|
|
2654
|
+
clientResultChunkSizes?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterClientResultChunkSize>[]>;
|
|
2655
|
+
clientResultColumnCaseInsensitives?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterClientResultColumnCaseInsensitive>[]>;
|
|
2656
|
+
clientSessionKeepAliveHeartbeatFrequencies?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterClientSessionKeepAliveHeartbeatFrequency>[]>;
|
|
2657
|
+
clientSessionKeepAlives?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterClientSessionKeepAlife>[]>;
|
|
2658
|
+
clientTimestampTypeMappings?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterClientTimestampTypeMapping>[]>;
|
|
2659
|
+
dateInputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterDateInputFormat>[]>;
|
|
2660
|
+
dateOutputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterDateOutputFormat>[]>;
|
|
2661
|
+
enableUnloadPhysicalTypeOptimizations?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterEnableUnloadPhysicalTypeOptimization>[]>;
|
|
2662
|
+
enableUnredactedQuerySyntaxErrors?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterEnableUnredactedQuerySyntaxError>[]>;
|
|
2663
|
+
errorOnNondeterministicMerges?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterErrorOnNondeterministicMerge>[]>;
|
|
2664
|
+
errorOnNondeterministicUpdates?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterErrorOnNondeterministicUpdate>[]>;
|
|
2665
|
+
geographyOutputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterGeographyOutputFormat>[]>;
|
|
2666
|
+
geometryOutputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterGeometryOutputFormat>[]>;
|
|
2667
|
+
jdbcTreatDecimalAsInts?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterJdbcTreatDecimalAsInt>[]>;
|
|
2668
|
+
jdbcTreatTimestampNtzAsUtcs?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterJdbcTreatTimestampNtzAsUtc>[]>;
|
|
2669
|
+
jdbcUseSessionTimezones?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterJdbcUseSessionTimezone>[]>;
|
|
2670
|
+
jsonIndents?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterJsonIndent>[]>;
|
|
2671
|
+
lockTimeouts?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterLockTimeout>[]>;
|
|
2672
|
+
logLevels?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterLogLevel>[]>;
|
|
2673
|
+
multiStatementCounts?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterMultiStatementCount>[]>;
|
|
2674
|
+
networkPolicies?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterNetworkPolicy>[]>;
|
|
2675
|
+
noorderSequenceAsDefaults?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterNoorderSequenceAsDefault>[]>;
|
|
2676
|
+
odbcTreatDecimalAsInts?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterOdbcTreatDecimalAsInt>[]>;
|
|
2677
|
+
preventUnloadToInternalStages?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterPreventUnloadToInternalStage>[]>;
|
|
2678
|
+
queryTags?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterQueryTag>[]>;
|
|
2679
|
+
quotedIdentifiersIgnoreCases?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterQuotedIdentifiersIgnoreCase>[]>;
|
|
2680
|
+
rowsPerResultsets?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterRowsPerResultset>[]>;
|
|
2681
|
+
s3StageVpceDnsNames?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterS3StageVpceDnsName>[]>;
|
|
2682
|
+
searchPaths?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterSearchPath>[]>;
|
|
2683
|
+
simulatedDataSharingConsumers?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterSimulatedDataSharingConsumer>[]>;
|
|
2684
|
+
statementQueuedTimeoutInSeconds?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterStatementQueuedTimeoutInSecond>[]>;
|
|
2685
|
+
statementTimeoutInSeconds?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterStatementTimeoutInSecond>[]>;
|
|
2686
|
+
strictJsonOutputs?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterStrictJsonOutput>[]>;
|
|
2687
|
+
timeInputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTimeInputFormat>[]>;
|
|
2688
|
+
timeOutputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTimeOutputFormat>[]>;
|
|
2689
|
+
timestampDayIsAlways24hs?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTimestampDayIsAlways24h>[]>;
|
|
2690
|
+
timestampInputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTimestampInputFormat>[]>;
|
|
2691
|
+
timestampLtzOutputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTimestampLtzOutputFormat>[]>;
|
|
2692
|
+
timestampNtzOutputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTimestampNtzOutputFormat>[]>;
|
|
2693
|
+
timestampOutputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTimestampOutputFormat>[]>;
|
|
2694
|
+
timestampTypeMappings?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTimestampTypeMapping>[]>;
|
|
2695
|
+
timestampTzOutputFormats?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTimestampTzOutputFormat>[]>;
|
|
2696
|
+
timezones?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTimezone>[]>;
|
|
2697
|
+
traceLevels?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTraceLevel>[]>;
|
|
2698
|
+
transactionAbortOnErrors?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTransactionAbortOnError>[]>;
|
|
2699
|
+
transactionDefaultIsolationLevels?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTransactionDefaultIsolationLevel>[]>;
|
|
2700
|
+
twoDigitCenturyStarts?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterTwoDigitCenturyStart>[]>;
|
|
2701
|
+
unsupportedDdlActions?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterUnsupportedDdlAction>[]>;
|
|
2702
|
+
useCachedResults?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterUseCachedResult>[]>;
|
|
2703
|
+
weekOfYearPolicies?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterWeekOfYearPolicy>[]>;
|
|
2704
|
+
weekStarts?: pulumi.Input<pulumi.Input<inputs.ServiceUserParameterWeekStart>[]>;
|
|
2705
|
+
}
|
|
2706
|
+
export interface ServiceUserParameterAbortDetachedQuery {
|
|
2707
|
+
default?: pulumi.Input<string>;
|
|
2708
|
+
description?: pulumi.Input<string>;
|
|
2709
|
+
key?: pulumi.Input<string>;
|
|
2710
|
+
level?: pulumi.Input<string>;
|
|
2711
|
+
value?: pulumi.Input<string>;
|
|
2712
|
+
}
|
|
2713
|
+
export interface ServiceUserParameterAutocommit {
|
|
2714
|
+
default?: pulumi.Input<string>;
|
|
2715
|
+
description?: pulumi.Input<string>;
|
|
2716
|
+
key?: pulumi.Input<string>;
|
|
2717
|
+
level?: pulumi.Input<string>;
|
|
2718
|
+
value?: pulumi.Input<string>;
|
|
2719
|
+
}
|
|
2720
|
+
export interface ServiceUserParameterBinaryInputFormat {
|
|
2721
|
+
default?: pulumi.Input<string>;
|
|
2722
|
+
description?: pulumi.Input<string>;
|
|
2723
|
+
key?: pulumi.Input<string>;
|
|
2724
|
+
level?: pulumi.Input<string>;
|
|
2725
|
+
value?: pulumi.Input<string>;
|
|
2726
|
+
}
|
|
2727
|
+
export interface ServiceUserParameterBinaryOutputFormat {
|
|
2728
|
+
default?: pulumi.Input<string>;
|
|
2729
|
+
description?: pulumi.Input<string>;
|
|
2730
|
+
key?: pulumi.Input<string>;
|
|
2731
|
+
level?: pulumi.Input<string>;
|
|
2732
|
+
value?: pulumi.Input<string>;
|
|
2733
|
+
}
|
|
2734
|
+
export interface ServiceUserParameterClientMemoryLimit {
|
|
2735
|
+
default?: pulumi.Input<string>;
|
|
2736
|
+
description?: pulumi.Input<string>;
|
|
2737
|
+
key?: pulumi.Input<string>;
|
|
2738
|
+
level?: pulumi.Input<string>;
|
|
2739
|
+
value?: pulumi.Input<string>;
|
|
2740
|
+
}
|
|
2741
|
+
export interface ServiceUserParameterClientMetadataRequestUseConnectionCtx {
|
|
2742
|
+
default?: pulumi.Input<string>;
|
|
2743
|
+
description?: pulumi.Input<string>;
|
|
2744
|
+
key?: pulumi.Input<string>;
|
|
2745
|
+
level?: pulumi.Input<string>;
|
|
2746
|
+
value?: pulumi.Input<string>;
|
|
2747
|
+
}
|
|
2748
|
+
export interface ServiceUserParameterClientPrefetchThread {
|
|
1635
2749
|
default?: pulumi.Input<string>;
|
|
1636
|
-
|
|
1637
|
-
|
|
2750
|
+
description?: pulumi.Input<string>;
|
|
2751
|
+
key?: pulumi.Input<string>;
|
|
2752
|
+
level?: pulumi.Input<string>;
|
|
1638
2753
|
value?: pulumi.Input<string>;
|
|
1639
2754
|
}
|
|
1640
|
-
export interface
|
|
2755
|
+
export interface ServiceUserParameterClientResultChunkSize {
|
|
1641
2756
|
default?: pulumi.Input<string>;
|
|
1642
|
-
|
|
1643
|
-
|
|
2757
|
+
description?: pulumi.Input<string>;
|
|
2758
|
+
key?: pulumi.Input<string>;
|
|
2759
|
+
level?: pulumi.Input<string>;
|
|
1644
2760
|
value?: pulumi.Input<string>;
|
|
1645
2761
|
}
|
|
1646
|
-
export interface
|
|
2762
|
+
export interface ServiceUserParameterClientResultColumnCaseInsensitive {
|
|
1647
2763
|
default?: pulumi.Input<string>;
|
|
1648
|
-
|
|
1649
|
-
|
|
2764
|
+
description?: pulumi.Input<string>;
|
|
2765
|
+
key?: pulumi.Input<string>;
|
|
2766
|
+
level?: pulumi.Input<string>;
|
|
1650
2767
|
value?: pulumi.Input<string>;
|
|
1651
2768
|
}
|
|
1652
|
-
export interface
|
|
2769
|
+
export interface ServiceUserParameterClientSessionKeepAlife {
|
|
1653
2770
|
default?: pulumi.Input<string>;
|
|
1654
|
-
|
|
1655
|
-
|
|
2771
|
+
description?: pulumi.Input<string>;
|
|
2772
|
+
key?: pulumi.Input<string>;
|
|
2773
|
+
level?: pulumi.Input<string>;
|
|
1656
2774
|
value?: pulumi.Input<string>;
|
|
1657
2775
|
}
|
|
1658
|
-
export interface
|
|
2776
|
+
export interface ServiceUserParameterClientSessionKeepAliveHeartbeatFrequency {
|
|
1659
2777
|
default?: pulumi.Input<string>;
|
|
1660
|
-
|
|
1661
|
-
|
|
2778
|
+
description?: pulumi.Input<string>;
|
|
2779
|
+
key?: pulumi.Input<string>;
|
|
2780
|
+
level?: pulumi.Input<string>;
|
|
1662
2781
|
value?: pulumi.Input<string>;
|
|
1663
2782
|
}
|
|
1664
|
-
export interface
|
|
2783
|
+
export interface ServiceUserParameterClientTimestampTypeMapping {
|
|
1665
2784
|
default?: pulumi.Input<string>;
|
|
1666
|
-
|
|
1667
|
-
|
|
2785
|
+
description?: pulumi.Input<string>;
|
|
2786
|
+
key?: pulumi.Input<string>;
|
|
2787
|
+
level?: pulumi.Input<string>;
|
|
1668
2788
|
value?: pulumi.Input<string>;
|
|
1669
2789
|
}
|
|
1670
|
-
export interface
|
|
2790
|
+
export interface ServiceUserParameterDateInputFormat {
|
|
1671
2791
|
default?: pulumi.Input<string>;
|
|
1672
|
-
|
|
1673
|
-
|
|
2792
|
+
description?: pulumi.Input<string>;
|
|
2793
|
+
key?: pulumi.Input<string>;
|
|
2794
|
+
level?: pulumi.Input<string>;
|
|
1674
2795
|
value?: pulumi.Input<string>;
|
|
1675
2796
|
}
|
|
1676
|
-
export interface
|
|
2797
|
+
export interface ServiceUserParameterDateOutputFormat {
|
|
1677
2798
|
default?: pulumi.Input<string>;
|
|
1678
|
-
|
|
1679
|
-
|
|
2799
|
+
description?: pulumi.Input<string>;
|
|
2800
|
+
key?: pulumi.Input<string>;
|
|
2801
|
+
level?: pulumi.Input<string>;
|
|
1680
2802
|
value?: pulumi.Input<string>;
|
|
1681
2803
|
}
|
|
1682
|
-
export interface
|
|
2804
|
+
export interface ServiceUserParameterEnableUnloadPhysicalTypeOptimization {
|
|
1683
2805
|
default?: pulumi.Input<string>;
|
|
1684
|
-
|
|
1685
|
-
|
|
2806
|
+
description?: pulumi.Input<string>;
|
|
2807
|
+
key?: pulumi.Input<string>;
|
|
2808
|
+
level?: pulumi.Input<string>;
|
|
1686
2809
|
value?: pulumi.Input<string>;
|
|
1687
2810
|
}
|
|
1688
|
-
export interface
|
|
2811
|
+
export interface ServiceUserParameterEnableUnredactedQuerySyntaxError {
|
|
1689
2812
|
default?: pulumi.Input<string>;
|
|
1690
|
-
|
|
1691
|
-
|
|
2813
|
+
description?: pulumi.Input<string>;
|
|
2814
|
+
key?: pulumi.Input<string>;
|
|
2815
|
+
level?: pulumi.Input<string>;
|
|
1692
2816
|
value?: pulumi.Input<string>;
|
|
1693
2817
|
}
|
|
1694
|
-
export interface
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
enabled?: pulumi.Input<boolean>;
|
|
1699
|
-
integrationType?: pulumi.Input<string>;
|
|
1700
|
-
name?: pulumi.Input<string>;
|
|
1701
|
-
}
|
|
1702
|
-
export interface ObjectParameterObjectIdentifier {
|
|
1703
|
-
/**
|
|
1704
|
-
* Name of the database that the object was created in.
|
|
1705
|
-
*/
|
|
1706
|
-
database?: pulumi.Input<string>;
|
|
1707
|
-
/**
|
|
1708
|
-
* Name of the object to set the parameter for.
|
|
1709
|
-
*/
|
|
1710
|
-
name: pulumi.Input<string>;
|
|
1711
|
-
/**
|
|
1712
|
-
* Name of the schema that the object was created in.
|
|
1713
|
-
*/
|
|
1714
|
-
schema?: pulumi.Input<string>;
|
|
1715
|
-
}
|
|
1716
|
-
export interface ProcedureArgument {
|
|
1717
|
-
/**
|
|
1718
|
-
* The argument name
|
|
1719
|
-
*/
|
|
1720
|
-
name: pulumi.Input<string>;
|
|
1721
|
-
/**
|
|
1722
|
-
* The argument type
|
|
1723
|
-
*/
|
|
1724
|
-
type: pulumi.Input<string>;
|
|
1725
|
-
}
|
|
1726
|
-
export interface ProviderTokenAccessor {
|
|
1727
|
-
/**
|
|
1728
|
-
* The client ID for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_ID` environment variable.
|
|
1729
|
-
*/
|
|
1730
|
-
clientId: pulumi.Input<string>;
|
|
1731
|
-
/**
|
|
1732
|
-
* The client secret for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_CLIENT_SECRET` environment variable.
|
|
1733
|
-
*/
|
|
1734
|
-
clientSecret: pulumi.Input<string>;
|
|
1735
|
-
/**
|
|
1736
|
-
* The redirect URI for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REDIRECT_URI` environment variable.
|
|
1737
|
-
*/
|
|
1738
|
-
redirectUri: pulumi.Input<string>;
|
|
1739
|
-
/**
|
|
1740
|
-
* The refresh token for the OAuth provider when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_REFRESH_TOKEN` environment variable.
|
|
1741
|
-
*/
|
|
1742
|
-
refreshToken: pulumi.Input<string>;
|
|
1743
|
-
/**
|
|
1744
|
-
* The token endpoint for the OAuth provider e.g. https://{yourDomain}/oauth/token when using a refresh token to renew access token. Can also be sourced from the `SNOWFLAKE_TOKEN_ACCESSOR_TOKEN_ENDPOINT` environment variable.
|
|
1745
|
-
*/
|
|
1746
|
-
tokenEndpoint: pulumi.Input<string>;
|
|
1747
|
-
}
|
|
1748
|
-
export interface ResourceMonitorShowOutput {
|
|
1749
|
-
comment?: pulumi.Input<string>;
|
|
1750
|
-
createdOn?: pulumi.Input<string>;
|
|
1751
|
-
creditQuota?: pulumi.Input<number>;
|
|
1752
|
-
endTime?: pulumi.Input<string>;
|
|
1753
|
-
frequency?: pulumi.Input<string>;
|
|
2818
|
+
export interface ServiceUserParameterErrorOnNondeterministicMerge {
|
|
2819
|
+
default?: pulumi.Input<string>;
|
|
2820
|
+
description?: pulumi.Input<string>;
|
|
2821
|
+
key?: pulumi.Input<string>;
|
|
1754
2822
|
level?: pulumi.Input<string>;
|
|
1755
|
-
|
|
1756
|
-
owner?: pulumi.Input<string>;
|
|
1757
|
-
remainingCredits?: pulumi.Input<number>;
|
|
1758
|
-
startTime?: pulumi.Input<string>;
|
|
1759
|
-
suspendAt?: pulumi.Input<number>;
|
|
1760
|
-
suspendImmediateAt?: pulumi.Input<number>;
|
|
1761
|
-
usedCredits?: pulumi.Input<number>;
|
|
1762
|
-
}
|
|
1763
|
-
export interface RoleShowOutput {
|
|
1764
|
-
assignedToUsers?: pulumi.Input<number>;
|
|
1765
|
-
comment?: pulumi.Input<string>;
|
|
1766
|
-
createdOn?: pulumi.Input<string>;
|
|
1767
|
-
grantedRoles?: pulumi.Input<number>;
|
|
1768
|
-
grantedToRoles?: pulumi.Input<number>;
|
|
1769
|
-
isCurrent?: pulumi.Input<boolean>;
|
|
1770
|
-
isDefault?: pulumi.Input<boolean>;
|
|
1771
|
-
isInherited?: pulumi.Input<boolean>;
|
|
1772
|
-
name?: pulumi.Input<string>;
|
|
1773
|
-
owner?: pulumi.Input<string>;
|
|
1774
|
-
}
|
|
1775
|
-
export interface RowAccessPolicyArgument {
|
|
1776
|
-
/**
|
|
1777
|
-
* The argument name
|
|
1778
|
-
*/
|
|
1779
|
-
name: pulumi.Input<string>;
|
|
1780
|
-
/**
|
|
1781
|
-
* The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
|
|
1782
|
-
*/
|
|
1783
|
-
type: pulumi.Input<string>;
|
|
1784
|
-
}
|
|
1785
|
-
export interface RowAccessPolicyDescribeOutput {
|
|
1786
|
-
body?: pulumi.Input<string>;
|
|
1787
|
-
name?: pulumi.Input<string>;
|
|
1788
|
-
returnType?: pulumi.Input<string>;
|
|
1789
|
-
signatures?: pulumi.Input<pulumi.Input<inputs.RowAccessPolicyDescribeOutputSignature>[]>;
|
|
1790
|
-
}
|
|
1791
|
-
export interface RowAccessPolicyDescribeOutputSignature {
|
|
1792
|
-
name?: pulumi.Input<string>;
|
|
1793
|
-
type?: pulumi.Input<string>;
|
|
1794
|
-
}
|
|
1795
|
-
export interface RowAccessPolicyShowOutput {
|
|
1796
|
-
comment?: pulumi.Input<string>;
|
|
1797
|
-
createdOn?: pulumi.Input<string>;
|
|
1798
|
-
databaseName?: pulumi.Input<string>;
|
|
1799
|
-
kind?: pulumi.Input<string>;
|
|
1800
|
-
name?: pulumi.Input<string>;
|
|
1801
|
-
options?: pulumi.Input<string>;
|
|
1802
|
-
owner?: pulumi.Input<string>;
|
|
1803
|
-
ownerRoleType?: pulumi.Input<string>;
|
|
1804
|
-
schemaName?: pulumi.Input<string>;
|
|
1805
|
-
}
|
|
1806
|
-
export interface Saml2IntegrationDescribeOutput {
|
|
1807
|
-
allowedEmailPatterns?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputAllowedEmailPattern>[]>;
|
|
1808
|
-
allowedUserDomains?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputAllowedUserDomain>[]>;
|
|
1809
|
-
comments?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputComment>[]>;
|
|
1810
|
-
saml2DigestMethodsUseds?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2DigestMethodsUsed>[]>;
|
|
1811
|
-
saml2EnableSpInitiateds?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2EnableSpInitiated>[]>;
|
|
1812
|
-
saml2ForceAuthns?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2ForceAuthn>[]>;
|
|
1813
|
-
saml2Issuers?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2Issuer>[]>;
|
|
1814
|
-
saml2PostLogoutRedirectUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2PostLogoutRedirectUrl>[]>;
|
|
1815
|
-
saml2Providers?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2Provider>[]>;
|
|
1816
|
-
saml2RequestedNameidFormats?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2RequestedNameidFormat>[]>;
|
|
1817
|
-
saml2SignRequests?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SignRequest>[]>;
|
|
1818
|
-
saml2SignatureMethodsUseds?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SignatureMethodsUsed>[]>;
|
|
1819
|
-
saml2SnowflakeAcsUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl>[]>;
|
|
1820
|
-
saml2SnowflakeIssuerUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl>[]>;
|
|
1821
|
-
saml2SnowflakeMetadatas?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata>[]>;
|
|
1822
|
-
saml2SnowflakeX509Certs?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert>[]>;
|
|
1823
|
-
saml2SpInitiatedLoginPageLabels?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel>[]>;
|
|
1824
|
-
saml2SsoUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SsoUrl>[]>;
|
|
1825
|
-
saml2X509Certs?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2X509Cert>[]>;
|
|
2823
|
+
value?: pulumi.Input<string>;
|
|
1826
2824
|
}
|
|
1827
|
-
export interface
|
|
2825
|
+
export interface ServiceUserParameterErrorOnNondeterministicUpdate {
|
|
1828
2826
|
default?: pulumi.Input<string>;
|
|
1829
|
-
|
|
1830
|
-
|
|
2827
|
+
description?: pulumi.Input<string>;
|
|
2828
|
+
key?: pulumi.Input<string>;
|
|
2829
|
+
level?: pulumi.Input<string>;
|
|
1831
2830
|
value?: pulumi.Input<string>;
|
|
1832
2831
|
}
|
|
1833
|
-
export interface
|
|
2832
|
+
export interface ServiceUserParameterGeographyOutputFormat {
|
|
1834
2833
|
default?: pulumi.Input<string>;
|
|
1835
|
-
|
|
1836
|
-
|
|
2834
|
+
description?: pulumi.Input<string>;
|
|
2835
|
+
key?: pulumi.Input<string>;
|
|
2836
|
+
level?: pulumi.Input<string>;
|
|
1837
2837
|
value?: pulumi.Input<string>;
|
|
1838
2838
|
}
|
|
1839
|
-
export interface
|
|
2839
|
+
export interface ServiceUserParameterGeometryOutputFormat {
|
|
1840
2840
|
default?: pulumi.Input<string>;
|
|
1841
|
-
|
|
1842
|
-
|
|
2841
|
+
description?: pulumi.Input<string>;
|
|
2842
|
+
key?: pulumi.Input<string>;
|
|
2843
|
+
level?: pulumi.Input<string>;
|
|
1843
2844
|
value?: pulumi.Input<string>;
|
|
1844
2845
|
}
|
|
1845
|
-
export interface
|
|
2846
|
+
export interface ServiceUserParameterJdbcTreatDecimalAsInt {
|
|
1846
2847
|
default?: pulumi.Input<string>;
|
|
1847
|
-
|
|
1848
|
-
|
|
2848
|
+
description?: pulumi.Input<string>;
|
|
2849
|
+
key?: pulumi.Input<string>;
|
|
2850
|
+
level?: pulumi.Input<string>;
|
|
1849
2851
|
value?: pulumi.Input<string>;
|
|
1850
2852
|
}
|
|
1851
|
-
export interface
|
|
2853
|
+
export interface ServiceUserParameterJdbcTreatTimestampNtzAsUtc {
|
|
1852
2854
|
default?: pulumi.Input<string>;
|
|
1853
|
-
|
|
1854
|
-
|
|
2855
|
+
description?: pulumi.Input<string>;
|
|
2856
|
+
key?: pulumi.Input<string>;
|
|
2857
|
+
level?: pulumi.Input<string>;
|
|
1855
2858
|
value?: pulumi.Input<string>;
|
|
1856
2859
|
}
|
|
1857
|
-
export interface
|
|
2860
|
+
export interface ServiceUserParameterJdbcUseSessionTimezone {
|
|
1858
2861
|
default?: pulumi.Input<string>;
|
|
1859
|
-
|
|
1860
|
-
|
|
2862
|
+
description?: pulumi.Input<string>;
|
|
2863
|
+
key?: pulumi.Input<string>;
|
|
2864
|
+
level?: pulumi.Input<string>;
|
|
1861
2865
|
value?: pulumi.Input<string>;
|
|
1862
2866
|
}
|
|
1863
|
-
export interface
|
|
2867
|
+
export interface ServiceUserParameterJsonIndent {
|
|
1864
2868
|
default?: pulumi.Input<string>;
|
|
1865
|
-
|
|
1866
|
-
|
|
2869
|
+
description?: pulumi.Input<string>;
|
|
2870
|
+
key?: pulumi.Input<string>;
|
|
2871
|
+
level?: pulumi.Input<string>;
|
|
1867
2872
|
value?: pulumi.Input<string>;
|
|
1868
2873
|
}
|
|
1869
|
-
export interface
|
|
2874
|
+
export interface ServiceUserParameterLockTimeout {
|
|
1870
2875
|
default?: pulumi.Input<string>;
|
|
1871
|
-
|
|
1872
|
-
|
|
2876
|
+
description?: pulumi.Input<string>;
|
|
2877
|
+
key?: pulumi.Input<string>;
|
|
2878
|
+
level?: pulumi.Input<string>;
|
|
1873
2879
|
value?: pulumi.Input<string>;
|
|
1874
2880
|
}
|
|
1875
|
-
export interface
|
|
2881
|
+
export interface ServiceUserParameterLogLevel {
|
|
1876
2882
|
default?: pulumi.Input<string>;
|
|
1877
|
-
|
|
1878
|
-
|
|
2883
|
+
description?: pulumi.Input<string>;
|
|
2884
|
+
key?: pulumi.Input<string>;
|
|
2885
|
+
level?: pulumi.Input<string>;
|
|
1879
2886
|
value?: pulumi.Input<string>;
|
|
1880
2887
|
}
|
|
1881
|
-
export interface
|
|
2888
|
+
export interface ServiceUserParameterMultiStatementCount {
|
|
1882
2889
|
default?: pulumi.Input<string>;
|
|
1883
|
-
|
|
1884
|
-
|
|
2890
|
+
description?: pulumi.Input<string>;
|
|
2891
|
+
key?: pulumi.Input<string>;
|
|
2892
|
+
level?: pulumi.Input<string>;
|
|
1885
2893
|
value?: pulumi.Input<string>;
|
|
1886
2894
|
}
|
|
1887
|
-
export interface
|
|
2895
|
+
export interface ServiceUserParameterNetworkPolicy {
|
|
1888
2896
|
default?: pulumi.Input<string>;
|
|
1889
|
-
|
|
1890
|
-
|
|
2897
|
+
description?: pulumi.Input<string>;
|
|
2898
|
+
key?: pulumi.Input<string>;
|
|
2899
|
+
level?: pulumi.Input<string>;
|
|
1891
2900
|
value?: pulumi.Input<string>;
|
|
1892
2901
|
}
|
|
1893
|
-
export interface
|
|
2902
|
+
export interface ServiceUserParameterNoorderSequenceAsDefault {
|
|
1894
2903
|
default?: pulumi.Input<string>;
|
|
1895
|
-
|
|
1896
|
-
|
|
2904
|
+
description?: pulumi.Input<string>;
|
|
2905
|
+
key?: pulumi.Input<string>;
|
|
2906
|
+
level?: pulumi.Input<string>;
|
|
1897
2907
|
value?: pulumi.Input<string>;
|
|
1898
2908
|
}
|
|
1899
|
-
export interface
|
|
2909
|
+
export interface ServiceUserParameterOdbcTreatDecimalAsInt {
|
|
1900
2910
|
default?: pulumi.Input<string>;
|
|
1901
|
-
|
|
1902
|
-
|
|
2911
|
+
description?: pulumi.Input<string>;
|
|
2912
|
+
key?: pulumi.Input<string>;
|
|
2913
|
+
level?: pulumi.Input<string>;
|
|
1903
2914
|
value?: pulumi.Input<string>;
|
|
1904
2915
|
}
|
|
1905
|
-
export interface
|
|
2916
|
+
export interface ServiceUserParameterPreventUnloadToInternalStage {
|
|
1906
2917
|
default?: pulumi.Input<string>;
|
|
1907
|
-
|
|
1908
|
-
|
|
2918
|
+
description?: pulumi.Input<string>;
|
|
2919
|
+
key?: pulumi.Input<string>;
|
|
2920
|
+
level?: pulumi.Input<string>;
|
|
1909
2921
|
value?: pulumi.Input<string>;
|
|
1910
2922
|
}
|
|
1911
|
-
export interface
|
|
2923
|
+
export interface ServiceUserParameterQueryTag {
|
|
1912
2924
|
default?: pulumi.Input<string>;
|
|
1913
|
-
|
|
1914
|
-
|
|
2925
|
+
description?: pulumi.Input<string>;
|
|
2926
|
+
key?: pulumi.Input<string>;
|
|
2927
|
+
level?: pulumi.Input<string>;
|
|
1915
2928
|
value?: pulumi.Input<string>;
|
|
1916
2929
|
}
|
|
1917
|
-
export interface
|
|
2930
|
+
export interface ServiceUserParameterQuotedIdentifiersIgnoreCase {
|
|
1918
2931
|
default?: pulumi.Input<string>;
|
|
1919
|
-
|
|
1920
|
-
|
|
2932
|
+
description?: pulumi.Input<string>;
|
|
2933
|
+
key?: pulumi.Input<string>;
|
|
2934
|
+
level?: pulumi.Input<string>;
|
|
1921
2935
|
value?: pulumi.Input<string>;
|
|
1922
2936
|
}
|
|
1923
|
-
export interface
|
|
2937
|
+
export interface ServiceUserParameterRowsPerResultset {
|
|
1924
2938
|
default?: pulumi.Input<string>;
|
|
1925
|
-
|
|
1926
|
-
|
|
2939
|
+
description?: pulumi.Input<string>;
|
|
2940
|
+
key?: pulumi.Input<string>;
|
|
2941
|
+
level?: pulumi.Input<string>;
|
|
1927
2942
|
value?: pulumi.Input<string>;
|
|
1928
2943
|
}
|
|
1929
|
-
export interface
|
|
2944
|
+
export interface ServiceUserParameterS3StageVpceDnsName {
|
|
1930
2945
|
default?: pulumi.Input<string>;
|
|
1931
|
-
|
|
1932
|
-
|
|
2946
|
+
description?: pulumi.Input<string>;
|
|
2947
|
+
key?: pulumi.Input<string>;
|
|
2948
|
+
level?: pulumi.Input<string>;
|
|
1933
2949
|
value?: pulumi.Input<string>;
|
|
1934
2950
|
}
|
|
1935
|
-
export interface
|
|
2951
|
+
export interface ServiceUserParameterSearchPath {
|
|
1936
2952
|
default?: pulumi.Input<string>;
|
|
1937
|
-
|
|
1938
|
-
|
|
2953
|
+
description?: pulumi.Input<string>;
|
|
2954
|
+
key?: pulumi.Input<string>;
|
|
2955
|
+
level?: pulumi.Input<string>;
|
|
1939
2956
|
value?: pulumi.Input<string>;
|
|
1940
2957
|
}
|
|
1941
|
-
export interface
|
|
1942
|
-
category?: pulumi.Input<string>;
|
|
1943
|
-
comment?: pulumi.Input<string>;
|
|
1944
|
-
createdOn?: pulumi.Input<string>;
|
|
1945
|
-
enabled?: pulumi.Input<boolean>;
|
|
1946
|
-
integrationType?: pulumi.Input<string>;
|
|
1947
|
-
name?: pulumi.Input<string>;
|
|
1948
|
-
}
|
|
1949
|
-
export interface SchemaDescribeOutput {
|
|
1950
|
-
createdOn?: pulumi.Input<string>;
|
|
1951
|
-
kind?: pulumi.Input<string>;
|
|
1952
|
-
name?: pulumi.Input<string>;
|
|
1953
|
-
}
|
|
1954
|
-
export interface SchemaParameter {
|
|
1955
|
-
catalogs?: pulumi.Input<pulumi.Input<inputs.SchemaParameterCatalog>[]>;
|
|
1956
|
-
dataRetentionTimeInDays?: pulumi.Input<pulumi.Input<inputs.SchemaParameterDataRetentionTimeInDay>[]>;
|
|
1957
|
-
defaultDdlCollations?: pulumi.Input<pulumi.Input<inputs.SchemaParameterDefaultDdlCollation>[]>;
|
|
1958
|
-
enableConsoleOutputs?: pulumi.Input<pulumi.Input<inputs.SchemaParameterEnableConsoleOutput>[]>;
|
|
1959
|
-
externalVolumes?: pulumi.Input<pulumi.Input<inputs.SchemaParameterExternalVolume>[]>;
|
|
1960
|
-
logLevels?: pulumi.Input<pulumi.Input<inputs.SchemaParameterLogLevel>[]>;
|
|
1961
|
-
maxDataExtensionTimeInDays?: pulumi.Input<pulumi.Input<inputs.SchemaParameterMaxDataExtensionTimeInDay>[]>;
|
|
1962
|
-
pipeExecutionPauseds?: pulumi.Input<pulumi.Input<inputs.SchemaParameterPipeExecutionPaused>[]>;
|
|
1963
|
-
quotedIdentifiersIgnoreCases?: pulumi.Input<pulumi.Input<inputs.SchemaParameterQuotedIdentifiersIgnoreCase>[]>;
|
|
1964
|
-
replaceInvalidCharacters?: pulumi.Input<pulumi.Input<inputs.SchemaParameterReplaceInvalidCharacter>[]>;
|
|
1965
|
-
storageSerializationPolicies?: pulumi.Input<pulumi.Input<inputs.SchemaParameterStorageSerializationPolicy>[]>;
|
|
1966
|
-
suspendTaskAfterNumFailures?: pulumi.Input<pulumi.Input<inputs.SchemaParameterSuspendTaskAfterNumFailure>[]>;
|
|
1967
|
-
taskAutoRetryAttempts?: pulumi.Input<pulumi.Input<inputs.SchemaParameterTaskAutoRetryAttempt>[]>;
|
|
1968
|
-
traceLevels?: pulumi.Input<pulumi.Input<inputs.SchemaParameterTraceLevel>[]>;
|
|
1969
|
-
userTaskManagedInitialWarehouseSizes?: pulumi.Input<pulumi.Input<inputs.SchemaParameterUserTaskManagedInitialWarehouseSize>[]>;
|
|
1970
|
-
userTaskMinimumTriggerIntervalInSeconds?: pulumi.Input<pulumi.Input<inputs.SchemaParameterUserTaskMinimumTriggerIntervalInSecond>[]>;
|
|
1971
|
-
userTaskTimeoutMs?: pulumi.Input<pulumi.Input<inputs.SchemaParameterUserTaskTimeoutM>[]>;
|
|
1972
|
-
}
|
|
1973
|
-
export interface SchemaParameterCatalog {
|
|
2958
|
+
export interface ServiceUserParameterSimulatedDataSharingConsumer {
|
|
1974
2959
|
default?: pulumi.Input<string>;
|
|
1975
2960
|
description?: pulumi.Input<string>;
|
|
1976
2961
|
key?: pulumi.Input<string>;
|
|
1977
2962
|
level?: pulumi.Input<string>;
|
|
1978
2963
|
value?: pulumi.Input<string>;
|
|
1979
2964
|
}
|
|
1980
|
-
export interface
|
|
2965
|
+
export interface ServiceUserParameterStatementQueuedTimeoutInSecond {
|
|
1981
2966
|
default?: pulumi.Input<string>;
|
|
1982
2967
|
description?: pulumi.Input<string>;
|
|
1983
2968
|
key?: pulumi.Input<string>;
|
|
1984
2969
|
level?: pulumi.Input<string>;
|
|
1985
2970
|
value?: pulumi.Input<string>;
|
|
1986
2971
|
}
|
|
1987
|
-
export interface
|
|
2972
|
+
export interface ServiceUserParameterStatementTimeoutInSecond {
|
|
1988
2973
|
default?: pulumi.Input<string>;
|
|
1989
2974
|
description?: pulumi.Input<string>;
|
|
1990
2975
|
key?: pulumi.Input<string>;
|
|
1991
2976
|
level?: pulumi.Input<string>;
|
|
1992
2977
|
value?: pulumi.Input<string>;
|
|
1993
2978
|
}
|
|
1994
|
-
export interface
|
|
2979
|
+
export interface ServiceUserParameterStrictJsonOutput {
|
|
1995
2980
|
default?: pulumi.Input<string>;
|
|
1996
2981
|
description?: pulumi.Input<string>;
|
|
1997
2982
|
key?: pulumi.Input<string>;
|
|
1998
2983
|
level?: pulumi.Input<string>;
|
|
1999
2984
|
value?: pulumi.Input<string>;
|
|
2000
2985
|
}
|
|
2001
|
-
export interface
|
|
2986
|
+
export interface ServiceUserParameterTimeInputFormat {
|
|
2002
2987
|
default?: pulumi.Input<string>;
|
|
2003
2988
|
description?: pulumi.Input<string>;
|
|
2004
2989
|
key?: pulumi.Input<string>;
|
|
2005
2990
|
level?: pulumi.Input<string>;
|
|
2006
2991
|
value?: pulumi.Input<string>;
|
|
2007
2992
|
}
|
|
2008
|
-
export interface
|
|
2993
|
+
export interface ServiceUserParameterTimeOutputFormat {
|
|
2009
2994
|
default?: pulumi.Input<string>;
|
|
2010
2995
|
description?: pulumi.Input<string>;
|
|
2011
2996
|
key?: pulumi.Input<string>;
|
|
2012
2997
|
level?: pulumi.Input<string>;
|
|
2013
2998
|
value?: pulumi.Input<string>;
|
|
2014
2999
|
}
|
|
2015
|
-
export interface
|
|
3000
|
+
export interface ServiceUserParameterTimestampDayIsAlways24h {
|
|
2016
3001
|
default?: pulumi.Input<string>;
|
|
2017
3002
|
description?: pulumi.Input<string>;
|
|
2018
3003
|
key?: pulumi.Input<string>;
|
|
2019
3004
|
level?: pulumi.Input<string>;
|
|
2020
3005
|
value?: pulumi.Input<string>;
|
|
2021
3006
|
}
|
|
2022
|
-
export interface
|
|
3007
|
+
export interface ServiceUserParameterTimestampInputFormat {
|
|
2023
3008
|
default?: pulumi.Input<string>;
|
|
2024
3009
|
description?: pulumi.Input<string>;
|
|
2025
3010
|
key?: pulumi.Input<string>;
|
|
2026
3011
|
level?: pulumi.Input<string>;
|
|
2027
3012
|
value?: pulumi.Input<string>;
|
|
2028
3013
|
}
|
|
2029
|
-
export interface
|
|
3014
|
+
export interface ServiceUserParameterTimestampLtzOutputFormat {
|
|
2030
3015
|
default?: pulumi.Input<string>;
|
|
2031
3016
|
description?: pulumi.Input<string>;
|
|
2032
3017
|
key?: pulumi.Input<string>;
|
|
2033
3018
|
level?: pulumi.Input<string>;
|
|
2034
3019
|
value?: pulumi.Input<string>;
|
|
2035
3020
|
}
|
|
2036
|
-
export interface
|
|
3021
|
+
export interface ServiceUserParameterTimestampNtzOutputFormat {
|
|
2037
3022
|
default?: pulumi.Input<string>;
|
|
2038
3023
|
description?: pulumi.Input<string>;
|
|
2039
3024
|
key?: pulumi.Input<string>;
|
|
2040
3025
|
level?: pulumi.Input<string>;
|
|
2041
3026
|
value?: pulumi.Input<string>;
|
|
2042
3027
|
}
|
|
2043
|
-
export interface
|
|
3028
|
+
export interface ServiceUserParameterTimestampOutputFormat {
|
|
2044
3029
|
default?: pulumi.Input<string>;
|
|
2045
3030
|
description?: pulumi.Input<string>;
|
|
2046
3031
|
key?: pulumi.Input<string>;
|
|
2047
3032
|
level?: pulumi.Input<string>;
|
|
2048
3033
|
value?: pulumi.Input<string>;
|
|
2049
3034
|
}
|
|
2050
|
-
export interface
|
|
3035
|
+
export interface ServiceUserParameterTimestampTypeMapping {
|
|
2051
3036
|
default?: pulumi.Input<string>;
|
|
2052
3037
|
description?: pulumi.Input<string>;
|
|
2053
3038
|
key?: pulumi.Input<string>;
|
|
2054
3039
|
level?: pulumi.Input<string>;
|
|
2055
3040
|
value?: pulumi.Input<string>;
|
|
2056
3041
|
}
|
|
2057
|
-
export interface
|
|
3042
|
+
export interface ServiceUserParameterTimestampTzOutputFormat {
|
|
2058
3043
|
default?: pulumi.Input<string>;
|
|
2059
3044
|
description?: pulumi.Input<string>;
|
|
2060
3045
|
key?: pulumi.Input<string>;
|
|
2061
3046
|
level?: pulumi.Input<string>;
|
|
2062
3047
|
value?: pulumi.Input<string>;
|
|
2063
3048
|
}
|
|
2064
|
-
export interface
|
|
3049
|
+
export interface ServiceUserParameterTimezone {
|
|
2065
3050
|
default?: pulumi.Input<string>;
|
|
2066
3051
|
description?: pulumi.Input<string>;
|
|
2067
3052
|
key?: pulumi.Input<string>;
|
|
2068
3053
|
level?: pulumi.Input<string>;
|
|
2069
3054
|
value?: pulumi.Input<string>;
|
|
2070
3055
|
}
|
|
2071
|
-
export interface
|
|
3056
|
+
export interface ServiceUserParameterTraceLevel {
|
|
2072
3057
|
default?: pulumi.Input<string>;
|
|
2073
3058
|
description?: pulumi.Input<string>;
|
|
2074
3059
|
key?: pulumi.Input<string>;
|
|
2075
3060
|
level?: pulumi.Input<string>;
|
|
2076
3061
|
value?: pulumi.Input<string>;
|
|
2077
3062
|
}
|
|
2078
|
-
export interface
|
|
3063
|
+
export interface ServiceUserParameterTransactionAbortOnError {
|
|
2079
3064
|
default?: pulumi.Input<string>;
|
|
2080
3065
|
description?: pulumi.Input<string>;
|
|
2081
3066
|
key?: pulumi.Input<string>;
|
|
2082
3067
|
level?: pulumi.Input<string>;
|
|
2083
3068
|
value?: pulumi.Input<string>;
|
|
2084
3069
|
}
|
|
2085
|
-
export interface
|
|
3070
|
+
export interface ServiceUserParameterTransactionDefaultIsolationLevel {
|
|
2086
3071
|
default?: pulumi.Input<string>;
|
|
2087
3072
|
description?: pulumi.Input<string>;
|
|
2088
3073
|
key?: pulumi.Input<string>;
|
|
2089
3074
|
level?: pulumi.Input<string>;
|
|
2090
3075
|
value?: pulumi.Input<string>;
|
|
2091
3076
|
}
|
|
2092
|
-
export interface
|
|
2093
|
-
comment?: pulumi.Input<string>;
|
|
2094
|
-
createdOn?: pulumi.Input<string>;
|
|
2095
|
-
databaseName?: pulumi.Input<string>;
|
|
2096
|
-
droppedOn?: pulumi.Input<string>;
|
|
2097
|
-
isCurrent?: pulumi.Input<boolean>;
|
|
2098
|
-
isDefault?: pulumi.Input<boolean>;
|
|
2099
|
-
name?: pulumi.Input<string>;
|
|
2100
|
-
options?: pulumi.Input<string>;
|
|
2101
|
-
owner?: pulumi.Input<string>;
|
|
2102
|
-
ownerRoleType?: pulumi.Input<string>;
|
|
2103
|
-
retentionTime?: pulumi.Input<string>;
|
|
2104
|
-
}
|
|
2105
|
-
export interface ScimIntegrationDescribeOutput {
|
|
2106
|
-
comments?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputComment>[]>;
|
|
2107
|
-
enableds?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputEnabled>[]>;
|
|
2108
|
-
networkPolicies?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputNetworkPolicy>[]>;
|
|
2109
|
-
runAsRoles?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputRunAsRole>[]>;
|
|
2110
|
-
syncPasswords?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputSyncPassword>[]>;
|
|
2111
|
-
}
|
|
2112
|
-
export interface ScimIntegrationDescribeOutputComment {
|
|
3077
|
+
export interface ServiceUserParameterTwoDigitCenturyStart {
|
|
2113
3078
|
default?: pulumi.Input<string>;
|
|
2114
|
-
|
|
2115
|
-
|
|
3079
|
+
description?: pulumi.Input<string>;
|
|
3080
|
+
key?: pulumi.Input<string>;
|
|
3081
|
+
level?: pulumi.Input<string>;
|
|
2116
3082
|
value?: pulumi.Input<string>;
|
|
2117
3083
|
}
|
|
2118
|
-
export interface
|
|
3084
|
+
export interface ServiceUserParameterUnsupportedDdlAction {
|
|
2119
3085
|
default?: pulumi.Input<string>;
|
|
2120
|
-
|
|
2121
|
-
|
|
3086
|
+
description?: pulumi.Input<string>;
|
|
3087
|
+
key?: pulumi.Input<string>;
|
|
3088
|
+
level?: pulumi.Input<string>;
|
|
2122
3089
|
value?: pulumi.Input<string>;
|
|
2123
3090
|
}
|
|
2124
|
-
export interface
|
|
3091
|
+
export interface ServiceUserParameterUseCachedResult {
|
|
2125
3092
|
default?: pulumi.Input<string>;
|
|
2126
|
-
|
|
2127
|
-
|
|
3093
|
+
description?: pulumi.Input<string>;
|
|
3094
|
+
key?: pulumi.Input<string>;
|
|
3095
|
+
level?: pulumi.Input<string>;
|
|
2128
3096
|
value?: pulumi.Input<string>;
|
|
2129
3097
|
}
|
|
2130
|
-
export interface
|
|
3098
|
+
export interface ServiceUserParameterWeekOfYearPolicy {
|
|
2131
3099
|
default?: pulumi.Input<string>;
|
|
2132
|
-
|
|
2133
|
-
|
|
3100
|
+
description?: pulumi.Input<string>;
|
|
3101
|
+
key?: pulumi.Input<string>;
|
|
3102
|
+
level?: pulumi.Input<string>;
|
|
2134
3103
|
value?: pulumi.Input<string>;
|
|
2135
3104
|
}
|
|
2136
|
-
export interface
|
|
3105
|
+
export interface ServiceUserParameterWeekStart {
|
|
2137
3106
|
default?: pulumi.Input<string>;
|
|
2138
|
-
|
|
2139
|
-
|
|
3107
|
+
description?: pulumi.Input<string>;
|
|
3108
|
+
key?: pulumi.Input<string>;
|
|
3109
|
+
level?: pulumi.Input<string>;
|
|
2140
3110
|
value?: pulumi.Input<string>;
|
|
2141
3111
|
}
|
|
2142
|
-
export interface
|
|
2143
|
-
category?: pulumi.Input<string>;
|
|
3112
|
+
export interface ServiceUserShowOutput {
|
|
2144
3113
|
comment?: pulumi.Input<string>;
|
|
2145
3114
|
createdOn?: pulumi.Input<string>;
|
|
2146
|
-
|
|
2147
|
-
|
|
3115
|
+
daysToExpiry?: pulumi.Input<string>;
|
|
3116
|
+
defaultNamespace?: pulumi.Input<string>;
|
|
3117
|
+
defaultRole?: pulumi.Input<string>;
|
|
3118
|
+
defaultSecondaryRoles?: pulumi.Input<string>;
|
|
3119
|
+
defaultWarehouse?: pulumi.Input<string>;
|
|
3120
|
+
disabled?: pulumi.Input<boolean>;
|
|
3121
|
+
displayName?: pulumi.Input<string>;
|
|
3122
|
+
email?: pulumi.Input<string>;
|
|
3123
|
+
expiresAtTime?: pulumi.Input<string>;
|
|
3124
|
+
extAuthnDuo?: pulumi.Input<boolean>;
|
|
3125
|
+
extAuthnUid?: pulumi.Input<string>;
|
|
3126
|
+
firstName?: pulumi.Input<string>;
|
|
3127
|
+
hasMfa?: pulumi.Input<boolean>;
|
|
3128
|
+
hasPassword?: pulumi.Input<boolean>;
|
|
3129
|
+
hasRsaPublicKey?: pulumi.Input<boolean>;
|
|
3130
|
+
lastName?: pulumi.Input<string>;
|
|
3131
|
+
lastSuccessLogin?: pulumi.Input<string>;
|
|
3132
|
+
lockedUntilTime?: pulumi.Input<string>;
|
|
3133
|
+
loginName?: pulumi.Input<string>;
|
|
3134
|
+
minsToBypassMfa?: pulumi.Input<string>;
|
|
3135
|
+
minsToUnlock?: pulumi.Input<string>;
|
|
3136
|
+
mustChangePassword?: pulumi.Input<boolean>;
|
|
2148
3137
|
name?: pulumi.Input<string>;
|
|
3138
|
+
owner?: pulumi.Input<string>;
|
|
3139
|
+
snowflakeLock?: pulumi.Input<boolean>;
|
|
3140
|
+
type?: pulumi.Input<string>;
|
|
2149
3141
|
}
|
|
2150
3142
|
export interface StageTag {
|
|
2151
3143
|
/**
|
|
@@ -2165,6 +3157,146 @@ export interface StageTag {
|
|
|
2165
3157
|
*/
|
|
2166
3158
|
value: pulumi.Input<string>;
|
|
2167
3159
|
}
|
|
3160
|
+
export interface StreamOnExternalTableAt {
|
|
3161
|
+
/**
|
|
3162
|
+
* Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes).
|
|
3163
|
+
*/
|
|
3164
|
+
offset?: pulumi.Input<string>;
|
|
3165
|
+
/**
|
|
3166
|
+
* Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT.
|
|
3167
|
+
*/
|
|
3168
|
+
statement?: pulumi.Input<string>;
|
|
3169
|
+
/**
|
|
3170
|
+
* Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object.
|
|
3171
|
+
*/
|
|
3172
|
+
stream?: pulumi.Input<string>;
|
|
3173
|
+
/**
|
|
3174
|
+
* Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP*LTZ, TIMESTAMP*NTZ, or TIMESTAMP_TZ data type.
|
|
3175
|
+
*/
|
|
3176
|
+
timestamp?: pulumi.Input<string>;
|
|
3177
|
+
}
|
|
3178
|
+
export interface StreamOnExternalTableBefore {
|
|
3179
|
+
/**
|
|
3180
|
+
* Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes).
|
|
3181
|
+
*/
|
|
3182
|
+
offset?: pulumi.Input<string>;
|
|
3183
|
+
/**
|
|
3184
|
+
* Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT.
|
|
3185
|
+
*/
|
|
3186
|
+
statement?: pulumi.Input<string>;
|
|
3187
|
+
/**
|
|
3188
|
+
* Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object.
|
|
3189
|
+
*/
|
|
3190
|
+
stream?: pulumi.Input<string>;
|
|
3191
|
+
/**
|
|
3192
|
+
* Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP*LTZ, TIMESTAMP*NTZ, or TIMESTAMP_TZ data type.
|
|
3193
|
+
*/
|
|
3194
|
+
timestamp?: pulumi.Input<string>;
|
|
3195
|
+
}
|
|
3196
|
+
export interface StreamOnExternalTableDescribeOutput {
|
|
3197
|
+
baseTables?: pulumi.Input<pulumi.Input<string>[]>;
|
|
3198
|
+
comment?: pulumi.Input<string>;
|
|
3199
|
+
createdOn?: pulumi.Input<string>;
|
|
3200
|
+
databaseName?: pulumi.Input<string>;
|
|
3201
|
+
invalidReason?: pulumi.Input<string>;
|
|
3202
|
+
mode?: pulumi.Input<string>;
|
|
3203
|
+
name?: pulumi.Input<string>;
|
|
3204
|
+
owner?: pulumi.Input<string>;
|
|
3205
|
+
ownerRoleType?: pulumi.Input<string>;
|
|
3206
|
+
schemaName?: pulumi.Input<string>;
|
|
3207
|
+
sourceType?: pulumi.Input<string>;
|
|
3208
|
+
stale?: pulumi.Input<string>;
|
|
3209
|
+
staleAfter?: pulumi.Input<string>;
|
|
3210
|
+
tableName?: pulumi.Input<string>;
|
|
3211
|
+
type?: pulumi.Input<string>;
|
|
3212
|
+
}
|
|
3213
|
+
export interface StreamOnExternalTableShowOutput {
|
|
3214
|
+
baseTables?: pulumi.Input<pulumi.Input<string>[]>;
|
|
3215
|
+
comment?: pulumi.Input<string>;
|
|
3216
|
+
createdOn?: pulumi.Input<string>;
|
|
3217
|
+
databaseName?: pulumi.Input<string>;
|
|
3218
|
+
invalidReason?: pulumi.Input<string>;
|
|
3219
|
+
mode?: pulumi.Input<string>;
|
|
3220
|
+
name?: pulumi.Input<string>;
|
|
3221
|
+
owner?: pulumi.Input<string>;
|
|
3222
|
+
ownerRoleType?: pulumi.Input<string>;
|
|
3223
|
+
schemaName?: pulumi.Input<string>;
|
|
3224
|
+
sourceType?: pulumi.Input<string>;
|
|
3225
|
+
stale?: pulumi.Input<string>;
|
|
3226
|
+
staleAfter?: pulumi.Input<string>;
|
|
3227
|
+
tableName?: pulumi.Input<string>;
|
|
3228
|
+
type?: pulumi.Input<string>;
|
|
3229
|
+
}
|
|
3230
|
+
export interface StreamOnTableAt {
|
|
3231
|
+
/**
|
|
3232
|
+
* Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes).
|
|
3233
|
+
*/
|
|
3234
|
+
offset?: pulumi.Input<string>;
|
|
3235
|
+
/**
|
|
3236
|
+
* Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT.
|
|
3237
|
+
*/
|
|
3238
|
+
statement?: pulumi.Input<string>;
|
|
3239
|
+
/**
|
|
3240
|
+
* Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object.
|
|
3241
|
+
*/
|
|
3242
|
+
stream?: pulumi.Input<string>;
|
|
3243
|
+
/**
|
|
3244
|
+
* Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP*LTZ, TIMESTAMP*NTZ, or TIMESTAMP_TZ data type.
|
|
3245
|
+
*/
|
|
3246
|
+
timestamp?: pulumi.Input<string>;
|
|
3247
|
+
}
|
|
3248
|
+
export interface StreamOnTableBefore {
|
|
3249
|
+
/**
|
|
3250
|
+
* Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes).
|
|
3251
|
+
*/
|
|
3252
|
+
offset?: pulumi.Input<string>;
|
|
3253
|
+
/**
|
|
3254
|
+
* Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT.
|
|
3255
|
+
*/
|
|
3256
|
+
statement?: pulumi.Input<string>;
|
|
3257
|
+
/**
|
|
3258
|
+
* Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object.
|
|
3259
|
+
*/
|
|
3260
|
+
stream?: pulumi.Input<string>;
|
|
3261
|
+
/**
|
|
3262
|
+
* Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP*LTZ, TIMESTAMP*NTZ, or TIMESTAMP_TZ data type.
|
|
3263
|
+
*/
|
|
3264
|
+
timestamp?: pulumi.Input<string>;
|
|
3265
|
+
}
|
|
3266
|
+
export interface StreamOnTableDescribeOutput {
|
|
3267
|
+
baseTables?: pulumi.Input<pulumi.Input<string>[]>;
|
|
3268
|
+
comment?: pulumi.Input<string>;
|
|
3269
|
+
createdOn?: pulumi.Input<string>;
|
|
3270
|
+
databaseName?: pulumi.Input<string>;
|
|
3271
|
+
invalidReason?: pulumi.Input<string>;
|
|
3272
|
+
mode?: pulumi.Input<string>;
|
|
3273
|
+
name?: pulumi.Input<string>;
|
|
3274
|
+
owner?: pulumi.Input<string>;
|
|
3275
|
+
ownerRoleType?: pulumi.Input<string>;
|
|
3276
|
+
schemaName?: pulumi.Input<string>;
|
|
3277
|
+
sourceType?: pulumi.Input<string>;
|
|
3278
|
+
stale?: pulumi.Input<string>;
|
|
3279
|
+
staleAfter?: pulumi.Input<string>;
|
|
3280
|
+
tableName?: pulumi.Input<string>;
|
|
3281
|
+
type?: pulumi.Input<string>;
|
|
3282
|
+
}
|
|
3283
|
+
export interface StreamOnTableShowOutput {
|
|
3284
|
+
baseTables?: pulumi.Input<pulumi.Input<string>[]>;
|
|
3285
|
+
comment?: pulumi.Input<string>;
|
|
3286
|
+
createdOn?: pulumi.Input<string>;
|
|
3287
|
+
databaseName?: pulumi.Input<string>;
|
|
3288
|
+
invalidReason?: pulumi.Input<string>;
|
|
3289
|
+
mode?: pulumi.Input<string>;
|
|
3290
|
+
name?: pulumi.Input<string>;
|
|
3291
|
+
owner?: pulumi.Input<string>;
|
|
3292
|
+
ownerRoleType?: pulumi.Input<string>;
|
|
3293
|
+
schemaName?: pulumi.Input<string>;
|
|
3294
|
+
sourceType?: pulumi.Input<string>;
|
|
3295
|
+
stale?: pulumi.Input<string>;
|
|
3296
|
+
staleAfter?: pulumi.Input<string>;
|
|
3297
|
+
tableName?: pulumi.Input<string>;
|
|
3298
|
+
type?: pulumi.Input<string>;
|
|
3299
|
+
}
|
|
2168
3300
|
export interface StreamlitDescribeOutput {
|
|
2169
3301
|
defaultPackages?: pulumi.Input<string>;
|
|
2170
3302
|
externalAccessIntegrations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -2872,7 +4004,7 @@ export interface ViewDataMetricFunction {
|
|
|
2872
4004
|
}
|
|
2873
4005
|
export interface ViewDataMetricSchedule {
|
|
2874
4006
|
/**
|
|
2875
|
-
* Specifies an interval (in minutes) of wait time inserted between runs of the data metric function. Conflicts with `usingCron`. Valid values are: `5` | `15` | `30` | `60` | `720` | `1440`. Due to Snowflake limitations, changes in this field
|
|
4007
|
+
* Specifies an interval (in minutes) of wait time inserted between runs of the data metric function. Conflicts with `usingCron`. Valid values are: `5` | `15` | `30` | `60` | `720` | `1440`. Due to Snowflake limitations, changes in this field are not managed by the provider. Please consider using taint command, `usingCron` field, or replace*triggered*by metadata argument.
|
|
2876
4008
|
*/
|
|
2877
4009
|
minutes?: pulumi.Input<number>;
|
|
2878
4010
|
/**
|