@pierskarsenbarg/sdm 1.30.0 → 1.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/account.js +5 -5
  2. package/account.js.map +1 -1
  3. package/accountAttachment.js +7 -7
  4. package/accountAttachment.js.map +1 -1
  5. package/approvalWorkflow.js +10 -10
  6. package/approvalWorkflow.js.map +1 -1
  7. package/identityAlias.js +10 -10
  8. package/identityAlias.js.map +1 -1
  9. package/identitySet.js +3 -3
  10. package/identitySet.js.map +1 -1
  11. package/managedSecret.js +14 -14
  12. package/managedSecret.js.map +1 -1
  13. package/managedSecretValue.js +8 -8
  14. package/managedSecretValue.js.map +1 -1
  15. package/node.js +7 -7
  16. package/node.js.map +1 -1
  17. package/package.json +1 -1
  18. package/peeringGroup.js +3 -3
  19. package/peeringGroup.js.map +1 -1
  20. package/peeringGroupNode.js +5 -5
  21. package/peeringGroupNode.js.map +1 -1
  22. package/peeringGroupPeer.js +5 -5
  23. package/peeringGroupPeer.js.map +1 -1
  24. package/peeringGroupResource.js +5 -5
  25. package/peeringGroupResource.js.map +1 -1
  26. package/policy.js +7 -7
  27. package/policy.js.map +1 -1
  28. package/provider.js +4 -4
  29. package/provider.js.map +1 -1
  30. package/proxyClusterKey.js +5 -5
  31. package/proxyClusterKey.js.map +1 -1
  32. package/remoteIdentity.js +10 -10
  33. package/remoteIdentity.js.map +1 -1
  34. package/resource.d.ts +90 -12
  35. package/resource.js +219 -215
  36. package/resource.js.map +1 -1
  37. package/role.js +8 -8
  38. package/role.js.map +1 -1
  39. package/secretEngine.js +5 -5
  40. package/secretEngine.js.map +1 -1
  41. package/secretStore.js +47 -47
  42. package/secretStore.js.map +1 -1
  43. package/types/input.d.ts +366 -233
  44. package/types/output.d.ts +764 -467
  45. package/utilities.js +18 -29
  46. package/utilities.js.map +1 -1
  47. package/workflow.js +19 -19
  48. package/workflow.js.map +1 -1
  49. package/workflowApprover.js +8 -8
  50. package/workflowApprover.js.map +1 -1
  51. package/workflowRole.js +7 -7
  52. package/workflowRole.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -620,16 +620,29 @@ export interface GetResourceResource {
620
620
  aerospikes: outputs.GetResourceResourceAerospike[];
621
621
  aks: outputs.GetResourceResourceAk[];
622
622
  aksBasicAuths: outputs.GetResourceResourceAksBasicAuth[];
623
+ /**
624
+ * @deprecated aks_service_account_user_impersonation is deprecated, see docs for more info
625
+ */
623
626
  aksServiceAccountUserImpersonations: outputs.GetResourceResourceAksServiceAccountUserImpersonation[];
624
627
  aksServiceAccounts: outputs.GetResourceResourceAksServiceAccount[];
628
+ /**
629
+ * @deprecated aks_user_impersonation is deprecated, see docs for more info
630
+ */
625
631
  aksUserImpersonations: outputs.GetResourceResourceAksUserImpersonation[];
626
632
  amazonEks: outputs.GetResourceResourceAmazonEk[];
633
+ /**
634
+ * @deprecated amazon_eks_instance_profile_user_impersonation is deprecated, see docs for more info
635
+ */
627
636
  amazonEksInstanceProfileUserImpersonations: outputs.GetResourceResourceAmazonEksInstanceProfileUserImpersonation[];
628
637
  amazonEksInstanceProfiles: outputs.GetResourceResourceAmazonEksInstanceProfile[];
638
+ /**
639
+ * @deprecated amazon_eks_user_impersonation is deprecated, see docs for more info
640
+ */
629
641
  amazonEksUserImpersonations: outputs.GetResourceResourceAmazonEksUserImpersonation[];
630
642
  amazonEs: outputs.GetResourceResourceAmazonE[];
631
643
  amazonEsiams: outputs.GetResourceResourceAmazonEsiam[];
632
644
  amazonmqAmqp091s: outputs.GetResourceResourceAmazonmqAmqp091[];
645
+ amazonmqAmqps: outputs.GetResourceResourceAmazonmqAmqp[];
633
646
  athenaIams: outputs.GetResourceResourceAthenaIam[];
634
647
  athenas: outputs.GetResourceResourceAthena[];
635
648
  auroraMysqlIams: outputs.GetResourceResourceAuroraMysqlIam[];
@@ -641,7 +654,7 @@ export interface GetResourceResource {
641
654
  awsConsoles: outputs.GetResourceResourceAwsConsole[];
642
655
  awsInstanceProfiles: outputs.GetResourceResourceAwsInstanceProfile[];
643
656
  azureCertificates: outputs.GetResourceResourceAzureCertificate[];
644
- azureConsoles: outputs.GetResourceResourceAzureConsole[];
657
+ azureMysqlManagedIdentities: outputs.GetResourceResourceAzureMysqlManagedIdentity[];
645
658
  azureMysqls: outputs.GetResourceResourceAzureMysql[];
646
659
  azurePostgres: outputs.GetResourceResourceAzurePostgre[];
647
660
  azurePostgresManagedIdentities: outputs.GetResourceResourceAzurePostgresManagedIdentity[];
@@ -667,9 +680,13 @@ export interface GetResourceResource {
667
680
  dynamoDbs: outputs.GetResourceResourceDynamoDb[];
668
681
  elasticacheRedis: outputs.GetResourceResourceElasticacheRedi[];
669
682
  elastics: outputs.GetResourceResourceElastic[];
683
+ entraIds: outputs.GetResourceResourceEntraId[];
670
684
  gcpConsoles: outputs.GetResourceResourceGcpConsole[];
671
685
  gcps: outputs.GetResourceResourceGcp[];
672
686
  gcpwifs: outputs.GetResourceResourceGcpwif[];
687
+ /**
688
+ * @deprecated google_gke_user_impersonation is deprecated, see docs for more info
689
+ */
673
690
  googleGkeUserImpersonations: outputs.GetResourceResourceGoogleGkeUserImpersonation[];
674
691
  googleGkes: outputs.GetResourceResourceGoogleGke[];
675
692
  greenplums: outputs.GetResourceResourceGreenplum[];
@@ -679,8 +696,14 @@ export interface GetResourceResource {
679
696
  kubernetes: outputs.GetResourceResourceKubernete[];
680
697
  kubernetesBasicAuths: outputs.GetResourceResourceKubernetesBasicAuth[];
681
698
  kubernetesPodIdentities: outputs.GetResourceResourceKubernetesPodIdentity[];
699
+ /**
700
+ * @deprecated kubernetes_service_account_user_impersonation is deprecated, see docs for more info
701
+ */
682
702
  kubernetesServiceAccountUserImpersonations: outputs.GetResourceResourceKubernetesServiceAccountUserImpersonation[];
683
703
  kubernetesServiceAccounts: outputs.GetResourceResourceKubernetesServiceAccount[];
704
+ /**
705
+ * @deprecated kubernetes_user_impersonation is deprecated, see docs for more info
706
+ */
684
707
  kubernetesUserImpersonations: outputs.GetResourceResourceKubernetesUserImpersonation[];
685
708
  marias: outputs.GetResourceResourceMaria[];
686
709
  memcacheds: outputs.GetResourceResourceMemcached[];
@@ -727,7 +750,7 @@ export interface GetResourceResource {
727
750
  }
728
751
  export interface GetResourceResourceAerospike {
729
752
  /**
730
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
753
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
731
754
  */
732
755
  bindInterface?: string;
733
756
  /**
@@ -755,7 +778,7 @@ export interface GetResourceResourceAerospike {
755
778
  */
756
779
  port?: number;
757
780
  /**
758
- * The local port used by clients to connect to this resource.
781
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
759
782
  */
760
783
  portOverride?: number;
761
784
  /**
@@ -791,7 +814,7 @@ export interface GetResourceResourceAk {
791
814
  */
792
815
  allowResourceRoleBypass?: boolean;
793
816
  /**
794
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
817
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
795
818
  */
796
819
  bindInterface?: string;
797
820
  /**
@@ -847,7 +870,7 @@ export interface GetResourceResourceAk {
847
870
  */
848
871
  port?: number;
849
872
  /**
850
- * The local port used by clients to connect to this resource.
873
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
851
874
  */
852
875
  portOverride?: number;
853
876
  /**
@@ -871,7 +894,7 @@ export interface GetResourceResourceAk {
871
894
  }
872
895
  export interface GetResourceResourceAksBasicAuth {
873
896
  /**
874
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
897
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
875
898
  */
876
899
  bindInterface?: string;
877
900
  /**
@@ -903,7 +926,7 @@ export interface GetResourceResourceAksBasicAuth {
903
926
  */
904
927
  port?: number;
905
928
  /**
906
- * The local port used by clients to connect to this resource.
929
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
907
930
  */
908
931
  portOverride?: number;
909
932
  /**
@@ -935,7 +958,7 @@ export interface GetResourceResourceAksServiceAccount {
935
958
  */
936
959
  allowResourceRoleBypass?: boolean;
937
960
  /**
938
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
961
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
939
962
  */
940
963
  bindInterface?: string;
941
964
  /**
@@ -979,7 +1002,7 @@ export interface GetResourceResourceAksServiceAccount {
979
1002
  */
980
1003
  port?: number;
981
1004
  /**
982
- * The local port used by clients to connect to this resource.
1005
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
983
1006
  */
984
1007
  portOverride?: number;
985
1008
  /**
@@ -1008,7 +1031,7 @@ export interface GetResourceResourceAksServiceAccount {
1008
1031
  }
1009
1032
  export interface GetResourceResourceAksServiceAccountUserImpersonation {
1010
1033
  /**
1011
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1034
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1012
1035
  */
1013
1036
  bindInterface?: string;
1014
1037
  /**
@@ -1036,7 +1059,7 @@ export interface GetResourceResourceAksServiceAccountUserImpersonation {
1036
1059
  */
1037
1060
  port?: number;
1038
1061
  /**
1039
- * The local port used by clients to connect to this resource.
1062
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1040
1063
  */
1041
1064
  portOverride?: number;
1042
1065
  /**
@@ -1065,7 +1088,7 @@ export interface GetResourceResourceAksServiceAccountUserImpersonation {
1065
1088
  }
1066
1089
  export interface GetResourceResourceAksUserImpersonation {
1067
1090
  /**
1068
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1091
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1069
1092
  */
1070
1093
  bindInterface?: string;
1071
1094
  /**
@@ -1105,7 +1128,7 @@ export interface GetResourceResourceAksUserImpersonation {
1105
1128
  */
1106
1129
  port?: number;
1107
1130
  /**
1108
- * The local port used by clients to connect to this resource.
1131
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1109
1132
  */
1110
1133
  portOverride?: number;
1111
1134
  /**
@@ -1133,7 +1156,7 @@ export interface GetResourceResourceAmazonE {
1133
1156
  */
1134
1157
  accessKey?: string;
1135
1158
  /**
1136
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1159
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1137
1160
  */
1138
1161
  bindInterface?: string;
1139
1162
  /**
@@ -1153,7 +1176,7 @@ export interface GetResourceResourceAmazonE {
1153
1176
  */
1154
1177
  name?: string;
1155
1178
  /**
1156
- * The local port used by clients to connect to this resource.
1179
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1157
1180
  */
1158
1181
  portOverride?: number;
1159
1182
  /**
@@ -1201,7 +1224,7 @@ export interface GetResourceResourceAmazonEk {
1201
1224
  */
1202
1225
  allowResourceRoleBypass?: boolean;
1203
1226
  /**
1204
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1227
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1205
1228
  */
1206
1229
  bindInterface?: string;
1207
1230
  /**
@@ -1249,7 +1272,7 @@ export interface GetResourceResourceAmazonEk {
1249
1272
  */
1250
1273
  name?: string;
1251
1274
  /**
1252
- * The local port used by clients to connect to this resource.
1275
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1253
1276
  */
1254
1277
  portOverride?: number;
1255
1278
  /**
@@ -1293,7 +1316,7 @@ export interface GetResourceResourceAmazonEksInstanceProfile {
1293
1316
  */
1294
1317
  allowResourceRoleBypass?: boolean;
1295
1318
  /**
1296
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1319
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1297
1320
  */
1298
1321
  bindInterface?: string;
1299
1322
  /**
@@ -1341,7 +1364,7 @@ export interface GetResourceResourceAmazonEksInstanceProfile {
1341
1364
  */
1342
1365
  name?: string;
1343
1366
  /**
1344
- * The local port used by clients to connect to this resource.
1367
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1345
1368
  */
1346
1369
  portOverride?: number;
1347
1370
  /**
@@ -1377,7 +1400,7 @@ export interface GetResourceResourceAmazonEksInstanceProfile {
1377
1400
  }
1378
1401
  export interface GetResourceResourceAmazonEksInstanceProfileUserImpersonation {
1379
1402
  /**
1380
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1403
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1381
1404
  */
1382
1405
  bindInterface?: string;
1383
1406
  /**
@@ -1409,7 +1432,7 @@ export interface GetResourceResourceAmazonEksInstanceProfileUserImpersonation {
1409
1432
  */
1410
1433
  name?: string;
1411
1434
  /**
1412
- * The local port used by clients to connect to this resource.
1435
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1413
1436
  */
1414
1437
  portOverride?: number;
1415
1438
  /**
@@ -1449,7 +1472,7 @@ export interface GetResourceResourceAmazonEksUserImpersonation {
1449
1472
  */
1450
1473
  accessKey?: string;
1451
1474
  /**
1452
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1475
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1453
1476
  */
1454
1477
  bindInterface?: string;
1455
1478
  /**
@@ -1481,7 +1504,7 @@ export interface GetResourceResourceAmazonEksUserImpersonation {
1481
1504
  */
1482
1505
  name?: string;
1483
1506
  /**
1484
- * The local port used by clients to connect to this resource.
1507
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1485
1508
  */
1486
1509
  portOverride?: number;
1487
1510
  /**
@@ -1521,7 +1544,7 @@ export interface GetResourceResourceAmazonEksUserImpersonation {
1521
1544
  }
1522
1545
  export interface GetResourceResourceAmazonEsiam {
1523
1546
  /**
1524
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1547
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1525
1548
  */
1526
1549
  bindInterface?: string;
1527
1550
  /**
@@ -1541,7 +1564,7 @@ export interface GetResourceResourceAmazonEsiam {
1541
1564
  */
1542
1565
  name?: string;
1543
1566
  /**
1544
- * The local port used by clients to connect to this resource.
1567
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1545
1568
  */
1546
1569
  portOverride?: number;
1547
1570
  /**
@@ -1579,9 +1602,69 @@ export interface GetResourceResourceAmazonEsiam {
1579
1602
  */
1580
1603
  tlsRequired?: boolean;
1581
1604
  }
1605
+ export interface GetResourceResourceAmazonmqAmqp {
1606
+ /**
1607
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1608
+ */
1609
+ bindInterface?: string;
1610
+ /**
1611
+ * A filter applied to the routing logic to pin datasource to nodes.
1612
+ */
1613
+ egressFilter?: string;
1614
+ /**
1615
+ * The host to dial to initiate a connection from the egress node to this resource.
1616
+ */
1617
+ hostname?: string;
1618
+ /**
1619
+ * Unique identifier of the Resource.
1620
+ */
1621
+ id?: string;
1622
+ /**
1623
+ * Unique human-readable name of the Resource.
1624
+ */
1625
+ name?: string;
1626
+ /**
1627
+ * The password to authenticate with.
1628
+ */
1629
+ password?: string;
1630
+ /**
1631
+ * The port to dial to initiate a connection from the egress node to this resource.
1632
+ */
1633
+ port?: number;
1634
+ /**
1635
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1636
+ */
1637
+ portOverride?: number;
1638
+ /**
1639
+ * ID of the proxy cluster for this resource, if any.
1640
+ */
1641
+ proxyClusterId?: string;
1642
+ /**
1643
+ * ID of the secret store containing credentials for this resource, if any.
1644
+ */
1645
+ secretStoreId?: string;
1646
+ /**
1647
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1648
+ */
1649
+ subdomain?: string;
1650
+ /**
1651
+ * Tags is a map of key, value pairs.
1652
+ */
1653
+ tags?: {
1654
+ [key: string]: string;
1655
+ };
1656
+ /**
1657
+ * If set, TLS must be used to connect to this resource.
1658
+ */
1659
+ tlsRequired?: boolean;
1660
+ /**
1661
+ * The username to authenticate with.
1662
+ */
1663
+ username?: string;
1664
+ }
1582
1665
  export interface GetResourceResourceAmazonmqAmqp091 {
1583
1666
  /**
1584
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1667
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1585
1668
  */
1586
1669
  bindInterface?: string;
1587
1670
  /**
@@ -1609,7 +1692,7 @@ export interface GetResourceResourceAmazonmqAmqp091 {
1609
1692
  */
1610
1693
  port?: number;
1611
1694
  /**
1612
- * The local port used by clients to connect to this resource.
1695
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1613
1696
  */
1614
1697
  portOverride?: number;
1615
1698
  /**
@@ -1645,7 +1728,7 @@ export interface GetResourceResourceAthena {
1645
1728
  */
1646
1729
  accessKey?: string;
1647
1730
  /**
1648
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1731
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1649
1732
  */
1650
1733
  bindInterface?: string;
1651
1734
  /**
@@ -1665,7 +1748,7 @@ export interface GetResourceResourceAthena {
1665
1748
  */
1666
1749
  output?: string;
1667
1750
  /**
1668
- * The local port used by clients to connect to this resource.
1751
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1669
1752
  */
1670
1753
  portOverride?: number;
1671
1754
  /**
@@ -1705,7 +1788,7 @@ export interface GetResourceResourceAthena {
1705
1788
  }
1706
1789
  export interface GetResourceResourceAthenaIam {
1707
1790
  /**
1708
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1791
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1709
1792
  */
1710
1793
  bindInterface?: string;
1711
1794
  /**
@@ -1725,7 +1808,7 @@ export interface GetResourceResourceAthenaIam {
1725
1808
  */
1726
1809
  output?: string;
1727
1810
  /**
1728
- * The local port used by clients to connect to this resource.
1811
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1729
1812
  */
1730
1813
  portOverride?: number;
1731
1814
  /**
@@ -1761,7 +1844,7 @@ export interface GetResourceResourceAthenaIam {
1761
1844
  }
1762
1845
  export interface GetResourceResourceAuroraMysql {
1763
1846
  /**
1764
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1847
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1765
1848
  */
1766
1849
  bindInterface?: string;
1767
1850
  /**
@@ -1793,7 +1876,7 @@ export interface GetResourceResourceAuroraMysql {
1793
1876
  */
1794
1877
  port?: number;
1795
1878
  /**
1796
- * The local port used by clients to connect to this resource.
1879
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1797
1880
  */
1798
1881
  portOverride?: number;
1799
1882
  /**
@@ -1829,7 +1912,7 @@ export interface GetResourceResourceAuroraMysql {
1829
1912
  }
1830
1913
  export interface GetResourceResourceAuroraMysqlIam {
1831
1914
  /**
1832
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1915
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1833
1916
  */
1834
1917
  bindInterface?: string;
1835
1918
  /**
@@ -1857,7 +1940,7 @@ export interface GetResourceResourceAuroraMysqlIam {
1857
1940
  */
1858
1941
  port?: number;
1859
1942
  /**
1860
- * The local port used by clients to connect to this resource.
1943
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1861
1944
  */
1862
1945
  portOverride?: number;
1863
1946
  /**
@@ -1893,7 +1976,7 @@ export interface GetResourceResourceAuroraMysqlIam {
1893
1976
  }
1894
1977
  export interface GetResourceResourceAuroraPostgre {
1895
1978
  /**
1896
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1979
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1897
1980
  */
1898
1981
  bindInterface?: string;
1899
1982
  /**
@@ -1929,7 +2012,7 @@ export interface GetResourceResourceAuroraPostgre {
1929
2012
  */
1930
2013
  port?: number;
1931
2014
  /**
1932
- * The local port used by clients to connect to this resource.
2015
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1933
2016
  */
1934
2017
  portOverride?: number;
1935
2018
  /**
@@ -1957,7 +2040,7 @@ export interface GetResourceResourceAuroraPostgre {
1957
2040
  }
1958
2041
  export interface GetResourceResourceAuroraPostgresIam {
1959
2042
  /**
1960
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2043
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
1961
2044
  */
1962
2045
  bindInterface?: string;
1963
2046
  /**
@@ -1989,7 +2072,7 @@ export interface GetResourceResourceAuroraPostgresIam {
1989
2072
  */
1990
2073
  port?: number;
1991
2074
  /**
1992
- * The local port used by clients to connect to this resource.
2075
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
1993
2076
  */
1994
2077
  portOverride?: number;
1995
2078
  /**
@@ -2029,7 +2112,7 @@ export interface GetResourceResourceAw {
2029
2112
  */
2030
2113
  accessKey?: string;
2031
2114
  /**
2032
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2115
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2033
2116
  */
2034
2117
  bindInterface?: string;
2035
2118
  /**
@@ -2049,7 +2132,7 @@ export interface GetResourceResourceAw {
2049
2132
  */
2050
2133
  name?: string;
2051
2134
  /**
2052
- * The local port used by clients to connect to this resource.
2135
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2053
2136
  */
2054
2137
  portOverride?: number;
2055
2138
  /**
@@ -2085,7 +2168,7 @@ export interface GetResourceResourceAw {
2085
2168
  }
2086
2169
  export interface GetResourceResourceAwsConsole {
2087
2170
  /**
2088
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2171
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2089
2172
  */
2090
2173
  bindInterface?: string;
2091
2174
  /**
@@ -2113,7 +2196,7 @@ export interface GetResourceResourceAwsConsole {
2113
2196
  */
2114
2197
  name?: string;
2115
2198
  /**
2116
- * The local port used by clients to connect to this resource.
2199
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2117
2200
  */
2118
2201
  portOverride?: number;
2119
2202
  /**
@@ -2157,7 +2240,7 @@ export interface GetResourceResourceAwsConsoleStaticKeyPair {
2157
2240
  */
2158
2241
  accessKey?: string;
2159
2242
  /**
2160
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2243
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2161
2244
  */
2162
2245
  bindInterface?: string;
2163
2246
  /**
@@ -2181,7 +2264,7 @@ export interface GetResourceResourceAwsConsoleStaticKeyPair {
2181
2264
  */
2182
2265
  name?: string;
2183
2266
  /**
2184
- * The local port used by clients to connect to this resource.
2267
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2185
2268
  */
2186
2269
  portOverride?: number;
2187
2270
  /**
@@ -2225,7 +2308,7 @@ export interface GetResourceResourceAwsConsoleStaticKeyPair {
2225
2308
  }
2226
2309
  export interface GetResourceResourceAwsInstanceProfile {
2227
2310
  /**
2228
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2311
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2229
2312
  */
2230
2313
  bindInterface?: string;
2231
2314
  /**
@@ -2245,7 +2328,7 @@ export interface GetResourceResourceAwsInstanceProfile {
2245
2328
  */
2246
2329
  name?: string;
2247
2330
  /**
2248
- * The local port used by clients to connect to this resource.
2331
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2249
2332
  */
2250
2333
  portOverride?: number;
2251
2334
  /**
@@ -2285,7 +2368,7 @@ export interface GetResourceResourceAzure {
2285
2368
  */
2286
2369
  appId?: string;
2287
2370
  /**
2288
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2371
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2289
2372
  */
2290
2373
  bindInterface?: string;
2291
2374
  /**
@@ -2305,7 +2388,7 @@ export interface GetResourceResourceAzure {
2305
2388
  */
2306
2389
  password?: string;
2307
2390
  /**
2308
- * The local port used by clients to connect to this resource.
2391
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2309
2392
  */
2310
2393
  portOverride?: number;
2311
2394
  /**
@@ -2338,7 +2421,7 @@ export interface GetResourceResourceAzureCertificate {
2338
2421
  */
2339
2422
  appId?: string;
2340
2423
  /**
2341
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2424
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2342
2425
  */
2343
2426
  bindInterface?: string;
2344
2427
  /**
@@ -2358,7 +2441,7 @@ export interface GetResourceResourceAzureCertificate {
2358
2441
  */
2359
2442
  name?: string;
2360
2443
  /**
2361
- * The local port used by clients to connect to this resource.
2444
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2362
2445
  */
2363
2446
  portOverride?: number;
2364
2447
  /**
@@ -2385,43 +2468,51 @@ export interface GetResourceResourceAzureCertificate {
2385
2468
  */
2386
2469
  tenantId?: string;
2387
2470
  }
2388
- export interface GetResourceResourceAzureConsole {
2471
+ export interface GetResourceResourceAzureMysql {
2389
2472
  /**
2390
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2473
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2391
2474
  */
2392
2475
  bindInterface?: string;
2393
2476
  /**
2394
- * The connector ID to authenticate through.
2477
+ * The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
2395
2478
  */
2396
- connectorId?: string;
2479
+ database?: string;
2397
2480
  /**
2398
2481
  * A filter applied to the routing logic to pin datasource to nodes.
2399
2482
  */
2400
2483
  egressFilter?: string;
2484
+ /**
2485
+ * The host to dial to initiate a connection from the egress node to this resource.
2486
+ */
2487
+ hostname?: string;
2401
2488
  /**
2402
2489
  * Unique identifier of the Resource.
2403
2490
  */
2404
2491
  id?: string;
2405
2492
  /**
2406
- * The ID of the identity set to use for identity connections.
2493
+ * Unique human-readable name of the Resource.
2407
2494
  */
2408
- identitySetId?: string;
2495
+ name?: string;
2409
2496
  /**
2410
- * The management group ID to authenticate scope Privileges to.
2497
+ * The password to authenticate with.
2411
2498
  */
2412
- managementGroupId?: string;
2499
+ password?: string;
2413
2500
  /**
2414
- * Unique human-readable name of the Resource.
2501
+ * The port to dial to initiate a connection from the egress node to this resource.
2415
2502
  */
2416
- name?: string;
2503
+ port?: number;
2417
2504
  /**
2418
- * The privilege levels specify which Groups are managed externally
2505
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2419
2506
  */
2420
- privilegeLevels?: string;
2507
+ portOverride?: number;
2421
2508
  /**
2422
2509
  * ID of the proxy cluster for this resource, if any.
2423
2510
  */
2424
2511
  proxyClusterId?: string;
2512
+ /**
2513
+ * Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
2514
+ */
2515
+ requireNativeAuth?: boolean;
2425
2516
  /**
2426
2517
  * ID of the secret store containing credentials for this resource, if any.
2427
2518
  */
@@ -2430,20 +2521,24 @@ export interface GetResourceResourceAzureConsole {
2430
2521
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2431
2522
  */
2432
2523
  subdomain?: string;
2433
- /**
2434
- * The subscription ID to authenticate scope Privileges to.
2435
- */
2436
- subscriptionId?: string;
2437
2524
  /**
2438
2525
  * Tags is a map of key, value pairs.
2439
2526
  */
2440
2527
  tags?: {
2441
2528
  [key: string]: string;
2442
2529
  };
2530
+ /**
2531
+ * If true, appends the hostname to the username when hitting a database.azure.com address
2532
+ */
2533
+ useAzureSingleServerUsernames?: boolean;
2534
+ /**
2535
+ * The username to authenticate with.
2536
+ */
2537
+ username?: string;
2443
2538
  }
2444
- export interface GetResourceResourceAzureMysql {
2539
+ export interface GetResourceResourceAzureMysqlManagedIdentity {
2445
2540
  /**
2446
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2541
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2447
2542
  */
2448
2543
  bindInterface?: string;
2449
2544
  /**
@@ -2475,17 +2570,13 @@ export interface GetResourceResourceAzureMysql {
2475
2570
  */
2476
2571
  port?: number;
2477
2572
  /**
2478
- * The local port used by clients to connect to this resource.
2573
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2479
2574
  */
2480
2575
  portOverride?: number;
2481
2576
  /**
2482
2577
  * ID of the proxy cluster for this resource, if any.
2483
2578
  */
2484
2579
  proxyClusterId?: string;
2485
- /**
2486
- * Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
2487
- */
2488
- requireNativeAuth?: boolean;
2489
2580
  /**
2490
2581
  * ID of the secret store containing credentials for this resource, if any.
2491
2582
  */
@@ -2511,7 +2602,7 @@ export interface GetResourceResourceAzureMysql {
2511
2602
  }
2512
2603
  export interface GetResourceResourceAzurePostgre {
2513
2604
  /**
2514
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2605
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2515
2606
  */
2516
2607
  bindInterface?: string;
2517
2608
  /**
@@ -2547,7 +2638,7 @@ export interface GetResourceResourceAzurePostgre {
2547
2638
  */
2548
2639
  port?: number;
2549
2640
  /**
2550
- * The local port used by clients to connect to this resource.
2641
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2551
2642
  */
2552
2643
  portOverride?: number;
2553
2644
  /**
@@ -2575,7 +2666,7 @@ export interface GetResourceResourceAzurePostgre {
2575
2666
  }
2576
2667
  export interface GetResourceResourceAzurePostgresManagedIdentity {
2577
2668
  /**
2578
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2669
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2579
2670
  */
2580
2671
  bindInterface?: string;
2581
2672
  /**
@@ -2611,7 +2702,7 @@ export interface GetResourceResourceAzurePostgresManagedIdentity {
2611
2702
  */
2612
2703
  port?: number;
2613
2704
  /**
2614
- * The local port used by clients to connect to this resource.
2705
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2615
2706
  */
2616
2707
  portOverride?: number;
2617
2708
  /**
@@ -2643,7 +2734,7 @@ export interface GetResourceResourceAzurePostgresManagedIdentity {
2643
2734
  }
2644
2735
  export interface GetResourceResourceBigQuery {
2645
2736
  /**
2646
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2737
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2647
2738
  */
2648
2739
  bindInterface?: string;
2649
2740
  /**
@@ -2663,7 +2754,7 @@ export interface GetResourceResourceBigQuery {
2663
2754
  */
2664
2755
  name?: string;
2665
2756
  /**
2666
- * The local port used by clients to connect to this resource.
2757
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2667
2758
  */
2668
2759
  portOverride?: number;
2669
2760
  /**
@@ -2699,7 +2790,7 @@ export interface GetResourceResourceBigQuery {
2699
2790
  }
2700
2791
  export interface GetResourceResourceCassandra {
2701
2792
  /**
2702
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2793
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2703
2794
  */
2704
2795
  bindInterface?: string;
2705
2796
  /**
@@ -2727,7 +2818,7 @@ export interface GetResourceResourceCassandra {
2727
2818
  */
2728
2819
  port?: number;
2729
2820
  /**
2730
- * The local port used by clients to connect to this resource.
2821
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2731
2822
  */
2732
2823
  portOverride?: number;
2733
2824
  /**
@@ -2759,7 +2850,7 @@ export interface GetResourceResourceCassandra {
2759
2850
  }
2760
2851
  export interface GetResourceResourceCitus {
2761
2852
  /**
2762
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2853
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2763
2854
  */
2764
2855
  bindInterface?: string;
2765
2856
  /**
@@ -2795,7 +2886,7 @@ export interface GetResourceResourceCitus {
2795
2886
  */
2796
2887
  port?: number;
2797
2888
  /**
2798
- * The local port used by clients to connect to this resource.
2889
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2799
2890
  */
2800
2891
  portOverride?: number;
2801
2892
  /**
@@ -2823,7 +2914,7 @@ export interface GetResourceResourceCitus {
2823
2914
  }
2824
2915
  export interface GetResourceResourceClickHouseHttp {
2825
2916
  /**
2826
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2917
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2827
2918
  */
2828
2919
  bindInterface?: string;
2829
2920
  /**
@@ -2847,7 +2938,7 @@ export interface GetResourceResourceClickHouseHttp {
2847
2938
  */
2848
2939
  password?: string;
2849
2940
  /**
2850
- * The local port used by clients to connect to this resource.
2941
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2851
2942
  */
2852
2943
  portOverride?: number;
2853
2944
  /**
@@ -2876,7 +2967,7 @@ export interface GetResourceResourceClickHouseHttp {
2876
2967
  }
2877
2968
  export interface GetResourceResourceClickHouseMySql {
2878
2969
  /**
2879
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2970
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2880
2971
  */
2881
2972
  bindInterface?: string;
2882
2973
  /**
@@ -2908,7 +2999,7 @@ export interface GetResourceResourceClickHouseMySql {
2908
2999
  */
2909
3000
  port?: number;
2910
3001
  /**
2911
- * The local port used by clients to connect to this resource.
3002
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2912
3003
  */
2913
3004
  portOverride?: number;
2914
3005
  /**
@@ -2940,7 +3031,7 @@ export interface GetResourceResourceClickHouseMySql {
2940
3031
  }
2941
3032
  export interface GetResourceResourceClickHouseTcp {
2942
3033
  /**
2943
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3034
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2944
3035
  */
2945
3036
  bindInterface?: string;
2946
3037
  /**
@@ -2972,7 +3063,7 @@ export interface GetResourceResourceClickHouseTcp {
2972
3063
  */
2973
3064
  port?: number;
2974
3065
  /**
2975
- * The local port used by clients to connect to this resource.
3066
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
2976
3067
  */
2977
3068
  portOverride?: number;
2978
3069
  /**
@@ -3004,7 +3095,7 @@ export interface GetResourceResourceClickHouseTcp {
3004
3095
  }
3005
3096
  export interface GetResourceResourceClustrix {
3006
3097
  /**
3007
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3098
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3008
3099
  */
3009
3100
  bindInterface?: string;
3010
3101
  /**
@@ -3036,7 +3127,7 @@ export interface GetResourceResourceClustrix {
3036
3127
  */
3037
3128
  port?: number;
3038
3129
  /**
3039
- * The local port used by clients to connect to this resource.
3130
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3040
3131
  */
3041
3132
  portOverride?: number;
3042
3133
  /**
@@ -3072,7 +3163,7 @@ export interface GetResourceResourceClustrix {
3072
3163
  }
3073
3164
  export interface GetResourceResourceCockroach {
3074
3165
  /**
3075
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3166
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3076
3167
  */
3077
3168
  bindInterface?: string;
3078
3169
  /**
@@ -3108,7 +3199,7 @@ export interface GetResourceResourceCockroach {
3108
3199
  */
3109
3200
  port?: number;
3110
3201
  /**
3111
- * The local port used by clients to connect to this resource.
3202
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3112
3203
  */
3113
3204
  portOverride?: number;
3114
3205
  /**
@@ -3136,7 +3227,7 @@ export interface GetResourceResourceCockroach {
3136
3227
  }
3137
3228
  export interface GetResourceResourceCouchbaseDatabase {
3138
3229
  /**
3139
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3230
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3140
3231
  */
3141
3232
  bindInterface?: string;
3142
3233
  /**
@@ -3168,7 +3259,7 @@ export interface GetResourceResourceCouchbaseDatabase {
3168
3259
  */
3169
3260
  port?: number;
3170
3261
  /**
3171
- * The local port used by clients to connect to this resource.
3262
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3172
3263
  */
3173
3264
  portOverride?: number;
3174
3265
  /**
@@ -3200,7 +3291,7 @@ export interface GetResourceResourceCouchbaseDatabase {
3200
3291
  }
3201
3292
  export interface GetResourceResourceCouchbaseWebUi {
3202
3293
  /**
3203
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3294
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3204
3295
  */
3205
3296
  bindInterface?: string;
3206
3297
  /**
@@ -3220,7 +3311,7 @@ export interface GetResourceResourceCouchbaseWebUi {
3220
3311
  */
3221
3312
  password?: string;
3222
3313
  /**
3223
- * The local port used by clients to connect to this resource.
3314
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3224
3315
  */
3225
3316
  portOverride?: number;
3226
3317
  /**
@@ -3253,7 +3344,7 @@ export interface GetResourceResourceCouchbaseWebUi {
3253
3344
  }
3254
3345
  export interface GetResourceResourceDb2I {
3255
3346
  /**
3256
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3347
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3257
3348
  */
3258
3349
  bindInterface?: string;
3259
3350
  /**
@@ -3281,7 +3372,7 @@ export interface GetResourceResourceDb2I {
3281
3372
  */
3282
3373
  port?: number;
3283
3374
  /**
3284
- * The local port used by clients to connect to this resource.
3375
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3285
3376
  */
3286
3377
  portOverride?: number;
3287
3378
  /**
@@ -3313,7 +3404,7 @@ export interface GetResourceResourceDb2I {
3313
3404
  }
3314
3405
  export interface GetResourceResourceDb2Luw {
3315
3406
  /**
3316
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3407
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3317
3408
  */
3318
3409
  bindInterface?: string;
3319
3410
  /**
@@ -3345,7 +3436,7 @@ export interface GetResourceResourceDb2Luw {
3345
3436
  */
3346
3437
  port?: number;
3347
3438
  /**
3348
- * The local port used by clients to connect to this resource.
3439
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3349
3440
  */
3350
3441
  portOverride?: number;
3351
3442
  /**
@@ -3381,7 +3472,7 @@ export interface GetResourceResourceDocumentDbHost {
3381
3472
  */
3382
3473
  authDatabase?: string;
3383
3474
  /**
3384
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3475
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3385
3476
  */
3386
3477
  bindInterface?: string;
3387
3478
  /**
@@ -3409,7 +3500,7 @@ export interface GetResourceResourceDocumentDbHost {
3409
3500
  */
3410
3501
  port?: number;
3411
3502
  /**
3412
- * The local port used by clients to connect to this resource.
3503
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3413
3504
  */
3414
3505
  portOverride?: number;
3415
3506
  /**
@@ -3437,7 +3528,7 @@ export interface GetResourceResourceDocumentDbHost {
3437
3528
  }
3438
3529
  export interface GetResourceResourceDocumentDbHostIam {
3439
3530
  /**
3440
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3531
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3441
3532
  */
3442
3533
  bindInterface?: string;
3443
3534
  /**
@@ -3461,7 +3552,7 @@ export interface GetResourceResourceDocumentDbHostIam {
3461
3552
  */
3462
3553
  port?: number;
3463
3554
  /**
3464
- * The local port used by clients to connect to this resource.
3555
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3465
3556
  */
3466
3557
  portOverride?: number;
3467
3558
  /**
@@ -3493,7 +3584,7 @@ export interface GetResourceResourceDocumentDbReplicaSet {
3493
3584
  */
3494
3585
  authDatabase?: string;
3495
3586
  /**
3496
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3587
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3497
3588
  */
3498
3589
  bindInterface?: string;
3499
3590
  /**
@@ -3521,7 +3612,7 @@ export interface GetResourceResourceDocumentDbReplicaSet {
3521
3612
  */
3522
3613
  password?: string;
3523
3614
  /**
3524
- * The local port used by clients to connect to this resource.
3615
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3525
3616
  */
3526
3617
  portOverride?: number;
3527
3618
  /**
@@ -3553,7 +3644,7 @@ export interface GetResourceResourceDocumentDbReplicaSet {
3553
3644
  }
3554
3645
  export interface GetResourceResourceDocumentDbReplicaSetIam {
3555
3646
  /**
3556
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3647
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3557
3648
  */
3558
3649
  bindInterface?: string;
3559
3650
  /**
@@ -3577,7 +3668,7 @@ export interface GetResourceResourceDocumentDbReplicaSetIam {
3577
3668
  */
3578
3669
  name?: string;
3579
3670
  /**
3580
- * The local port used by clients to connect to this resource.
3671
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3581
3672
  */
3582
3673
  portOverride?: number;
3583
3674
  /**
@@ -3605,7 +3696,7 @@ export interface GetResourceResourceDocumentDbReplicaSetIam {
3605
3696
  }
3606
3697
  export interface GetResourceResourceDruid {
3607
3698
  /**
3608
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3699
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3609
3700
  */
3610
3701
  bindInterface?: string;
3611
3702
  /**
@@ -3633,7 +3724,7 @@ export interface GetResourceResourceDruid {
3633
3724
  */
3634
3725
  port?: number;
3635
3726
  /**
3636
- * The local port used by clients to connect to this resource.
3727
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3637
3728
  */
3638
3729
  portOverride?: number;
3639
3730
  /**
@@ -3665,7 +3756,7 @@ export interface GetResourceResourceDynamoDb {
3665
3756
  */
3666
3757
  accessKey?: string;
3667
3758
  /**
3668
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3759
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3669
3760
  */
3670
3761
  bindInterface?: string;
3671
3762
  /**
@@ -3685,7 +3776,7 @@ export interface GetResourceResourceDynamoDb {
3685
3776
  */
3686
3777
  name?: string;
3687
3778
  /**
3688
- * The local port used by clients to connect to this resource.
3779
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3689
3780
  */
3690
3781
  portOverride?: number;
3691
3782
  /**
@@ -3725,7 +3816,7 @@ export interface GetResourceResourceDynamoDb {
3725
3816
  }
3726
3817
  export interface GetResourceResourceDynamoDbiam {
3727
3818
  /**
3728
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3819
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3729
3820
  */
3730
3821
  bindInterface?: string;
3731
3822
  /**
@@ -3745,7 +3836,7 @@ export interface GetResourceResourceDynamoDbiam {
3745
3836
  */
3746
3837
  name?: string;
3747
3838
  /**
3748
- * The local port used by clients to connect to this resource.
3839
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3749
3840
  */
3750
3841
  portOverride?: number;
3751
3842
  /**
@@ -3781,7 +3872,7 @@ export interface GetResourceResourceDynamoDbiam {
3781
3872
  }
3782
3873
  export interface GetResourceResourceElastic {
3783
3874
  /**
3784
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3875
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3785
3876
  */
3786
3877
  bindInterface?: string;
3787
3878
  /**
@@ -3809,7 +3900,7 @@ export interface GetResourceResourceElastic {
3809
3900
  */
3810
3901
  port?: number;
3811
3902
  /**
3812
- * The local port used by clients to connect to this resource.
3903
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3813
3904
  */
3814
3905
  portOverride?: number;
3815
3906
  /**
@@ -3841,7 +3932,7 @@ export interface GetResourceResourceElastic {
3841
3932
  }
3842
3933
  export interface GetResourceResourceElasticacheRedi {
3843
3934
  /**
3844
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3935
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3845
3936
  */
3846
3937
  bindInterface?: string;
3847
3938
  /**
@@ -3869,7 +3960,7 @@ export interface GetResourceResourceElasticacheRedi {
3869
3960
  */
3870
3961
  port?: number;
3871
3962
  /**
3872
- * The local port used by clients to connect to this resource.
3963
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3873
3964
  */
3874
3965
  portOverride?: number;
3875
3966
  /**
@@ -3899,9 +3990,78 @@ export interface GetResourceResourceElasticacheRedi {
3899
3990
  */
3900
3991
  username?: string;
3901
3992
  }
3993
+ export interface GetResourceResourceEntraId {
3994
+ /**
3995
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3996
+ */
3997
+ bindInterface?: string;
3998
+ /**
3999
+ * If true, configures discovery of a cluster to be run from a node.
4000
+ */
4001
+ discoveryEnabled?: boolean;
4002
+ /**
4003
+ * A filter applied to the routing logic to pin datasource to nodes.
4004
+ */
4005
+ egressFilter?: string;
4006
+ /**
4007
+ * comma separated list of group names to filter by. Supports wildcards (*)
4008
+ */
4009
+ groupNames?: string;
4010
+ /**
4011
+ * Unique identifier of the Resource.
4012
+ */
4013
+ id?: string;
4014
+ /**
4015
+ * The ID of the identity set to use for identity connections.
4016
+ */
4017
+ identitySetId?: string;
4018
+ /**
4019
+ * The management group ID to authenticate scope Privileges to.
4020
+ */
4021
+ managementGroupId?: string;
4022
+ /**
4023
+ * Unique human-readable name of the Resource.
4024
+ */
4025
+ name?: string;
4026
+ /**
4027
+ * The privilege levels specify which Groups are managed externally
4028
+ */
4029
+ privilegeLevels?: string;
4030
+ /**
4031
+ * ID of the proxy cluster for this resource, if any.
4032
+ */
4033
+ proxyClusterId?: string;
4034
+ /**
4035
+ * filters discovered groups to the specified Resource Group
4036
+ */
4037
+ resourceGroupId?: string;
4038
+ /**
4039
+ * ID of the secret store containing credentials for this resource, if any.
4040
+ */
4041
+ secretStoreId?: string;
4042
+ /**
4043
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4044
+ */
4045
+ subdomain?: string;
4046
+ /**
4047
+ * The subscription ID to authenticate scope Privileges to.
4048
+ */
4049
+ subscriptionId?: string;
4050
+ /**
4051
+ * Tags is a map of key, value pairs.
4052
+ */
4053
+ tags?: {
4054
+ [key: string]: string;
4055
+ };
4056
+ /**
4057
+ * The Azure AD directory (tenant) ID with which to authenticate.
4058
+ * * sql_server_kerberos_ad:
4059
+ */
4060
+ tenantId?: string;
4061
+ }
3902
4062
  export interface GetResourceResourceGcp {
3903
4063
  /**
3904
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4064
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3905
4065
  */
3906
4066
  bindInterface?: string;
3907
4067
  /**
@@ -3921,7 +4081,7 @@ export interface GetResourceResourceGcp {
3921
4081
  */
3922
4082
  name?: string;
3923
4083
  /**
3924
- * The local port used by clients to connect to this resource.
4084
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3925
4085
  */
3926
4086
  portOverride?: number;
3927
4087
  /**
@@ -3949,7 +4109,7 @@ export interface GetResourceResourceGcp {
3949
4109
  }
3950
4110
  export interface GetResourceResourceGcpConsole {
3951
4111
  /**
3952
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4112
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3953
4113
  */
3954
4114
  bindInterface?: string;
3955
4115
  /**
@@ -3973,7 +4133,7 @@ export interface GetResourceResourceGcpConsole {
3973
4133
  */
3974
4134
  name?: string;
3975
4135
  /**
3976
- * The local port used by clients to connect to this resource.
4136
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3977
4137
  */
3978
4138
  portOverride?: number;
3979
4139
  /**
@@ -4010,7 +4170,7 @@ export interface GetResourceResourceGcpConsole {
4010
4170
  }
4011
4171
  export interface GetResourceResourceGcpwif {
4012
4172
  /**
4013
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4173
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4014
4174
  */
4015
4175
  bindInterface?: string;
4016
4176
  /**
@@ -4034,7 +4194,7 @@ export interface GetResourceResourceGcpwif {
4034
4194
  */
4035
4195
  name?: string;
4036
4196
  /**
4037
- * The local port used by clients to connect to this resource.
4197
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4038
4198
  */
4039
4199
  portOverride?: number;
4040
4200
  /**
@@ -4083,7 +4243,7 @@ export interface GetResourceResourceGoogleGke {
4083
4243
  */
4084
4244
  allowResourceRoleBypass?: boolean;
4085
4245
  /**
4086
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4246
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4087
4247
  */
4088
4248
  bindInterface?: string;
4089
4249
  /**
@@ -4127,7 +4287,7 @@ export interface GetResourceResourceGoogleGke {
4127
4287
  */
4128
4288
  name?: string;
4129
4289
  /**
4130
- * The local port used by clients to connect to this resource.
4290
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4131
4291
  */
4132
4292
  portOverride?: number;
4133
4293
  /**
@@ -4155,7 +4315,7 @@ export interface GetResourceResourceGoogleGke {
4155
4315
  }
4156
4316
  export interface GetResourceResourceGoogleGkeUserImpersonation {
4157
4317
  /**
4158
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4318
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4159
4319
  */
4160
4320
  bindInterface?: string;
4161
4321
  /**
@@ -4183,7 +4343,7 @@ export interface GetResourceResourceGoogleGkeUserImpersonation {
4183
4343
  */
4184
4344
  name?: string;
4185
4345
  /**
4186
- * The local port used by clients to connect to this resource.
4346
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4187
4347
  */
4188
4348
  portOverride?: number;
4189
4349
  /**
@@ -4211,7 +4371,7 @@ export interface GetResourceResourceGoogleGkeUserImpersonation {
4211
4371
  }
4212
4372
  export interface GetResourceResourceGreenplum {
4213
4373
  /**
4214
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4374
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4215
4375
  */
4216
4376
  bindInterface?: string;
4217
4377
  /**
@@ -4247,7 +4407,7 @@ export interface GetResourceResourceGreenplum {
4247
4407
  */
4248
4408
  port?: number;
4249
4409
  /**
4250
- * The local port used by clients to connect to this resource.
4410
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4251
4411
  */
4252
4412
  portOverride?: number;
4253
4413
  /**
@@ -4279,7 +4439,7 @@ export interface GetResourceResourceHttpAuth {
4279
4439
  */
4280
4440
  authHeader?: string;
4281
4441
  /**
4282
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4442
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4283
4443
  */
4284
4444
  bindInterface?: string;
4285
4445
  /**
@@ -4311,7 +4471,7 @@ export interface GetResourceResourceHttpAuth {
4311
4471
  */
4312
4472
  name?: string;
4313
4473
  /**
4314
- * The local port used by clients to connect to this resource.
4474
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4315
4475
  */
4316
4476
  portOverride?: number;
4317
4477
  /**
@@ -4340,7 +4500,7 @@ export interface GetResourceResourceHttpAuth {
4340
4500
  }
4341
4501
  export interface GetResourceResourceHttpBasicAuth {
4342
4502
  /**
4343
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4503
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4344
4504
  */
4345
4505
  bindInterface?: string;
4346
4506
  /**
@@ -4376,7 +4536,7 @@ export interface GetResourceResourceHttpBasicAuth {
4376
4536
  */
4377
4537
  password?: string;
4378
4538
  /**
4379
- * The local port used by clients to connect to this resource.
4539
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4380
4540
  */
4381
4541
  portOverride?: number;
4382
4542
  /**
@@ -4409,7 +4569,7 @@ export interface GetResourceResourceHttpBasicAuth {
4409
4569
  }
4410
4570
  export interface GetResourceResourceHttpNoAuth {
4411
4571
  /**
4412
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4572
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4413
4573
  */
4414
4574
  bindInterface?: string;
4415
4575
  /**
@@ -4441,7 +4601,7 @@ export interface GetResourceResourceHttpNoAuth {
4441
4601
  */
4442
4602
  name?: string;
4443
4603
  /**
4444
- * The local port used by clients to connect to this resource.
4604
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4445
4605
  */
4446
4606
  portOverride?: number;
4447
4607
  /**
@@ -4474,7 +4634,7 @@ export interface GetResourceResourceKubernete {
4474
4634
  */
4475
4635
  allowResourceRoleBypass?: boolean;
4476
4636
  /**
4477
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4637
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4478
4638
  */
4479
4639
  bindInterface?: string;
4480
4640
  /**
@@ -4530,7 +4690,7 @@ export interface GetResourceResourceKubernete {
4530
4690
  */
4531
4691
  port?: number;
4532
4692
  /**
4533
- * The local port used by clients to connect to this resource.
4693
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4534
4694
  */
4535
4695
  portOverride?: number;
4536
4696
  /**
@@ -4554,7 +4714,7 @@ export interface GetResourceResourceKubernete {
4554
4714
  }
4555
4715
  export interface GetResourceResourceKubernetesBasicAuth {
4556
4716
  /**
4557
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4717
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4558
4718
  */
4559
4719
  bindInterface?: string;
4560
4720
  /**
@@ -4586,7 +4746,7 @@ export interface GetResourceResourceKubernetesBasicAuth {
4586
4746
  */
4587
4747
  port?: number;
4588
4748
  /**
4589
- * The local port used by clients to connect to this resource.
4749
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4590
4750
  */
4591
4751
  portOverride?: number;
4592
4752
  /**
@@ -4618,7 +4778,7 @@ export interface GetResourceResourceKubernetesPodIdentity {
4618
4778
  */
4619
4779
  allowResourceRoleBypass?: boolean;
4620
4780
  /**
4621
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4781
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4622
4782
  */
4623
4783
  bindInterface?: string;
4624
4784
  /**
@@ -4658,7 +4818,7 @@ export interface GetResourceResourceKubernetesPodIdentity {
4658
4818
  */
4659
4819
  name?: string;
4660
4820
  /**
4661
- * The local port used by clients to connect to this resource.
4821
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4662
4822
  */
4663
4823
  portOverride?: number;
4664
4824
  /**
@@ -4686,7 +4846,7 @@ export interface GetResourceResourceKubernetesServiceAccount {
4686
4846
  */
4687
4847
  allowResourceRoleBypass?: boolean;
4688
4848
  /**
4689
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4849
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4690
4850
  */
4691
4851
  bindInterface?: string;
4692
4852
  /**
@@ -4730,7 +4890,7 @@ export interface GetResourceResourceKubernetesServiceAccount {
4730
4890
  */
4731
4891
  port?: number;
4732
4892
  /**
4733
- * The local port used by clients to connect to this resource.
4893
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4734
4894
  */
4735
4895
  portOverride?: number;
4736
4896
  /**
@@ -4759,7 +4919,7 @@ export interface GetResourceResourceKubernetesServiceAccount {
4759
4919
  }
4760
4920
  export interface GetResourceResourceKubernetesServiceAccountUserImpersonation {
4761
4921
  /**
4762
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4922
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4763
4923
  */
4764
4924
  bindInterface?: string;
4765
4925
  /**
@@ -4787,7 +4947,7 @@ export interface GetResourceResourceKubernetesServiceAccountUserImpersonation {
4787
4947
  */
4788
4948
  port?: number;
4789
4949
  /**
4790
- * The local port used by clients to connect to this resource.
4950
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4791
4951
  */
4792
4952
  portOverride?: number;
4793
4953
  /**
@@ -4816,7 +4976,7 @@ export interface GetResourceResourceKubernetesServiceAccountUserImpersonation {
4816
4976
  }
4817
4977
  export interface GetResourceResourceKubernetesUserImpersonation {
4818
4978
  /**
4819
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4979
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4820
4980
  */
4821
4981
  bindInterface?: string;
4822
4982
  /**
@@ -4856,7 +5016,7 @@ export interface GetResourceResourceKubernetesUserImpersonation {
4856
5016
  */
4857
5017
  port?: number;
4858
5018
  /**
4859
- * The local port used by clients to connect to this resource.
5019
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4860
5020
  */
4861
5021
  portOverride?: number;
4862
5022
  /**
@@ -4880,7 +5040,7 @@ export interface GetResourceResourceKubernetesUserImpersonation {
4880
5040
  }
4881
5041
  export interface GetResourceResourceMaria {
4882
5042
  /**
4883
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5043
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4884
5044
  */
4885
5045
  bindInterface?: string;
4886
5046
  /**
@@ -4912,7 +5072,7 @@ export interface GetResourceResourceMaria {
4912
5072
  */
4913
5073
  port?: number;
4914
5074
  /**
4915
- * The local port used by clients to connect to this resource.
5075
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4916
5076
  */
4917
5077
  portOverride?: number;
4918
5078
  /**
@@ -4948,7 +5108,7 @@ export interface GetResourceResourceMaria {
4948
5108
  }
4949
5109
  export interface GetResourceResourceMemcached {
4950
5110
  /**
4951
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5111
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4952
5112
  */
4953
5113
  bindInterface?: string;
4954
5114
  /**
@@ -4972,7 +5132,7 @@ export interface GetResourceResourceMemcached {
4972
5132
  */
4973
5133
  port?: number;
4974
5134
  /**
4975
- * The local port used by clients to connect to this resource.
5135
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
4976
5136
  */
4977
5137
  portOverride?: number;
4978
5138
  /**
@@ -4996,7 +5156,7 @@ export interface GetResourceResourceMemcached {
4996
5156
  }
4997
5157
  export interface GetResourceResourceMemsql {
4998
5158
  /**
4999
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5159
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5000
5160
  */
5001
5161
  bindInterface?: string;
5002
5162
  /**
@@ -5028,7 +5188,7 @@ export interface GetResourceResourceMemsql {
5028
5188
  */
5029
5189
  port?: number;
5030
5190
  /**
5031
- * The local port used by clients to connect to this resource.
5191
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5032
5192
  */
5033
5193
  portOverride?: number;
5034
5194
  /**
@@ -5068,7 +5228,7 @@ export interface GetResourceResourceMongoHost {
5068
5228
  */
5069
5229
  authDatabase?: string;
5070
5230
  /**
5071
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5231
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5072
5232
  */
5073
5233
  bindInterface?: string;
5074
5234
  /**
@@ -5096,7 +5256,7 @@ export interface GetResourceResourceMongoHost {
5096
5256
  */
5097
5257
  port?: number;
5098
5258
  /**
5099
- * The local port used by clients to connect to this resource.
5259
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5100
5260
  */
5101
5261
  portOverride?: number;
5102
5262
  /**
@@ -5132,7 +5292,7 @@ export interface GetResourceResourceMongoLegacyHost {
5132
5292
  */
5133
5293
  authDatabase?: string;
5134
5294
  /**
5135
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5295
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5136
5296
  */
5137
5297
  bindInterface?: string;
5138
5298
  /**
@@ -5160,7 +5320,7 @@ export interface GetResourceResourceMongoLegacyHost {
5160
5320
  */
5161
5321
  port?: number;
5162
5322
  /**
5163
- * The local port used by clients to connect to this resource.
5323
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5164
5324
  */
5165
5325
  portOverride?: number;
5166
5326
  /**
@@ -5196,7 +5356,7 @@ export interface GetResourceResourceMongoLegacyReplicaset {
5196
5356
  */
5197
5357
  authDatabase?: string;
5198
5358
  /**
5199
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5359
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5200
5360
  */
5201
5361
  bindInterface?: string;
5202
5362
  /**
@@ -5228,7 +5388,7 @@ export interface GetResourceResourceMongoLegacyReplicaset {
5228
5388
  */
5229
5389
  port?: number;
5230
5390
  /**
5231
- * The local port used by clients to connect to this resource.
5391
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5232
5392
  */
5233
5393
  portOverride?: number;
5234
5394
  /**
@@ -5268,7 +5428,7 @@ export interface GetResourceResourceMongoReplicaSet {
5268
5428
  */
5269
5429
  authDatabase?: string;
5270
5430
  /**
5271
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5431
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5272
5432
  */
5273
5433
  bindInterface?: string;
5274
5434
  /**
@@ -5300,7 +5460,7 @@ export interface GetResourceResourceMongoReplicaSet {
5300
5460
  */
5301
5461
  port?: number;
5302
5462
  /**
5303
- * The local port used by clients to connect to this resource.
5463
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5304
5464
  */
5305
5465
  portOverride?: number;
5306
5466
  /**
@@ -5340,7 +5500,7 @@ export interface GetResourceResourceMongoShardedCluster {
5340
5500
  */
5341
5501
  authDatabase?: string;
5342
5502
  /**
5343
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5503
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5344
5504
  */
5345
5505
  bindInterface?: string;
5346
5506
  /**
@@ -5364,7 +5524,7 @@ export interface GetResourceResourceMongoShardedCluster {
5364
5524
  */
5365
5525
  password?: string;
5366
5526
  /**
5367
- * The local port used by clients to connect to this resource.
5527
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5368
5528
  */
5369
5529
  portOverride?: number;
5370
5530
  /**
@@ -5396,7 +5556,7 @@ export interface GetResourceResourceMongoShardedCluster {
5396
5556
  }
5397
5557
  export interface GetResourceResourceMtlsMysql {
5398
5558
  /**
5399
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5559
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5400
5560
  */
5401
5561
  bindInterface?: string;
5402
5562
  /**
@@ -5440,7 +5600,7 @@ export interface GetResourceResourceMtlsMysql {
5440
5600
  */
5441
5601
  port?: number;
5442
5602
  /**
5443
- * The local port used by clients to connect to this resource.
5603
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5444
5604
  */
5445
5605
  portOverride?: number;
5446
5606
  /**
@@ -5480,7 +5640,7 @@ export interface GetResourceResourceMtlsMysql {
5480
5640
  }
5481
5641
  export interface GetResourceResourceMtlsPostgre {
5482
5642
  /**
5483
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5643
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5484
5644
  */
5485
5645
  bindInterface?: string;
5486
5646
  /**
@@ -5528,7 +5688,7 @@ export interface GetResourceResourceMtlsPostgre {
5528
5688
  */
5529
5689
  port?: number;
5530
5690
  /**
5531
- * The local port used by clients to connect to this resource.
5691
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5532
5692
  */
5533
5693
  portOverride?: number;
5534
5694
  /**
@@ -5560,7 +5720,7 @@ export interface GetResourceResourceMtlsPostgre {
5560
5720
  }
5561
5721
  export interface GetResourceResourceMysql {
5562
5722
  /**
5563
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5723
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5564
5724
  */
5565
5725
  bindInterface?: string;
5566
5726
  /**
@@ -5592,7 +5752,7 @@ export interface GetResourceResourceMysql {
5592
5752
  */
5593
5753
  port?: number;
5594
5754
  /**
5595
- * The local port used by clients to connect to this resource.
5755
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5596
5756
  */
5597
5757
  portOverride?: number;
5598
5758
  /**
@@ -5628,7 +5788,7 @@ export interface GetResourceResourceMysql {
5628
5788
  }
5629
5789
  export interface GetResourceResourceNeptune {
5630
5790
  /**
5631
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5791
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5632
5792
  */
5633
5793
  bindInterface?: string;
5634
5794
  /**
@@ -5652,7 +5812,7 @@ export interface GetResourceResourceNeptune {
5652
5812
  */
5653
5813
  port?: number;
5654
5814
  /**
5655
- * The local port used by clients to connect to this resource.
5815
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5656
5816
  */
5657
5817
  portOverride?: number;
5658
5818
  /**
@@ -5680,7 +5840,7 @@ export interface GetResourceResourceNeptuneIam {
5680
5840
  */
5681
5841
  accessKey?: string;
5682
5842
  /**
5683
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5843
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5684
5844
  */
5685
5845
  bindInterface?: string;
5686
5846
  /**
@@ -5704,7 +5864,7 @@ export interface GetResourceResourceNeptuneIam {
5704
5864
  */
5705
5865
  port?: number;
5706
5866
  /**
5707
- * The local port used by clients to connect to this resource.
5867
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5708
5868
  */
5709
5869
  portOverride?: number;
5710
5870
  /**
@@ -5744,7 +5904,7 @@ export interface GetResourceResourceNeptuneIam {
5744
5904
  }
5745
5905
  export interface GetResourceResourceOracle {
5746
5906
  /**
5747
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5907
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5748
5908
  */
5749
5909
  bindInterface?: string;
5750
5910
  /**
@@ -5776,7 +5936,7 @@ export interface GetResourceResourceOracle {
5776
5936
  */
5777
5937
  port?: number;
5778
5938
  /**
5779
- * The local port used by clients to connect to this resource.
5939
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5780
5940
  */
5781
5941
  portOverride?: number;
5782
5942
  /**
@@ -5808,7 +5968,7 @@ export interface GetResourceResourceOracle {
5808
5968
  }
5809
5969
  export interface GetResourceResourceOracleNne {
5810
5970
  /**
5811
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5971
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5812
5972
  */
5813
5973
  bindInterface?: string;
5814
5974
  /**
@@ -5840,7 +6000,7 @@ export interface GetResourceResourceOracleNne {
5840
6000
  */
5841
6001
  port?: number;
5842
6002
  /**
5843
- * The local port used by clients to connect to this resource.
6003
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5844
6004
  */
5845
6005
  portOverride?: number;
5846
6006
  /**
@@ -5868,7 +6028,7 @@ export interface GetResourceResourceOracleNne {
5868
6028
  }
5869
6029
  export interface GetResourceResourcePostgre {
5870
6030
  /**
5871
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6031
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5872
6032
  */
5873
6033
  bindInterface?: string;
5874
6034
  /**
@@ -5904,7 +6064,7 @@ export interface GetResourceResourcePostgre {
5904
6064
  */
5905
6065
  port?: number;
5906
6066
  /**
5907
- * The local port used by clients to connect to this resource.
6067
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5908
6068
  */
5909
6069
  portOverride?: number;
5910
6070
  /**
@@ -5932,7 +6092,7 @@ export interface GetResourceResourcePostgre {
5932
6092
  }
5933
6093
  export interface GetResourceResourcePresto {
5934
6094
  /**
5935
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6095
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5936
6096
  */
5937
6097
  bindInterface?: string;
5938
6098
  /**
@@ -5964,7 +6124,7 @@ export interface GetResourceResourcePresto {
5964
6124
  */
5965
6125
  port?: number;
5966
6126
  /**
5967
- * The local port used by clients to connect to this resource.
6127
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5968
6128
  */
5969
6129
  portOverride?: number;
5970
6130
  /**
@@ -5996,7 +6156,7 @@ export interface GetResourceResourcePresto {
5996
6156
  }
5997
6157
  export interface GetResourceResourceRabbitmqAmqp091 {
5998
6158
  /**
5999
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6159
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6000
6160
  */
6001
6161
  bindInterface?: string;
6002
6162
  /**
@@ -6024,7 +6184,7 @@ export interface GetResourceResourceRabbitmqAmqp091 {
6024
6184
  */
6025
6185
  port?: number;
6026
6186
  /**
6027
- * The local port used by clients to connect to this resource.
6187
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6028
6188
  */
6029
6189
  portOverride?: number;
6030
6190
  /**
@@ -6056,7 +6216,7 @@ export interface GetResourceResourceRabbitmqAmqp091 {
6056
6216
  }
6057
6217
  export interface GetResourceResourceRawTcp {
6058
6218
  /**
6059
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6219
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6060
6220
  */
6061
6221
  bindInterface?: string;
6062
6222
  /**
@@ -6080,7 +6240,7 @@ export interface GetResourceResourceRawTcp {
6080
6240
  */
6081
6241
  port?: number;
6082
6242
  /**
6083
- * The local port used by clients to connect to this resource.
6243
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6084
6244
  */
6085
6245
  portOverride?: number;
6086
6246
  /**
@@ -6104,7 +6264,7 @@ export interface GetResourceResourceRawTcp {
6104
6264
  }
6105
6265
  export interface GetResourceResourceRdp {
6106
6266
  /**
6107
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6267
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6108
6268
  */
6109
6269
  bindInterface?: string;
6110
6270
  /**
@@ -6140,7 +6300,7 @@ export interface GetResourceResourceRdp {
6140
6300
  */
6141
6301
  port?: number;
6142
6302
  /**
6143
- * The local port used by clients to connect to this resource.
6303
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6144
6304
  */
6145
6305
  portOverride?: number;
6146
6306
  /**
@@ -6168,7 +6328,7 @@ export interface GetResourceResourceRdp {
6168
6328
  }
6169
6329
  export interface GetResourceResourceRdpCert {
6170
6330
  /**
6171
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6331
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6172
6332
  */
6173
6333
  bindInterface?: string;
6174
6334
  /**
@@ -6204,7 +6364,7 @@ export interface GetResourceResourceRdpCert {
6204
6364
  */
6205
6365
  port?: number;
6206
6366
  /**
6207
- * The local port used by clients to connect to this resource.
6367
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6208
6368
  */
6209
6369
  portOverride?: number;
6210
6370
  /**
@@ -6215,6 +6375,10 @@ export interface GetResourceResourceRdpCert {
6215
6375
  * ID of the secret store containing credentials for this resource, if any.
6216
6376
  */
6217
6377
  secretStoreId?: string;
6378
+ /**
6379
+ * Windows Security Identifier (SID) of the configured Username, required for strong certificate mapping in full enforcement mode.
6380
+ */
6381
+ sid?: string;
6218
6382
  /**
6219
6383
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6220
6384
  */
@@ -6232,7 +6396,7 @@ export interface GetResourceResourceRdpCert {
6232
6396
  }
6233
6397
  export interface GetResourceResourceRdsPostgresIam {
6234
6398
  /**
6235
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6399
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6236
6400
  */
6237
6401
  bindInterface?: string;
6238
6402
  /**
@@ -6264,7 +6428,7 @@ export interface GetResourceResourceRdsPostgresIam {
6264
6428
  */
6265
6429
  port?: number;
6266
6430
  /**
6267
- * The local port used by clients to connect to this resource.
6431
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6268
6432
  */
6269
6433
  portOverride?: number;
6270
6434
  /**
@@ -6300,7 +6464,7 @@ export interface GetResourceResourceRdsPostgresIam {
6300
6464
  }
6301
6465
  export interface GetResourceResourceRedi {
6302
6466
  /**
6303
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6467
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6304
6468
  */
6305
6469
  bindInterface?: string;
6306
6470
  /**
@@ -6328,7 +6492,7 @@ export interface GetResourceResourceRedi {
6328
6492
  */
6329
6493
  port?: number;
6330
6494
  /**
6331
- * The local port used by clients to connect to this resource.
6495
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6332
6496
  */
6333
6497
  portOverride?: number;
6334
6498
  /**
@@ -6360,7 +6524,7 @@ export interface GetResourceResourceRedi {
6360
6524
  }
6361
6525
  export interface GetResourceResourceRedisCluster {
6362
6526
  /**
6363
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6527
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6364
6528
  */
6365
6529
  bindInterface?: string;
6366
6530
  /**
@@ -6388,7 +6552,7 @@ export interface GetResourceResourceRedisCluster {
6388
6552
  */
6389
6553
  port?: number;
6390
6554
  /**
6391
- * The local port used by clients to connect to this resource.
6555
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6392
6556
  */
6393
6557
  portOverride?: number;
6394
6558
  /**
@@ -6420,7 +6584,7 @@ export interface GetResourceResourceRedisCluster {
6420
6584
  }
6421
6585
  export interface GetResourceResourceRedshift {
6422
6586
  /**
6423
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6587
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6424
6588
  */
6425
6589
  bindInterface?: string;
6426
6590
  /**
@@ -6456,7 +6620,7 @@ export interface GetResourceResourceRedshift {
6456
6620
  */
6457
6621
  port?: number;
6458
6622
  /**
6459
- * The local port used by clients to connect to this resource.
6623
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6460
6624
  */
6461
6625
  portOverride?: number;
6462
6626
  /**
@@ -6484,7 +6648,7 @@ export interface GetResourceResourceRedshift {
6484
6648
  }
6485
6649
  export interface GetResourceResourceRedshiftIam {
6486
6650
  /**
6487
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6651
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6488
6652
  */
6489
6653
  bindInterface?: string;
6490
6654
  /**
@@ -6520,7 +6684,7 @@ export interface GetResourceResourceRedshiftIam {
6520
6684
  */
6521
6685
  port?: number;
6522
6686
  /**
6523
- * The local port used by clients to connect to this resource.
6687
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6524
6688
  */
6525
6689
  portOverride?: number;
6526
6690
  /**
@@ -6552,7 +6716,7 @@ export interface GetResourceResourceRedshiftIam {
6552
6716
  }
6553
6717
  export interface GetResourceResourceRedshiftServerlessIam {
6554
6718
  /**
6555
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6719
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6556
6720
  */
6557
6721
  bindInterface?: string;
6558
6722
  /**
@@ -6584,7 +6748,7 @@ export interface GetResourceResourceRedshiftServerlessIam {
6584
6748
  */
6585
6749
  port?: number;
6586
6750
  /**
6587
- * The local port used by clients to connect to this resource.
6751
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6588
6752
  */
6589
6753
  portOverride?: number;
6590
6754
  /**
@@ -6621,7 +6785,7 @@ export interface GetResourceResourceRedshiftServerlessIam {
6621
6785
  }
6622
6786
  export interface GetResourceResourceSingleStore {
6623
6787
  /**
6624
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6788
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6625
6789
  */
6626
6790
  bindInterface?: string;
6627
6791
  /**
@@ -6653,7 +6817,7 @@ export interface GetResourceResourceSingleStore {
6653
6817
  */
6654
6818
  port?: number;
6655
6819
  /**
6656
- * The local port used by clients to connect to this resource.
6820
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6657
6821
  */
6658
6822
  portOverride?: number;
6659
6823
  /**
@@ -6689,7 +6853,7 @@ export interface GetResourceResourceSingleStore {
6689
6853
  }
6690
6854
  export interface GetResourceResourceSnowflake {
6691
6855
  /**
6692
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6856
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6693
6857
  */
6694
6858
  bindInterface?: string;
6695
6859
  /**
@@ -6717,7 +6881,7 @@ export interface GetResourceResourceSnowflake {
6717
6881
  */
6718
6882
  password: string;
6719
6883
  /**
6720
- * The local port used by clients to connect to this resource.
6884
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6721
6885
  */
6722
6886
  portOverride?: number;
6723
6887
  /**
@@ -6753,7 +6917,7 @@ export interface GetResourceResourceSnowflake {
6753
6917
  }
6754
6918
  export interface GetResourceResourceSnowsight {
6755
6919
  /**
6756
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6920
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6757
6921
  */
6758
6922
  bindInterface?: string;
6759
6923
  /**
@@ -6773,7 +6937,7 @@ export interface GetResourceResourceSnowsight {
6773
6937
  */
6774
6938
  name?: string;
6775
6939
  /**
6776
- * The local port used by clients to connect to this resource.
6940
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6777
6941
  */
6778
6942
  portOverride?: number;
6779
6943
  /**
@@ -6805,7 +6969,7 @@ export interface GetResourceResourceSqlServer {
6805
6969
  */
6806
6970
  allowDeprecatedEncryption?: boolean;
6807
6971
  /**
6808
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6972
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6809
6973
  */
6810
6974
  bindInterface?: string;
6811
6975
  /**
@@ -6841,7 +7005,7 @@ export interface GetResourceResourceSqlServer {
6841
7005
  */
6842
7006
  port?: number;
6843
7007
  /**
6844
- * The local port used by clients to connect to this resource.
7008
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6845
7009
  */
6846
7010
  portOverride?: number;
6847
7011
  /**
@@ -6877,7 +7041,7 @@ export interface GetResourceResourceSqlServerAzureAd {
6877
7041
  */
6878
7042
  allowDeprecatedEncryption?: boolean;
6879
7043
  /**
6880
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7044
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6881
7045
  */
6882
7046
  bindInterface?: string;
6883
7047
  /**
@@ -6913,7 +7077,7 @@ export interface GetResourceResourceSqlServerAzureAd {
6913
7077
  */
6914
7078
  port?: number;
6915
7079
  /**
6916
- * The local port used by clients to connect to this resource.
7080
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6917
7081
  */
6918
7082
  portOverride?: number;
6919
7083
  /**
@@ -6954,7 +7118,7 @@ export interface GetResourceResourceSqlServerKerberosAd {
6954
7118
  */
6955
7119
  allowDeprecatedEncryption?: boolean;
6956
7120
  /**
6957
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7121
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
6958
7122
  */
6959
7123
  bindInterface?: string;
6960
7124
  /**
@@ -6994,7 +7158,7 @@ export interface GetResourceResourceSqlServerKerberosAd {
6994
7158
  */
6995
7159
  port?: number;
6996
7160
  /**
6997
- * The local port used by clients to connect to this resource.
7161
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
6998
7162
  */
6999
7163
  portOverride?: number;
7000
7164
  /**
@@ -7038,7 +7202,7 @@ export interface GetResourceResourceSsh {
7038
7202
  */
7039
7203
  allowDeprecatedKeyExchanges?: boolean;
7040
7204
  /**
7041
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7205
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7042
7206
  */
7043
7207
  bindInterface?: string;
7044
7208
  /**
@@ -7070,7 +7234,7 @@ export interface GetResourceResourceSsh {
7070
7234
  */
7071
7235
  portForwarding?: boolean;
7072
7236
  /**
7073
- * The local port used by clients to connect to this resource.
7237
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7074
7238
  */
7075
7239
  portOverride?: number;
7076
7240
  /**
@@ -7106,7 +7270,7 @@ export interface GetResourceResourceSshCert {
7106
7270
  */
7107
7271
  allowDeprecatedKeyExchanges?: boolean;
7108
7272
  /**
7109
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7273
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7110
7274
  */
7111
7275
  bindInterface?: string;
7112
7276
  /**
@@ -7146,7 +7310,7 @@ export interface GetResourceResourceSshCert {
7146
7310
  */
7147
7311
  portForwarding?: boolean;
7148
7312
  /**
7149
- * The local port used by clients to connect to this resource.
7313
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7150
7314
  */
7151
7315
  portOverride?: number;
7152
7316
  /**
@@ -7178,7 +7342,7 @@ export interface GetResourceResourceSshCustomerKey {
7178
7342
  */
7179
7343
  allowDeprecatedKeyExchanges?: boolean;
7180
7344
  /**
7181
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7345
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7182
7346
  */
7183
7347
  bindInterface?: string;
7184
7348
  /**
@@ -7214,7 +7378,7 @@ export interface GetResourceResourceSshCustomerKey {
7214
7378
  */
7215
7379
  portForwarding?: boolean;
7216
7380
  /**
7217
- * The local port used by clients to connect to this resource.
7381
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7218
7382
  */
7219
7383
  portOverride?: number;
7220
7384
  /**
@@ -7250,7 +7414,7 @@ export interface GetResourceResourceSshPassword {
7250
7414
  */
7251
7415
  allowDeprecatedKeyExchanges?: boolean;
7252
7416
  /**
7253
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7417
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7254
7418
  */
7255
7419
  bindInterface?: string;
7256
7420
  /**
@@ -7282,7 +7446,7 @@ export interface GetResourceResourceSshPassword {
7282
7446
  */
7283
7447
  portForwarding?: boolean;
7284
7448
  /**
7285
- * The local port used by clients to connect to this resource.
7449
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7286
7450
  */
7287
7451
  portOverride?: number;
7288
7452
  /**
@@ -7310,7 +7474,7 @@ export interface GetResourceResourceSshPassword {
7310
7474
  }
7311
7475
  export interface GetResourceResourceSybase {
7312
7476
  /**
7313
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7477
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7314
7478
  */
7315
7479
  bindInterface?: string;
7316
7480
  /**
@@ -7338,7 +7502,7 @@ export interface GetResourceResourceSybase {
7338
7502
  */
7339
7503
  port?: number;
7340
7504
  /**
7341
- * The local port used by clients to connect to this resource.
7505
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7342
7506
  */
7343
7507
  portOverride?: number;
7344
7508
  /**
@@ -7366,7 +7530,7 @@ export interface GetResourceResourceSybase {
7366
7530
  }
7367
7531
  export interface GetResourceResourceSybaseIq {
7368
7532
  /**
7369
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7533
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7370
7534
  */
7371
7535
  bindInterface?: string;
7372
7536
  /**
@@ -7394,7 +7558,7 @@ export interface GetResourceResourceSybaseIq {
7394
7558
  */
7395
7559
  port?: number;
7396
7560
  /**
7397
- * The local port used by clients to connect to this resource.
7561
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7398
7562
  */
7399
7563
  portOverride?: number;
7400
7564
  /**
@@ -7422,7 +7586,7 @@ export interface GetResourceResourceSybaseIq {
7422
7586
  }
7423
7587
  export interface GetResourceResourceTeradata {
7424
7588
  /**
7425
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7589
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7426
7590
  */
7427
7591
  bindInterface?: string;
7428
7592
  /**
@@ -7450,7 +7614,7 @@ export interface GetResourceResourceTeradata {
7450
7614
  */
7451
7615
  port?: number;
7452
7616
  /**
7453
- * The local port used by clients to connect to this resource.
7617
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7454
7618
  */
7455
7619
  portOverride?: number;
7456
7620
  /**
@@ -7478,7 +7642,7 @@ export interface GetResourceResourceTeradata {
7478
7642
  }
7479
7643
  export interface GetResourceResourceTrino {
7480
7644
  /**
7481
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7645
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7482
7646
  */
7483
7647
  bindInterface?: string;
7484
7648
  /**
@@ -7506,7 +7670,7 @@ export interface GetResourceResourceTrino {
7506
7670
  */
7507
7671
  port?: number;
7508
7672
  /**
7509
- * The local port used by clients to connect to this resource.
7673
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7510
7674
  */
7511
7675
  portOverride?: number;
7512
7676
  /**
@@ -7538,7 +7702,7 @@ export interface GetResourceResourceTrino {
7538
7702
  }
7539
7703
  export interface GetResourceResourceVertica {
7540
7704
  /**
7541
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7705
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
7542
7706
  */
7543
7707
  bindInterface?: string;
7544
7708
  /**
@@ -7570,7 +7734,7 @@ export interface GetResourceResourceVertica {
7570
7734
  */
7571
7735
  port?: number;
7572
7736
  /**
7573
- * The local port used by clients to connect to this resource.
7737
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
7574
7738
  */
7575
7739
  portOverride?: number;
7576
7740
  /**
@@ -8667,7 +8831,7 @@ export interface NodeRelayMaintenanceWindow {
8667
8831
  }
8668
8832
  export interface ResourceAerospike {
8669
8833
  /**
8670
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8834
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8671
8835
  */
8672
8836
  bindInterface: string;
8673
8837
  /**
@@ -8691,7 +8855,7 @@ export interface ResourceAerospike {
8691
8855
  */
8692
8856
  port?: number;
8693
8857
  /**
8694
- * The local port used by clients to connect to this resource.
8858
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
8695
8859
  */
8696
8860
  portOverride: number;
8697
8861
  /**
@@ -8727,7 +8891,7 @@ export interface ResourceAks {
8727
8891
  */
8728
8892
  allowResourceRoleBypass?: boolean;
8729
8893
  /**
8730
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8894
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8731
8895
  */
8732
8896
  bindInterface: string;
8733
8897
  /**
@@ -8779,7 +8943,7 @@ export interface ResourceAks {
8779
8943
  */
8780
8944
  port: number;
8781
8945
  /**
8782
- * The local port used by clients to connect to this resource.
8946
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
8783
8947
  */
8784
8948
  portOverride: number;
8785
8949
  /**
@@ -8803,7 +8967,7 @@ export interface ResourceAks {
8803
8967
  }
8804
8968
  export interface ResourceAksBasicAuth {
8805
8969
  /**
8806
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8970
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8807
8971
  */
8808
8972
  bindInterface: string;
8809
8973
  /**
@@ -8831,7 +8995,7 @@ export interface ResourceAksBasicAuth {
8831
8995
  */
8832
8996
  port: number;
8833
8997
  /**
8834
- * The local port used by clients to connect to this resource.
8998
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
8835
8999
  */
8836
9000
  portOverride: number;
8837
9001
  /**
@@ -8863,7 +9027,7 @@ export interface ResourceAksServiceAccount {
8863
9027
  */
8864
9028
  allowResourceRoleBypass?: boolean;
8865
9029
  /**
8866
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9030
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8867
9031
  */
8868
9032
  bindInterface: string;
8869
9033
  /**
@@ -8903,7 +9067,7 @@ export interface ResourceAksServiceAccount {
8903
9067
  */
8904
9068
  port: number;
8905
9069
  /**
8906
- * The local port used by clients to connect to this resource.
9070
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
8907
9071
  */
8908
9072
  portOverride: number;
8909
9073
  /**
@@ -8932,7 +9096,7 @@ export interface ResourceAksServiceAccount {
8932
9096
  }
8933
9097
  export interface ResourceAksServiceAccountUserImpersonation {
8934
9098
  /**
8935
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9099
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8936
9100
  */
8937
9101
  bindInterface: string;
8938
9102
  /**
@@ -8956,7 +9120,7 @@ export interface ResourceAksServiceAccountUserImpersonation {
8956
9120
  */
8957
9121
  port: number;
8958
9122
  /**
8959
- * The local port used by clients to connect to this resource.
9123
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
8960
9124
  */
8961
9125
  portOverride: number;
8962
9126
  /**
@@ -8985,7 +9149,7 @@ export interface ResourceAksServiceAccountUserImpersonation {
8985
9149
  }
8986
9150
  export interface ResourceAksUserImpersonation {
8987
9151
  /**
8988
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9152
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
8989
9153
  */
8990
9154
  bindInterface: string;
8991
9155
  /**
@@ -9021,7 +9185,7 @@ export interface ResourceAksUserImpersonation {
9021
9185
  */
9022
9186
  port: number;
9023
9187
  /**
9024
- * The local port used by clients to connect to this resource.
9188
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9025
9189
  */
9026
9190
  portOverride: number;
9027
9191
  /**
@@ -9053,7 +9217,7 @@ export interface ResourceAmazonEks {
9053
9217
  */
9054
9218
  allowResourceRoleBypass?: boolean;
9055
9219
  /**
9056
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9220
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9057
9221
  */
9058
9222
  bindInterface: string;
9059
9223
  /**
@@ -9097,7 +9261,7 @@ export interface ResourceAmazonEks {
9097
9261
  */
9098
9262
  name: string;
9099
9263
  /**
9100
- * The local port used by clients to connect to this resource.
9264
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9101
9265
  */
9102
9266
  portOverride: number;
9103
9267
  /**
@@ -9141,7 +9305,7 @@ export interface ResourceAmazonEksInstanceProfile {
9141
9305
  */
9142
9306
  allowResourceRoleBypass?: boolean;
9143
9307
  /**
9144
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9308
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9145
9309
  */
9146
9310
  bindInterface: string;
9147
9311
  /**
@@ -9185,7 +9349,7 @@ export interface ResourceAmazonEksInstanceProfile {
9185
9349
  */
9186
9350
  name: string;
9187
9351
  /**
9188
- * The local port used by clients to connect to this resource.
9352
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9189
9353
  */
9190
9354
  portOverride: number;
9191
9355
  /**
@@ -9221,7 +9385,7 @@ export interface ResourceAmazonEksInstanceProfile {
9221
9385
  }
9222
9386
  export interface ResourceAmazonEksInstanceProfileUserImpersonation {
9223
9387
  /**
9224
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9388
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9225
9389
  */
9226
9390
  bindInterface: string;
9227
9391
  /**
@@ -9249,7 +9413,7 @@ export interface ResourceAmazonEksInstanceProfileUserImpersonation {
9249
9413
  */
9250
9414
  name: string;
9251
9415
  /**
9252
- * The local port used by clients to connect to this resource.
9416
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9253
9417
  */
9254
9418
  portOverride: number;
9255
9419
  /**
@@ -9289,7 +9453,7 @@ export interface ResourceAmazonEksUserImpersonation {
9289
9453
  */
9290
9454
  accessKey?: string;
9291
9455
  /**
9292
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9456
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9293
9457
  */
9294
9458
  bindInterface: string;
9295
9459
  /**
@@ -9317,7 +9481,7 @@ export interface ResourceAmazonEksUserImpersonation {
9317
9481
  */
9318
9482
  name: string;
9319
9483
  /**
9320
- * The local port used by clients to connect to this resource.
9484
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9321
9485
  */
9322
9486
  portOverride: number;
9323
9487
  /**
@@ -9361,7 +9525,7 @@ export interface ResourceAmazonEs {
9361
9525
  */
9362
9526
  accessKey?: string;
9363
9527
  /**
9364
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9528
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9365
9529
  */
9366
9530
  bindInterface: string;
9367
9531
  /**
@@ -9377,7 +9541,7 @@ export interface ResourceAmazonEs {
9377
9541
  */
9378
9542
  name: string;
9379
9543
  /**
9380
- * The local port used by clients to connect to this resource.
9544
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9381
9545
  */
9382
9546
  portOverride: number;
9383
9547
  /**
@@ -9417,7 +9581,7 @@ export interface ResourceAmazonEs {
9417
9581
  }
9418
9582
  export interface ResourceAmazonEsiam {
9419
9583
  /**
9420
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9584
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9421
9585
  */
9422
9586
  bindInterface: string;
9423
9587
  /**
@@ -9433,7 +9597,7 @@ export interface ResourceAmazonEsiam {
9433
9597
  */
9434
9598
  name: string;
9435
9599
  /**
9436
- * The local port used by clients to connect to this resource.
9600
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9437
9601
  */
9438
9602
  portOverride: number;
9439
9603
  /**
@@ -9471,9 +9635,65 @@ export interface ResourceAmazonEsiam {
9471
9635
  */
9472
9636
  tlsRequired?: boolean;
9473
9637
  }
9638
+ export interface ResourceAmazonmqAmqp {
9639
+ /**
9640
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9641
+ */
9642
+ bindInterface: string;
9643
+ /**
9644
+ * A filter applied to the routing logic to pin datasource to nodes.
9645
+ */
9646
+ egressFilter?: string;
9647
+ /**
9648
+ * The host to dial to initiate a connection from the egress node to this resource.
9649
+ */
9650
+ hostname: string;
9651
+ /**
9652
+ * Unique human-readable name of the Resource.
9653
+ */
9654
+ name: string;
9655
+ /**
9656
+ * The password to authenticate with.
9657
+ */
9658
+ password?: string;
9659
+ /**
9660
+ * The port to dial to initiate a connection from the egress node to this resource.
9661
+ */
9662
+ port?: number;
9663
+ /**
9664
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9665
+ */
9666
+ portOverride: number;
9667
+ /**
9668
+ * ID of the proxy cluster for this resource, if any.
9669
+ */
9670
+ proxyClusterId?: string;
9671
+ /**
9672
+ * ID of the secret store containing credentials for this resource, if any.
9673
+ */
9674
+ secretStoreId?: string;
9675
+ /**
9676
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
9677
+ */
9678
+ subdomain: string;
9679
+ /**
9680
+ * Tags is a map of key, value pairs.
9681
+ */
9682
+ tags?: {
9683
+ [key: string]: string;
9684
+ };
9685
+ /**
9686
+ * If set, TLS must be used to connect to this resource.
9687
+ */
9688
+ tlsRequired?: boolean;
9689
+ /**
9690
+ * The username to authenticate with.
9691
+ */
9692
+ username?: string;
9693
+ }
9474
9694
  export interface ResourceAmazonmqAmqp091 {
9475
9695
  /**
9476
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9696
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9477
9697
  */
9478
9698
  bindInterface: string;
9479
9699
  /**
@@ -9497,7 +9717,7 @@ export interface ResourceAmazonmqAmqp091 {
9497
9717
  */
9498
9718
  port?: number;
9499
9719
  /**
9500
- * The local port used by clients to connect to this resource.
9720
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9501
9721
  */
9502
9722
  portOverride: number;
9503
9723
  /**
@@ -9537,7 +9757,7 @@ export interface ResourceAthena {
9537
9757
  */
9538
9758
  athenaOutput: string;
9539
9759
  /**
9540
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9760
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9541
9761
  */
9542
9762
  bindInterface: string;
9543
9763
  /**
@@ -9549,7 +9769,7 @@ export interface ResourceAthena {
9549
9769
  */
9550
9770
  name: string;
9551
9771
  /**
9552
- * The local port used by clients to connect to this resource.
9772
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9553
9773
  */
9554
9774
  portOverride: number;
9555
9775
  /**
@@ -9589,7 +9809,7 @@ export interface ResourceAthena {
9589
9809
  }
9590
9810
  export interface ResourceAthenaIam {
9591
9811
  /**
9592
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9812
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9593
9813
  */
9594
9814
  bindInterface: string;
9595
9815
  /**
@@ -9605,7 +9825,7 @@ export interface ResourceAthenaIam {
9605
9825
  */
9606
9826
  output: string;
9607
9827
  /**
9608
- * The local port used by clients to connect to this resource.
9828
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9609
9829
  */
9610
9830
  portOverride: number;
9611
9831
  /**
@@ -9641,7 +9861,7 @@ export interface ResourceAthenaIam {
9641
9861
  }
9642
9862
  export interface ResourceAuroraMysql {
9643
9863
  /**
9644
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9864
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9645
9865
  */
9646
9866
  bindInterface: string;
9647
9867
  /**
@@ -9669,7 +9889,7 @@ export interface ResourceAuroraMysql {
9669
9889
  */
9670
9890
  port?: number;
9671
9891
  /**
9672
- * The local port used by clients to connect to this resource.
9892
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9673
9893
  */
9674
9894
  portOverride: number;
9675
9895
  /**
@@ -9705,7 +9925,7 @@ export interface ResourceAuroraMysql {
9705
9925
  }
9706
9926
  export interface ResourceAuroraMysqlIam {
9707
9927
  /**
9708
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9928
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9709
9929
  */
9710
9930
  bindInterface: string;
9711
9931
  /**
@@ -9729,7 +9949,7 @@ export interface ResourceAuroraMysqlIam {
9729
9949
  */
9730
9950
  port?: number;
9731
9951
  /**
9732
- * The local port used by clients to connect to this resource.
9952
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9733
9953
  */
9734
9954
  portOverride: number;
9735
9955
  /**
@@ -9765,7 +9985,7 @@ export interface ResourceAuroraMysqlIam {
9765
9985
  }
9766
9986
  export interface ResourceAuroraPostgres {
9767
9987
  /**
9768
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
9988
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9769
9989
  */
9770
9990
  bindInterface: string;
9771
9991
  /**
@@ -9797,7 +10017,7 @@ export interface ResourceAuroraPostgres {
9797
10017
  */
9798
10018
  port?: number;
9799
10019
  /**
9800
- * The local port used by clients to connect to this resource.
10020
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9801
10021
  */
9802
10022
  portOverride: number;
9803
10023
  /**
@@ -9825,7 +10045,7 @@ export interface ResourceAuroraPostgres {
9825
10045
  }
9826
10046
  export interface ResourceAuroraPostgresIam {
9827
10047
  /**
9828
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10048
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9829
10049
  */
9830
10050
  bindInterface: string;
9831
10051
  /**
@@ -9853,7 +10073,7 @@ export interface ResourceAuroraPostgresIam {
9853
10073
  */
9854
10074
  port?: number;
9855
10075
  /**
9856
- * The local port used by clients to connect to this resource.
10076
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9857
10077
  */
9858
10078
  portOverride: number;
9859
10079
  /**
@@ -9893,7 +10113,7 @@ export interface ResourceAws {
9893
10113
  */
9894
10114
  accessKey?: string;
9895
10115
  /**
9896
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10116
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9897
10117
  */
9898
10118
  bindInterface: string;
9899
10119
  /**
@@ -9909,7 +10129,7 @@ export interface ResourceAws {
9909
10129
  */
9910
10130
  name: string;
9911
10131
  /**
9912
- * The local port used by clients to connect to this resource.
10132
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9913
10133
  */
9914
10134
  portOverride: number;
9915
10135
  /**
@@ -9945,7 +10165,7 @@ export interface ResourceAws {
9945
10165
  }
9946
10166
  export interface ResourceAwsConsole {
9947
10167
  /**
9948
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10168
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
9949
10169
  */
9950
10170
  bindInterface: string;
9951
10171
  /**
@@ -9969,7 +10189,7 @@ export interface ResourceAwsConsole {
9969
10189
  */
9970
10190
  name: string;
9971
10191
  /**
9972
- * The local port used by clients to connect to this resource.
10192
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
9973
10193
  */
9974
10194
  portOverride: number;
9975
10195
  /**
@@ -10013,7 +10233,7 @@ export interface ResourceAwsConsoleStaticKeyPair {
10013
10233
  */
10014
10234
  accessKey?: string;
10015
10235
  /**
10016
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10236
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10017
10237
  */
10018
10238
  bindInterface: string;
10019
10239
  /**
@@ -10033,7 +10253,7 @@ export interface ResourceAwsConsoleStaticKeyPair {
10033
10253
  */
10034
10254
  name: string;
10035
10255
  /**
10036
- * The local port used by clients to connect to this resource.
10256
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10037
10257
  */
10038
10258
  portOverride: number;
10039
10259
  /**
@@ -10077,7 +10297,7 @@ export interface ResourceAwsConsoleStaticKeyPair {
10077
10297
  }
10078
10298
  export interface ResourceAwsInstanceProfile {
10079
10299
  /**
10080
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10300
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10081
10301
  */
10082
10302
  bindInterface: string;
10083
10303
  /**
@@ -10093,7 +10313,7 @@ export interface ResourceAwsInstanceProfile {
10093
10313
  */
10094
10314
  name: string;
10095
10315
  /**
10096
- * The local port used by clients to connect to this resource.
10316
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10097
10317
  */
10098
10318
  portOverride: number;
10099
10319
  /**
@@ -10133,7 +10353,7 @@ export interface ResourceAzure {
10133
10353
  */
10134
10354
  appId?: string;
10135
10355
  /**
10136
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10356
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10137
10357
  */
10138
10358
  bindInterface: string;
10139
10359
  /**
@@ -10149,7 +10369,7 @@ export interface ResourceAzure {
10149
10369
  */
10150
10370
  password?: string;
10151
10371
  /**
10152
- * The local port used by clients to connect to this resource.
10372
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10153
10373
  */
10154
10374
  portOverride: number;
10155
10375
  /**
@@ -10182,7 +10402,7 @@ export interface ResourceAzureCertificate {
10182
10402
  */
10183
10403
  appId?: string;
10184
10404
  /**
10185
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10405
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10186
10406
  */
10187
10407
  bindInterface: string;
10188
10408
  /**
@@ -10198,7 +10418,7 @@ export interface ResourceAzureCertificate {
10198
10418
  */
10199
10419
  name: string;
10200
10420
  /**
10201
- * The local port used by clients to connect to this resource.
10421
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10202
10422
  */
10203
10423
  portOverride: number;
10204
10424
  /**
@@ -10225,39 +10445,47 @@ export interface ResourceAzureCertificate {
10225
10445
  */
10226
10446
  tenantId?: string;
10227
10447
  }
10228
- export interface ResourceAzureConsole {
10448
+ export interface ResourceAzureMysql {
10229
10449
  /**
10230
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10450
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10231
10451
  */
10232
10452
  bindInterface: string;
10233
10453
  /**
10234
- * The connector ID to authenticate through.
10454
+ * The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
10235
10455
  */
10236
- connectorId: string;
10456
+ database?: string;
10237
10457
  /**
10238
10458
  * A filter applied to the routing logic to pin datasource to nodes.
10239
10459
  */
10240
10460
  egressFilter?: string;
10241
10461
  /**
10242
- * The ID of the identity set to use for identity connections.
10243
- */
10244
- identitySetId?: string;
10245
- /**
10246
- * The management group ID to authenticate scope Privileges to.
10462
+ * The host to dial to initiate a connection from the egress node to this resource.
10247
10463
  */
10248
- managementGroupId?: string;
10464
+ hostname: string;
10249
10465
  /**
10250
10466
  * Unique human-readable name of the Resource.
10251
10467
  */
10252
10468
  name: string;
10253
10469
  /**
10254
- * The privilege levels specify which Groups are managed externally
10470
+ * The password to authenticate with.
10471
+ */
10472
+ password?: string;
10473
+ /**
10474
+ * The port to dial to initiate a connection from the egress node to this resource.
10475
+ */
10476
+ port?: number;
10477
+ /**
10478
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10255
10479
  */
10256
- privilegeLevels: string;
10480
+ portOverride: number;
10257
10481
  /**
10258
10482
  * ID of the proxy cluster for this resource, if any.
10259
10483
  */
10260
10484
  proxyClusterId?: string;
10485
+ /**
10486
+ * Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
10487
+ */
10488
+ requireNativeAuth?: boolean;
10261
10489
  /**
10262
10490
  * ID of the secret store containing credentials for this resource, if any.
10263
10491
  */
@@ -10266,20 +10494,24 @@ export interface ResourceAzureConsole {
10266
10494
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
10267
10495
  */
10268
10496
  subdomain: string;
10269
- /**
10270
- * The subscription ID to authenticate scope Privileges to.
10271
- */
10272
- subscriptionId?: string;
10273
10497
  /**
10274
10498
  * Tags is a map of key, value pairs.
10275
10499
  */
10276
10500
  tags?: {
10277
10501
  [key: string]: string;
10278
10502
  };
10503
+ /**
10504
+ * If true, appends the hostname to the username when hitting a database.azure.com address
10505
+ */
10506
+ useAzureSingleServerUsernames?: boolean;
10507
+ /**
10508
+ * The username to authenticate with.
10509
+ */
10510
+ username?: string;
10279
10511
  }
10280
- export interface ResourceAzureMysql {
10512
+ export interface ResourceAzureMysqlManagedIdentity {
10281
10513
  /**
10282
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10514
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10283
10515
  */
10284
10516
  bindInterface: string;
10285
10517
  /**
@@ -10307,17 +10539,13 @@ export interface ResourceAzureMysql {
10307
10539
  */
10308
10540
  port?: number;
10309
10541
  /**
10310
- * The local port used by clients to connect to this resource.
10542
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10311
10543
  */
10312
10544
  portOverride: number;
10313
10545
  /**
10314
10546
  * ID of the proxy cluster for this resource, if any.
10315
10547
  */
10316
10548
  proxyClusterId?: string;
10317
- /**
10318
- * Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
10319
- */
10320
- requireNativeAuth?: boolean;
10321
10549
  /**
10322
10550
  * ID of the secret store containing credentials for this resource, if any.
10323
10551
  */
@@ -10343,7 +10571,7 @@ export interface ResourceAzureMysql {
10343
10571
  }
10344
10572
  export interface ResourceAzurePostgres {
10345
10573
  /**
10346
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10574
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10347
10575
  */
10348
10576
  bindInterface: string;
10349
10577
  /**
@@ -10375,7 +10603,7 @@ export interface ResourceAzurePostgres {
10375
10603
  */
10376
10604
  port?: number;
10377
10605
  /**
10378
- * The local port used by clients to connect to this resource.
10606
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10379
10607
  */
10380
10608
  portOverride: number;
10381
10609
  /**
@@ -10403,7 +10631,7 @@ export interface ResourceAzurePostgres {
10403
10631
  }
10404
10632
  export interface ResourceAzurePostgresManagedIdentity {
10405
10633
  /**
10406
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10634
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10407
10635
  */
10408
10636
  bindInterface: string;
10409
10637
  /**
@@ -10435,7 +10663,7 @@ export interface ResourceAzurePostgresManagedIdentity {
10435
10663
  */
10436
10664
  port?: number;
10437
10665
  /**
10438
- * The local port used by clients to connect to this resource.
10666
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10439
10667
  */
10440
10668
  portOverride: number;
10441
10669
  /**
@@ -10467,7 +10695,7 @@ export interface ResourceAzurePostgresManagedIdentity {
10467
10695
  }
10468
10696
  export interface ResourceBigQuery {
10469
10697
  /**
10470
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10698
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10471
10699
  */
10472
10700
  bindInterface: string;
10473
10701
  /**
@@ -10483,7 +10711,7 @@ export interface ResourceBigQuery {
10483
10711
  */
10484
10712
  name: string;
10485
10713
  /**
10486
- * The local port used by clients to connect to this resource.
10714
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10487
10715
  */
10488
10716
  portOverride: number;
10489
10717
  /**
@@ -10519,7 +10747,7 @@ export interface ResourceBigQuery {
10519
10747
  }
10520
10748
  export interface ResourceCassandra {
10521
10749
  /**
10522
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10750
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10523
10751
  */
10524
10752
  bindInterface: string;
10525
10753
  /**
@@ -10543,7 +10771,7 @@ export interface ResourceCassandra {
10543
10771
  */
10544
10772
  port?: number;
10545
10773
  /**
10546
- * The local port used by clients to connect to this resource.
10774
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10547
10775
  */
10548
10776
  portOverride: number;
10549
10777
  /**
@@ -10575,7 +10803,7 @@ export interface ResourceCassandra {
10575
10803
  }
10576
10804
  export interface ResourceCitus {
10577
10805
  /**
10578
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10806
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10579
10807
  */
10580
10808
  bindInterface: string;
10581
10809
  /**
@@ -10607,7 +10835,7 @@ export interface ResourceCitus {
10607
10835
  */
10608
10836
  port?: number;
10609
10837
  /**
10610
- * The local port used by clients to connect to this resource.
10838
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10611
10839
  */
10612
10840
  portOverride: number;
10613
10841
  /**
@@ -10635,7 +10863,7 @@ export interface ResourceCitus {
10635
10863
  }
10636
10864
  export interface ResourceClickHouseHttp {
10637
10865
  /**
10638
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10866
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10639
10867
  */
10640
10868
  bindInterface: string;
10641
10869
  /**
@@ -10655,7 +10883,7 @@ export interface ResourceClickHouseHttp {
10655
10883
  */
10656
10884
  password?: string;
10657
10885
  /**
10658
- * The local port used by clients to connect to this resource.
10886
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10659
10887
  */
10660
10888
  portOverride: number;
10661
10889
  /**
@@ -10684,7 +10912,7 @@ export interface ResourceClickHouseHttp {
10684
10912
  }
10685
10913
  export interface ResourceClickHouseMySql {
10686
10914
  /**
10687
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10915
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10688
10916
  */
10689
10917
  bindInterface: string;
10690
10918
  /**
@@ -10712,7 +10940,7 @@ export interface ResourceClickHouseMySql {
10712
10940
  */
10713
10941
  port?: number;
10714
10942
  /**
10715
- * The local port used by clients to connect to this resource.
10943
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10716
10944
  */
10717
10945
  portOverride: number;
10718
10946
  /**
@@ -10744,7 +10972,7 @@ export interface ResourceClickHouseMySql {
10744
10972
  }
10745
10973
  export interface ResourceClickHouseTcp {
10746
10974
  /**
10747
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10975
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10748
10976
  */
10749
10977
  bindInterface: string;
10750
10978
  /**
@@ -10772,7 +11000,7 @@ export interface ResourceClickHouseTcp {
10772
11000
  */
10773
11001
  port: number;
10774
11002
  /**
10775
- * The local port used by clients to connect to this resource.
11003
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10776
11004
  */
10777
11005
  portOverride: number;
10778
11006
  /**
@@ -10804,7 +11032,7 @@ export interface ResourceClickHouseTcp {
10804
11032
  }
10805
11033
  export interface ResourceClustrix {
10806
11034
  /**
10807
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11035
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10808
11036
  */
10809
11037
  bindInterface: string;
10810
11038
  /**
@@ -10832,7 +11060,7 @@ export interface ResourceClustrix {
10832
11060
  */
10833
11061
  port?: number;
10834
11062
  /**
10835
- * The local port used by clients to connect to this resource.
11063
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10836
11064
  */
10837
11065
  portOverride: number;
10838
11066
  /**
@@ -10868,7 +11096,7 @@ export interface ResourceClustrix {
10868
11096
  }
10869
11097
  export interface ResourceCockroach {
10870
11098
  /**
10871
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11099
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10872
11100
  */
10873
11101
  bindInterface: string;
10874
11102
  /**
@@ -10900,7 +11128,7 @@ export interface ResourceCockroach {
10900
11128
  */
10901
11129
  port?: number;
10902
11130
  /**
10903
- * The local port used by clients to connect to this resource.
11131
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10904
11132
  */
10905
11133
  portOverride: number;
10906
11134
  /**
@@ -10928,7 +11156,7 @@ export interface ResourceCockroach {
10928
11156
  }
10929
11157
  export interface ResourceCouchbaseDatabase {
10930
11158
  /**
10931
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11159
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10932
11160
  */
10933
11161
  bindInterface: string;
10934
11162
  /**
@@ -10956,7 +11184,7 @@ export interface ResourceCouchbaseDatabase {
10956
11184
  */
10957
11185
  port?: number;
10958
11186
  /**
10959
- * The local port used by clients to connect to this resource.
11187
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
10960
11188
  */
10961
11189
  portOverride: number;
10962
11190
  /**
@@ -10988,7 +11216,7 @@ export interface ResourceCouchbaseDatabase {
10988
11216
  }
10989
11217
  export interface ResourceCouchbaseWebUi {
10990
11218
  /**
10991
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11219
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
10992
11220
  */
10993
11221
  bindInterface: string;
10994
11222
  /**
@@ -11004,7 +11232,7 @@ export interface ResourceCouchbaseWebUi {
11004
11232
  */
11005
11233
  password?: string;
11006
11234
  /**
11007
- * The local port used by clients to connect to this resource.
11235
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11008
11236
  */
11009
11237
  portOverride: number;
11010
11238
  /**
@@ -11037,7 +11265,7 @@ export interface ResourceCouchbaseWebUi {
11037
11265
  }
11038
11266
  export interface ResourceDb2I {
11039
11267
  /**
11040
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11268
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11041
11269
  */
11042
11270
  bindInterface: string;
11043
11271
  /**
@@ -11061,7 +11289,7 @@ export interface ResourceDb2I {
11061
11289
  */
11062
11290
  port: number;
11063
11291
  /**
11064
- * The local port used by clients to connect to this resource.
11292
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11065
11293
  */
11066
11294
  portOverride: number;
11067
11295
  /**
@@ -11093,7 +11321,7 @@ export interface ResourceDb2I {
11093
11321
  }
11094
11322
  export interface ResourceDb2Luw {
11095
11323
  /**
11096
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11324
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11097
11325
  */
11098
11326
  bindInterface: string;
11099
11327
  /**
@@ -11121,7 +11349,7 @@ export interface ResourceDb2Luw {
11121
11349
  */
11122
11350
  port?: number;
11123
11351
  /**
11124
- * The local port used by clients to connect to this resource.
11352
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11125
11353
  */
11126
11354
  portOverride: number;
11127
11355
  /**
@@ -11157,7 +11385,7 @@ export interface ResourceDocumentDbHost {
11157
11385
  */
11158
11386
  authDatabase: string;
11159
11387
  /**
11160
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11388
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11161
11389
  */
11162
11390
  bindInterface: string;
11163
11391
  /**
@@ -11181,7 +11409,7 @@ export interface ResourceDocumentDbHost {
11181
11409
  */
11182
11410
  port?: number;
11183
11411
  /**
11184
- * The local port used by clients to connect to this resource.
11412
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11185
11413
  */
11186
11414
  portOverride: number;
11187
11415
  /**
@@ -11209,7 +11437,7 @@ export interface ResourceDocumentDbHost {
11209
11437
  }
11210
11438
  export interface ResourceDocumentDbHostIam {
11211
11439
  /**
11212
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11440
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11213
11441
  */
11214
11442
  bindInterface: string;
11215
11443
  /**
@@ -11229,7 +11457,7 @@ export interface ResourceDocumentDbHostIam {
11229
11457
  */
11230
11458
  port?: number;
11231
11459
  /**
11232
- * The local port used by clients to connect to this resource.
11460
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11233
11461
  */
11234
11462
  portOverride: number;
11235
11463
  /**
@@ -11261,7 +11489,7 @@ export interface ResourceDocumentDbReplicaSet {
11261
11489
  */
11262
11490
  authDatabase: string;
11263
11491
  /**
11264
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11492
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11265
11493
  */
11266
11494
  bindInterface: string;
11267
11495
  /**
@@ -11285,7 +11513,7 @@ export interface ResourceDocumentDbReplicaSet {
11285
11513
  */
11286
11514
  password?: string;
11287
11515
  /**
11288
- * The local port used by clients to connect to this resource.
11516
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11289
11517
  */
11290
11518
  portOverride: number;
11291
11519
  /**
@@ -11317,7 +11545,7 @@ export interface ResourceDocumentDbReplicaSet {
11317
11545
  }
11318
11546
  export interface ResourceDocumentDbReplicaSetIam {
11319
11547
  /**
11320
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11548
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11321
11549
  */
11322
11550
  bindInterface: string;
11323
11551
  /**
@@ -11337,7 +11565,7 @@ export interface ResourceDocumentDbReplicaSetIam {
11337
11565
  */
11338
11566
  name: string;
11339
11567
  /**
11340
- * The local port used by clients to connect to this resource.
11568
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11341
11569
  */
11342
11570
  portOverride: number;
11343
11571
  /**
@@ -11365,7 +11593,7 @@ export interface ResourceDocumentDbReplicaSetIam {
11365
11593
  }
11366
11594
  export interface ResourceDruid {
11367
11595
  /**
11368
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11596
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11369
11597
  */
11370
11598
  bindInterface: string;
11371
11599
  /**
@@ -11389,7 +11617,7 @@ export interface ResourceDruid {
11389
11617
  */
11390
11618
  port?: number;
11391
11619
  /**
11392
- * The local port used by clients to connect to this resource.
11620
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11393
11621
  */
11394
11622
  portOverride: number;
11395
11623
  /**
@@ -11421,7 +11649,7 @@ export interface ResourceDynamoDb {
11421
11649
  */
11422
11650
  accessKey?: string;
11423
11651
  /**
11424
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11652
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11425
11653
  */
11426
11654
  bindInterface: string;
11427
11655
  /**
@@ -11437,7 +11665,7 @@ export interface ResourceDynamoDb {
11437
11665
  */
11438
11666
  name: string;
11439
11667
  /**
11440
- * The local port used by clients to connect to this resource.
11668
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11441
11669
  */
11442
11670
  portOverride: number;
11443
11671
  /**
@@ -11477,7 +11705,7 @@ export interface ResourceDynamoDb {
11477
11705
  }
11478
11706
  export interface ResourceDynamoDbiam {
11479
11707
  /**
11480
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11708
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11481
11709
  */
11482
11710
  bindInterface: string;
11483
11711
  /**
@@ -11493,7 +11721,7 @@ export interface ResourceDynamoDbiam {
11493
11721
  */
11494
11722
  name: string;
11495
11723
  /**
11496
- * The local port used by clients to connect to this resource.
11724
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11497
11725
  */
11498
11726
  portOverride: number;
11499
11727
  /**
@@ -11529,7 +11757,7 @@ export interface ResourceDynamoDbiam {
11529
11757
  }
11530
11758
  export interface ResourceElastic {
11531
11759
  /**
11532
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11760
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11533
11761
  */
11534
11762
  bindInterface: string;
11535
11763
  /**
@@ -11553,7 +11781,7 @@ export interface ResourceElastic {
11553
11781
  */
11554
11782
  port?: number;
11555
11783
  /**
11556
- * The local port used by clients to connect to this resource.
11784
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11557
11785
  */
11558
11786
  portOverride: number;
11559
11787
  /**
@@ -11585,7 +11813,7 @@ export interface ResourceElastic {
11585
11813
  }
11586
11814
  export interface ResourceElasticacheRedis {
11587
11815
  /**
11588
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11816
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11589
11817
  */
11590
11818
  bindInterface: string;
11591
11819
  /**
@@ -11609,7 +11837,7 @@ export interface ResourceElasticacheRedis {
11609
11837
  */
11610
11838
  port?: number;
11611
11839
  /**
11612
- * The local port used by clients to connect to this resource.
11840
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11613
11841
  */
11614
11842
  portOverride: number;
11615
11843
  /**
@@ -11639,9 +11867,74 @@ export interface ResourceElasticacheRedis {
11639
11867
  */
11640
11868
  username?: string;
11641
11869
  }
11870
+ export interface ResourceEntraId {
11871
+ /**
11872
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11873
+ */
11874
+ bindInterface: string;
11875
+ /**
11876
+ * If true, configures discovery of a cluster to be run from a node.
11877
+ */
11878
+ discoveryEnabled?: boolean;
11879
+ /**
11880
+ * A filter applied to the routing logic to pin datasource to nodes.
11881
+ */
11882
+ egressFilter?: string;
11883
+ /**
11884
+ * comma separated list of group names to filter by. Supports wildcards (*)
11885
+ */
11886
+ groupNames?: string;
11887
+ /**
11888
+ * The ID of the identity set to use for identity connections.
11889
+ */
11890
+ identitySetId: string;
11891
+ /**
11892
+ * The management group ID to authenticate scope Privileges to.
11893
+ */
11894
+ managementGroupId?: string;
11895
+ /**
11896
+ * Unique human-readable name of the Resource.
11897
+ */
11898
+ name: string;
11899
+ /**
11900
+ * The privilege levels specify which Groups are managed externally
11901
+ */
11902
+ privilegeLevels?: string;
11903
+ /**
11904
+ * ID of the proxy cluster for this resource, if any.
11905
+ */
11906
+ proxyClusterId?: string;
11907
+ /**
11908
+ * filters discovered groups to the specified Resource Group
11909
+ */
11910
+ resourceGroupId?: string;
11911
+ /**
11912
+ * ID of the secret store containing credentials for this resource, if any.
11913
+ */
11914
+ secretStoreId?: string;
11915
+ /**
11916
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
11917
+ */
11918
+ subdomain: string;
11919
+ /**
11920
+ * The subscription ID to authenticate scope Privileges to.
11921
+ */
11922
+ subscriptionId?: string;
11923
+ /**
11924
+ * Tags is a map of key, value pairs.
11925
+ */
11926
+ tags?: {
11927
+ [key: string]: string;
11928
+ };
11929
+ /**
11930
+ * The Azure AD directory (tenant) ID with which to authenticate.
11931
+ * * sql_server_kerberos_ad:
11932
+ */
11933
+ tenantId: string;
11934
+ }
11642
11935
  export interface ResourceGcp {
11643
11936
  /**
11644
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11937
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11645
11938
  */
11646
11939
  bindInterface: string;
11647
11940
  /**
@@ -11657,7 +11950,7 @@ export interface ResourceGcp {
11657
11950
  */
11658
11951
  name: string;
11659
11952
  /**
11660
- * The local port used by clients to connect to this resource.
11953
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11661
11954
  */
11662
11955
  portOverride: number;
11663
11956
  /**
@@ -11685,7 +11978,7 @@ export interface ResourceGcp {
11685
11978
  }
11686
11979
  export interface ResourceGcpConsole {
11687
11980
  /**
11688
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11981
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11689
11982
  */
11690
11983
  bindInterface: string;
11691
11984
  /**
@@ -11705,7 +11998,7 @@ export interface ResourceGcpConsole {
11705
11998
  */
11706
11999
  name: string;
11707
12000
  /**
11708
- * The local port used by clients to connect to this resource.
12001
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11709
12002
  */
11710
12003
  portOverride: number;
11711
12004
  /**
@@ -11742,7 +12035,7 @@ export interface ResourceGcpConsole {
11742
12035
  }
11743
12036
  export interface ResourceGcpwif {
11744
12037
  /**
11745
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12038
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11746
12039
  */
11747
12040
  bindInterface: string;
11748
12041
  /**
@@ -11762,7 +12055,7 @@ export interface ResourceGcpwif {
11762
12055
  */
11763
12056
  name: string;
11764
12057
  /**
11765
- * The local port used by clients to connect to this resource.
12058
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11766
12059
  */
11767
12060
  portOverride: number;
11768
12061
  /**
@@ -11811,7 +12104,7 @@ export interface ResourceGoogleGke {
11811
12104
  */
11812
12105
  allowResourceRoleBypass?: boolean;
11813
12106
  /**
11814
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12107
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11815
12108
  */
11816
12109
  bindInterface: string;
11817
12110
  /**
@@ -11851,7 +12144,7 @@ export interface ResourceGoogleGke {
11851
12144
  */
11852
12145
  name: string;
11853
12146
  /**
11854
- * The local port used by clients to connect to this resource.
12147
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11855
12148
  */
11856
12149
  portOverride: number;
11857
12150
  /**
@@ -11879,7 +12172,7 @@ export interface ResourceGoogleGke {
11879
12172
  }
11880
12173
  export interface ResourceGoogleGkeUserImpersonation {
11881
12174
  /**
11882
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12175
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11883
12176
  */
11884
12177
  bindInterface: string;
11885
12178
  /**
@@ -11903,7 +12196,7 @@ export interface ResourceGoogleGkeUserImpersonation {
11903
12196
  */
11904
12197
  name: string;
11905
12198
  /**
11906
- * The local port used by clients to connect to this resource.
12199
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11907
12200
  */
11908
12201
  portOverride: number;
11909
12202
  /**
@@ -11931,7 +12224,7 @@ export interface ResourceGoogleGkeUserImpersonation {
11931
12224
  }
11932
12225
  export interface ResourceGreenplum {
11933
12226
  /**
11934
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12227
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11935
12228
  */
11936
12229
  bindInterface: string;
11937
12230
  /**
@@ -11963,7 +12256,7 @@ export interface ResourceGreenplum {
11963
12256
  */
11964
12257
  port?: number;
11965
12258
  /**
11966
- * The local port used by clients to connect to this resource.
12259
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
11967
12260
  */
11968
12261
  portOverride: number;
11969
12262
  /**
@@ -11995,7 +12288,7 @@ export interface ResourceHttpAuth {
11995
12288
  */
11996
12289
  authHeader?: string;
11997
12290
  /**
11998
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12291
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
11999
12292
  */
12000
12293
  bindInterface: string;
12001
12294
  /**
@@ -12023,7 +12316,7 @@ export interface ResourceHttpAuth {
12023
12316
  */
12024
12317
  name: string;
12025
12318
  /**
12026
- * The local port used by clients to connect to this resource.
12319
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12027
12320
  */
12028
12321
  portOverride: number;
12029
12322
  /**
@@ -12052,7 +12345,7 @@ export interface ResourceHttpAuth {
12052
12345
  }
12053
12346
  export interface ResourceHttpBasicAuth {
12054
12347
  /**
12055
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12348
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12056
12349
  */
12057
12350
  bindInterface: string;
12058
12351
  /**
@@ -12084,7 +12377,7 @@ export interface ResourceHttpBasicAuth {
12084
12377
  */
12085
12378
  password?: string;
12086
12379
  /**
12087
- * The local port used by clients to connect to this resource.
12380
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12088
12381
  */
12089
12382
  portOverride: number;
12090
12383
  /**
@@ -12117,7 +12410,7 @@ export interface ResourceHttpBasicAuth {
12117
12410
  }
12118
12411
  export interface ResourceHttpNoAuth {
12119
12412
  /**
12120
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12413
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12121
12414
  */
12122
12415
  bindInterface: string;
12123
12416
  /**
@@ -12145,7 +12438,7 @@ export interface ResourceHttpNoAuth {
12145
12438
  */
12146
12439
  name: string;
12147
12440
  /**
12148
- * The local port used by clients to connect to this resource.
12441
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12149
12442
  */
12150
12443
  portOverride: number;
12151
12444
  /**
@@ -12178,7 +12471,7 @@ export interface ResourceKubernetes {
12178
12471
  */
12179
12472
  allowResourceRoleBypass?: boolean;
12180
12473
  /**
12181
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12474
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12182
12475
  */
12183
12476
  bindInterface: string;
12184
12477
  /**
@@ -12230,7 +12523,7 @@ export interface ResourceKubernetes {
12230
12523
  */
12231
12524
  port: number;
12232
12525
  /**
12233
- * The local port used by clients to connect to this resource.
12526
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12234
12527
  */
12235
12528
  portOverride: number;
12236
12529
  /**
@@ -12254,7 +12547,7 @@ export interface ResourceKubernetes {
12254
12547
  }
12255
12548
  export interface ResourceKubernetesBasicAuth {
12256
12549
  /**
12257
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12550
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12258
12551
  */
12259
12552
  bindInterface: string;
12260
12553
  /**
@@ -12282,7 +12575,7 @@ export interface ResourceKubernetesBasicAuth {
12282
12575
  */
12283
12576
  port: number;
12284
12577
  /**
12285
- * The local port used by clients to connect to this resource.
12578
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12286
12579
  */
12287
12580
  portOverride: number;
12288
12581
  /**
@@ -12314,7 +12607,7 @@ export interface ResourceKubernetesPodIdentity {
12314
12607
  */
12315
12608
  allowResourceRoleBypass?: boolean;
12316
12609
  /**
12317
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12610
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12318
12611
  */
12319
12612
  bindInterface: string;
12320
12613
  /**
@@ -12350,7 +12643,7 @@ export interface ResourceKubernetesPodIdentity {
12350
12643
  */
12351
12644
  name: string;
12352
12645
  /**
12353
- * The local port used by clients to connect to this resource.
12646
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12354
12647
  */
12355
12648
  portOverride: number;
12356
12649
  /**
@@ -12378,7 +12671,7 @@ export interface ResourceKubernetesServiceAccount {
12378
12671
  */
12379
12672
  allowResourceRoleBypass?: boolean;
12380
12673
  /**
12381
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12674
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12382
12675
  */
12383
12676
  bindInterface: string;
12384
12677
  /**
@@ -12418,7 +12711,7 @@ export interface ResourceKubernetesServiceAccount {
12418
12711
  */
12419
12712
  port: number;
12420
12713
  /**
12421
- * The local port used by clients to connect to this resource.
12714
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12422
12715
  */
12423
12716
  portOverride: number;
12424
12717
  /**
@@ -12447,7 +12740,7 @@ export interface ResourceKubernetesServiceAccount {
12447
12740
  }
12448
12741
  export interface ResourceKubernetesServiceAccountUserImpersonation {
12449
12742
  /**
12450
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12743
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12451
12744
  */
12452
12745
  bindInterface: string;
12453
12746
  /**
@@ -12471,7 +12764,7 @@ export interface ResourceKubernetesServiceAccountUserImpersonation {
12471
12764
  */
12472
12765
  port: number;
12473
12766
  /**
12474
- * The local port used by clients to connect to this resource.
12767
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12475
12768
  */
12476
12769
  portOverride: number;
12477
12770
  /**
@@ -12500,7 +12793,7 @@ export interface ResourceKubernetesServiceAccountUserImpersonation {
12500
12793
  }
12501
12794
  export interface ResourceKubernetesUserImpersonation {
12502
12795
  /**
12503
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12796
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12504
12797
  */
12505
12798
  bindInterface: string;
12506
12799
  /**
@@ -12536,7 +12829,7 @@ export interface ResourceKubernetesUserImpersonation {
12536
12829
  */
12537
12830
  port: number;
12538
12831
  /**
12539
- * The local port used by clients to connect to this resource.
12832
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12540
12833
  */
12541
12834
  portOverride: number;
12542
12835
  /**
@@ -12560,7 +12853,7 @@ export interface ResourceKubernetesUserImpersonation {
12560
12853
  }
12561
12854
  export interface ResourceMaria {
12562
12855
  /**
12563
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12856
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12564
12857
  */
12565
12858
  bindInterface: string;
12566
12859
  /**
@@ -12588,7 +12881,7 @@ export interface ResourceMaria {
12588
12881
  */
12589
12882
  port?: number;
12590
12883
  /**
12591
- * The local port used by clients to connect to this resource.
12884
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12592
12885
  */
12593
12886
  portOverride: number;
12594
12887
  /**
@@ -12624,7 +12917,7 @@ export interface ResourceMaria {
12624
12917
  }
12625
12918
  export interface ResourceMemcached {
12626
12919
  /**
12627
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12920
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12628
12921
  */
12629
12922
  bindInterface: string;
12630
12923
  /**
@@ -12644,7 +12937,7 @@ export interface ResourceMemcached {
12644
12937
  */
12645
12938
  port?: number;
12646
12939
  /**
12647
- * The local port used by clients to connect to this resource.
12940
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12648
12941
  */
12649
12942
  portOverride: number;
12650
12943
  /**
@@ -12668,7 +12961,7 @@ export interface ResourceMemcached {
12668
12961
  }
12669
12962
  export interface ResourceMemsql {
12670
12963
  /**
12671
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
12964
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12672
12965
  */
12673
12966
  bindInterface: string;
12674
12967
  /**
@@ -12696,7 +12989,7 @@ export interface ResourceMemsql {
12696
12989
  */
12697
12990
  port?: number;
12698
12991
  /**
12699
- * The local port used by clients to connect to this resource.
12992
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12700
12993
  */
12701
12994
  portOverride: number;
12702
12995
  /**
@@ -12736,7 +13029,7 @@ export interface ResourceMongoHost {
12736
13029
  */
12737
13030
  authDatabase: string;
12738
13031
  /**
12739
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13032
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12740
13033
  */
12741
13034
  bindInterface: string;
12742
13035
  /**
@@ -12760,7 +13053,7 @@ export interface ResourceMongoHost {
12760
13053
  */
12761
13054
  port?: number;
12762
13055
  /**
12763
- * The local port used by clients to connect to this resource.
13056
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12764
13057
  */
12765
13058
  portOverride: number;
12766
13059
  /**
@@ -12796,7 +13089,7 @@ export interface ResourceMongoLegacyHost {
12796
13089
  */
12797
13090
  authDatabase: string;
12798
13091
  /**
12799
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13092
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12800
13093
  */
12801
13094
  bindInterface: string;
12802
13095
  /**
@@ -12820,7 +13113,7 @@ export interface ResourceMongoLegacyHost {
12820
13113
  */
12821
13114
  port?: number;
12822
13115
  /**
12823
- * The local port used by clients to connect to this resource.
13116
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12824
13117
  */
12825
13118
  portOverride: number;
12826
13119
  /**
@@ -12856,7 +13149,7 @@ export interface ResourceMongoLegacyReplicaset {
12856
13149
  */
12857
13150
  authDatabase: string;
12858
13151
  /**
12859
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13152
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12860
13153
  */
12861
13154
  bindInterface: string;
12862
13155
  /**
@@ -12884,7 +13177,7 @@ export interface ResourceMongoLegacyReplicaset {
12884
13177
  */
12885
13178
  port?: number;
12886
13179
  /**
12887
- * The local port used by clients to connect to this resource.
13180
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12888
13181
  */
12889
13182
  portOverride: number;
12890
13183
  /**
@@ -12924,7 +13217,7 @@ export interface ResourceMongoReplicaSet {
12924
13217
  */
12925
13218
  authDatabase: string;
12926
13219
  /**
12927
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13220
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12928
13221
  */
12929
13222
  bindInterface: string;
12930
13223
  /**
@@ -12952,7 +13245,7 @@ export interface ResourceMongoReplicaSet {
12952
13245
  */
12953
13246
  port?: number;
12954
13247
  /**
12955
- * The local port used by clients to connect to this resource.
13248
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12956
13249
  */
12957
13250
  portOverride: number;
12958
13251
  /**
@@ -12992,7 +13285,7 @@ export interface ResourceMongoShardedCluster {
12992
13285
  */
12993
13286
  authDatabase: string;
12994
13287
  /**
12995
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13288
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12996
13289
  */
12997
13290
  bindInterface: string;
12998
13291
  /**
@@ -13012,7 +13305,7 @@ export interface ResourceMongoShardedCluster {
13012
13305
  */
13013
13306
  password?: string;
13014
13307
  /**
13015
- * The local port used by clients to connect to this resource.
13308
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13016
13309
  */
13017
13310
  portOverride: number;
13018
13311
  /**
@@ -13044,7 +13337,7 @@ export interface ResourceMongoShardedCluster {
13044
13337
  }
13045
13338
  export interface ResourceMtlsMysql {
13046
13339
  /**
13047
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13340
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13048
13341
  */
13049
13342
  bindInterface: string;
13050
13343
  /**
@@ -13084,7 +13377,7 @@ export interface ResourceMtlsMysql {
13084
13377
  */
13085
13378
  port?: number;
13086
13379
  /**
13087
- * The local port used by clients to connect to this resource.
13380
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13088
13381
  */
13089
13382
  portOverride: number;
13090
13383
  /**
@@ -13124,7 +13417,7 @@ export interface ResourceMtlsMysql {
13124
13417
  }
13125
13418
  export interface ResourceMtlsPostgres {
13126
13419
  /**
13127
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13420
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13128
13421
  */
13129
13422
  bindInterface: string;
13130
13423
  /**
@@ -13168,7 +13461,7 @@ export interface ResourceMtlsPostgres {
13168
13461
  */
13169
13462
  port?: number;
13170
13463
  /**
13171
- * The local port used by clients to connect to this resource.
13464
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13172
13465
  */
13173
13466
  portOverride: number;
13174
13467
  /**
@@ -13200,7 +13493,7 @@ export interface ResourceMtlsPostgres {
13200
13493
  }
13201
13494
  export interface ResourceMysql {
13202
13495
  /**
13203
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13496
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13204
13497
  */
13205
13498
  bindInterface: string;
13206
13499
  /**
@@ -13228,7 +13521,7 @@ export interface ResourceMysql {
13228
13521
  */
13229
13522
  port?: number;
13230
13523
  /**
13231
- * The local port used by clients to connect to this resource.
13524
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13232
13525
  */
13233
13526
  portOverride: number;
13234
13527
  /**
@@ -13264,7 +13557,7 @@ export interface ResourceMysql {
13264
13557
  }
13265
13558
  export interface ResourceNeptune {
13266
13559
  /**
13267
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13560
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13268
13561
  */
13269
13562
  bindInterface: string;
13270
13563
  /**
@@ -13284,7 +13577,7 @@ export interface ResourceNeptune {
13284
13577
  */
13285
13578
  port?: number;
13286
13579
  /**
13287
- * The local port used by clients to connect to this resource.
13580
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13288
13581
  */
13289
13582
  portOverride: number;
13290
13583
  /**
@@ -13312,7 +13605,7 @@ export interface ResourceNeptuneIam {
13312
13605
  */
13313
13606
  accessKey?: string;
13314
13607
  /**
13315
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13608
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13316
13609
  */
13317
13610
  bindInterface: string;
13318
13611
  /**
@@ -13332,7 +13625,7 @@ export interface ResourceNeptuneIam {
13332
13625
  */
13333
13626
  port?: number;
13334
13627
  /**
13335
- * The local port used by clients to connect to this resource.
13628
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13336
13629
  */
13337
13630
  portOverride: number;
13338
13631
  /**
@@ -13372,7 +13665,7 @@ export interface ResourceNeptuneIam {
13372
13665
  }
13373
13666
  export interface ResourceOracle {
13374
13667
  /**
13375
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13668
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13376
13669
  */
13377
13670
  bindInterface: string;
13378
13671
  /**
@@ -13400,7 +13693,7 @@ export interface ResourceOracle {
13400
13693
  */
13401
13694
  port: number;
13402
13695
  /**
13403
- * The local port used by clients to connect to this resource.
13696
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13404
13697
  */
13405
13698
  portOverride: number;
13406
13699
  /**
@@ -13432,7 +13725,7 @@ export interface ResourceOracle {
13432
13725
  }
13433
13726
  export interface ResourceOracleNne {
13434
13727
  /**
13435
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13728
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13436
13729
  */
13437
13730
  bindInterface: string;
13438
13731
  /**
@@ -13460,7 +13753,7 @@ export interface ResourceOracleNne {
13460
13753
  */
13461
13754
  port: number;
13462
13755
  /**
13463
- * The local port used by clients to connect to this resource.
13756
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13464
13757
  */
13465
13758
  portOverride: number;
13466
13759
  /**
@@ -13488,7 +13781,7 @@ export interface ResourceOracleNne {
13488
13781
  }
13489
13782
  export interface ResourcePostgres {
13490
13783
  /**
13491
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13784
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13492
13785
  */
13493
13786
  bindInterface: string;
13494
13787
  /**
@@ -13520,7 +13813,7 @@ export interface ResourcePostgres {
13520
13813
  */
13521
13814
  port?: number;
13522
13815
  /**
13523
- * The local port used by clients to connect to this resource.
13816
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13524
13817
  */
13525
13818
  portOverride: number;
13526
13819
  /**
@@ -13548,7 +13841,7 @@ export interface ResourcePostgres {
13548
13841
  }
13549
13842
  export interface ResourcePresto {
13550
13843
  /**
13551
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13844
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13552
13845
  */
13553
13846
  bindInterface: string;
13554
13847
  /**
@@ -13576,7 +13869,7 @@ export interface ResourcePresto {
13576
13869
  */
13577
13870
  port?: number;
13578
13871
  /**
13579
- * The local port used by clients to connect to this resource.
13872
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13580
13873
  */
13581
13874
  portOverride: number;
13582
13875
  /**
@@ -13608,7 +13901,7 @@ export interface ResourcePresto {
13608
13901
  }
13609
13902
  export interface ResourceRabbitmqAmqp091 {
13610
13903
  /**
13611
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13904
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13612
13905
  */
13613
13906
  bindInterface: string;
13614
13907
  /**
@@ -13632,7 +13925,7 @@ export interface ResourceRabbitmqAmqp091 {
13632
13925
  */
13633
13926
  port?: number;
13634
13927
  /**
13635
- * The local port used by clients to connect to this resource.
13928
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13636
13929
  */
13637
13930
  portOverride: number;
13638
13931
  /**
@@ -13664,7 +13957,7 @@ export interface ResourceRabbitmqAmqp091 {
13664
13957
  }
13665
13958
  export interface ResourceRawTcp {
13666
13959
  /**
13667
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13960
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13668
13961
  */
13669
13962
  bindInterface: string;
13670
13963
  /**
@@ -13684,7 +13977,7 @@ export interface ResourceRawTcp {
13684
13977
  */
13685
13978
  port?: number;
13686
13979
  /**
13687
- * The local port used by clients to connect to this resource.
13980
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13688
13981
  */
13689
13982
  portOverride: number;
13690
13983
  /**
@@ -13708,7 +14001,7 @@ export interface ResourceRawTcp {
13708
14001
  }
13709
14002
  export interface ResourceRdp {
13710
14003
  /**
13711
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14004
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13712
14005
  */
13713
14006
  bindInterface: string;
13714
14007
  /**
@@ -13740,7 +14033,7 @@ export interface ResourceRdp {
13740
14033
  */
13741
14034
  port?: number;
13742
14035
  /**
13743
- * The local port used by clients to connect to this resource.
14036
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13744
14037
  */
13745
14038
  portOverride: number;
13746
14039
  /**
@@ -13768,7 +14061,7 @@ export interface ResourceRdp {
13768
14061
  }
13769
14062
  export interface ResourceRdpCert {
13770
14063
  /**
13771
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14064
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13772
14065
  */
13773
14066
  bindInterface: string;
13774
14067
  /**
@@ -13800,7 +14093,7 @@ export interface ResourceRdpCert {
13800
14093
  */
13801
14094
  port?: number;
13802
14095
  /**
13803
- * The local port used by clients to connect to this resource.
14096
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13804
14097
  */
13805
14098
  portOverride: number;
13806
14099
  /**
@@ -13811,6 +14104,10 @@ export interface ResourceRdpCert {
13811
14104
  * ID of the secret store containing credentials for this resource, if any.
13812
14105
  */
13813
14106
  secretStoreId?: string;
14107
+ /**
14108
+ * Windows Security Identifier (SID) of the configured Username, required for strong certificate mapping in full enforcement mode.
14109
+ */
14110
+ sid?: string;
13814
14111
  /**
13815
14112
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
13816
14113
  */
@@ -13828,7 +14125,7 @@ export interface ResourceRdpCert {
13828
14125
  }
13829
14126
  export interface ResourceRdsPostgresIam {
13830
14127
  /**
13831
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14128
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13832
14129
  */
13833
14130
  bindInterface: string;
13834
14131
  /**
@@ -13856,7 +14153,7 @@ export interface ResourceRdsPostgresIam {
13856
14153
  */
13857
14154
  port?: number;
13858
14155
  /**
13859
- * The local port used by clients to connect to this resource.
14156
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13860
14157
  */
13861
14158
  portOverride: number;
13862
14159
  /**
@@ -13892,7 +14189,7 @@ export interface ResourceRdsPostgresIam {
13892
14189
  }
13893
14190
  export interface ResourceRedis {
13894
14191
  /**
13895
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14192
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13896
14193
  */
13897
14194
  bindInterface: string;
13898
14195
  /**
@@ -13916,7 +14213,7 @@ export interface ResourceRedis {
13916
14213
  */
13917
14214
  port?: number;
13918
14215
  /**
13919
- * The local port used by clients to connect to this resource.
14216
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13920
14217
  */
13921
14218
  portOverride: number;
13922
14219
  /**
@@ -13948,7 +14245,7 @@ export interface ResourceRedis {
13948
14245
  }
13949
14246
  export interface ResourceRedisCluster {
13950
14247
  /**
13951
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14248
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
13952
14249
  */
13953
14250
  bindInterface: string;
13954
14251
  /**
@@ -13972,7 +14269,7 @@ export interface ResourceRedisCluster {
13972
14269
  */
13973
14270
  port?: number;
13974
14271
  /**
13975
- * The local port used by clients to connect to this resource.
14272
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
13976
14273
  */
13977
14274
  portOverride: number;
13978
14275
  /**
@@ -14004,7 +14301,7 @@ export interface ResourceRedisCluster {
14004
14301
  }
14005
14302
  export interface ResourceRedshift {
14006
14303
  /**
14007
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14304
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14008
14305
  */
14009
14306
  bindInterface: string;
14010
14307
  /**
@@ -14036,7 +14333,7 @@ export interface ResourceRedshift {
14036
14333
  */
14037
14334
  port?: number;
14038
14335
  /**
14039
- * The local port used by clients to connect to this resource.
14336
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14040
14337
  */
14041
14338
  portOverride: number;
14042
14339
  /**
@@ -14064,7 +14361,7 @@ export interface ResourceRedshift {
14064
14361
  }
14065
14362
  export interface ResourceRedshiftIam {
14066
14363
  /**
14067
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14364
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14068
14365
  */
14069
14366
  bindInterface: string;
14070
14367
  /**
@@ -14096,7 +14393,7 @@ export interface ResourceRedshiftIam {
14096
14393
  */
14097
14394
  port?: number;
14098
14395
  /**
14099
- * The local port used by clients to connect to this resource.
14396
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14100
14397
  */
14101
14398
  portOverride: number;
14102
14399
  /**
@@ -14128,7 +14425,7 @@ export interface ResourceRedshiftIam {
14128
14425
  }
14129
14426
  export interface ResourceRedshiftServerlessIam {
14130
14427
  /**
14131
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14428
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14132
14429
  */
14133
14430
  bindInterface: string;
14134
14431
  /**
@@ -14156,7 +14453,7 @@ export interface ResourceRedshiftServerlessIam {
14156
14453
  */
14157
14454
  port?: number;
14158
14455
  /**
14159
- * The local port used by clients to connect to this resource.
14456
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14160
14457
  */
14161
14458
  portOverride: number;
14162
14459
  /**
@@ -14193,7 +14490,7 @@ export interface ResourceRedshiftServerlessIam {
14193
14490
  }
14194
14491
  export interface ResourceSingleStore {
14195
14492
  /**
14196
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14493
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14197
14494
  */
14198
14495
  bindInterface: string;
14199
14496
  /**
@@ -14221,7 +14518,7 @@ export interface ResourceSingleStore {
14221
14518
  */
14222
14519
  port?: number;
14223
14520
  /**
14224
- * The local port used by clients to connect to this resource.
14521
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14225
14522
  */
14226
14523
  portOverride: number;
14227
14524
  /**
@@ -14257,7 +14554,7 @@ export interface ResourceSingleStore {
14257
14554
  }
14258
14555
  export interface ResourceSnowflake {
14259
14556
  /**
14260
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14557
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14261
14558
  */
14262
14559
  bindInterface: string;
14263
14560
  /**
@@ -14281,7 +14578,7 @@ export interface ResourceSnowflake {
14281
14578
  */
14282
14579
  password: string;
14283
14580
  /**
14284
- * The local port used by clients to connect to this resource.
14581
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14285
14582
  */
14286
14583
  portOverride: number;
14287
14584
  /**
@@ -14317,7 +14614,7 @@ export interface ResourceSnowflake {
14317
14614
  }
14318
14615
  export interface ResourceSnowsight {
14319
14616
  /**
14320
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14617
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14321
14618
  */
14322
14619
  bindInterface: string;
14323
14620
  /**
@@ -14333,7 +14630,7 @@ export interface ResourceSnowsight {
14333
14630
  */
14334
14631
  name: string;
14335
14632
  /**
14336
- * The local port used by clients to connect to this resource.
14633
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14337
14634
  */
14338
14635
  portOverride: number;
14339
14636
  /**
@@ -14365,7 +14662,7 @@ export interface ResourceSqlServer {
14365
14662
  */
14366
14663
  allowDeprecatedEncryption?: boolean;
14367
14664
  /**
14368
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14665
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14369
14666
  */
14370
14667
  bindInterface: string;
14371
14668
  /**
@@ -14397,7 +14694,7 @@ export interface ResourceSqlServer {
14397
14694
  */
14398
14695
  port?: number;
14399
14696
  /**
14400
- * The local port used by clients to connect to this resource.
14697
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14401
14698
  */
14402
14699
  portOverride: number;
14403
14700
  /**
@@ -14433,7 +14730,7 @@ export interface ResourceSqlServerAzureAd {
14433
14730
  */
14434
14731
  allowDeprecatedEncryption?: boolean;
14435
14732
  /**
14436
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14733
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14437
14734
  */
14438
14735
  bindInterface: string;
14439
14736
  /**
@@ -14465,7 +14762,7 @@ export interface ResourceSqlServerAzureAd {
14465
14762
  */
14466
14763
  port?: number;
14467
14764
  /**
14468
- * The local port used by clients to connect to this resource.
14765
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14469
14766
  */
14470
14767
  portOverride: number;
14471
14768
  /**
@@ -14506,7 +14803,7 @@ export interface ResourceSqlServerKerberosAd {
14506
14803
  */
14507
14804
  allowDeprecatedEncryption?: boolean;
14508
14805
  /**
14509
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14806
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14510
14807
  */
14511
14808
  bindInterface: string;
14512
14809
  /**
@@ -14542,7 +14839,7 @@ export interface ResourceSqlServerKerberosAd {
14542
14839
  */
14543
14840
  port?: number;
14544
14841
  /**
14545
- * The local port used by clients to connect to this resource.
14842
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14546
14843
  */
14547
14844
  portOverride: number;
14548
14845
  /**
@@ -14586,7 +14883,7 @@ export interface ResourceSsh {
14586
14883
  */
14587
14884
  allowDeprecatedKeyExchanges?: boolean;
14588
14885
  /**
14589
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14886
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14590
14887
  */
14591
14888
  bindInterface: string;
14592
14889
  /**
@@ -14614,7 +14911,7 @@ export interface ResourceSsh {
14614
14911
  */
14615
14912
  portForwarding?: boolean;
14616
14913
  /**
14617
- * The local port used by clients to connect to this resource.
14914
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14618
14915
  */
14619
14916
  portOverride: number;
14620
14917
  /**
@@ -14650,7 +14947,7 @@ export interface ResourceSshCert {
14650
14947
  */
14651
14948
  allowDeprecatedKeyExchanges?: boolean;
14652
14949
  /**
14653
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14950
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14654
14951
  */
14655
14952
  bindInterface: string;
14656
14953
  /**
@@ -14686,7 +14983,7 @@ export interface ResourceSshCert {
14686
14983
  */
14687
14984
  portForwarding?: boolean;
14688
14985
  /**
14689
- * The local port used by clients to connect to this resource.
14986
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14690
14987
  */
14691
14988
  portOverride: number;
14692
14989
  /**
@@ -14718,7 +15015,7 @@ export interface ResourceSshCustomerKey {
14718
15015
  */
14719
15016
  allowDeprecatedKeyExchanges?: boolean;
14720
15017
  /**
14721
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
15018
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14722
15019
  */
14723
15020
  bindInterface: string;
14724
15021
  /**
@@ -14750,7 +15047,7 @@ export interface ResourceSshCustomerKey {
14750
15047
  */
14751
15048
  portForwarding?: boolean;
14752
15049
  /**
14753
- * The local port used by clients to connect to this resource.
15050
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14754
15051
  */
14755
15052
  portOverride: number;
14756
15053
  /**
@@ -14786,7 +15083,7 @@ export interface ResourceSshPassword {
14786
15083
  */
14787
15084
  allowDeprecatedKeyExchanges?: boolean;
14788
15085
  /**
14789
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
15086
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14790
15087
  */
14791
15088
  bindInterface: string;
14792
15089
  /**
@@ -14814,7 +15111,7 @@ export interface ResourceSshPassword {
14814
15111
  */
14815
15112
  portForwarding?: boolean;
14816
15113
  /**
14817
- * The local port used by clients to connect to this resource.
15114
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14818
15115
  */
14819
15116
  portOverride: number;
14820
15117
  /**
@@ -14842,7 +15139,7 @@ export interface ResourceSshPassword {
14842
15139
  }
14843
15140
  export interface ResourceSybase {
14844
15141
  /**
14845
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
15142
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14846
15143
  */
14847
15144
  bindInterface: string;
14848
15145
  /**
@@ -14866,7 +15163,7 @@ export interface ResourceSybase {
14866
15163
  */
14867
15164
  port?: number;
14868
15165
  /**
14869
- * The local port used by clients to connect to this resource.
15166
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14870
15167
  */
14871
15168
  portOverride: number;
14872
15169
  /**
@@ -14894,7 +15191,7 @@ export interface ResourceSybase {
14894
15191
  }
14895
15192
  export interface ResourceSybaseIq {
14896
15193
  /**
14897
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
15194
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14898
15195
  */
14899
15196
  bindInterface: string;
14900
15197
  /**
@@ -14918,7 +15215,7 @@ export interface ResourceSybaseIq {
14918
15215
  */
14919
15216
  port?: number;
14920
15217
  /**
14921
- * The local port used by clients to connect to this resource.
15218
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14922
15219
  */
14923
15220
  portOverride: number;
14924
15221
  /**
@@ -14946,7 +15243,7 @@ export interface ResourceSybaseIq {
14946
15243
  }
14947
15244
  export interface ResourceTeradata {
14948
15245
  /**
14949
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
15246
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14950
15247
  */
14951
15248
  bindInterface: string;
14952
15249
  /**
@@ -14970,7 +15267,7 @@ export interface ResourceTeradata {
14970
15267
  */
14971
15268
  port?: number;
14972
15269
  /**
14973
- * The local port used by clients to connect to this resource.
15270
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14974
15271
  */
14975
15272
  portOverride: number;
14976
15273
  /**
@@ -14998,7 +15295,7 @@ export interface ResourceTeradata {
14998
15295
  }
14999
15296
  export interface ResourceTrino {
15000
15297
  /**
15001
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
15298
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
15002
15299
  */
15003
15300
  bindInterface: string;
15004
15301
  /**
@@ -15022,7 +15319,7 @@ export interface ResourceTrino {
15022
15319
  */
15023
15320
  port?: number;
15024
15321
  /**
15025
- * The local port used by clients to connect to this resource.
15322
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
15026
15323
  */
15027
15324
  portOverride: number;
15028
15325
  /**
@@ -15054,7 +15351,7 @@ export interface ResourceTrino {
15054
15351
  }
15055
15352
  export interface ResourceVertica {
15056
15353
  /**
15057
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
15354
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
15058
15355
  */
15059
15356
  bindInterface: string;
15060
15357
  /**
@@ -15082,7 +15379,7 @@ export interface ResourceVertica {
15082
15379
  */
15083
15380
  port?: number;
15084
15381
  /**
15085
- * The local port used by clients to connect to this resource.
15382
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
15086
15383
  */
15087
15384
  portOverride: number;
15088
15385
  /**