@pierskarsenbarg/sdm 1.19.0 → 1.20.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/package.json +1 -1
- package/resource.d.ts +0 -9
- package/resource.js.map +1 -1
- package/types/input.d.ts +348 -0
- package/types/output.d.ts +697 -1
package/types/output.d.ts
CHANGED
|
@@ -650,6 +650,10 @@ export interface GetResourceResourceAk {
|
|
|
650
650
|
* The local port used by clients to connect to this resource.
|
|
651
651
|
*/
|
|
652
652
|
portOverride?: number;
|
|
653
|
+
/**
|
|
654
|
+
* ID of the proxy cluster for this resource, if any.
|
|
655
|
+
*/
|
|
656
|
+
proxyClusterId?: string;
|
|
653
657
|
/**
|
|
654
658
|
* ID of the secret store containing credentials for this resource, if any.
|
|
655
659
|
*/
|
|
@@ -702,6 +706,10 @@ export interface GetResourceResourceAksBasicAuth {
|
|
|
702
706
|
* The local port used by clients to connect to this resource.
|
|
703
707
|
*/
|
|
704
708
|
portOverride?: number;
|
|
709
|
+
/**
|
|
710
|
+
* ID of the proxy cluster for this resource, if any.
|
|
711
|
+
*/
|
|
712
|
+
proxyClusterId?: string;
|
|
705
713
|
/**
|
|
706
714
|
* ID of the secret store containing credentials for this resource, if any.
|
|
707
715
|
*/
|
|
@@ -774,6 +782,10 @@ export interface GetResourceResourceAksServiceAccount {
|
|
|
774
782
|
* The local port used by clients to connect to this resource.
|
|
775
783
|
*/
|
|
776
784
|
portOverride?: number;
|
|
785
|
+
/**
|
|
786
|
+
* ID of the proxy cluster for this resource, if any.
|
|
787
|
+
*/
|
|
788
|
+
proxyClusterId?: string;
|
|
777
789
|
/**
|
|
778
790
|
* ID of the secret store containing credentials for this resource, if any.
|
|
779
791
|
*/
|
|
@@ -827,6 +839,10 @@ export interface GetResourceResourceAksServiceAccountUserImpersonation {
|
|
|
827
839
|
* The local port used by clients to connect to this resource.
|
|
828
840
|
*/
|
|
829
841
|
portOverride?: number;
|
|
842
|
+
/**
|
|
843
|
+
* ID of the proxy cluster for this resource, if any.
|
|
844
|
+
*/
|
|
845
|
+
proxyClusterId?: string;
|
|
830
846
|
/**
|
|
831
847
|
* ID of the secret store containing credentials for this resource, if any.
|
|
832
848
|
*/
|
|
@@ -892,6 +908,10 @@ export interface GetResourceResourceAksUserImpersonation {
|
|
|
892
908
|
* The local port used by clients to connect to this resource.
|
|
893
909
|
*/
|
|
894
910
|
portOverride?: number;
|
|
911
|
+
/**
|
|
912
|
+
* ID of the proxy cluster for this resource, if any.
|
|
913
|
+
*/
|
|
914
|
+
proxyClusterId?: string;
|
|
895
915
|
/**
|
|
896
916
|
* ID of the secret store containing credentials for this resource, if any.
|
|
897
917
|
*/
|
|
@@ -936,6 +956,10 @@ export interface GetResourceResourceAmazonE {
|
|
|
936
956
|
* The local port used by clients to connect to this resource.
|
|
937
957
|
*/
|
|
938
958
|
portOverride?: number;
|
|
959
|
+
/**
|
|
960
|
+
* ID of the proxy cluster for this resource, if any.
|
|
961
|
+
*/
|
|
962
|
+
proxyClusterId?: string;
|
|
939
963
|
/**
|
|
940
964
|
* The AWS region to connect to.
|
|
941
965
|
*/
|
|
@@ -1028,6 +1052,10 @@ export interface GetResourceResourceAmazonEk {
|
|
|
1028
1052
|
* The local port used by clients to connect to this resource.
|
|
1029
1053
|
*/
|
|
1030
1054
|
portOverride?: number;
|
|
1055
|
+
/**
|
|
1056
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1057
|
+
*/
|
|
1058
|
+
proxyClusterId?: string;
|
|
1031
1059
|
/**
|
|
1032
1060
|
* The AWS region to connect to.
|
|
1033
1061
|
*/
|
|
@@ -1116,6 +1144,10 @@ export interface GetResourceResourceAmazonEksInstanceProfile {
|
|
|
1116
1144
|
* The local port used by clients to connect to this resource.
|
|
1117
1145
|
*/
|
|
1118
1146
|
portOverride?: number;
|
|
1147
|
+
/**
|
|
1148
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1149
|
+
*/
|
|
1150
|
+
proxyClusterId?: string;
|
|
1119
1151
|
/**
|
|
1120
1152
|
* The AWS region to connect to.
|
|
1121
1153
|
*/
|
|
@@ -1180,6 +1212,10 @@ export interface GetResourceResourceAmazonEksInstanceProfileUserImpersonation {
|
|
|
1180
1212
|
* The local port used by clients to connect to this resource.
|
|
1181
1213
|
*/
|
|
1182
1214
|
portOverride?: number;
|
|
1215
|
+
/**
|
|
1216
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1217
|
+
*/
|
|
1218
|
+
proxyClusterId?: string;
|
|
1183
1219
|
/**
|
|
1184
1220
|
* The AWS region to connect to.
|
|
1185
1221
|
*/
|
|
@@ -1248,6 +1284,10 @@ export interface GetResourceResourceAmazonEksUserImpersonation {
|
|
|
1248
1284
|
* The local port used by clients to connect to this resource.
|
|
1249
1285
|
*/
|
|
1250
1286
|
portOverride?: number;
|
|
1287
|
+
/**
|
|
1288
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1289
|
+
*/
|
|
1290
|
+
proxyClusterId?: string;
|
|
1251
1291
|
/**
|
|
1252
1292
|
* The AWS region to connect to.
|
|
1253
1293
|
*/
|
|
@@ -1312,6 +1352,10 @@ export interface GetResourceResourceAmazonmqAmqp091 {
|
|
|
1312
1352
|
* The local port used by clients to connect to this resource.
|
|
1313
1353
|
*/
|
|
1314
1354
|
portOverride?: number;
|
|
1355
|
+
/**
|
|
1356
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1357
|
+
*/
|
|
1358
|
+
proxyClusterId?: string;
|
|
1315
1359
|
/**
|
|
1316
1360
|
* ID of the secret store containing credentials for this resource, if any.
|
|
1317
1361
|
*/
|
|
@@ -1364,6 +1408,10 @@ export interface GetResourceResourceAthena {
|
|
|
1364
1408
|
* The local port used by clients to connect to this resource.
|
|
1365
1409
|
*/
|
|
1366
1410
|
portOverride?: number;
|
|
1411
|
+
/**
|
|
1412
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1413
|
+
*/
|
|
1414
|
+
proxyClusterId?: string;
|
|
1367
1415
|
/**
|
|
1368
1416
|
* The AWS region to connect to.
|
|
1369
1417
|
*/
|
|
@@ -1432,6 +1480,10 @@ export interface GetResourceResourceAuroraMysql {
|
|
|
1432
1480
|
* The local port used by clients to connect to this resource.
|
|
1433
1481
|
*/
|
|
1434
1482
|
portOverride?: number;
|
|
1483
|
+
/**
|
|
1484
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1485
|
+
*/
|
|
1486
|
+
proxyClusterId?: string;
|
|
1435
1487
|
/**
|
|
1436
1488
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
1437
1489
|
*/
|
|
@@ -1500,6 +1552,10 @@ export interface GetResourceResourceAuroraPostgre {
|
|
|
1500
1552
|
* The local port used by clients to connect to this resource.
|
|
1501
1553
|
*/
|
|
1502
1554
|
portOverride?: number;
|
|
1555
|
+
/**
|
|
1556
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1557
|
+
*/
|
|
1558
|
+
proxyClusterId?: string;
|
|
1503
1559
|
/**
|
|
1504
1560
|
* ID of the secret store containing credentials for this resource, if any.
|
|
1505
1561
|
*/
|
|
@@ -1556,6 +1612,10 @@ export interface GetResourceResourceAuroraPostgresIam {
|
|
|
1556
1612
|
* The local port used by clients to connect to this resource.
|
|
1557
1613
|
*/
|
|
1558
1614
|
portOverride?: number;
|
|
1615
|
+
/**
|
|
1616
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1617
|
+
*/
|
|
1618
|
+
proxyClusterId?: string;
|
|
1559
1619
|
/**
|
|
1560
1620
|
* The AWS region to connect to.
|
|
1561
1621
|
*/
|
|
@@ -1612,6 +1672,10 @@ export interface GetResourceResourceAw {
|
|
|
1612
1672
|
* The local port used by clients to connect to this resource.
|
|
1613
1673
|
*/
|
|
1614
1674
|
portOverride?: number;
|
|
1675
|
+
/**
|
|
1676
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1677
|
+
*/
|
|
1678
|
+
proxyClusterId?: string;
|
|
1615
1679
|
/**
|
|
1616
1680
|
* The role to assume after logging in.
|
|
1617
1681
|
*/
|
|
@@ -1672,6 +1736,10 @@ export interface GetResourceResourceAwsConsole {
|
|
|
1672
1736
|
* The local port used by clients to connect to this resource.
|
|
1673
1737
|
*/
|
|
1674
1738
|
portOverride?: number;
|
|
1739
|
+
/**
|
|
1740
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1741
|
+
*/
|
|
1742
|
+
proxyClusterId?: string;
|
|
1675
1743
|
/**
|
|
1676
1744
|
* The AWS region to connect to.
|
|
1677
1745
|
*/
|
|
@@ -1736,6 +1804,10 @@ export interface GetResourceResourceAwsConsoleStaticKeyPair {
|
|
|
1736
1804
|
* The local port used by clients to connect to this resource.
|
|
1737
1805
|
*/
|
|
1738
1806
|
portOverride?: number;
|
|
1807
|
+
/**
|
|
1808
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1809
|
+
*/
|
|
1810
|
+
proxyClusterId?: string;
|
|
1739
1811
|
/**
|
|
1740
1812
|
* The AWS region to connect to.
|
|
1741
1813
|
*/
|
|
@@ -1800,6 +1872,10 @@ export interface GetResourceResourceAzure {
|
|
|
1800
1872
|
* The local port used by clients to connect to this resource.
|
|
1801
1873
|
*/
|
|
1802
1874
|
portOverride?: number;
|
|
1875
|
+
/**
|
|
1876
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1877
|
+
*/
|
|
1878
|
+
proxyClusterId?: string;
|
|
1803
1879
|
/**
|
|
1804
1880
|
* ID of the secret store containing credentials for this resource, if any.
|
|
1805
1881
|
*/
|
|
@@ -1849,6 +1925,10 @@ export interface GetResourceResourceAzureCertificate {
|
|
|
1849
1925
|
* The local port used by clients to connect to this resource.
|
|
1850
1926
|
*/
|
|
1851
1927
|
portOverride?: number;
|
|
1928
|
+
/**
|
|
1929
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1930
|
+
*/
|
|
1931
|
+
proxyClusterId?: string;
|
|
1852
1932
|
/**
|
|
1853
1933
|
* ID of the secret store containing credentials for this resource, if any.
|
|
1854
1934
|
*/
|
|
@@ -1906,6 +1986,10 @@ export interface GetResourceResourceAzureMysql {
|
|
|
1906
1986
|
* The local port used by clients to connect to this resource.
|
|
1907
1987
|
*/
|
|
1908
1988
|
portOverride?: number;
|
|
1989
|
+
/**
|
|
1990
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1991
|
+
*/
|
|
1992
|
+
proxyClusterId?: string;
|
|
1909
1993
|
/**
|
|
1910
1994
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
1911
1995
|
*/
|
|
@@ -1974,6 +2058,10 @@ export interface GetResourceResourceAzurePostgre {
|
|
|
1974
2058
|
* The local port used by clients to connect to this resource.
|
|
1975
2059
|
*/
|
|
1976
2060
|
portOverride?: number;
|
|
2061
|
+
/**
|
|
2062
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2063
|
+
*/
|
|
2064
|
+
proxyClusterId?: string;
|
|
1977
2065
|
/**
|
|
1978
2066
|
* ID of the secret store containing credentials for this resource, if any.
|
|
1979
2067
|
*/
|
|
@@ -2034,6 +2122,10 @@ export interface GetResourceResourceAzurePostgresManagedIdentity {
|
|
|
2034
2122
|
* The local port used by clients to connect to this resource.
|
|
2035
2123
|
*/
|
|
2036
2124
|
portOverride?: number;
|
|
2125
|
+
/**
|
|
2126
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2127
|
+
*/
|
|
2128
|
+
proxyClusterId?: string;
|
|
2037
2129
|
/**
|
|
2038
2130
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2039
2131
|
*/
|
|
@@ -2090,6 +2182,10 @@ export interface GetResourceResourceBigQuery {
|
|
|
2090
2182
|
* The project to connect to.
|
|
2091
2183
|
*/
|
|
2092
2184
|
project?: string;
|
|
2185
|
+
/**
|
|
2186
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2187
|
+
*/
|
|
2188
|
+
proxyClusterId?: string;
|
|
2093
2189
|
/**
|
|
2094
2190
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2095
2191
|
*/
|
|
@@ -2142,6 +2238,10 @@ export interface GetResourceResourceCassandra {
|
|
|
2142
2238
|
* The local port used by clients to connect to this resource.
|
|
2143
2239
|
*/
|
|
2144
2240
|
portOverride?: number;
|
|
2241
|
+
/**
|
|
2242
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2243
|
+
*/
|
|
2244
|
+
proxyClusterId?: string;
|
|
2145
2245
|
/**
|
|
2146
2246
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2147
2247
|
*/
|
|
@@ -2206,6 +2306,10 @@ export interface GetResourceResourceCitus {
|
|
|
2206
2306
|
* The local port used by clients to connect to this resource.
|
|
2207
2307
|
*/
|
|
2208
2308
|
portOverride?: number;
|
|
2309
|
+
/**
|
|
2310
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2311
|
+
*/
|
|
2312
|
+
proxyClusterId?: string;
|
|
2209
2313
|
/**
|
|
2210
2314
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2211
2315
|
*/
|
|
@@ -2262,6 +2366,10 @@ export interface GetResourceResourceClustrix {
|
|
|
2262
2366
|
* The local port used by clients to connect to this resource.
|
|
2263
2367
|
*/
|
|
2264
2368
|
portOverride?: number;
|
|
2369
|
+
/**
|
|
2370
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2371
|
+
*/
|
|
2372
|
+
proxyClusterId?: string;
|
|
2265
2373
|
/**
|
|
2266
2374
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
2267
2375
|
*/
|
|
@@ -2330,6 +2438,10 @@ export interface GetResourceResourceCockroach {
|
|
|
2330
2438
|
* The local port used by clients to connect to this resource.
|
|
2331
2439
|
*/
|
|
2332
2440
|
portOverride?: number;
|
|
2441
|
+
/**
|
|
2442
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2443
|
+
*/
|
|
2444
|
+
proxyClusterId?: string;
|
|
2333
2445
|
/**
|
|
2334
2446
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2335
2447
|
*/
|
|
@@ -2386,6 +2498,10 @@ export interface GetResourceResourceCouchbaseDatabase {
|
|
|
2386
2498
|
* The local port used by clients to connect to this resource.
|
|
2387
2499
|
*/
|
|
2388
2500
|
portOverride?: number;
|
|
2501
|
+
/**
|
|
2502
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2503
|
+
*/
|
|
2504
|
+
proxyClusterId?: string;
|
|
2389
2505
|
/**
|
|
2390
2506
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2391
2507
|
*/
|
|
@@ -2434,6 +2550,10 @@ export interface GetResourceResourceCouchbaseWebUi {
|
|
|
2434
2550
|
* The local port used by clients to connect to this resource.
|
|
2435
2551
|
*/
|
|
2436
2552
|
portOverride?: number;
|
|
2553
|
+
/**
|
|
2554
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2555
|
+
*/
|
|
2556
|
+
proxyClusterId?: string;
|
|
2437
2557
|
/**
|
|
2438
2558
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2439
2559
|
*/
|
|
@@ -2491,6 +2611,10 @@ export interface GetResourceResourceDb2I {
|
|
|
2491
2611
|
* The local port used by clients to connect to this resource.
|
|
2492
2612
|
*/
|
|
2493
2613
|
portOverride?: number;
|
|
2614
|
+
/**
|
|
2615
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2616
|
+
*/
|
|
2617
|
+
proxyClusterId?: string;
|
|
2494
2618
|
/**
|
|
2495
2619
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2496
2620
|
*/
|
|
@@ -2551,6 +2675,10 @@ export interface GetResourceResourceDb2Luw {
|
|
|
2551
2675
|
* The local port used by clients to connect to this resource.
|
|
2552
2676
|
*/
|
|
2553
2677
|
portOverride?: number;
|
|
2678
|
+
/**
|
|
2679
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2680
|
+
*/
|
|
2681
|
+
proxyClusterId?: string;
|
|
2554
2682
|
/**
|
|
2555
2683
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2556
2684
|
*/
|
|
@@ -2607,6 +2735,10 @@ export interface GetResourceResourceDocumentDbHost {
|
|
|
2607
2735
|
* The local port used by clients to connect to this resource.
|
|
2608
2736
|
*/
|
|
2609
2737
|
portOverride?: number;
|
|
2738
|
+
/**
|
|
2739
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2740
|
+
*/
|
|
2741
|
+
proxyClusterId?: string;
|
|
2610
2742
|
/**
|
|
2611
2743
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2612
2744
|
*/
|
|
@@ -2663,6 +2795,10 @@ export interface GetResourceResourceDocumentDbReplicaSet {
|
|
|
2663
2795
|
* The local port used by clients to connect to this resource.
|
|
2664
2796
|
*/
|
|
2665
2797
|
portOverride?: number;
|
|
2798
|
+
/**
|
|
2799
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2800
|
+
*/
|
|
2801
|
+
proxyClusterId?: string;
|
|
2666
2802
|
/**
|
|
2667
2803
|
* The name of the mongo replicaset.
|
|
2668
2804
|
*/
|
|
@@ -2719,6 +2855,10 @@ export interface GetResourceResourceDruid {
|
|
|
2719
2855
|
* The local port used by clients to connect to this resource.
|
|
2720
2856
|
*/
|
|
2721
2857
|
portOverride?: number;
|
|
2858
|
+
/**
|
|
2859
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2860
|
+
*/
|
|
2861
|
+
proxyClusterId?: string;
|
|
2722
2862
|
/**
|
|
2723
2863
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2724
2864
|
*/
|
|
@@ -2767,6 +2907,10 @@ export interface GetResourceResourceDynamoDb {
|
|
|
2767
2907
|
* The local port used by clients to connect to this resource.
|
|
2768
2908
|
*/
|
|
2769
2909
|
portOverride?: number;
|
|
2910
|
+
/**
|
|
2911
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2912
|
+
*/
|
|
2913
|
+
proxyClusterId?: string;
|
|
2770
2914
|
/**
|
|
2771
2915
|
* The AWS region to connect to.
|
|
2772
2916
|
*/
|
|
@@ -2831,6 +2975,10 @@ export interface GetResourceResourceElastic {
|
|
|
2831
2975
|
* The local port used by clients to connect to this resource.
|
|
2832
2976
|
*/
|
|
2833
2977
|
portOverride?: number;
|
|
2978
|
+
/**
|
|
2979
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2980
|
+
*/
|
|
2981
|
+
proxyClusterId?: string;
|
|
2834
2982
|
/**
|
|
2835
2983
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2836
2984
|
*/
|
|
@@ -2887,6 +3035,10 @@ export interface GetResourceResourceElasticacheRedi {
|
|
|
2887
3035
|
* The local port used by clients to connect to this resource.
|
|
2888
3036
|
*/
|
|
2889
3037
|
portOverride?: number;
|
|
3038
|
+
/**
|
|
3039
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3040
|
+
*/
|
|
3041
|
+
proxyClusterId?: string;
|
|
2890
3042
|
/**
|
|
2891
3043
|
* ID of the secret store containing credentials for this resource, if any.
|
|
2892
3044
|
*/
|
|
@@ -2935,6 +3087,10 @@ export interface GetResourceResourceGcp {
|
|
|
2935
3087
|
* The local port used by clients to connect to this resource.
|
|
2936
3088
|
*/
|
|
2937
3089
|
portOverride?: number;
|
|
3090
|
+
/**
|
|
3091
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3092
|
+
*/
|
|
3093
|
+
proxyClusterId?: string;
|
|
2938
3094
|
/**
|
|
2939
3095
|
* Space separated scopes that this login should assume into when authenticating.
|
|
2940
3096
|
*/
|
|
@@ -3007,6 +3163,10 @@ export interface GetResourceResourceGoogleGke {
|
|
|
3007
3163
|
* The local port used by clients to connect to this resource.
|
|
3008
3164
|
*/
|
|
3009
3165
|
portOverride?: number;
|
|
3166
|
+
/**
|
|
3167
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3168
|
+
*/
|
|
3169
|
+
proxyClusterId?: string;
|
|
3010
3170
|
/**
|
|
3011
3171
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3012
3172
|
*/
|
|
@@ -3059,6 +3219,10 @@ export interface GetResourceResourceGoogleGkeUserImpersonation {
|
|
|
3059
3219
|
* The local port used by clients to connect to this resource.
|
|
3060
3220
|
*/
|
|
3061
3221
|
portOverride?: number;
|
|
3222
|
+
/**
|
|
3223
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3224
|
+
*/
|
|
3225
|
+
proxyClusterId?: string;
|
|
3062
3226
|
/**
|
|
3063
3227
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3064
3228
|
*/
|
|
@@ -3119,6 +3283,10 @@ export interface GetResourceResourceGreenplum {
|
|
|
3119
3283
|
* The local port used by clients to connect to this resource.
|
|
3120
3284
|
*/
|
|
3121
3285
|
portOverride?: number;
|
|
3286
|
+
/**
|
|
3287
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3288
|
+
*/
|
|
3289
|
+
proxyClusterId?: string;
|
|
3122
3290
|
/**
|
|
3123
3291
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3124
3292
|
*/
|
|
@@ -3175,6 +3343,10 @@ export interface GetResourceResourceHttpAuth {
|
|
|
3175
3343
|
* Unique human-readable name of the Resource.
|
|
3176
3344
|
*/
|
|
3177
3345
|
name?: string;
|
|
3346
|
+
/**
|
|
3347
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3348
|
+
*/
|
|
3349
|
+
proxyClusterId?: string;
|
|
3178
3350
|
/**
|
|
3179
3351
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3180
3352
|
*/
|
|
@@ -3232,6 +3404,10 @@ export interface GetResourceResourceHttpBasicAuth {
|
|
|
3232
3404
|
* The password to authenticate with.
|
|
3233
3405
|
*/
|
|
3234
3406
|
password?: string;
|
|
3407
|
+
/**
|
|
3408
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3409
|
+
*/
|
|
3410
|
+
proxyClusterId?: string;
|
|
3235
3411
|
/**
|
|
3236
3412
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3237
3413
|
*/
|
|
@@ -3289,6 +3465,10 @@ export interface GetResourceResourceHttpNoAuth {
|
|
|
3289
3465
|
* Unique human-readable name of the Resource.
|
|
3290
3466
|
*/
|
|
3291
3467
|
name?: string;
|
|
3468
|
+
/**
|
|
3469
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3470
|
+
*/
|
|
3471
|
+
proxyClusterId?: string;
|
|
3292
3472
|
/**
|
|
3293
3473
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3294
3474
|
*/
|
|
@@ -3374,6 +3554,10 @@ export interface GetResourceResourceKubernete {
|
|
|
3374
3554
|
* The local port used by clients to connect to this resource.
|
|
3375
3555
|
*/
|
|
3376
3556
|
portOverride?: number;
|
|
3557
|
+
/**
|
|
3558
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3559
|
+
*/
|
|
3560
|
+
proxyClusterId?: string;
|
|
3377
3561
|
/**
|
|
3378
3562
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3379
3563
|
*/
|
|
@@ -3426,6 +3610,10 @@ export interface GetResourceResourceKubernetesBasicAuth {
|
|
|
3426
3610
|
* The local port used by clients to connect to this resource.
|
|
3427
3611
|
*/
|
|
3428
3612
|
portOverride?: number;
|
|
3613
|
+
/**
|
|
3614
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3615
|
+
*/
|
|
3616
|
+
proxyClusterId?: string;
|
|
3429
3617
|
/**
|
|
3430
3618
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3431
3619
|
*/
|
|
@@ -3498,6 +3686,10 @@ export interface GetResourceResourceKubernetesServiceAccount {
|
|
|
3498
3686
|
* The local port used by clients to connect to this resource.
|
|
3499
3687
|
*/
|
|
3500
3688
|
portOverride?: number;
|
|
3689
|
+
/**
|
|
3690
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3691
|
+
*/
|
|
3692
|
+
proxyClusterId?: string;
|
|
3501
3693
|
/**
|
|
3502
3694
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3503
3695
|
*/
|
|
@@ -3551,6 +3743,10 @@ export interface GetResourceResourceKubernetesServiceAccountUserImpersonation {
|
|
|
3551
3743
|
* The local port used by clients to connect to this resource.
|
|
3552
3744
|
*/
|
|
3553
3745
|
portOverride?: number;
|
|
3746
|
+
/**
|
|
3747
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3748
|
+
*/
|
|
3749
|
+
proxyClusterId?: string;
|
|
3554
3750
|
/**
|
|
3555
3751
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3556
3752
|
*/
|
|
@@ -3616,6 +3812,10 @@ export interface GetResourceResourceKubernetesUserImpersonation {
|
|
|
3616
3812
|
* The local port used by clients to connect to this resource.
|
|
3617
3813
|
*/
|
|
3618
3814
|
portOverride?: number;
|
|
3815
|
+
/**
|
|
3816
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3817
|
+
*/
|
|
3818
|
+
proxyClusterId?: string;
|
|
3619
3819
|
/**
|
|
3620
3820
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3621
3821
|
*/
|
|
@@ -3668,6 +3868,10 @@ export interface GetResourceResourceMaria {
|
|
|
3668
3868
|
* The local port used by clients to connect to this resource.
|
|
3669
3869
|
*/
|
|
3670
3870
|
portOverride?: number;
|
|
3871
|
+
/**
|
|
3872
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3873
|
+
*/
|
|
3874
|
+
proxyClusterId?: string;
|
|
3671
3875
|
/**
|
|
3672
3876
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
3673
3877
|
*/
|
|
@@ -3724,6 +3928,10 @@ export interface GetResourceResourceMemcached {
|
|
|
3724
3928
|
* The local port used by clients to connect to this resource.
|
|
3725
3929
|
*/
|
|
3726
3930
|
portOverride?: number;
|
|
3931
|
+
/**
|
|
3932
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3933
|
+
*/
|
|
3934
|
+
proxyClusterId?: string;
|
|
3727
3935
|
/**
|
|
3728
3936
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3729
3937
|
*/
|
|
@@ -3776,6 +3984,10 @@ export interface GetResourceResourceMemsql {
|
|
|
3776
3984
|
* The local port used by clients to connect to this resource.
|
|
3777
3985
|
*/
|
|
3778
3986
|
portOverride?: number;
|
|
3987
|
+
/**
|
|
3988
|
+
* ID of the proxy cluster for this resource, if any.
|
|
3989
|
+
*/
|
|
3990
|
+
proxyClusterId?: string;
|
|
3779
3991
|
/**
|
|
3780
3992
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
3781
3993
|
*/
|
|
@@ -3840,6 +4052,10 @@ export interface GetResourceResourceMongoHost {
|
|
|
3840
4052
|
* The local port used by clients to connect to this resource.
|
|
3841
4053
|
*/
|
|
3842
4054
|
portOverride?: number;
|
|
4055
|
+
/**
|
|
4056
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4057
|
+
*/
|
|
4058
|
+
proxyClusterId?: string;
|
|
3843
4059
|
/**
|
|
3844
4060
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3845
4061
|
*/
|
|
@@ -3900,6 +4116,10 @@ export interface GetResourceResourceMongoLegacyHost {
|
|
|
3900
4116
|
* The local port used by clients to connect to this resource.
|
|
3901
4117
|
*/
|
|
3902
4118
|
portOverride?: number;
|
|
4119
|
+
/**
|
|
4120
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4121
|
+
*/
|
|
4122
|
+
proxyClusterId?: string;
|
|
3903
4123
|
/**
|
|
3904
4124
|
* ID of the secret store containing credentials for this resource, if any.
|
|
3905
4125
|
*/
|
|
@@ -3964,6 +4184,10 @@ export interface GetResourceResourceMongoLegacyReplicaset {
|
|
|
3964
4184
|
* The local port used by clients to connect to this resource.
|
|
3965
4185
|
*/
|
|
3966
4186
|
portOverride?: number;
|
|
4187
|
+
/**
|
|
4188
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4189
|
+
*/
|
|
4190
|
+
proxyClusterId?: string;
|
|
3967
4191
|
/**
|
|
3968
4192
|
* The name of the mongo replicaset.
|
|
3969
4193
|
*/
|
|
@@ -4032,6 +4256,10 @@ export interface GetResourceResourceMongoReplicaSet {
|
|
|
4032
4256
|
* The local port used by clients to connect to this resource.
|
|
4033
4257
|
*/
|
|
4034
4258
|
portOverride?: number;
|
|
4259
|
+
/**
|
|
4260
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4261
|
+
*/
|
|
4262
|
+
proxyClusterId?: string;
|
|
4035
4263
|
/**
|
|
4036
4264
|
* The name of the mongo replicaset.
|
|
4037
4265
|
*/
|
|
@@ -4092,6 +4320,10 @@ export interface GetResourceResourceMongoShardedCluster {
|
|
|
4092
4320
|
* The local port used by clients to connect to this resource.
|
|
4093
4321
|
*/
|
|
4094
4322
|
portOverride?: number;
|
|
4323
|
+
/**
|
|
4324
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4325
|
+
*/
|
|
4326
|
+
proxyClusterId?: string;
|
|
4095
4327
|
/**
|
|
4096
4328
|
* ID of the secret store containing credentials for this resource, if any.
|
|
4097
4329
|
*/
|
|
@@ -4164,6 +4396,10 @@ export interface GetResourceResourceMtlsMysql {
|
|
|
4164
4396
|
* The local port used by clients to connect to this resource.
|
|
4165
4397
|
*/
|
|
4166
4398
|
portOverride?: number;
|
|
4399
|
+
/**
|
|
4400
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4401
|
+
*/
|
|
4402
|
+
proxyClusterId?: string;
|
|
4167
4403
|
/**
|
|
4168
4404
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
4169
4405
|
*/
|
|
@@ -4248,6 +4484,10 @@ export interface GetResourceResourceMtlsPostgre {
|
|
|
4248
4484
|
* The local port used by clients to connect to this resource.
|
|
4249
4485
|
*/
|
|
4250
4486
|
portOverride?: number;
|
|
4487
|
+
/**
|
|
4488
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4489
|
+
*/
|
|
4490
|
+
proxyClusterId?: string;
|
|
4251
4491
|
/**
|
|
4252
4492
|
* ID of the secret store containing credentials for this resource, if any.
|
|
4253
4493
|
*/
|
|
@@ -4308,6 +4548,10 @@ export interface GetResourceResourceMysql {
|
|
|
4308
4548
|
* The local port used by clients to connect to this resource.
|
|
4309
4549
|
*/
|
|
4310
4550
|
portOverride?: number;
|
|
4551
|
+
/**
|
|
4552
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4553
|
+
*/
|
|
4554
|
+
proxyClusterId?: string;
|
|
4311
4555
|
/**
|
|
4312
4556
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
4313
4557
|
*/
|
|
@@ -4364,6 +4608,10 @@ export interface GetResourceResourceNeptune {
|
|
|
4364
4608
|
* The local port used by clients to connect to this resource.
|
|
4365
4609
|
*/
|
|
4366
4610
|
portOverride?: number;
|
|
4611
|
+
/**
|
|
4612
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4613
|
+
*/
|
|
4614
|
+
proxyClusterId?: string;
|
|
4367
4615
|
/**
|
|
4368
4616
|
* ID of the secret store containing credentials for this resource, if any.
|
|
4369
4617
|
*/
|
|
@@ -4412,6 +4660,10 @@ export interface GetResourceResourceNeptuneIam {
|
|
|
4412
4660
|
* The local port used by clients to connect to this resource.
|
|
4413
4661
|
*/
|
|
4414
4662
|
portOverride?: number;
|
|
4663
|
+
/**
|
|
4664
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4665
|
+
*/
|
|
4666
|
+
proxyClusterId?: string;
|
|
4415
4667
|
/**
|
|
4416
4668
|
* The AWS region to connect to.
|
|
4417
4669
|
*/
|
|
@@ -4480,6 +4732,10 @@ export interface GetResourceResourceOracle {
|
|
|
4480
4732
|
* The local port used by clients to connect to this resource.
|
|
4481
4733
|
*/
|
|
4482
4734
|
portOverride?: number;
|
|
4735
|
+
/**
|
|
4736
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4737
|
+
*/
|
|
4738
|
+
proxyClusterId?: string;
|
|
4483
4739
|
/**
|
|
4484
4740
|
* ID of the secret store containing credentials for this resource, if any.
|
|
4485
4741
|
*/
|
|
@@ -4544,6 +4800,10 @@ export interface GetResourceResourcePostgre {
|
|
|
4544
4800
|
* The local port used by clients to connect to this resource.
|
|
4545
4801
|
*/
|
|
4546
4802
|
portOverride?: number;
|
|
4803
|
+
/**
|
|
4804
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4805
|
+
*/
|
|
4806
|
+
proxyClusterId?: string;
|
|
4547
4807
|
/**
|
|
4548
4808
|
* ID of the secret store containing credentials for this resource, if any.
|
|
4549
4809
|
*/
|
|
@@ -4600,6 +4860,10 @@ export interface GetResourceResourcePresto {
|
|
|
4600
4860
|
* The local port used by clients to connect to this resource.
|
|
4601
4861
|
*/
|
|
4602
4862
|
portOverride?: number;
|
|
4863
|
+
/**
|
|
4864
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4865
|
+
*/
|
|
4866
|
+
proxyClusterId?: string;
|
|
4603
4867
|
/**
|
|
4604
4868
|
* ID of the secret store containing credentials for this resource, if any.
|
|
4605
4869
|
*/
|
|
@@ -4656,6 +4920,10 @@ export interface GetResourceResourceRabbitmqAmqp091 {
|
|
|
4656
4920
|
* The local port used by clients to connect to this resource.
|
|
4657
4921
|
*/
|
|
4658
4922
|
portOverride?: number;
|
|
4923
|
+
/**
|
|
4924
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4925
|
+
*/
|
|
4926
|
+
proxyClusterId?: string;
|
|
4659
4927
|
/**
|
|
4660
4928
|
* ID of the secret store containing credentials for this resource, if any.
|
|
4661
4929
|
*/
|
|
@@ -4708,6 +4976,10 @@ export interface GetResourceResourceRawTcp {
|
|
|
4708
4976
|
* The local port used by clients to connect to this resource.
|
|
4709
4977
|
*/
|
|
4710
4978
|
portOverride?: number;
|
|
4979
|
+
/**
|
|
4980
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4981
|
+
*/
|
|
4982
|
+
proxyClusterId?: string;
|
|
4711
4983
|
/**
|
|
4712
4984
|
* ID of the secret store containing credentials for this resource, if any.
|
|
4713
4985
|
*/
|
|
@@ -4764,6 +5036,10 @@ export interface GetResourceResourceRdp {
|
|
|
4764
5036
|
* The local port used by clients to connect to this resource.
|
|
4765
5037
|
*/
|
|
4766
5038
|
portOverride?: number;
|
|
5039
|
+
/**
|
|
5040
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5041
|
+
*/
|
|
5042
|
+
proxyClusterId?: string;
|
|
4767
5043
|
/**
|
|
4768
5044
|
* ID of the secret store containing credentials for this resource, if any.
|
|
4769
5045
|
*/
|
|
@@ -4820,6 +5096,10 @@ export interface GetResourceResourceRdpCert {
|
|
|
4820
5096
|
* The local port used by clients to connect to this resource.
|
|
4821
5097
|
*/
|
|
4822
5098
|
portOverride?: number;
|
|
5099
|
+
/**
|
|
5100
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5101
|
+
*/
|
|
5102
|
+
proxyClusterId?: string;
|
|
4823
5103
|
/**
|
|
4824
5104
|
* ID of the secret store containing credentials for this resource, if any.
|
|
4825
5105
|
*/
|
|
@@ -4876,6 +5156,10 @@ export interface GetResourceResourceRdsPostgresIam {
|
|
|
4876
5156
|
* The local port used by clients to connect to this resource.
|
|
4877
5157
|
*/
|
|
4878
5158
|
portOverride?: number;
|
|
5159
|
+
/**
|
|
5160
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5161
|
+
*/
|
|
5162
|
+
proxyClusterId?: string;
|
|
4879
5163
|
/**
|
|
4880
5164
|
* The AWS region to connect to.
|
|
4881
5165
|
*/
|
|
@@ -4936,6 +5220,10 @@ export interface GetResourceResourceRedi {
|
|
|
4936
5220
|
* The local port used by clients to connect to this resource.
|
|
4937
5221
|
*/
|
|
4938
5222
|
portOverride?: number;
|
|
5223
|
+
/**
|
|
5224
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5225
|
+
*/
|
|
5226
|
+
proxyClusterId?: string;
|
|
4939
5227
|
/**
|
|
4940
5228
|
* ID of the secret store containing credentials for this resource, if any.
|
|
4941
5229
|
*/
|
|
@@ -5000,6 +5288,10 @@ export interface GetResourceResourceRedshift {
|
|
|
5000
5288
|
* The local port used by clients to connect to this resource.
|
|
5001
5289
|
*/
|
|
5002
5290
|
portOverride?: number;
|
|
5291
|
+
/**
|
|
5292
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5293
|
+
*/
|
|
5294
|
+
proxyClusterId?: string;
|
|
5003
5295
|
/**
|
|
5004
5296
|
* ID of the secret store containing credentials for this resource, if any.
|
|
5005
5297
|
*/
|
|
@@ -5056,6 +5348,10 @@ export interface GetResourceResourceSingleStore {
|
|
|
5056
5348
|
* The local port used by clients to connect to this resource.
|
|
5057
5349
|
*/
|
|
5058
5350
|
portOverride?: number;
|
|
5351
|
+
/**
|
|
5352
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5353
|
+
*/
|
|
5354
|
+
proxyClusterId?: string;
|
|
5059
5355
|
/**
|
|
5060
5356
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
5061
5357
|
*/
|
|
@@ -5116,6 +5412,10 @@ export interface GetResourceResourceSnowflake {
|
|
|
5116
5412
|
* The local port used by clients to connect to this resource.
|
|
5117
5413
|
*/
|
|
5118
5414
|
portOverride?: number;
|
|
5415
|
+
/**
|
|
5416
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5417
|
+
*/
|
|
5418
|
+
proxyClusterId?: string;
|
|
5119
5419
|
/**
|
|
5120
5420
|
* The Schema to use to direct initial requests.
|
|
5121
5421
|
*/
|
|
@@ -5164,6 +5464,10 @@ export interface GetResourceResourceSnowsight {
|
|
|
5164
5464
|
* The local port used by clients to connect to this resource.
|
|
5165
5465
|
*/
|
|
5166
5466
|
portOverride?: number;
|
|
5467
|
+
/**
|
|
5468
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5469
|
+
*/
|
|
5470
|
+
proxyClusterId?: string;
|
|
5167
5471
|
/**
|
|
5168
5472
|
* The Metadata for your snowflake IDP integration
|
|
5169
5473
|
*/
|
|
@@ -5228,6 +5532,10 @@ export interface GetResourceResourceSqlServer {
|
|
|
5228
5532
|
* The local port used by clients to connect to this resource.
|
|
5229
5533
|
*/
|
|
5230
5534
|
portOverride?: number;
|
|
5535
|
+
/**
|
|
5536
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5537
|
+
*/
|
|
5538
|
+
proxyClusterId?: string;
|
|
5231
5539
|
/**
|
|
5232
5540
|
* The Schema to use to direct initial requests.
|
|
5233
5541
|
*/
|
|
@@ -5296,6 +5604,10 @@ export interface GetResourceResourceSqlServerAzureAd {
|
|
|
5296
5604
|
* The local port used by clients to connect to this resource.
|
|
5297
5605
|
*/
|
|
5298
5606
|
portOverride?: number;
|
|
5607
|
+
/**
|
|
5608
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5609
|
+
*/
|
|
5610
|
+
proxyClusterId?: string;
|
|
5299
5611
|
/**
|
|
5300
5612
|
* The Schema to use to direct initial requests.
|
|
5301
5613
|
*/
|
|
@@ -5373,6 +5685,10 @@ export interface GetResourceResourceSqlServerKerberosAd {
|
|
|
5373
5685
|
* The local port used by clients to connect to this resource.
|
|
5374
5686
|
*/
|
|
5375
5687
|
portOverride?: number;
|
|
5688
|
+
/**
|
|
5689
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5690
|
+
*/
|
|
5691
|
+
proxyClusterId?: string;
|
|
5376
5692
|
/**
|
|
5377
5693
|
* The Active Directory domain (realm) to which the configured username belongs.
|
|
5378
5694
|
*/
|
|
@@ -5445,6 +5761,10 @@ export interface GetResourceResourceSsh {
|
|
|
5445
5761
|
* The local port used by clients to connect to this resource.
|
|
5446
5762
|
*/
|
|
5447
5763
|
portOverride?: number;
|
|
5764
|
+
/**
|
|
5765
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5766
|
+
*/
|
|
5767
|
+
proxyClusterId?: string;
|
|
5448
5768
|
/**
|
|
5449
5769
|
* The public key to append to a server's authorized keys. This will be generated after resource creation.
|
|
5450
5770
|
*/
|
|
@@ -5517,6 +5837,10 @@ export interface GetResourceResourceSshCert {
|
|
|
5517
5837
|
* The local port used by clients to connect to this resource.
|
|
5518
5838
|
*/
|
|
5519
5839
|
portOverride?: number;
|
|
5840
|
+
/**
|
|
5841
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5842
|
+
*/
|
|
5843
|
+
proxyClusterId?: string;
|
|
5520
5844
|
/**
|
|
5521
5845
|
* ID of the secret store containing credentials for this resource, if any.
|
|
5522
5846
|
*/
|
|
@@ -5577,6 +5901,10 @@ export interface GetResourceResourceSshCustomerKey {
|
|
|
5577
5901
|
* The private key used to authenticate with the server.
|
|
5578
5902
|
*/
|
|
5579
5903
|
privateKey?: string;
|
|
5904
|
+
/**
|
|
5905
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5906
|
+
*/
|
|
5907
|
+
proxyClusterId?: string;
|
|
5580
5908
|
/**
|
|
5581
5909
|
* ID of the secret store containing credentials for this resource, if any.
|
|
5582
5910
|
*/
|
|
@@ -5637,6 +5965,10 @@ export interface GetResourceResourceSshPassword {
|
|
|
5637
5965
|
* The local port used by clients to connect to this resource.
|
|
5638
5966
|
*/
|
|
5639
5967
|
portOverride?: number;
|
|
5968
|
+
/**
|
|
5969
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5970
|
+
*/
|
|
5971
|
+
proxyClusterId?: string;
|
|
5640
5972
|
/**
|
|
5641
5973
|
* ID of the secret store containing credentials for this resource, if any.
|
|
5642
5974
|
*/
|
|
@@ -5689,6 +6021,10 @@ export interface GetResourceResourceSybase {
|
|
|
5689
6021
|
* The local port used by clients to connect to this resource.
|
|
5690
6022
|
*/
|
|
5691
6023
|
portOverride?: number;
|
|
6024
|
+
/**
|
|
6025
|
+
* ID of the proxy cluster for this resource, if any.
|
|
6026
|
+
*/
|
|
6027
|
+
proxyClusterId?: string;
|
|
5692
6028
|
/**
|
|
5693
6029
|
* ID of the secret store containing credentials for this resource, if any.
|
|
5694
6030
|
*/
|
|
@@ -5741,6 +6077,10 @@ export interface GetResourceResourceSybaseIq {
|
|
|
5741
6077
|
* The local port used by clients to connect to this resource.
|
|
5742
6078
|
*/
|
|
5743
6079
|
portOverride?: number;
|
|
6080
|
+
/**
|
|
6081
|
+
* ID of the proxy cluster for this resource, if any.
|
|
6082
|
+
*/
|
|
6083
|
+
proxyClusterId?: string;
|
|
5744
6084
|
/**
|
|
5745
6085
|
* ID of the secret store containing credentials for this resource, if any.
|
|
5746
6086
|
*/
|
|
@@ -5794,7 +6134,11 @@ export interface GetResourceResourceTeradata {
|
|
|
5794
6134
|
*/
|
|
5795
6135
|
portOverride?: number;
|
|
5796
6136
|
/**
|
|
5797
|
-
* ID of the
|
|
6137
|
+
* ID of the proxy cluster for this resource, if any.
|
|
6138
|
+
*/
|
|
6139
|
+
proxyClusterId?: string;
|
|
6140
|
+
/**
|
|
6141
|
+
* ID of the secret store containing credentials for this resource, if any.
|
|
5798
6142
|
*/
|
|
5799
6143
|
secretStoreId?: string;
|
|
5800
6144
|
/**
|
|
@@ -5849,6 +6193,10 @@ export interface GetResourceResourceTrino {
|
|
|
5849
6193
|
* The local port used by clients to connect to this resource.
|
|
5850
6194
|
*/
|
|
5851
6195
|
portOverride?: number;
|
|
6196
|
+
/**
|
|
6197
|
+
* ID of the proxy cluster for this resource, if any.
|
|
6198
|
+
*/
|
|
6199
|
+
proxyClusterId?: string;
|
|
5852
6200
|
/**
|
|
5853
6201
|
* ID of the secret store containing credentials for this resource, if any.
|
|
5854
6202
|
*/
|
|
@@ -6864,6 +7212,10 @@ export interface ResourceAks {
|
|
|
6864
7212
|
* The local port used by clients to connect to this resource.
|
|
6865
7213
|
*/
|
|
6866
7214
|
portOverride: number;
|
|
7215
|
+
/**
|
|
7216
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7217
|
+
*/
|
|
7218
|
+
proxyClusterId?: string;
|
|
6867
7219
|
/**
|
|
6868
7220
|
* ID of the secret store containing credentials for this resource, if any.
|
|
6869
7221
|
*/
|
|
@@ -6912,6 +7264,10 @@ export interface ResourceAksBasicAuth {
|
|
|
6912
7264
|
* The local port used by clients to connect to this resource.
|
|
6913
7265
|
*/
|
|
6914
7266
|
portOverride: number;
|
|
7267
|
+
/**
|
|
7268
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7269
|
+
*/
|
|
7270
|
+
proxyClusterId?: string;
|
|
6915
7271
|
/**
|
|
6916
7272
|
* ID of the secret store containing credentials for this resource, if any.
|
|
6917
7273
|
*/
|
|
@@ -6980,6 +7336,10 @@ export interface ResourceAksServiceAccount {
|
|
|
6980
7336
|
* The local port used by clients to connect to this resource.
|
|
6981
7337
|
*/
|
|
6982
7338
|
portOverride: number;
|
|
7339
|
+
/**
|
|
7340
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7341
|
+
*/
|
|
7342
|
+
proxyClusterId?: string;
|
|
6983
7343
|
/**
|
|
6984
7344
|
* ID of the secret store containing credentials for this resource, if any.
|
|
6985
7345
|
*/
|
|
@@ -7029,6 +7389,10 @@ export interface ResourceAksServiceAccountUserImpersonation {
|
|
|
7029
7389
|
* The local port used by clients to connect to this resource.
|
|
7030
7390
|
*/
|
|
7031
7391
|
portOverride: number;
|
|
7392
|
+
/**
|
|
7393
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7394
|
+
*/
|
|
7395
|
+
proxyClusterId?: string;
|
|
7032
7396
|
/**
|
|
7033
7397
|
* ID of the secret store containing credentials for this resource, if any.
|
|
7034
7398
|
*/
|
|
@@ -7090,6 +7454,10 @@ export interface ResourceAksUserImpersonation {
|
|
|
7090
7454
|
* The local port used by clients to connect to this resource.
|
|
7091
7455
|
*/
|
|
7092
7456
|
portOverride: number;
|
|
7457
|
+
/**
|
|
7458
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7459
|
+
*/
|
|
7460
|
+
proxyClusterId?: string;
|
|
7093
7461
|
/**
|
|
7094
7462
|
* ID of the secret store containing credentials for this resource, if any.
|
|
7095
7463
|
*/
|
|
@@ -7162,6 +7530,10 @@ export interface ResourceAmazonEks {
|
|
|
7162
7530
|
* The local port used by clients to connect to this resource.
|
|
7163
7531
|
*/
|
|
7164
7532
|
portOverride: number;
|
|
7533
|
+
/**
|
|
7534
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7535
|
+
*/
|
|
7536
|
+
proxyClusterId?: string;
|
|
7165
7537
|
/**
|
|
7166
7538
|
* The AWS region to connect to.
|
|
7167
7539
|
*/
|
|
@@ -7246,6 +7618,10 @@ export interface ResourceAmazonEksInstanceProfile {
|
|
|
7246
7618
|
* The local port used by clients to connect to this resource.
|
|
7247
7619
|
*/
|
|
7248
7620
|
portOverride: number;
|
|
7621
|
+
/**
|
|
7622
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7623
|
+
*/
|
|
7624
|
+
proxyClusterId?: string;
|
|
7249
7625
|
/**
|
|
7250
7626
|
* The AWS region to connect to.
|
|
7251
7627
|
*/
|
|
@@ -7306,6 +7682,10 @@ export interface ResourceAmazonEksInstanceProfileUserImpersonation {
|
|
|
7306
7682
|
* The local port used by clients to connect to this resource.
|
|
7307
7683
|
*/
|
|
7308
7684
|
portOverride: number;
|
|
7685
|
+
/**
|
|
7686
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7687
|
+
*/
|
|
7688
|
+
proxyClusterId?: string;
|
|
7309
7689
|
/**
|
|
7310
7690
|
* The AWS region to connect to.
|
|
7311
7691
|
*/
|
|
@@ -7370,6 +7750,10 @@ export interface ResourceAmazonEksUserImpersonation {
|
|
|
7370
7750
|
* The local port used by clients to connect to this resource.
|
|
7371
7751
|
*/
|
|
7372
7752
|
portOverride: number;
|
|
7753
|
+
/**
|
|
7754
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7755
|
+
*/
|
|
7756
|
+
proxyClusterId?: string;
|
|
7373
7757
|
/**
|
|
7374
7758
|
* The AWS region to connect to.
|
|
7375
7759
|
*/
|
|
@@ -7426,6 +7810,10 @@ export interface ResourceAmazonEs {
|
|
|
7426
7810
|
* The local port used by clients to connect to this resource.
|
|
7427
7811
|
*/
|
|
7428
7812
|
portOverride: number;
|
|
7813
|
+
/**
|
|
7814
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7815
|
+
*/
|
|
7816
|
+
proxyClusterId?: string;
|
|
7429
7817
|
/**
|
|
7430
7818
|
* The AWS region to connect to.
|
|
7431
7819
|
*/
|
|
@@ -7486,6 +7874,10 @@ export interface ResourceAmazonmqAmqp091 {
|
|
|
7486
7874
|
* The local port used by clients to connect to this resource.
|
|
7487
7875
|
*/
|
|
7488
7876
|
portOverride: number;
|
|
7877
|
+
/**
|
|
7878
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7879
|
+
*/
|
|
7880
|
+
proxyClusterId?: string;
|
|
7489
7881
|
/**
|
|
7490
7882
|
* ID of the secret store containing credentials for this resource, if any.
|
|
7491
7883
|
*/
|
|
@@ -7534,6 +7926,10 @@ export interface ResourceAthena {
|
|
|
7534
7926
|
* The local port used by clients to connect to this resource.
|
|
7535
7927
|
*/
|
|
7536
7928
|
portOverride: number;
|
|
7929
|
+
/**
|
|
7930
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7931
|
+
*/
|
|
7932
|
+
proxyClusterId?: string;
|
|
7537
7933
|
/**
|
|
7538
7934
|
* The AWS region to connect to.
|
|
7539
7935
|
*/
|
|
@@ -7598,6 +7994,10 @@ export interface ResourceAuroraMysql {
|
|
|
7598
7994
|
* The local port used by clients to connect to this resource.
|
|
7599
7995
|
*/
|
|
7600
7996
|
portOverride: number;
|
|
7997
|
+
/**
|
|
7998
|
+
* ID of the proxy cluster for this resource, if any.
|
|
7999
|
+
*/
|
|
8000
|
+
proxyClusterId?: string;
|
|
7601
8001
|
/**
|
|
7602
8002
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
7603
8003
|
*/
|
|
@@ -7662,6 +8062,10 @@ export interface ResourceAuroraPostgres {
|
|
|
7662
8062
|
* The local port used by clients to connect to this resource.
|
|
7663
8063
|
*/
|
|
7664
8064
|
portOverride: number;
|
|
8065
|
+
/**
|
|
8066
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8067
|
+
*/
|
|
8068
|
+
proxyClusterId?: string;
|
|
7665
8069
|
/**
|
|
7666
8070
|
* ID of the secret store containing credentials for this resource, if any.
|
|
7667
8071
|
*/
|
|
@@ -7714,6 +8118,10 @@ export interface ResourceAuroraPostgresIam {
|
|
|
7714
8118
|
* The local port used by clients to connect to this resource.
|
|
7715
8119
|
*/
|
|
7716
8120
|
portOverride: number;
|
|
8121
|
+
/**
|
|
8122
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8123
|
+
*/
|
|
8124
|
+
proxyClusterId?: string;
|
|
7717
8125
|
/**
|
|
7718
8126
|
* The AWS region to connect to.
|
|
7719
8127
|
*/
|
|
@@ -7766,6 +8174,10 @@ export interface ResourceAws {
|
|
|
7766
8174
|
* The local port used by clients to connect to this resource.
|
|
7767
8175
|
*/
|
|
7768
8176
|
portOverride: number;
|
|
8177
|
+
/**
|
|
8178
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8179
|
+
*/
|
|
8180
|
+
proxyClusterId?: string;
|
|
7769
8181
|
/**
|
|
7770
8182
|
* The role to assume after logging in.
|
|
7771
8183
|
*/
|
|
@@ -7822,6 +8234,10 @@ export interface ResourceAwsConsole {
|
|
|
7822
8234
|
* The local port used by clients to connect to this resource.
|
|
7823
8235
|
*/
|
|
7824
8236
|
portOverride: number;
|
|
8237
|
+
/**
|
|
8238
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8239
|
+
*/
|
|
8240
|
+
proxyClusterId?: string;
|
|
7825
8241
|
/**
|
|
7826
8242
|
* The AWS region to connect to.
|
|
7827
8243
|
*/
|
|
@@ -7882,6 +8298,10 @@ export interface ResourceAwsConsoleStaticKeyPair {
|
|
|
7882
8298
|
* The local port used by clients to connect to this resource.
|
|
7883
8299
|
*/
|
|
7884
8300
|
portOverride: number;
|
|
8301
|
+
/**
|
|
8302
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8303
|
+
*/
|
|
8304
|
+
proxyClusterId?: string;
|
|
7885
8305
|
/**
|
|
7886
8306
|
* The AWS region to connect to.
|
|
7887
8307
|
*/
|
|
@@ -7942,6 +8362,10 @@ export interface ResourceAzure {
|
|
|
7942
8362
|
* The local port used by clients to connect to this resource.
|
|
7943
8363
|
*/
|
|
7944
8364
|
portOverride: number;
|
|
8365
|
+
/**
|
|
8366
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8367
|
+
*/
|
|
8368
|
+
proxyClusterId?: string;
|
|
7945
8369
|
/**
|
|
7946
8370
|
* ID of the secret store containing credentials for this resource, if any.
|
|
7947
8371
|
*/
|
|
@@ -7987,6 +8411,10 @@ export interface ResourceAzureCertificate {
|
|
|
7987
8411
|
* The local port used by clients to connect to this resource.
|
|
7988
8412
|
*/
|
|
7989
8413
|
portOverride: number;
|
|
8414
|
+
/**
|
|
8415
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8416
|
+
*/
|
|
8417
|
+
proxyClusterId?: string;
|
|
7990
8418
|
/**
|
|
7991
8419
|
* ID of the secret store containing credentials for this resource, if any.
|
|
7992
8420
|
*/
|
|
@@ -8040,6 +8468,10 @@ export interface ResourceAzureMysql {
|
|
|
8040
8468
|
* The local port used by clients to connect to this resource.
|
|
8041
8469
|
*/
|
|
8042
8470
|
portOverride: number;
|
|
8471
|
+
/**
|
|
8472
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8473
|
+
*/
|
|
8474
|
+
proxyClusterId?: string;
|
|
8043
8475
|
/**
|
|
8044
8476
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
8045
8477
|
*/
|
|
@@ -8104,6 +8536,10 @@ export interface ResourceAzurePostgres {
|
|
|
8104
8536
|
* The local port used by clients to connect to this resource.
|
|
8105
8537
|
*/
|
|
8106
8538
|
portOverride: number;
|
|
8539
|
+
/**
|
|
8540
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8541
|
+
*/
|
|
8542
|
+
proxyClusterId?: string;
|
|
8107
8543
|
/**
|
|
8108
8544
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8109
8545
|
*/
|
|
@@ -8160,6 +8596,10 @@ export interface ResourceAzurePostgresManagedIdentity {
|
|
|
8160
8596
|
* The local port used by clients to connect to this resource.
|
|
8161
8597
|
*/
|
|
8162
8598
|
portOverride: number;
|
|
8599
|
+
/**
|
|
8600
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8601
|
+
*/
|
|
8602
|
+
proxyClusterId?: string;
|
|
8163
8603
|
/**
|
|
8164
8604
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8165
8605
|
*/
|
|
@@ -8212,6 +8652,10 @@ export interface ResourceBigQuery {
|
|
|
8212
8652
|
* The project to connect to.
|
|
8213
8653
|
*/
|
|
8214
8654
|
project: string;
|
|
8655
|
+
/**
|
|
8656
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8657
|
+
*/
|
|
8658
|
+
proxyClusterId?: string;
|
|
8215
8659
|
/**
|
|
8216
8660
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8217
8661
|
*/
|
|
@@ -8260,6 +8704,10 @@ export interface ResourceCassandra {
|
|
|
8260
8704
|
* The local port used by clients to connect to this resource.
|
|
8261
8705
|
*/
|
|
8262
8706
|
portOverride: number;
|
|
8707
|
+
/**
|
|
8708
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8709
|
+
*/
|
|
8710
|
+
proxyClusterId?: string;
|
|
8263
8711
|
/**
|
|
8264
8712
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8265
8713
|
*/
|
|
@@ -8320,6 +8768,10 @@ export interface ResourceCitus {
|
|
|
8320
8768
|
* The local port used by clients to connect to this resource.
|
|
8321
8769
|
*/
|
|
8322
8770
|
portOverride: number;
|
|
8771
|
+
/**
|
|
8772
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8773
|
+
*/
|
|
8774
|
+
proxyClusterId?: string;
|
|
8323
8775
|
/**
|
|
8324
8776
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8325
8777
|
*/
|
|
@@ -8372,6 +8824,10 @@ export interface ResourceClustrix {
|
|
|
8372
8824
|
* The local port used by clients to connect to this resource.
|
|
8373
8825
|
*/
|
|
8374
8826
|
portOverride: number;
|
|
8827
|
+
/**
|
|
8828
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8829
|
+
*/
|
|
8830
|
+
proxyClusterId?: string;
|
|
8375
8831
|
/**
|
|
8376
8832
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
8377
8833
|
*/
|
|
@@ -8436,6 +8892,10 @@ export interface ResourceCockroach {
|
|
|
8436
8892
|
* The local port used by clients to connect to this resource.
|
|
8437
8893
|
*/
|
|
8438
8894
|
portOverride: number;
|
|
8895
|
+
/**
|
|
8896
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8897
|
+
*/
|
|
8898
|
+
proxyClusterId?: string;
|
|
8439
8899
|
/**
|
|
8440
8900
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8441
8901
|
*/
|
|
@@ -8488,6 +8948,10 @@ export interface ResourceCouchbaseDatabase {
|
|
|
8488
8948
|
* The local port used by clients to connect to this resource.
|
|
8489
8949
|
*/
|
|
8490
8950
|
portOverride: number;
|
|
8951
|
+
/**
|
|
8952
|
+
* ID of the proxy cluster for this resource, if any.
|
|
8953
|
+
*/
|
|
8954
|
+
proxyClusterId?: string;
|
|
8491
8955
|
/**
|
|
8492
8956
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8493
8957
|
*/
|
|
@@ -8532,6 +8996,10 @@ export interface ResourceCouchbaseWebUi {
|
|
|
8532
8996
|
* The local port used by clients to connect to this resource.
|
|
8533
8997
|
*/
|
|
8534
8998
|
portOverride: number;
|
|
8999
|
+
/**
|
|
9000
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9001
|
+
*/
|
|
9002
|
+
proxyClusterId?: string;
|
|
8535
9003
|
/**
|
|
8536
9004
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8537
9005
|
*/
|
|
@@ -8585,6 +9053,10 @@ export interface ResourceDb2I {
|
|
|
8585
9053
|
* The local port used by clients to connect to this resource.
|
|
8586
9054
|
*/
|
|
8587
9055
|
portOverride: number;
|
|
9056
|
+
/**
|
|
9057
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9058
|
+
*/
|
|
9059
|
+
proxyClusterId?: string;
|
|
8588
9060
|
/**
|
|
8589
9061
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8590
9062
|
*/
|
|
@@ -8641,6 +9113,10 @@ export interface ResourceDb2Luw {
|
|
|
8641
9113
|
* The local port used by clients to connect to this resource.
|
|
8642
9114
|
*/
|
|
8643
9115
|
portOverride: number;
|
|
9116
|
+
/**
|
|
9117
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9118
|
+
*/
|
|
9119
|
+
proxyClusterId?: string;
|
|
8644
9120
|
/**
|
|
8645
9121
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8646
9122
|
*/
|
|
@@ -8693,6 +9169,10 @@ export interface ResourceDocumentDbHost {
|
|
|
8693
9169
|
* The local port used by clients to connect to this resource.
|
|
8694
9170
|
*/
|
|
8695
9171
|
portOverride: number;
|
|
9172
|
+
/**
|
|
9173
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9174
|
+
*/
|
|
9175
|
+
proxyClusterId?: string;
|
|
8696
9176
|
/**
|
|
8697
9177
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8698
9178
|
*/
|
|
@@ -8745,6 +9225,10 @@ export interface ResourceDocumentDbReplicaSet {
|
|
|
8745
9225
|
* The local port used by clients to connect to this resource.
|
|
8746
9226
|
*/
|
|
8747
9227
|
portOverride: number;
|
|
9228
|
+
/**
|
|
9229
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9230
|
+
*/
|
|
9231
|
+
proxyClusterId?: string;
|
|
8748
9232
|
/**
|
|
8749
9233
|
* The name of the mongo replicaset.
|
|
8750
9234
|
*/
|
|
@@ -8797,6 +9281,10 @@ export interface ResourceDruid {
|
|
|
8797
9281
|
* The local port used by clients to connect to this resource.
|
|
8798
9282
|
*/
|
|
8799
9283
|
portOverride: number;
|
|
9284
|
+
/**
|
|
9285
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9286
|
+
*/
|
|
9287
|
+
proxyClusterId?: string;
|
|
8800
9288
|
/**
|
|
8801
9289
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8802
9290
|
*/
|
|
@@ -8841,6 +9329,10 @@ export interface ResourceDynamoDb {
|
|
|
8841
9329
|
* The local port used by clients to connect to this resource.
|
|
8842
9330
|
*/
|
|
8843
9331
|
portOverride: number;
|
|
9332
|
+
/**
|
|
9333
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9334
|
+
*/
|
|
9335
|
+
proxyClusterId?: string;
|
|
8844
9336
|
/**
|
|
8845
9337
|
* The AWS region to connect to.
|
|
8846
9338
|
*/
|
|
@@ -8901,6 +9393,10 @@ export interface ResourceElastic {
|
|
|
8901
9393
|
* The local port used by clients to connect to this resource.
|
|
8902
9394
|
*/
|
|
8903
9395
|
portOverride: number;
|
|
9396
|
+
/**
|
|
9397
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9398
|
+
*/
|
|
9399
|
+
proxyClusterId?: string;
|
|
8904
9400
|
/**
|
|
8905
9401
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8906
9402
|
*/
|
|
@@ -8953,6 +9449,10 @@ export interface ResourceElasticacheRedis {
|
|
|
8953
9449
|
* The local port used by clients to connect to this resource.
|
|
8954
9450
|
*/
|
|
8955
9451
|
portOverride: number;
|
|
9452
|
+
/**
|
|
9453
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9454
|
+
*/
|
|
9455
|
+
proxyClusterId?: string;
|
|
8956
9456
|
/**
|
|
8957
9457
|
* ID of the secret store containing credentials for this resource, if any.
|
|
8958
9458
|
*/
|
|
@@ -8997,6 +9497,10 @@ export interface ResourceGcp {
|
|
|
8997
9497
|
* The local port used by clients to connect to this resource.
|
|
8998
9498
|
*/
|
|
8999
9499
|
portOverride: number;
|
|
9500
|
+
/**
|
|
9501
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9502
|
+
*/
|
|
9503
|
+
proxyClusterId?: string;
|
|
9000
9504
|
/**
|
|
9001
9505
|
* Space separated scopes that this login should assume into when authenticating.
|
|
9002
9506
|
*/
|
|
@@ -9065,6 +9569,10 @@ export interface ResourceGoogleGke {
|
|
|
9065
9569
|
* The local port used by clients to connect to this resource.
|
|
9066
9570
|
*/
|
|
9067
9571
|
portOverride: number;
|
|
9572
|
+
/**
|
|
9573
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9574
|
+
*/
|
|
9575
|
+
proxyClusterId?: string;
|
|
9068
9576
|
/**
|
|
9069
9577
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9070
9578
|
*/
|
|
@@ -9113,6 +9621,10 @@ export interface ResourceGoogleGkeUserImpersonation {
|
|
|
9113
9621
|
* The local port used by clients to connect to this resource.
|
|
9114
9622
|
*/
|
|
9115
9623
|
portOverride: number;
|
|
9624
|
+
/**
|
|
9625
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9626
|
+
*/
|
|
9627
|
+
proxyClusterId?: string;
|
|
9116
9628
|
/**
|
|
9117
9629
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9118
9630
|
*/
|
|
@@ -9169,6 +9681,10 @@ export interface ResourceGreenplum {
|
|
|
9169
9681
|
* The local port used by clients to connect to this resource.
|
|
9170
9682
|
*/
|
|
9171
9683
|
portOverride: number;
|
|
9684
|
+
/**
|
|
9685
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9686
|
+
*/
|
|
9687
|
+
proxyClusterId?: string;
|
|
9172
9688
|
/**
|
|
9173
9689
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9174
9690
|
*/
|
|
@@ -9221,6 +9737,10 @@ export interface ResourceHttpAuth {
|
|
|
9221
9737
|
* Unique human-readable name of the Resource.
|
|
9222
9738
|
*/
|
|
9223
9739
|
name: string;
|
|
9740
|
+
/**
|
|
9741
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9742
|
+
*/
|
|
9743
|
+
proxyClusterId?: string;
|
|
9224
9744
|
/**
|
|
9225
9745
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9226
9746
|
*/
|
|
@@ -9274,6 +9794,10 @@ export interface ResourceHttpBasicAuth {
|
|
|
9274
9794
|
* The password to authenticate with.
|
|
9275
9795
|
*/
|
|
9276
9796
|
password?: string;
|
|
9797
|
+
/**
|
|
9798
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9799
|
+
*/
|
|
9800
|
+
proxyClusterId?: string;
|
|
9277
9801
|
/**
|
|
9278
9802
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9279
9803
|
*/
|
|
@@ -9327,6 +9851,10 @@ export interface ResourceHttpNoAuth {
|
|
|
9327
9851
|
* Unique human-readable name of the Resource.
|
|
9328
9852
|
*/
|
|
9329
9853
|
name: string;
|
|
9854
|
+
/**
|
|
9855
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9856
|
+
*/
|
|
9857
|
+
proxyClusterId?: string;
|
|
9330
9858
|
/**
|
|
9331
9859
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9332
9860
|
*/
|
|
@@ -9408,6 +9936,10 @@ export interface ResourceKubernetes {
|
|
|
9408
9936
|
* The local port used by clients to connect to this resource.
|
|
9409
9937
|
*/
|
|
9410
9938
|
portOverride: number;
|
|
9939
|
+
/**
|
|
9940
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9941
|
+
*/
|
|
9942
|
+
proxyClusterId?: string;
|
|
9411
9943
|
/**
|
|
9412
9944
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9413
9945
|
*/
|
|
@@ -9456,6 +9988,10 @@ export interface ResourceKubernetesBasicAuth {
|
|
|
9456
9988
|
* The local port used by clients to connect to this resource.
|
|
9457
9989
|
*/
|
|
9458
9990
|
portOverride: number;
|
|
9991
|
+
/**
|
|
9992
|
+
* ID of the proxy cluster for this resource, if any.
|
|
9993
|
+
*/
|
|
9994
|
+
proxyClusterId?: string;
|
|
9459
9995
|
/**
|
|
9460
9996
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9461
9997
|
*/
|
|
@@ -9524,6 +10060,10 @@ export interface ResourceKubernetesServiceAccount {
|
|
|
9524
10060
|
* The local port used by clients to connect to this resource.
|
|
9525
10061
|
*/
|
|
9526
10062
|
portOverride: number;
|
|
10063
|
+
/**
|
|
10064
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10065
|
+
*/
|
|
10066
|
+
proxyClusterId?: string;
|
|
9527
10067
|
/**
|
|
9528
10068
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9529
10069
|
*/
|
|
@@ -9573,6 +10113,10 @@ export interface ResourceKubernetesServiceAccountUserImpersonation {
|
|
|
9573
10113
|
* The local port used by clients to connect to this resource.
|
|
9574
10114
|
*/
|
|
9575
10115
|
portOverride: number;
|
|
10116
|
+
/**
|
|
10117
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10118
|
+
*/
|
|
10119
|
+
proxyClusterId?: string;
|
|
9576
10120
|
/**
|
|
9577
10121
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9578
10122
|
*/
|
|
@@ -9634,6 +10178,10 @@ export interface ResourceKubernetesUserImpersonation {
|
|
|
9634
10178
|
* The local port used by clients to connect to this resource.
|
|
9635
10179
|
*/
|
|
9636
10180
|
portOverride: number;
|
|
10181
|
+
/**
|
|
10182
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10183
|
+
*/
|
|
10184
|
+
proxyClusterId?: string;
|
|
9637
10185
|
/**
|
|
9638
10186
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9639
10187
|
*/
|
|
@@ -9682,6 +10230,10 @@ export interface ResourceMaria {
|
|
|
9682
10230
|
* The local port used by clients to connect to this resource.
|
|
9683
10231
|
*/
|
|
9684
10232
|
portOverride: number;
|
|
10233
|
+
/**
|
|
10234
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10235
|
+
*/
|
|
10236
|
+
proxyClusterId?: string;
|
|
9685
10237
|
/**
|
|
9686
10238
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
9687
10239
|
*/
|
|
@@ -9734,6 +10286,10 @@ export interface ResourceMemcached {
|
|
|
9734
10286
|
* The local port used by clients to connect to this resource.
|
|
9735
10287
|
*/
|
|
9736
10288
|
portOverride: number;
|
|
10289
|
+
/**
|
|
10290
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10291
|
+
*/
|
|
10292
|
+
proxyClusterId?: string;
|
|
9737
10293
|
/**
|
|
9738
10294
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9739
10295
|
*/
|
|
@@ -9782,6 +10338,10 @@ export interface ResourceMemsql {
|
|
|
9782
10338
|
* The local port used by clients to connect to this resource.
|
|
9783
10339
|
*/
|
|
9784
10340
|
portOverride: number;
|
|
10341
|
+
/**
|
|
10342
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10343
|
+
*/
|
|
10344
|
+
proxyClusterId?: string;
|
|
9785
10345
|
/**
|
|
9786
10346
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
9787
10347
|
*/
|
|
@@ -9842,6 +10402,10 @@ export interface ResourceMongoHost {
|
|
|
9842
10402
|
* The local port used by clients to connect to this resource.
|
|
9843
10403
|
*/
|
|
9844
10404
|
portOverride: number;
|
|
10405
|
+
/**
|
|
10406
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10407
|
+
*/
|
|
10408
|
+
proxyClusterId?: string;
|
|
9845
10409
|
/**
|
|
9846
10410
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9847
10411
|
*/
|
|
@@ -9898,6 +10462,10 @@ export interface ResourceMongoLegacyHost {
|
|
|
9898
10462
|
* The local port used by clients to connect to this resource.
|
|
9899
10463
|
*/
|
|
9900
10464
|
portOverride: number;
|
|
10465
|
+
/**
|
|
10466
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10467
|
+
*/
|
|
10468
|
+
proxyClusterId?: string;
|
|
9901
10469
|
/**
|
|
9902
10470
|
* ID of the secret store containing credentials for this resource, if any.
|
|
9903
10471
|
*/
|
|
@@ -9958,6 +10526,10 @@ export interface ResourceMongoLegacyReplicaset {
|
|
|
9958
10526
|
* The local port used by clients to connect to this resource.
|
|
9959
10527
|
*/
|
|
9960
10528
|
portOverride: number;
|
|
10529
|
+
/**
|
|
10530
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10531
|
+
*/
|
|
10532
|
+
proxyClusterId?: string;
|
|
9961
10533
|
/**
|
|
9962
10534
|
* The name of the mongo replicaset.
|
|
9963
10535
|
*/
|
|
@@ -10022,6 +10594,10 @@ export interface ResourceMongoReplicaSet {
|
|
|
10022
10594
|
* The local port used by clients to connect to this resource.
|
|
10023
10595
|
*/
|
|
10024
10596
|
portOverride: number;
|
|
10597
|
+
/**
|
|
10598
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10599
|
+
*/
|
|
10600
|
+
proxyClusterId?: string;
|
|
10025
10601
|
/**
|
|
10026
10602
|
* The name of the mongo replicaset.
|
|
10027
10603
|
*/
|
|
@@ -10078,6 +10654,10 @@ export interface ResourceMongoShardedCluster {
|
|
|
10078
10654
|
* The local port used by clients to connect to this resource.
|
|
10079
10655
|
*/
|
|
10080
10656
|
portOverride: number;
|
|
10657
|
+
/**
|
|
10658
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10659
|
+
*/
|
|
10660
|
+
proxyClusterId?: string;
|
|
10081
10661
|
/**
|
|
10082
10662
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10083
10663
|
*/
|
|
@@ -10146,6 +10726,10 @@ export interface ResourceMtlsMysql {
|
|
|
10146
10726
|
* The local port used by clients to connect to this resource.
|
|
10147
10727
|
*/
|
|
10148
10728
|
portOverride: number;
|
|
10729
|
+
/**
|
|
10730
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10731
|
+
*/
|
|
10732
|
+
proxyClusterId?: string;
|
|
10149
10733
|
/**
|
|
10150
10734
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
10151
10735
|
*/
|
|
@@ -10226,6 +10810,10 @@ export interface ResourceMtlsPostgres {
|
|
|
10226
10810
|
* The local port used by clients to connect to this resource.
|
|
10227
10811
|
*/
|
|
10228
10812
|
portOverride: number;
|
|
10813
|
+
/**
|
|
10814
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10815
|
+
*/
|
|
10816
|
+
proxyClusterId?: string;
|
|
10229
10817
|
/**
|
|
10230
10818
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10231
10819
|
*/
|
|
@@ -10282,6 +10870,10 @@ export interface ResourceMysql {
|
|
|
10282
10870
|
* The local port used by clients to connect to this resource.
|
|
10283
10871
|
*/
|
|
10284
10872
|
portOverride: number;
|
|
10873
|
+
/**
|
|
10874
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10875
|
+
*/
|
|
10876
|
+
proxyClusterId?: string;
|
|
10285
10877
|
/**
|
|
10286
10878
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
10287
10879
|
*/
|
|
@@ -10334,6 +10926,10 @@ export interface ResourceNeptune {
|
|
|
10334
10926
|
* The local port used by clients to connect to this resource.
|
|
10335
10927
|
*/
|
|
10336
10928
|
portOverride: number;
|
|
10929
|
+
/**
|
|
10930
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10931
|
+
*/
|
|
10932
|
+
proxyClusterId?: string;
|
|
10337
10933
|
/**
|
|
10338
10934
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10339
10935
|
*/
|
|
@@ -10378,6 +10974,10 @@ export interface ResourceNeptuneIam {
|
|
|
10378
10974
|
* The local port used by clients to connect to this resource.
|
|
10379
10975
|
*/
|
|
10380
10976
|
portOverride: number;
|
|
10977
|
+
/**
|
|
10978
|
+
* ID of the proxy cluster for this resource, if any.
|
|
10979
|
+
*/
|
|
10980
|
+
proxyClusterId?: string;
|
|
10381
10981
|
/**
|
|
10382
10982
|
* The AWS region to connect to.
|
|
10383
10983
|
*/
|
|
@@ -10442,6 +11042,10 @@ export interface ResourceOracle {
|
|
|
10442
11042
|
* The local port used by clients to connect to this resource.
|
|
10443
11043
|
*/
|
|
10444
11044
|
portOverride: number;
|
|
11045
|
+
/**
|
|
11046
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11047
|
+
*/
|
|
11048
|
+
proxyClusterId?: string;
|
|
10445
11049
|
/**
|
|
10446
11050
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10447
11051
|
*/
|
|
@@ -10502,6 +11106,10 @@ export interface ResourcePostgres {
|
|
|
10502
11106
|
* The local port used by clients to connect to this resource.
|
|
10503
11107
|
*/
|
|
10504
11108
|
portOverride: number;
|
|
11109
|
+
/**
|
|
11110
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11111
|
+
*/
|
|
11112
|
+
proxyClusterId?: string;
|
|
10505
11113
|
/**
|
|
10506
11114
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10507
11115
|
*/
|
|
@@ -10554,6 +11162,10 @@ export interface ResourcePresto {
|
|
|
10554
11162
|
* The local port used by clients to connect to this resource.
|
|
10555
11163
|
*/
|
|
10556
11164
|
portOverride: number;
|
|
11165
|
+
/**
|
|
11166
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11167
|
+
*/
|
|
11168
|
+
proxyClusterId?: string;
|
|
10557
11169
|
/**
|
|
10558
11170
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10559
11171
|
*/
|
|
@@ -10606,6 +11218,10 @@ export interface ResourceRabbitmqAmqp091 {
|
|
|
10606
11218
|
* The local port used by clients to connect to this resource.
|
|
10607
11219
|
*/
|
|
10608
11220
|
portOverride: number;
|
|
11221
|
+
/**
|
|
11222
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11223
|
+
*/
|
|
11224
|
+
proxyClusterId?: string;
|
|
10609
11225
|
/**
|
|
10610
11226
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10611
11227
|
*/
|
|
@@ -10654,6 +11270,10 @@ export interface ResourceRawTcp {
|
|
|
10654
11270
|
* The local port used by clients to connect to this resource.
|
|
10655
11271
|
*/
|
|
10656
11272
|
portOverride: number;
|
|
11273
|
+
/**
|
|
11274
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11275
|
+
*/
|
|
11276
|
+
proxyClusterId?: string;
|
|
10657
11277
|
/**
|
|
10658
11278
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10659
11279
|
*/
|
|
@@ -10706,6 +11326,10 @@ export interface ResourceRdp {
|
|
|
10706
11326
|
* The local port used by clients to connect to this resource.
|
|
10707
11327
|
*/
|
|
10708
11328
|
portOverride: number;
|
|
11329
|
+
/**
|
|
11330
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11331
|
+
*/
|
|
11332
|
+
proxyClusterId?: string;
|
|
10709
11333
|
/**
|
|
10710
11334
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10711
11335
|
*/
|
|
@@ -10758,6 +11382,10 @@ export interface ResourceRdpCert {
|
|
|
10758
11382
|
* The local port used by clients to connect to this resource.
|
|
10759
11383
|
*/
|
|
10760
11384
|
portOverride: number;
|
|
11385
|
+
/**
|
|
11386
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11387
|
+
*/
|
|
11388
|
+
proxyClusterId?: string;
|
|
10761
11389
|
/**
|
|
10762
11390
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10763
11391
|
*/
|
|
@@ -10810,6 +11438,10 @@ export interface ResourceRdsPostgresIam {
|
|
|
10810
11438
|
* The local port used by clients to connect to this resource.
|
|
10811
11439
|
*/
|
|
10812
11440
|
portOverride: number;
|
|
11441
|
+
/**
|
|
11442
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11443
|
+
*/
|
|
11444
|
+
proxyClusterId?: string;
|
|
10813
11445
|
/**
|
|
10814
11446
|
* The AWS region to connect to.
|
|
10815
11447
|
*/
|
|
@@ -10866,6 +11498,10 @@ export interface ResourceRedis {
|
|
|
10866
11498
|
* The local port used by clients to connect to this resource.
|
|
10867
11499
|
*/
|
|
10868
11500
|
portOverride: number;
|
|
11501
|
+
/**
|
|
11502
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11503
|
+
*/
|
|
11504
|
+
proxyClusterId?: string;
|
|
10869
11505
|
/**
|
|
10870
11506
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10871
11507
|
*/
|
|
@@ -10926,6 +11562,10 @@ export interface ResourceRedshift {
|
|
|
10926
11562
|
* The local port used by clients to connect to this resource.
|
|
10927
11563
|
*/
|
|
10928
11564
|
portOverride: number;
|
|
11565
|
+
/**
|
|
11566
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11567
|
+
*/
|
|
11568
|
+
proxyClusterId?: string;
|
|
10929
11569
|
/**
|
|
10930
11570
|
* ID of the secret store containing credentials for this resource, if any.
|
|
10931
11571
|
*/
|
|
@@ -10978,6 +11618,10 @@ export interface ResourceSingleStore {
|
|
|
10978
11618
|
* The local port used by clients to connect to this resource.
|
|
10979
11619
|
*/
|
|
10980
11620
|
portOverride: number;
|
|
11621
|
+
/**
|
|
11622
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11623
|
+
*/
|
|
11624
|
+
proxyClusterId?: string;
|
|
10981
11625
|
/**
|
|
10982
11626
|
* Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
|
|
10983
11627
|
*/
|
|
@@ -11034,6 +11678,10 @@ export interface ResourceSnowflake {
|
|
|
11034
11678
|
* The local port used by clients to connect to this resource.
|
|
11035
11679
|
*/
|
|
11036
11680
|
portOverride: number;
|
|
11681
|
+
/**
|
|
11682
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11683
|
+
*/
|
|
11684
|
+
proxyClusterId?: string;
|
|
11037
11685
|
/**
|
|
11038
11686
|
* The Schema to use to direct initial requests.
|
|
11039
11687
|
*/
|
|
@@ -11078,6 +11726,10 @@ export interface ResourceSnowsight {
|
|
|
11078
11726
|
* The local port used by clients to connect to this resource.
|
|
11079
11727
|
*/
|
|
11080
11728
|
portOverride: number;
|
|
11729
|
+
/**
|
|
11730
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11731
|
+
*/
|
|
11732
|
+
proxyClusterId?: string;
|
|
11081
11733
|
/**
|
|
11082
11734
|
* The Metadata for your snowflake IDP integration
|
|
11083
11735
|
*/
|
|
@@ -11138,6 +11790,10 @@ export interface ResourceSqlServer {
|
|
|
11138
11790
|
* The local port used by clients to connect to this resource.
|
|
11139
11791
|
*/
|
|
11140
11792
|
portOverride: number;
|
|
11793
|
+
/**
|
|
11794
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11795
|
+
*/
|
|
11796
|
+
proxyClusterId?: string;
|
|
11141
11797
|
/**
|
|
11142
11798
|
* The Schema to use to direct initial requests.
|
|
11143
11799
|
*/
|
|
@@ -11202,6 +11858,10 @@ export interface ResourceSqlServerAzureAd {
|
|
|
11202
11858
|
* The local port used by clients to connect to this resource.
|
|
11203
11859
|
*/
|
|
11204
11860
|
portOverride: number;
|
|
11861
|
+
/**
|
|
11862
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11863
|
+
*/
|
|
11864
|
+
proxyClusterId?: string;
|
|
11205
11865
|
/**
|
|
11206
11866
|
* The Schema to use to direct initial requests.
|
|
11207
11867
|
*/
|
|
@@ -11275,6 +11935,10 @@ export interface ResourceSqlServerKerberosAd {
|
|
|
11275
11935
|
* The local port used by clients to connect to this resource.
|
|
11276
11936
|
*/
|
|
11277
11937
|
portOverride: number;
|
|
11938
|
+
/**
|
|
11939
|
+
* ID of the proxy cluster for this resource, if any.
|
|
11940
|
+
*/
|
|
11941
|
+
proxyClusterId?: string;
|
|
11278
11942
|
/**
|
|
11279
11943
|
* The Active Directory domain (realm) to which the configured username belongs.
|
|
11280
11944
|
*/
|
|
@@ -11343,6 +12007,10 @@ export interface ResourceSsh {
|
|
|
11343
12007
|
* The local port used by clients to connect to this resource.
|
|
11344
12008
|
*/
|
|
11345
12009
|
portOverride: number;
|
|
12010
|
+
/**
|
|
12011
|
+
* ID of the proxy cluster for this resource, if any.
|
|
12012
|
+
*/
|
|
12013
|
+
proxyClusterId?: string;
|
|
11346
12014
|
/**
|
|
11347
12015
|
* The public key to append to a server's authorized keys. This will be generated after resource creation.
|
|
11348
12016
|
*/
|
|
@@ -11411,6 +12079,10 @@ export interface ResourceSshCert {
|
|
|
11411
12079
|
* The local port used by clients to connect to this resource.
|
|
11412
12080
|
*/
|
|
11413
12081
|
portOverride: number;
|
|
12082
|
+
/**
|
|
12083
|
+
* ID of the proxy cluster for this resource, if any.
|
|
12084
|
+
*/
|
|
12085
|
+
proxyClusterId?: string;
|
|
11414
12086
|
/**
|
|
11415
12087
|
* ID of the secret store containing credentials for this resource, if any.
|
|
11416
12088
|
*/
|
|
@@ -11467,6 +12139,10 @@ export interface ResourceSshCustomerKey {
|
|
|
11467
12139
|
* The private key used to authenticate with the server.
|
|
11468
12140
|
*/
|
|
11469
12141
|
privateKey?: string;
|
|
12142
|
+
/**
|
|
12143
|
+
* ID of the proxy cluster for this resource, if any.
|
|
12144
|
+
*/
|
|
12145
|
+
proxyClusterId?: string;
|
|
11470
12146
|
/**
|
|
11471
12147
|
* ID of the secret store containing credentials for this resource, if any.
|
|
11472
12148
|
*/
|
|
@@ -11523,6 +12199,10 @@ export interface ResourceSshPassword {
|
|
|
11523
12199
|
* The local port used by clients to connect to this resource.
|
|
11524
12200
|
*/
|
|
11525
12201
|
portOverride: number;
|
|
12202
|
+
/**
|
|
12203
|
+
* ID of the proxy cluster for this resource, if any.
|
|
12204
|
+
*/
|
|
12205
|
+
proxyClusterId?: string;
|
|
11526
12206
|
/**
|
|
11527
12207
|
* ID of the secret store containing credentials for this resource, if any.
|
|
11528
12208
|
*/
|
|
@@ -11571,6 +12251,10 @@ export interface ResourceSybase {
|
|
|
11571
12251
|
* The local port used by clients to connect to this resource.
|
|
11572
12252
|
*/
|
|
11573
12253
|
portOverride: number;
|
|
12254
|
+
/**
|
|
12255
|
+
* ID of the proxy cluster for this resource, if any.
|
|
12256
|
+
*/
|
|
12257
|
+
proxyClusterId?: string;
|
|
11574
12258
|
/**
|
|
11575
12259
|
* ID of the secret store containing credentials for this resource, if any.
|
|
11576
12260
|
*/
|
|
@@ -11619,6 +12303,10 @@ export interface ResourceSybaseIq {
|
|
|
11619
12303
|
* The local port used by clients to connect to this resource.
|
|
11620
12304
|
*/
|
|
11621
12305
|
portOverride: number;
|
|
12306
|
+
/**
|
|
12307
|
+
* ID of the proxy cluster for this resource, if any.
|
|
12308
|
+
*/
|
|
12309
|
+
proxyClusterId?: string;
|
|
11622
12310
|
/**
|
|
11623
12311
|
* ID of the secret store containing credentials for this resource, if any.
|
|
11624
12312
|
*/
|
|
@@ -11667,6 +12355,10 @@ export interface ResourceTeradata {
|
|
|
11667
12355
|
* The local port used by clients to connect to this resource.
|
|
11668
12356
|
*/
|
|
11669
12357
|
portOverride: number;
|
|
12358
|
+
/**
|
|
12359
|
+
* ID of the proxy cluster for this resource, if any.
|
|
12360
|
+
*/
|
|
12361
|
+
proxyClusterId?: string;
|
|
11670
12362
|
/**
|
|
11671
12363
|
* ID of the secret store containing credentials for this resource, if any.
|
|
11672
12364
|
*/
|
|
@@ -11719,6 +12411,10 @@ export interface ResourceTrino {
|
|
|
11719
12411
|
* The local port used by clients to connect to this resource.
|
|
11720
12412
|
*/
|
|
11721
12413
|
portOverride: number;
|
|
12414
|
+
/**
|
|
12415
|
+
* ID of the proxy cluster for this resource, if any.
|
|
12416
|
+
*/
|
|
12417
|
+
proxyClusterId?: string;
|
|
11722
12418
|
/**
|
|
11723
12419
|
* ID of the secret store containing credentials for this resource, if any.
|
|
11724
12420
|
*/
|