@pierskarsenbarg/sdm 1.29.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/input.d.ts CHANGED
@@ -257,7 +257,7 @@ export interface NodeRelayMaintenanceWindow {
257
257
  }
258
258
  export interface ResourceAerospike {
259
259
  /**
260
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
260
+ * The bind interface is the IP 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.
261
261
  */
262
262
  bindInterface?: pulumi.Input<string>;
263
263
  /**
@@ -281,7 +281,7 @@ export interface ResourceAerospike {
281
281
  */
282
282
  port?: pulumi.Input<number>;
283
283
  /**
284
- * The local port used by clients to connect to this resource.
284
+ * 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.
285
285
  */
286
286
  portOverride?: pulumi.Input<number>;
287
287
  /**
@@ -317,7 +317,7 @@ export interface ResourceAks {
317
317
  */
318
318
  allowResourceRoleBypass?: pulumi.Input<boolean>;
319
319
  /**
320
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
320
+ * The bind interface is the IP 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.
321
321
  */
322
322
  bindInterface?: pulumi.Input<string>;
323
323
  /**
@@ -369,7 +369,7 @@ export interface ResourceAks {
369
369
  */
370
370
  port: pulumi.Input<number>;
371
371
  /**
372
- * The local port used by clients to connect to this resource.
372
+ * 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.
373
373
  */
374
374
  portOverride?: pulumi.Input<number>;
375
375
  /**
@@ -393,7 +393,7 @@ export interface ResourceAks {
393
393
  }
394
394
  export interface ResourceAksBasicAuth {
395
395
  /**
396
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
396
+ * The bind interface is the IP 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.
397
397
  */
398
398
  bindInterface?: pulumi.Input<string>;
399
399
  /**
@@ -421,7 +421,7 @@ export interface ResourceAksBasicAuth {
421
421
  */
422
422
  port: pulumi.Input<number>;
423
423
  /**
424
- * The local port used by clients to connect to this resource.
424
+ * 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.
425
425
  */
426
426
  portOverride?: pulumi.Input<number>;
427
427
  /**
@@ -453,7 +453,7 @@ export interface ResourceAksServiceAccount {
453
453
  */
454
454
  allowResourceRoleBypass?: pulumi.Input<boolean>;
455
455
  /**
456
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
456
+ * The bind interface is the IP 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.
457
457
  */
458
458
  bindInterface?: pulumi.Input<string>;
459
459
  /**
@@ -493,7 +493,7 @@ export interface ResourceAksServiceAccount {
493
493
  */
494
494
  port: pulumi.Input<number>;
495
495
  /**
496
- * The local port used by clients to connect to this resource.
496
+ * 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.
497
497
  */
498
498
  portOverride?: pulumi.Input<number>;
499
499
  /**
@@ -522,7 +522,7 @@ export interface ResourceAksServiceAccount {
522
522
  }
523
523
  export interface ResourceAksServiceAccountUserImpersonation {
524
524
  /**
525
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
525
+ * The bind interface is the IP 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.
526
526
  */
527
527
  bindInterface?: pulumi.Input<string>;
528
528
  /**
@@ -546,7 +546,7 @@ export interface ResourceAksServiceAccountUserImpersonation {
546
546
  */
547
547
  port: pulumi.Input<number>;
548
548
  /**
549
- * The local port used by clients to connect to this resource.
549
+ * 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.
550
550
  */
551
551
  portOverride?: pulumi.Input<number>;
552
552
  /**
@@ -575,7 +575,7 @@ export interface ResourceAksServiceAccountUserImpersonation {
575
575
  }
576
576
  export interface ResourceAksUserImpersonation {
577
577
  /**
578
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
578
+ * The bind interface is the IP 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.
579
579
  */
580
580
  bindInterface?: pulumi.Input<string>;
581
581
  /**
@@ -611,7 +611,7 @@ export interface ResourceAksUserImpersonation {
611
611
  */
612
612
  port: pulumi.Input<number>;
613
613
  /**
614
- * The local port used by clients to connect to this resource.
614
+ * 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.
615
615
  */
616
616
  portOverride?: pulumi.Input<number>;
617
617
  /**
@@ -643,7 +643,7 @@ export interface ResourceAmazonEks {
643
643
  */
644
644
  allowResourceRoleBypass?: pulumi.Input<boolean>;
645
645
  /**
646
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
646
+ * The bind interface is the IP 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.
647
647
  */
648
648
  bindInterface?: pulumi.Input<string>;
649
649
  /**
@@ -687,7 +687,7 @@ export interface ResourceAmazonEks {
687
687
  */
688
688
  name: pulumi.Input<string>;
689
689
  /**
690
- * The local port used by clients to connect to this resource.
690
+ * 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.
691
691
  */
692
692
  portOverride?: pulumi.Input<number>;
693
693
  /**
@@ -731,7 +731,7 @@ export interface ResourceAmazonEksInstanceProfile {
731
731
  */
732
732
  allowResourceRoleBypass?: pulumi.Input<boolean>;
733
733
  /**
734
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
734
+ * The bind interface is the IP 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.
735
735
  */
736
736
  bindInterface?: pulumi.Input<string>;
737
737
  /**
@@ -775,7 +775,7 @@ export interface ResourceAmazonEksInstanceProfile {
775
775
  */
776
776
  name: pulumi.Input<string>;
777
777
  /**
778
- * The local port used by clients to connect to this resource.
778
+ * 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.
779
779
  */
780
780
  portOverride?: pulumi.Input<number>;
781
781
  /**
@@ -811,7 +811,7 @@ export interface ResourceAmazonEksInstanceProfile {
811
811
  }
812
812
  export interface ResourceAmazonEksInstanceProfileUserImpersonation {
813
813
  /**
814
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
814
+ * The bind interface is the IP 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.
815
815
  */
816
816
  bindInterface?: pulumi.Input<string>;
817
817
  /**
@@ -839,7 +839,7 @@ export interface ResourceAmazonEksInstanceProfileUserImpersonation {
839
839
  */
840
840
  name: pulumi.Input<string>;
841
841
  /**
842
- * The local port used by clients to connect to this resource.
842
+ * 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.
843
843
  */
844
844
  portOverride?: pulumi.Input<number>;
845
845
  /**
@@ -879,7 +879,7 @@ export interface ResourceAmazonEksUserImpersonation {
879
879
  */
880
880
  accessKey?: pulumi.Input<string>;
881
881
  /**
882
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
882
+ * The bind interface is the IP 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.
883
883
  */
884
884
  bindInterface?: pulumi.Input<string>;
885
885
  /**
@@ -907,7 +907,7 @@ export interface ResourceAmazonEksUserImpersonation {
907
907
  */
908
908
  name: pulumi.Input<string>;
909
909
  /**
910
- * The local port used by clients to connect to this resource.
910
+ * 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.
911
911
  */
912
912
  portOverride?: pulumi.Input<number>;
913
913
  /**
@@ -951,7 +951,7 @@ export interface ResourceAmazonEs {
951
951
  */
952
952
  accessKey?: pulumi.Input<string>;
953
953
  /**
954
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
954
+ * The bind interface is the IP 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.
955
955
  */
956
956
  bindInterface?: pulumi.Input<string>;
957
957
  /**
@@ -967,7 +967,7 @@ export interface ResourceAmazonEs {
967
967
  */
968
968
  name: pulumi.Input<string>;
969
969
  /**
970
- * The local port used by clients to connect to this resource.
970
+ * 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.
971
971
  */
972
972
  portOverride?: pulumi.Input<number>;
973
973
  /**
@@ -1007,7 +1007,7 @@ export interface ResourceAmazonEs {
1007
1007
  }
1008
1008
  export interface ResourceAmazonEsiam {
1009
1009
  /**
1010
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1010
+ * The bind interface is the IP 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.
1011
1011
  */
1012
1012
  bindInterface?: pulumi.Input<string>;
1013
1013
  /**
@@ -1023,7 +1023,7 @@ export interface ResourceAmazonEsiam {
1023
1023
  */
1024
1024
  name: pulumi.Input<string>;
1025
1025
  /**
1026
- * The local port used by clients to connect to this resource.
1026
+ * 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.
1027
1027
  */
1028
1028
  portOverride?: pulumi.Input<number>;
1029
1029
  /**
@@ -1061,9 +1061,65 @@ export interface ResourceAmazonEsiam {
1061
1061
  */
1062
1062
  tlsRequired?: pulumi.Input<boolean>;
1063
1063
  }
1064
+ export interface ResourceAmazonmqAmqp {
1065
+ /**
1066
+ * The bind interface is the IP 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.
1067
+ */
1068
+ bindInterface?: pulumi.Input<string>;
1069
+ /**
1070
+ * A filter applied to the routing logic to pin datasource to nodes.
1071
+ */
1072
+ egressFilter?: pulumi.Input<string>;
1073
+ /**
1074
+ * The host to dial to initiate a connection from the egress node to this resource.
1075
+ */
1076
+ hostname: pulumi.Input<string>;
1077
+ /**
1078
+ * Unique human-readable name of the Resource.
1079
+ */
1080
+ name: pulumi.Input<string>;
1081
+ /**
1082
+ * The password to authenticate with.
1083
+ */
1084
+ password?: pulumi.Input<string>;
1085
+ /**
1086
+ * The port to dial to initiate a connection from the egress node to this resource.
1087
+ */
1088
+ port?: pulumi.Input<number>;
1089
+ /**
1090
+ * 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.
1091
+ */
1092
+ portOverride?: pulumi.Input<number>;
1093
+ /**
1094
+ * ID of the proxy cluster for this resource, if any.
1095
+ */
1096
+ proxyClusterId?: pulumi.Input<string>;
1097
+ /**
1098
+ * ID of the secret store containing credentials for this resource, if any.
1099
+ */
1100
+ secretStoreId?: pulumi.Input<string>;
1101
+ /**
1102
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1103
+ */
1104
+ subdomain?: pulumi.Input<string>;
1105
+ /**
1106
+ * Tags is a map of key, value pairs.
1107
+ */
1108
+ tags?: pulumi.Input<{
1109
+ [key: string]: pulumi.Input<string>;
1110
+ }>;
1111
+ /**
1112
+ * If set, TLS must be used to connect to this resource.
1113
+ */
1114
+ tlsRequired?: pulumi.Input<boolean>;
1115
+ /**
1116
+ * The username to authenticate with.
1117
+ */
1118
+ username?: pulumi.Input<string>;
1119
+ }
1064
1120
  export interface ResourceAmazonmqAmqp091 {
1065
1121
  /**
1066
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1122
+ * The bind interface is the IP 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.
1067
1123
  */
1068
1124
  bindInterface?: pulumi.Input<string>;
1069
1125
  /**
@@ -1087,7 +1143,7 @@ export interface ResourceAmazonmqAmqp091 {
1087
1143
  */
1088
1144
  port?: pulumi.Input<number>;
1089
1145
  /**
1090
- * The local port used by clients to connect to this resource.
1146
+ * 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.
1091
1147
  */
1092
1148
  portOverride?: pulumi.Input<number>;
1093
1149
  /**
@@ -1127,7 +1183,7 @@ export interface ResourceAthena {
1127
1183
  */
1128
1184
  athenaOutput: pulumi.Input<string>;
1129
1185
  /**
1130
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1186
+ * The bind interface is the IP 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.
1131
1187
  */
1132
1188
  bindInterface?: pulumi.Input<string>;
1133
1189
  /**
@@ -1139,7 +1195,7 @@ export interface ResourceAthena {
1139
1195
  */
1140
1196
  name: pulumi.Input<string>;
1141
1197
  /**
1142
- * The local port used by clients to connect to this resource.
1198
+ * 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.
1143
1199
  */
1144
1200
  portOverride?: pulumi.Input<number>;
1145
1201
  /**
@@ -1179,7 +1235,7 @@ export interface ResourceAthena {
1179
1235
  }
1180
1236
  export interface ResourceAthenaIam {
1181
1237
  /**
1182
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1238
+ * The bind interface is the IP 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.
1183
1239
  */
1184
1240
  bindInterface?: pulumi.Input<string>;
1185
1241
  /**
@@ -1195,7 +1251,7 @@ export interface ResourceAthenaIam {
1195
1251
  */
1196
1252
  output: pulumi.Input<string>;
1197
1253
  /**
1198
- * The local port used by clients to connect to this resource.
1254
+ * 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.
1199
1255
  */
1200
1256
  portOverride?: pulumi.Input<number>;
1201
1257
  /**
@@ -1231,7 +1287,7 @@ export interface ResourceAthenaIam {
1231
1287
  }
1232
1288
  export interface ResourceAuroraMysql {
1233
1289
  /**
1234
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1290
+ * The bind interface is the IP 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.
1235
1291
  */
1236
1292
  bindInterface?: pulumi.Input<string>;
1237
1293
  /**
@@ -1259,7 +1315,7 @@ export interface ResourceAuroraMysql {
1259
1315
  */
1260
1316
  port?: pulumi.Input<number>;
1261
1317
  /**
1262
- * The local port used by clients to connect to this resource.
1318
+ * 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.
1263
1319
  */
1264
1320
  portOverride?: pulumi.Input<number>;
1265
1321
  /**
@@ -1295,7 +1351,7 @@ export interface ResourceAuroraMysql {
1295
1351
  }
1296
1352
  export interface ResourceAuroraMysqlIam {
1297
1353
  /**
1298
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1354
+ * The bind interface is the IP 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.
1299
1355
  */
1300
1356
  bindInterface?: pulumi.Input<string>;
1301
1357
  /**
@@ -1319,7 +1375,7 @@ export interface ResourceAuroraMysqlIam {
1319
1375
  */
1320
1376
  port?: pulumi.Input<number>;
1321
1377
  /**
1322
- * The local port used by clients to connect to this resource.
1378
+ * 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.
1323
1379
  */
1324
1380
  portOverride?: pulumi.Input<number>;
1325
1381
  /**
@@ -1355,7 +1411,7 @@ export interface ResourceAuroraMysqlIam {
1355
1411
  }
1356
1412
  export interface ResourceAuroraPostgres {
1357
1413
  /**
1358
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1414
+ * The bind interface is the IP 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.
1359
1415
  */
1360
1416
  bindInterface?: pulumi.Input<string>;
1361
1417
  /**
@@ -1387,7 +1443,7 @@ export interface ResourceAuroraPostgres {
1387
1443
  */
1388
1444
  port?: pulumi.Input<number>;
1389
1445
  /**
1390
- * The local port used by clients to connect to this resource.
1446
+ * 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.
1391
1447
  */
1392
1448
  portOverride?: pulumi.Input<number>;
1393
1449
  /**
@@ -1415,7 +1471,7 @@ export interface ResourceAuroraPostgres {
1415
1471
  }
1416
1472
  export interface ResourceAuroraPostgresIam {
1417
1473
  /**
1418
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1474
+ * The bind interface is the IP 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.
1419
1475
  */
1420
1476
  bindInterface?: pulumi.Input<string>;
1421
1477
  /**
@@ -1443,7 +1499,7 @@ export interface ResourceAuroraPostgresIam {
1443
1499
  */
1444
1500
  port?: pulumi.Input<number>;
1445
1501
  /**
1446
- * The local port used by clients to connect to this resource.
1502
+ * 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.
1447
1503
  */
1448
1504
  portOverride?: pulumi.Input<number>;
1449
1505
  /**
@@ -1483,7 +1539,7 @@ export interface ResourceAws {
1483
1539
  */
1484
1540
  accessKey?: pulumi.Input<string>;
1485
1541
  /**
1486
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1542
+ * The bind interface is the IP 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.
1487
1543
  */
1488
1544
  bindInterface?: pulumi.Input<string>;
1489
1545
  /**
@@ -1499,7 +1555,7 @@ export interface ResourceAws {
1499
1555
  */
1500
1556
  name: pulumi.Input<string>;
1501
1557
  /**
1502
- * The local port used by clients to connect to this resource.
1558
+ * 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.
1503
1559
  */
1504
1560
  portOverride?: pulumi.Input<number>;
1505
1561
  /**
@@ -1535,7 +1591,7 @@ export interface ResourceAws {
1535
1591
  }
1536
1592
  export interface ResourceAwsConsole {
1537
1593
  /**
1538
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1594
+ * The bind interface is the IP 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.
1539
1595
  */
1540
1596
  bindInterface?: pulumi.Input<string>;
1541
1597
  /**
@@ -1559,7 +1615,7 @@ export interface ResourceAwsConsole {
1559
1615
  */
1560
1616
  name: pulumi.Input<string>;
1561
1617
  /**
1562
- * The local port used by clients to connect to this resource.
1618
+ * 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.
1563
1619
  */
1564
1620
  portOverride?: pulumi.Input<number>;
1565
1621
  /**
@@ -1603,7 +1659,7 @@ export interface ResourceAwsConsoleStaticKeyPair {
1603
1659
  */
1604
1660
  accessKey?: pulumi.Input<string>;
1605
1661
  /**
1606
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1662
+ * The bind interface is the IP 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.
1607
1663
  */
1608
1664
  bindInterface?: pulumi.Input<string>;
1609
1665
  /**
@@ -1623,7 +1679,7 @@ export interface ResourceAwsConsoleStaticKeyPair {
1623
1679
  */
1624
1680
  name: pulumi.Input<string>;
1625
1681
  /**
1626
- * The local port used by clients to connect to this resource.
1682
+ * 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.
1627
1683
  */
1628
1684
  portOverride?: pulumi.Input<number>;
1629
1685
  /**
@@ -1667,7 +1723,7 @@ export interface ResourceAwsConsoleStaticKeyPair {
1667
1723
  }
1668
1724
  export interface ResourceAwsInstanceProfile {
1669
1725
  /**
1670
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1726
+ * The bind interface is the IP 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.
1671
1727
  */
1672
1728
  bindInterface?: pulumi.Input<string>;
1673
1729
  /**
@@ -1683,7 +1739,7 @@ export interface ResourceAwsInstanceProfile {
1683
1739
  */
1684
1740
  name: pulumi.Input<string>;
1685
1741
  /**
1686
- * The local port used by clients to connect to this resource.
1742
+ * 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.
1687
1743
  */
1688
1744
  portOverride?: pulumi.Input<number>;
1689
1745
  /**
@@ -1723,7 +1779,7 @@ export interface ResourceAzure {
1723
1779
  */
1724
1780
  appId?: pulumi.Input<string>;
1725
1781
  /**
1726
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1782
+ * The bind interface is the IP 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.
1727
1783
  */
1728
1784
  bindInterface?: pulumi.Input<string>;
1729
1785
  /**
@@ -1739,7 +1795,7 @@ export interface ResourceAzure {
1739
1795
  */
1740
1796
  password?: pulumi.Input<string>;
1741
1797
  /**
1742
- * The local port used by clients to connect to this resource.
1798
+ * 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.
1743
1799
  */
1744
1800
  portOverride?: pulumi.Input<number>;
1745
1801
  /**
@@ -1772,7 +1828,7 @@ export interface ResourceAzureCertificate {
1772
1828
  */
1773
1829
  appId?: pulumi.Input<string>;
1774
1830
  /**
1775
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1831
+ * The bind interface is the IP 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.
1776
1832
  */
1777
1833
  bindInterface?: pulumi.Input<string>;
1778
1834
  /**
@@ -1788,7 +1844,7 @@ export interface ResourceAzureCertificate {
1788
1844
  */
1789
1845
  name: pulumi.Input<string>;
1790
1846
  /**
1791
- * The local port used by clients to connect to this resource.
1847
+ * 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.
1792
1848
  */
1793
1849
  portOverride?: pulumi.Input<number>;
1794
1850
  /**
@@ -1815,39 +1871,47 @@ export interface ResourceAzureCertificate {
1815
1871
  */
1816
1872
  tenantId?: pulumi.Input<string>;
1817
1873
  }
1818
- export interface ResourceAzureConsole {
1874
+ export interface ResourceAzureMysql {
1819
1875
  /**
1820
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1876
+ * The bind interface is the IP 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.
1821
1877
  */
1822
1878
  bindInterface?: pulumi.Input<string>;
1823
1879
  /**
1824
- * The connector ID to authenticate through.
1880
+ * The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
1825
1881
  */
1826
- connectorId: pulumi.Input<string>;
1882
+ database?: pulumi.Input<string>;
1827
1883
  /**
1828
1884
  * A filter applied to the routing logic to pin datasource to nodes.
1829
1885
  */
1830
1886
  egressFilter?: pulumi.Input<string>;
1831
1887
  /**
1832
- * The ID of the identity set to use for identity connections.
1833
- */
1834
- identitySetId?: pulumi.Input<string>;
1835
- /**
1836
- * The management group ID to authenticate scope Privileges to.
1888
+ * The host to dial to initiate a connection from the egress node to this resource.
1837
1889
  */
1838
- managementGroupId?: pulumi.Input<string>;
1890
+ hostname: pulumi.Input<string>;
1839
1891
  /**
1840
1892
  * Unique human-readable name of the Resource.
1841
1893
  */
1842
1894
  name: pulumi.Input<string>;
1843
1895
  /**
1844
- * The privilege levels specify which Groups are managed externally
1896
+ * The password to authenticate with.
1845
1897
  */
1846
- privilegeLevels: pulumi.Input<string>;
1898
+ password?: pulumi.Input<string>;
1899
+ /**
1900
+ * The port to dial to initiate a connection from the egress node to this resource.
1901
+ */
1902
+ port?: pulumi.Input<number>;
1903
+ /**
1904
+ * 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.
1905
+ */
1906
+ portOverride?: pulumi.Input<number>;
1847
1907
  /**
1848
1908
  * ID of the proxy cluster for this resource, if any.
1849
1909
  */
1850
1910
  proxyClusterId?: pulumi.Input<string>;
1911
+ /**
1912
+ * Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
1913
+ */
1914
+ requireNativeAuth?: pulumi.Input<boolean>;
1851
1915
  /**
1852
1916
  * ID of the secret store containing credentials for this resource, if any.
1853
1917
  */
@@ -1856,20 +1920,24 @@ export interface ResourceAzureConsole {
1856
1920
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1857
1921
  */
1858
1922
  subdomain?: pulumi.Input<string>;
1859
- /**
1860
- * The subscription ID to authenticate scope Privileges to.
1861
- */
1862
- subscriptionId?: pulumi.Input<string>;
1863
1923
  /**
1864
1924
  * Tags is a map of key, value pairs.
1865
1925
  */
1866
1926
  tags?: pulumi.Input<{
1867
1927
  [key: string]: pulumi.Input<string>;
1868
1928
  }>;
1929
+ /**
1930
+ * If true, appends the hostname to the username when hitting a database.azure.com address
1931
+ */
1932
+ useAzureSingleServerUsernames?: pulumi.Input<boolean>;
1933
+ /**
1934
+ * The username to authenticate with.
1935
+ */
1936
+ username?: pulumi.Input<string>;
1869
1937
  }
1870
- export interface ResourceAzureMysql {
1938
+ export interface ResourceAzureMysqlManagedIdentity {
1871
1939
  /**
1872
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
1940
+ * The bind interface is the IP 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.
1873
1941
  */
1874
1942
  bindInterface?: pulumi.Input<string>;
1875
1943
  /**
@@ -1897,17 +1965,13 @@ export interface ResourceAzureMysql {
1897
1965
  */
1898
1966
  port?: pulumi.Input<number>;
1899
1967
  /**
1900
- * The local port used by clients to connect to this resource.
1968
+ * 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.
1901
1969
  */
1902
1970
  portOverride?: pulumi.Input<number>;
1903
1971
  /**
1904
1972
  * ID of the proxy cluster for this resource, if any.
1905
1973
  */
1906
1974
  proxyClusterId?: pulumi.Input<string>;
1907
- /**
1908
- * Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
1909
- */
1910
- requireNativeAuth?: pulumi.Input<boolean>;
1911
1975
  /**
1912
1976
  * ID of the secret store containing credentials for this resource, if any.
1913
1977
  */
@@ -1933,7 +1997,7 @@ export interface ResourceAzureMysql {
1933
1997
  }
1934
1998
  export interface ResourceAzurePostgres {
1935
1999
  /**
1936
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2000
+ * The bind interface is the IP 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.
1937
2001
  */
1938
2002
  bindInterface?: pulumi.Input<string>;
1939
2003
  /**
@@ -1965,7 +2029,7 @@ export interface ResourceAzurePostgres {
1965
2029
  */
1966
2030
  port?: pulumi.Input<number>;
1967
2031
  /**
1968
- * The local port used by clients to connect to this resource.
2032
+ * 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.
1969
2033
  */
1970
2034
  portOverride?: pulumi.Input<number>;
1971
2035
  /**
@@ -1993,7 +2057,7 @@ export interface ResourceAzurePostgres {
1993
2057
  }
1994
2058
  export interface ResourceAzurePostgresManagedIdentity {
1995
2059
  /**
1996
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2060
+ * The bind interface is the IP 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.
1997
2061
  */
1998
2062
  bindInterface?: pulumi.Input<string>;
1999
2063
  /**
@@ -2025,7 +2089,7 @@ export interface ResourceAzurePostgresManagedIdentity {
2025
2089
  */
2026
2090
  port?: pulumi.Input<number>;
2027
2091
  /**
2028
- * The local port used by clients to connect to this resource.
2092
+ * 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.
2029
2093
  */
2030
2094
  portOverride?: pulumi.Input<number>;
2031
2095
  /**
@@ -2057,7 +2121,7 @@ export interface ResourceAzurePostgresManagedIdentity {
2057
2121
  }
2058
2122
  export interface ResourceBigQuery {
2059
2123
  /**
2060
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2124
+ * The bind interface is the IP 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.
2061
2125
  */
2062
2126
  bindInterface?: pulumi.Input<string>;
2063
2127
  /**
@@ -2073,7 +2137,7 @@ export interface ResourceBigQuery {
2073
2137
  */
2074
2138
  name: pulumi.Input<string>;
2075
2139
  /**
2076
- * The local port used by clients to connect to this resource.
2140
+ * 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.
2077
2141
  */
2078
2142
  portOverride?: pulumi.Input<number>;
2079
2143
  /**
@@ -2109,7 +2173,7 @@ export interface ResourceBigQuery {
2109
2173
  }
2110
2174
  export interface ResourceCassandra {
2111
2175
  /**
2112
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2176
+ * The bind interface is the IP 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.
2113
2177
  */
2114
2178
  bindInterface?: pulumi.Input<string>;
2115
2179
  /**
@@ -2133,7 +2197,7 @@ export interface ResourceCassandra {
2133
2197
  */
2134
2198
  port?: pulumi.Input<number>;
2135
2199
  /**
2136
- * The local port used by clients to connect to this resource.
2200
+ * 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.
2137
2201
  */
2138
2202
  portOverride?: pulumi.Input<number>;
2139
2203
  /**
@@ -2165,7 +2229,7 @@ export interface ResourceCassandra {
2165
2229
  }
2166
2230
  export interface ResourceCitus {
2167
2231
  /**
2168
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2232
+ * The bind interface is the IP 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.
2169
2233
  */
2170
2234
  bindInterface?: pulumi.Input<string>;
2171
2235
  /**
@@ -2197,7 +2261,7 @@ export interface ResourceCitus {
2197
2261
  */
2198
2262
  port?: pulumi.Input<number>;
2199
2263
  /**
2200
- * The local port used by clients to connect to this resource.
2264
+ * 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.
2201
2265
  */
2202
2266
  portOverride?: pulumi.Input<number>;
2203
2267
  /**
@@ -2225,7 +2289,7 @@ export interface ResourceCitus {
2225
2289
  }
2226
2290
  export interface ResourceClickHouseHttp {
2227
2291
  /**
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.
2292
+ * The bind interface is the IP 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
2293
  */
2230
2294
  bindInterface?: pulumi.Input<string>;
2231
2295
  /**
@@ -2245,7 +2309,7 @@ export interface ResourceClickHouseHttp {
2245
2309
  */
2246
2310
  password?: pulumi.Input<string>;
2247
2311
  /**
2248
- * The local port used by clients to connect to this resource.
2312
+ * 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
2313
  */
2250
2314
  portOverride?: pulumi.Input<number>;
2251
2315
  /**
@@ -2274,7 +2338,7 @@ export interface ResourceClickHouseHttp {
2274
2338
  }
2275
2339
  export interface ResourceClickHouseMySql {
2276
2340
  /**
2277
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
2278
2342
  */
2279
2343
  bindInterface?: pulumi.Input<string>;
2280
2344
  /**
@@ -2302,7 +2366,7 @@ export interface ResourceClickHouseMySql {
2302
2366
  */
2303
2367
  port?: pulumi.Input<number>;
2304
2368
  /**
2305
- * The local port used by clients to connect to this resource.
2369
+ * 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.
2306
2370
  */
2307
2371
  portOverride?: pulumi.Input<number>;
2308
2372
  /**
@@ -2334,7 +2398,7 @@ export interface ResourceClickHouseMySql {
2334
2398
  }
2335
2399
  export interface ResourceClickHouseTcp {
2336
2400
  /**
2337
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2401
+ * The bind interface is the IP 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.
2338
2402
  */
2339
2403
  bindInterface?: pulumi.Input<string>;
2340
2404
  /**
@@ -2362,7 +2426,7 @@ export interface ResourceClickHouseTcp {
2362
2426
  */
2363
2427
  port: pulumi.Input<number>;
2364
2428
  /**
2365
- * The local port used by clients to connect to this resource.
2429
+ * 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.
2366
2430
  */
2367
2431
  portOverride?: pulumi.Input<number>;
2368
2432
  /**
@@ -2394,7 +2458,7 @@ export interface ResourceClickHouseTcp {
2394
2458
  }
2395
2459
  export interface ResourceClustrix {
2396
2460
  /**
2397
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2461
+ * The bind interface is the IP 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.
2398
2462
  */
2399
2463
  bindInterface?: pulumi.Input<string>;
2400
2464
  /**
@@ -2422,7 +2486,7 @@ export interface ResourceClustrix {
2422
2486
  */
2423
2487
  port?: pulumi.Input<number>;
2424
2488
  /**
2425
- * The local port used by clients to connect to this resource.
2489
+ * 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.
2426
2490
  */
2427
2491
  portOverride?: pulumi.Input<number>;
2428
2492
  /**
@@ -2458,7 +2522,7 @@ export interface ResourceClustrix {
2458
2522
  }
2459
2523
  export interface ResourceCockroach {
2460
2524
  /**
2461
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2525
+ * The bind interface is the IP 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.
2462
2526
  */
2463
2527
  bindInterface?: pulumi.Input<string>;
2464
2528
  /**
@@ -2490,7 +2554,7 @@ export interface ResourceCockroach {
2490
2554
  */
2491
2555
  port?: pulumi.Input<number>;
2492
2556
  /**
2493
- * The local port used by clients to connect to this resource.
2557
+ * 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.
2494
2558
  */
2495
2559
  portOverride?: pulumi.Input<number>;
2496
2560
  /**
@@ -2518,7 +2582,7 @@ export interface ResourceCockroach {
2518
2582
  }
2519
2583
  export interface ResourceCouchbaseDatabase {
2520
2584
  /**
2521
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2585
+ * The bind interface is the IP 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.
2522
2586
  */
2523
2587
  bindInterface?: pulumi.Input<string>;
2524
2588
  /**
@@ -2546,7 +2610,7 @@ export interface ResourceCouchbaseDatabase {
2546
2610
  */
2547
2611
  port?: pulumi.Input<number>;
2548
2612
  /**
2549
- * The local port used by clients to connect to this resource.
2613
+ * 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.
2550
2614
  */
2551
2615
  portOverride?: pulumi.Input<number>;
2552
2616
  /**
@@ -2578,7 +2642,7 @@ export interface ResourceCouchbaseDatabase {
2578
2642
  }
2579
2643
  export interface ResourceCouchbaseWebUi {
2580
2644
  /**
2581
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2645
+ * The bind interface is the IP 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.
2582
2646
  */
2583
2647
  bindInterface?: pulumi.Input<string>;
2584
2648
  /**
@@ -2594,7 +2658,7 @@ export interface ResourceCouchbaseWebUi {
2594
2658
  */
2595
2659
  password?: pulumi.Input<string>;
2596
2660
  /**
2597
- * The local port used by clients to connect to this resource.
2661
+ * 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.
2598
2662
  */
2599
2663
  portOverride?: pulumi.Input<number>;
2600
2664
  /**
@@ -2627,7 +2691,7 @@ export interface ResourceCouchbaseWebUi {
2627
2691
  }
2628
2692
  export interface ResourceDb2I {
2629
2693
  /**
2630
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2694
+ * The bind interface is the IP 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.
2631
2695
  */
2632
2696
  bindInterface?: pulumi.Input<string>;
2633
2697
  /**
@@ -2651,7 +2715,7 @@ export interface ResourceDb2I {
2651
2715
  */
2652
2716
  port: pulumi.Input<number>;
2653
2717
  /**
2654
- * The local port used by clients to connect to this resource.
2718
+ * 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.
2655
2719
  */
2656
2720
  portOverride?: pulumi.Input<number>;
2657
2721
  /**
@@ -2683,7 +2747,7 @@ export interface ResourceDb2I {
2683
2747
  }
2684
2748
  export interface ResourceDb2Luw {
2685
2749
  /**
2686
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2750
+ * The bind interface is the IP 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.
2687
2751
  */
2688
2752
  bindInterface?: pulumi.Input<string>;
2689
2753
  /**
@@ -2711,7 +2775,7 @@ export interface ResourceDb2Luw {
2711
2775
  */
2712
2776
  port?: pulumi.Input<number>;
2713
2777
  /**
2714
- * The local port used by clients to connect to this resource.
2778
+ * 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.
2715
2779
  */
2716
2780
  portOverride?: pulumi.Input<number>;
2717
2781
  /**
@@ -2747,7 +2811,7 @@ export interface ResourceDocumentDbHost {
2747
2811
  */
2748
2812
  authDatabase: pulumi.Input<string>;
2749
2813
  /**
2750
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2814
+ * The bind interface is the IP 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.
2751
2815
  */
2752
2816
  bindInterface?: pulumi.Input<string>;
2753
2817
  /**
@@ -2771,7 +2835,7 @@ export interface ResourceDocumentDbHost {
2771
2835
  */
2772
2836
  port?: pulumi.Input<number>;
2773
2837
  /**
2774
- * The local port used by clients to connect to this resource.
2838
+ * 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.
2775
2839
  */
2776
2840
  portOverride?: pulumi.Input<number>;
2777
2841
  /**
@@ -2799,7 +2863,7 @@ export interface ResourceDocumentDbHost {
2799
2863
  }
2800
2864
  export interface ResourceDocumentDbHostIam {
2801
2865
  /**
2802
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2866
+ * The bind interface is the IP 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.
2803
2867
  */
2804
2868
  bindInterface?: pulumi.Input<string>;
2805
2869
  /**
@@ -2819,7 +2883,7 @@ export interface ResourceDocumentDbHostIam {
2819
2883
  */
2820
2884
  port?: pulumi.Input<number>;
2821
2885
  /**
2822
- * The local port used by clients to connect to this resource.
2886
+ * 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.
2823
2887
  */
2824
2888
  portOverride?: pulumi.Input<number>;
2825
2889
  /**
@@ -2851,7 +2915,7 @@ export interface ResourceDocumentDbReplicaSet {
2851
2915
  */
2852
2916
  authDatabase: pulumi.Input<string>;
2853
2917
  /**
2854
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2918
+ * The bind interface is the IP 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.
2855
2919
  */
2856
2920
  bindInterface?: pulumi.Input<string>;
2857
2921
  /**
@@ -2875,7 +2939,7 @@ export interface ResourceDocumentDbReplicaSet {
2875
2939
  */
2876
2940
  password?: pulumi.Input<string>;
2877
2941
  /**
2878
- * The local port used by clients to connect to this resource.
2942
+ * 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.
2879
2943
  */
2880
2944
  portOverride?: pulumi.Input<number>;
2881
2945
  /**
@@ -2907,7 +2971,7 @@ export interface ResourceDocumentDbReplicaSet {
2907
2971
  }
2908
2972
  export interface ResourceDocumentDbReplicaSetIam {
2909
2973
  /**
2910
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2974
+ * The bind interface is the IP 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.
2911
2975
  */
2912
2976
  bindInterface?: pulumi.Input<string>;
2913
2977
  /**
@@ -2927,7 +2991,7 @@ export interface ResourceDocumentDbReplicaSetIam {
2927
2991
  */
2928
2992
  name: pulumi.Input<string>;
2929
2993
  /**
2930
- * The local port used by clients to connect to this resource.
2994
+ * 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.
2931
2995
  */
2932
2996
  portOverride?: pulumi.Input<number>;
2933
2997
  /**
@@ -2955,7 +3019,7 @@ export interface ResourceDocumentDbReplicaSetIam {
2955
3019
  }
2956
3020
  export interface ResourceDruid {
2957
3021
  /**
2958
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3022
+ * The bind interface is the IP 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.
2959
3023
  */
2960
3024
  bindInterface?: pulumi.Input<string>;
2961
3025
  /**
@@ -2979,7 +3043,7 @@ export interface ResourceDruid {
2979
3043
  */
2980
3044
  port?: pulumi.Input<number>;
2981
3045
  /**
2982
- * The local port used by clients to connect to this resource.
3046
+ * 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.
2983
3047
  */
2984
3048
  portOverride?: pulumi.Input<number>;
2985
3049
  /**
@@ -3011,7 +3075,7 @@ export interface ResourceDynamoDb {
3011
3075
  */
3012
3076
  accessKey?: pulumi.Input<string>;
3013
3077
  /**
3014
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3078
+ * The bind interface is the IP 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.
3015
3079
  */
3016
3080
  bindInterface?: pulumi.Input<string>;
3017
3081
  /**
@@ -3027,7 +3091,7 @@ export interface ResourceDynamoDb {
3027
3091
  */
3028
3092
  name: pulumi.Input<string>;
3029
3093
  /**
3030
- * The local port used by clients to connect to this resource.
3094
+ * 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.
3031
3095
  */
3032
3096
  portOverride?: pulumi.Input<number>;
3033
3097
  /**
@@ -3067,7 +3131,7 @@ export interface ResourceDynamoDb {
3067
3131
  }
3068
3132
  export interface ResourceDynamoDbiam {
3069
3133
  /**
3070
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3134
+ * The bind interface is the IP 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.
3071
3135
  */
3072
3136
  bindInterface?: pulumi.Input<string>;
3073
3137
  /**
@@ -3083,7 +3147,7 @@ export interface ResourceDynamoDbiam {
3083
3147
  */
3084
3148
  name: pulumi.Input<string>;
3085
3149
  /**
3086
- * The local port used by clients to connect to this resource.
3150
+ * 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.
3087
3151
  */
3088
3152
  portOverride?: pulumi.Input<number>;
3089
3153
  /**
@@ -3119,7 +3183,7 @@ export interface ResourceDynamoDbiam {
3119
3183
  }
3120
3184
  export interface ResourceElastic {
3121
3185
  /**
3122
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3186
+ * The bind interface is the IP 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.
3123
3187
  */
3124
3188
  bindInterface?: pulumi.Input<string>;
3125
3189
  /**
@@ -3143,7 +3207,7 @@ export interface ResourceElastic {
3143
3207
  */
3144
3208
  port?: pulumi.Input<number>;
3145
3209
  /**
3146
- * The local port used by clients to connect to this resource.
3210
+ * 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.
3147
3211
  */
3148
3212
  portOverride?: pulumi.Input<number>;
3149
3213
  /**
@@ -3175,7 +3239,7 @@ export interface ResourceElastic {
3175
3239
  }
3176
3240
  export interface ResourceElasticacheRedis {
3177
3241
  /**
3178
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3242
+ * The bind interface is the IP 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.
3179
3243
  */
3180
3244
  bindInterface?: pulumi.Input<string>;
3181
3245
  /**
@@ -3199,7 +3263,7 @@ export interface ResourceElasticacheRedis {
3199
3263
  */
3200
3264
  port?: pulumi.Input<number>;
3201
3265
  /**
3202
- * The local port used by clients to connect to this resource.
3266
+ * 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.
3203
3267
  */
3204
3268
  portOverride?: pulumi.Input<number>;
3205
3269
  /**
@@ -3229,9 +3293,74 @@ export interface ResourceElasticacheRedis {
3229
3293
  */
3230
3294
  username?: pulumi.Input<string>;
3231
3295
  }
3296
+ export interface ResourceEntraId {
3297
+ /**
3298
+ * The bind interface is the IP 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.
3299
+ */
3300
+ bindInterface?: pulumi.Input<string>;
3301
+ /**
3302
+ * If true, configures discovery of a cluster to be run from a node.
3303
+ */
3304
+ discoveryEnabled?: pulumi.Input<boolean>;
3305
+ /**
3306
+ * A filter applied to the routing logic to pin datasource to nodes.
3307
+ */
3308
+ egressFilter?: pulumi.Input<string>;
3309
+ /**
3310
+ * comma separated list of group names to filter by. Supports wildcards (*)
3311
+ */
3312
+ groupNames?: pulumi.Input<string>;
3313
+ /**
3314
+ * The ID of the identity set to use for identity connections.
3315
+ */
3316
+ identitySetId: pulumi.Input<string>;
3317
+ /**
3318
+ * The management group ID to authenticate scope Privileges to.
3319
+ */
3320
+ managementGroupId?: pulumi.Input<string>;
3321
+ /**
3322
+ * Unique human-readable name of the Resource.
3323
+ */
3324
+ name: pulumi.Input<string>;
3325
+ /**
3326
+ * The privilege levels specify which Groups are managed externally
3327
+ */
3328
+ privilegeLevels?: pulumi.Input<string>;
3329
+ /**
3330
+ * ID of the proxy cluster for this resource, if any.
3331
+ */
3332
+ proxyClusterId?: pulumi.Input<string>;
3333
+ /**
3334
+ * filters discovered groups to the specified Resource Group
3335
+ */
3336
+ resourceGroupId?: pulumi.Input<string>;
3337
+ /**
3338
+ * ID of the secret store containing credentials for this resource, if any.
3339
+ */
3340
+ secretStoreId?: pulumi.Input<string>;
3341
+ /**
3342
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3343
+ */
3344
+ subdomain?: pulumi.Input<string>;
3345
+ /**
3346
+ * The subscription ID to authenticate scope Privileges to.
3347
+ */
3348
+ subscriptionId?: pulumi.Input<string>;
3349
+ /**
3350
+ * Tags is a map of key, value pairs.
3351
+ */
3352
+ tags?: pulumi.Input<{
3353
+ [key: string]: pulumi.Input<string>;
3354
+ }>;
3355
+ /**
3356
+ * The Azure AD directory (tenant) ID with which to authenticate.
3357
+ * * sql_server_kerberos_ad:
3358
+ */
3359
+ tenantId: pulumi.Input<string>;
3360
+ }
3232
3361
  export interface ResourceGcp {
3233
3362
  /**
3234
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3363
+ * The bind interface is the IP 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.
3235
3364
  */
3236
3365
  bindInterface?: pulumi.Input<string>;
3237
3366
  /**
@@ -3247,7 +3376,7 @@ export interface ResourceGcp {
3247
3376
  */
3248
3377
  name: pulumi.Input<string>;
3249
3378
  /**
3250
- * The local port used by clients to connect to this resource.
3379
+ * 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.
3251
3380
  */
3252
3381
  portOverride?: pulumi.Input<number>;
3253
3382
  /**
@@ -3275,7 +3404,7 @@ export interface ResourceGcp {
3275
3404
  }
3276
3405
  export interface ResourceGcpConsole {
3277
3406
  /**
3278
- * The bind interface is the IP 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.
3279
3408
  */
3280
3409
  bindInterface?: pulumi.Input<string>;
3281
3410
  /**
@@ -3295,7 +3424,7 @@ export interface ResourceGcpConsole {
3295
3424
  */
3296
3425
  name: pulumi.Input<string>;
3297
3426
  /**
3298
- * The local port used by clients to connect to this resource.
3427
+ * 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.
3299
3428
  */
3300
3429
  portOverride?: pulumi.Input<number>;
3301
3430
  /**
@@ -3332,7 +3461,7 @@ export interface ResourceGcpConsole {
3332
3461
  }
3333
3462
  export interface ResourceGcpwif {
3334
3463
  /**
3335
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3464
+ * The bind interface is the IP 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.
3336
3465
  */
3337
3466
  bindInterface?: pulumi.Input<string>;
3338
3467
  /**
@@ -3352,7 +3481,7 @@ export interface ResourceGcpwif {
3352
3481
  */
3353
3482
  name: pulumi.Input<string>;
3354
3483
  /**
3355
- * The local port used by clients to connect to this resource.
3484
+ * 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.
3356
3485
  */
3357
3486
  portOverride?: pulumi.Input<number>;
3358
3487
  /**
@@ -3401,7 +3530,7 @@ export interface ResourceGoogleGke {
3401
3530
  */
3402
3531
  allowResourceRoleBypass?: pulumi.Input<boolean>;
3403
3532
  /**
3404
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3533
+ * The bind interface is the IP 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.
3405
3534
  */
3406
3535
  bindInterface?: pulumi.Input<string>;
3407
3536
  /**
@@ -3441,7 +3570,7 @@ export interface ResourceGoogleGke {
3441
3570
  */
3442
3571
  name: pulumi.Input<string>;
3443
3572
  /**
3444
- * The local port used by clients to connect to this resource.
3573
+ * 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.
3445
3574
  */
3446
3575
  portOverride?: pulumi.Input<number>;
3447
3576
  /**
@@ -3469,7 +3598,7 @@ export interface ResourceGoogleGke {
3469
3598
  }
3470
3599
  export interface ResourceGoogleGkeUserImpersonation {
3471
3600
  /**
3472
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3601
+ * The bind interface is the IP 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.
3473
3602
  */
3474
3603
  bindInterface?: pulumi.Input<string>;
3475
3604
  /**
@@ -3493,7 +3622,7 @@ export interface ResourceGoogleGkeUserImpersonation {
3493
3622
  */
3494
3623
  name: pulumi.Input<string>;
3495
3624
  /**
3496
- * The local port used by clients to connect to this resource.
3625
+ * 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.
3497
3626
  */
3498
3627
  portOverride?: pulumi.Input<number>;
3499
3628
  /**
@@ -3521,7 +3650,7 @@ export interface ResourceGoogleGkeUserImpersonation {
3521
3650
  }
3522
3651
  export interface ResourceGreenplum {
3523
3652
  /**
3524
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3653
+ * The bind interface is the IP 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.
3525
3654
  */
3526
3655
  bindInterface?: pulumi.Input<string>;
3527
3656
  /**
@@ -3553,7 +3682,7 @@ export interface ResourceGreenplum {
3553
3682
  */
3554
3683
  port?: pulumi.Input<number>;
3555
3684
  /**
3556
- * The local port used by clients to connect to this resource.
3685
+ * 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.
3557
3686
  */
3558
3687
  portOverride?: pulumi.Input<number>;
3559
3688
  /**
@@ -3585,7 +3714,7 @@ export interface ResourceHttpAuth {
3585
3714
  */
3586
3715
  authHeader?: pulumi.Input<string>;
3587
3716
  /**
3588
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3717
+ * The bind interface is the IP 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.
3589
3718
  */
3590
3719
  bindInterface?: pulumi.Input<string>;
3591
3720
  /**
@@ -3613,7 +3742,7 @@ export interface ResourceHttpAuth {
3613
3742
  */
3614
3743
  name: pulumi.Input<string>;
3615
3744
  /**
3616
- * The local port used by clients to connect to this resource.
3745
+ * 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.
3617
3746
  */
3618
3747
  portOverride?: pulumi.Input<number>;
3619
3748
  /**
@@ -3642,7 +3771,7 @@ export interface ResourceHttpAuth {
3642
3771
  }
3643
3772
  export interface ResourceHttpBasicAuth {
3644
3773
  /**
3645
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3774
+ * The bind interface is the IP 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.
3646
3775
  */
3647
3776
  bindInterface?: pulumi.Input<string>;
3648
3777
  /**
@@ -3674,7 +3803,7 @@ export interface ResourceHttpBasicAuth {
3674
3803
  */
3675
3804
  password?: pulumi.Input<string>;
3676
3805
  /**
3677
- * The local port used by clients to connect to this resource.
3806
+ * 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.
3678
3807
  */
3679
3808
  portOverride?: pulumi.Input<number>;
3680
3809
  /**
@@ -3707,7 +3836,7 @@ export interface ResourceHttpBasicAuth {
3707
3836
  }
3708
3837
  export interface ResourceHttpNoAuth {
3709
3838
  /**
3710
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3839
+ * The bind interface is the IP 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.
3711
3840
  */
3712
3841
  bindInterface?: pulumi.Input<string>;
3713
3842
  /**
@@ -3735,7 +3864,7 @@ export interface ResourceHttpNoAuth {
3735
3864
  */
3736
3865
  name: pulumi.Input<string>;
3737
3866
  /**
3738
- * The local port used by clients to connect to this resource.
3867
+ * 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.
3739
3868
  */
3740
3869
  portOverride?: pulumi.Input<number>;
3741
3870
  /**
@@ -3768,7 +3897,7 @@ export interface ResourceKubernetes {
3768
3897
  */
3769
3898
  allowResourceRoleBypass?: pulumi.Input<boolean>;
3770
3899
  /**
3771
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3900
+ * The bind interface is the IP 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.
3772
3901
  */
3773
3902
  bindInterface?: pulumi.Input<string>;
3774
3903
  /**
@@ -3820,7 +3949,7 @@ export interface ResourceKubernetes {
3820
3949
  */
3821
3950
  port: pulumi.Input<number>;
3822
3951
  /**
3823
- * The local port used by clients to connect to this resource.
3952
+ * 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.
3824
3953
  */
3825
3954
  portOverride?: pulumi.Input<number>;
3826
3955
  /**
@@ -3844,7 +3973,7 @@ export interface ResourceKubernetes {
3844
3973
  }
3845
3974
  export interface ResourceKubernetesBasicAuth {
3846
3975
  /**
3847
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3976
+ * The bind interface is the IP 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.
3848
3977
  */
3849
3978
  bindInterface?: pulumi.Input<string>;
3850
3979
  /**
@@ -3872,7 +4001,7 @@ export interface ResourceKubernetesBasicAuth {
3872
4001
  */
3873
4002
  port: pulumi.Input<number>;
3874
4003
  /**
3875
- * The local port used by clients to connect to this resource.
4004
+ * 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.
3876
4005
  */
3877
4006
  portOverride?: pulumi.Input<number>;
3878
4007
  /**
@@ -3904,7 +4033,7 @@ export interface ResourceKubernetesPodIdentity {
3904
4033
  */
3905
4034
  allowResourceRoleBypass?: pulumi.Input<boolean>;
3906
4035
  /**
3907
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4036
+ * The bind interface is the IP 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.
3908
4037
  */
3909
4038
  bindInterface?: pulumi.Input<string>;
3910
4039
  /**
@@ -3940,7 +4069,7 @@ export interface ResourceKubernetesPodIdentity {
3940
4069
  */
3941
4070
  name: pulumi.Input<string>;
3942
4071
  /**
3943
- * The local port used by clients to connect to this resource.
4072
+ * 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.
3944
4073
  */
3945
4074
  portOverride?: pulumi.Input<number>;
3946
4075
  /**
@@ -3968,7 +4097,7 @@ export interface ResourceKubernetesServiceAccount {
3968
4097
  */
3969
4098
  allowResourceRoleBypass?: pulumi.Input<boolean>;
3970
4099
  /**
3971
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4100
+ * The bind interface is the IP 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.
3972
4101
  */
3973
4102
  bindInterface?: pulumi.Input<string>;
3974
4103
  /**
@@ -4008,7 +4137,7 @@ export interface ResourceKubernetesServiceAccount {
4008
4137
  */
4009
4138
  port: pulumi.Input<number>;
4010
4139
  /**
4011
- * The local port used by clients to connect to this resource.
4140
+ * 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.
4012
4141
  */
4013
4142
  portOverride?: pulumi.Input<number>;
4014
4143
  /**
@@ -4037,7 +4166,7 @@ export interface ResourceKubernetesServiceAccount {
4037
4166
  }
4038
4167
  export interface ResourceKubernetesServiceAccountUserImpersonation {
4039
4168
  /**
4040
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4169
+ * The bind interface is the IP 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.
4041
4170
  */
4042
4171
  bindInterface?: pulumi.Input<string>;
4043
4172
  /**
@@ -4061,7 +4190,7 @@ export interface ResourceKubernetesServiceAccountUserImpersonation {
4061
4190
  */
4062
4191
  port: pulumi.Input<number>;
4063
4192
  /**
4064
- * The local port used by clients to connect to this resource.
4193
+ * 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.
4065
4194
  */
4066
4195
  portOverride?: pulumi.Input<number>;
4067
4196
  /**
@@ -4090,7 +4219,7 @@ export interface ResourceKubernetesServiceAccountUserImpersonation {
4090
4219
  }
4091
4220
  export interface ResourceKubernetesUserImpersonation {
4092
4221
  /**
4093
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4222
+ * The bind interface is the IP 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.
4094
4223
  */
4095
4224
  bindInterface?: pulumi.Input<string>;
4096
4225
  /**
@@ -4126,7 +4255,7 @@ export interface ResourceKubernetesUserImpersonation {
4126
4255
  */
4127
4256
  port: pulumi.Input<number>;
4128
4257
  /**
4129
- * The local port used by clients to connect to this resource.
4258
+ * 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.
4130
4259
  */
4131
4260
  portOverride?: pulumi.Input<number>;
4132
4261
  /**
@@ -4150,7 +4279,7 @@ export interface ResourceKubernetesUserImpersonation {
4150
4279
  }
4151
4280
  export interface ResourceMaria {
4152
4281
  /**
4153
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
4154
4283
  */
4155
4284
  bindInterface?: pulumi.Input<string>;
4156
4285
  /**
@@ -4178,7 +4307,7 @@ export interface ResourceMaria {
4178
4307
  */
4179
4308
  port?: pulumi.Input<number>;
4180
4309
  /**
4181
- * The local port used by clients to connect to this resource.
4310
+ * 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.
4182
4311
  */
4183
4312
  portOverride?: pulumi.Input<number>;
4184
4313
  /**
@@ -4214,7 +4343,7 @@ export interface ResourceMaria {
4214
4343
  }
4215
4344
  export interface ResourceMemcached {
4216
4345
  /**
4217
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4346
+ * The bind interface is the IP 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.
4218
4347
  */
4219
4348
  bindInterface?: pulumi.Input<string>;
4220
4349
  /**
@@ -4234,7 +4363,7 @@ export interface ResourceMemcached {
4234
4363
  */
4235
4364
  port?: pulumi.Input<number>;
4236
4365
  /**
4237
- * The local port used by clients to connect to this resource.
4366
+ * 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.
4238
4367
  */
4239
4368
  portOverride?: pulumi.Input<number>;
4240
4369
  /**
@@ -4258,7 +4387,7 @@ export interface ResourceMemcached {
4258
4387
  }
4259
4388
  export interface ResourceMemsql {
4260
4389
  /**
4261
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4390
+ * The bind interface is the IP 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.
4262
4391
  */
4263
4392
  bindInterface?: pulumi.Input<string>;
4264
4393
  /**
@@ -4286,7 +4415,7 @@ export interface ResourceMemsql {
4286
4415
  */
4287
4416
  port?: pulumi.Input<number>;
4288
4417
  /**
4289
- * The local port used by clients to connect to this resource.
4418
+ * 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.
4290
4419
  */
4291
4420
  portOverride?: pulumi.Input<number>;
4292
4421
  /**
@@ -4326,7 +4455,7 @@ export interface ResourceMongoHost {
4326
4455
  */
4327
4456
  authDatabase: pulumi.Input<string>;
4328
4457
  /**
4329
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4458
+ * The bind interface is the IP 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.
4330
4459
  */
4331
4460
  bindInterface?: pulumi.Input<string>;
4332
4461
  /**
@@ -4350,7 +4479,7 @@ export interface ResourceMongoHost {
4350
4479
  */
4351
4480
  port?: pulumi.Input<number>;
4352
4481
  /**
4353
- * The local port used by clients to connect to this resource.
4482
+ * 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.
4354
4483
  */
4355
4484
  portOverride?: pulumi.Input<number>;
4356
4485
  /**
@@ -4386,7 +4515,7 @@ export interface ResourceMongoLegacyHost {
4386
4515
  */
4387
4516
  authDatabase: pulumi.Input<string>;
4388
4517
  /**
4389
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4518
+ * The bind interface is the IP 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.
4390
4519
  */
4391
4520
  bindInterface?: pulumi.Input<string>;
4392
4521
  /**
@@ -4410,7 +4539,7 @@ export interface ResourceMongoLegacyHost {
4410
4539
  */
4411
4540
  port?: pulumi.Input<number>;
4412
4541
  /**
4413
- * The local port used by clients to connect to this resource.
4542
+ * 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.
4414
4543
  */
4415
4544
  portOverride?: pulumi.Input<number>;
4416
4545
  /**
@@ -4446,7 +4575,7 @@ export interface ResourceMongoLegacyReplicaset {
4446
4575
  */
4447
4576
  authDatabase: pulumi.Input<string>;
4448
4577
  /**
4449
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4578
+ * The bind interface is the IP 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.
4450
4579
  */
4451
4580
  bindInterface?: pulumi.Input<string>;
4452
4581
  /**
@@ -4474,7 +4603,7 @@ export interface ResourceMongoLegacyReplicaset {
4474
4603
  */
4475
4604
  port?: pulumi.Input<number>;
4476
4605
  /**
4477
- * The local port used by clients to connect to this resource.
4606
+ * 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.
4478
4607
  */
4479
4608
  portOverride?: pulumi.Input<number>;
4480
4609
  /**
@@ -4514,7 +4643,7 @@ export interface ResourceMongoReplicaSet {
4514
4643
  */
4515
4644
  authDatabase: pulumi.Input<string>;
4516
4645
  /**
4517
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4646
+ * The bind interface is the IP 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.
4518
4647
  */
4519
4648
  bindInterface?: pulumi.Input<string>;
4520
4649
  /**
@@ -4542,7 +4671,7 @@ export interface ResourceMongoReplicaSet {
4542
4671
  */
4543
4672
  port?: pulumi.Input<number>;
4544
4673
  /**
4545
- * The local port used by clients to connect to this resource.
4674
+ * 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.
4546
4675
  */
4547
4676
  portOverride?: pulumi.Input<number>;
4548
4677
  /**
@@ -4582,7 +4711,7 @@ export interface ResourceMongoShardedCluster {
4582
4711
  */
4583
4712
  authDatabase: pulumi.Input<string>;
4584
4713
  /**
4585
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4714
+ * The bind interface is the IP 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.
4586
4715
  */
4587
4716
  bindInterface?: pulumi.Input<string>;
4588
4717
  /**
@@ -4602,7 +4731,7 @@ export interface ResourceMongoShardedCluster {
4602
4731
  */
4603
4732
  password?: pulumi.Input<string>;
4604
4733
  /**
4605
- * The local port used by clients to connect to this resource.
4734
+ * 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.
4606
4735
  */
4607
4736
  portOverride?: pulumi.Input<number>;
4608
4737
  /**
@@ -4634,7 +4763,7 @@ export interface ResourceMongoShardedCluster {
4634
4763
  }
4635
4764
  export interface ResourceMtlsMysql {
4636
4765
  /**
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.
4766
+ * The bind interface is the IP 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.
4638
4767
  */
4639
4768
  bindInterface?: pulumi.Input<string>;
4640
4769
  /**
@@ -4674,7 +4803,7 @@ export interface ResourceMtlsMysql {
4674
4803
  */
4675
4804
  port?: pulumi.Input<number>;
4676
4805
  /**
4677
- * The local port used by clients to connect to this resource.
4806
+ * 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.
4678
4807
  */
4679
4808
  portOverride?: pulumi.Input<number>;
4680
4809
  /**
@@ -4714,7 +4843,7 @@ export interface ResourceMtlsMysql {
4714
4843
  }
4715
4844
  export interface ResourceMtlsPostgres {
4716
4845
  /**
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.
4846
+ * The bind interface is the IP 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.
4718
4847
  */
4719
4848
  bindInterface?: pulumi.Input<string>;
4720
4849
  /**
@@ -4758,7 +4887,7 @@ export interface ResourceMtlsPostgres {
4758
4887
  */
4759
4888
  port?: pulumi.Input<number>;
4760
4889
  /**
4761
- * The local port used by clients to connect to this resource.
4890
+ * 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.
4762
4891
  */
4763
4892
  portOverride?: pulumi.Input<number>;
4764
4893
  /**
@@ -4790,7 +4919,7 @@ export interface ResourceMtlsPostgres {
4790
4919
  }
4791
4920
  export interface ResourceMysql {
4792
4921
  /**
4793
- * The bind interface is the IP 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.
4794
4923
  */
4795
4924
  bindInterface?: pulumi.Input<string>;
4796
4925
  /**
@@ -4818,7 +4947,7 @@ export interface ResourceMysql {
4818
4947
  */
4819
4948
  port?: pulumi.Input<number>;
4820
4949
  /**
4821
- * 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.
4822
4951
  */
4823
4952
  portOverride?: pulumi.Input<number>;
4824
4953
  /**
@@ -4854,7 +4983,7 @@ export interface ResourceMysql {
4854
4983
  }
4855
4984
  export interface ResourceNeptune {
4856
4985
  /**
4857
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
4986
+ * The bind interface is the IP 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.
4858
4987
  */
4859
4988
  bindInterface?: pulumi.Input<string>;
4860
4989
  /**
@@ -4874,7 +5003,7 @@ export interface ResourceNeptune {
4874
5003
  */
4875
5004
  port?: pulumi.Input<number>;
4876
5005
  /**
4877
- * The local port used by clients to connect to this resource.
5006
+ * 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.
4878
5007
  */
4879
5008
  portOverride?: pulumi.Input<number>;
4880
5009
  /**
@@ -4902,7 +5031,7 @@ export interface ResourceNeptuneIam {
4902
5031
  */
4903
5032
  accessKey?: pulumi.Input<string>;
4904
5033
  /**
4905
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5034
+ * The bind interface is the IP 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.
4906
5035
  */
4907
5036
  bindInterface?: pulumi.Input<string>;
4908
5037
  /**
@@ -4922,7 +5051,7 @@ export interface ResourceNeptuneIam {
4922
5051
  */
4923
5052
  port?: pulumi.Input<number>;
4924
5053
  /**
4925
- * The local port used by clients to connect to this resource.
5054
+ * 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.
4926
5055
  */
4927
5056
  portOverride?: pulumi.Input<number>;
4928
5057
  /**
@@ -4962,7 +5091,7 @@ export interface ResourceNeptuneIam {
4962
5091
  }
4963
5092
  export interface ResourceOracle {
4964
5093
  /**
4965
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5094
+ * The bind interface is the IP 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.
4966
5095
  */
4967
5096
  bindInterface?: pulumi.Input<string>;
4968
5097
  /**
@@ -4990,7 +5119,7 @@ export interface ResourceOracle {
4990
5119
  */
4991
5120
  port: pulumi.Input<number>;
4992
5121
  /**
4993
- * The local port used by clients to connect to this resource.
5122
+ * 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.
4994
5123
  */
4995
5124
  portOverride?: pulumi.Input<number>;
4996
5125
  /**
@@ -5022,7 +5151,7 @@ export interface ResourceOracle {
5022
5151
  }
5023
5152
  export interface ResourceOracleNne {
5024
5153
  /**
5025
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5154
+ * The bind interface is the IP 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.
5026
5155
  */
5027
5156
  bindInterface?: pulumi.Input<string>;
5028
5157
  /**
@@ -5050,7 +5179,7 @@ export interface ResourceOracleNne {
5050
5179
  */
5051
5180
  port: pulumi.Input<number>;
5052
5181
  /**
5053
- * The local port used by clients to connect to this resource.
5182
+ * 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.
5054
5183
  */
5055
5184
  portOverride?: pulumi.Input<number>;
5056
5185
  /**
@@ -5078,7 +5207,7 @@ export interface ResourceOracleNne {
5078
5207
  }
5079
5208
  export interface ResourcePostgres {
5080
5209
  /**
5081
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5210
+ * The bind interface is the IP 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.
5082
5211
  */
5083
5212
  bindInterface?: pulumi.Input<string>;
5084
5213
  /**
@@ -5110,7 +5239,7 @@ export interface ResourcePostgres {
5110
5239
  */
5111
5240
  port?: pulumi.Input<number>;
5112
5241
  /**
5113
- * The local port used by clients to connect to this resource.
5242
+ * 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.
5114
5243
  */
5115
5244
  portOverride?: pulumi.Input<number>;
5116
5245
  /**
@@ -5138,7 +5267,7 @@ export interface ResourcePostgres {
5138
5267
  }
5139
5268
  export interface ResourcePresto {
5140
5269
  /**
5141
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5270
+ * The bind interface is the IP 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.
5142
5271
  */
5143
5272
  bindInterface?: pulumi.Input<string>;
5144
5273
  /**
@@ -5166,7 +5295,7 @@ export interface ResourcePresto {
5166
5295
  */
5167
5296
  port?: pulumi.Input<number>;
5168
5297
  /**
5169
- * The local port used by clients to connect to this resource.
5298
+ * 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.
5170
5299
  */
5171
5300
  portOverride?: pulumi.Input<number>;
5172
5301
  /**
@@ -5198,7 +5327,7 @@ export interface ResourcePresto {
5198
5327
  }
5199
5328
  export interface ResourceRabbitmqAmqp091 {
5200
5329
  /**
5201
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5330
+ * The bind interface is the IP 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.
5202
5331
  */
5203
5332
  bindInterface?: pulumi.Input<string>;
5204
5333
  /**
@@ -5222,7 +5351,7 @@ export interface ResourceRabbitmqAmqp091 {
5222
5351
  */
5223
5352
  port?: pulumi.Input<number>;
5224
5353
  /**
5225
- * The local port used by clients to connect to this resource.
5354
+ * 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.
5226
5355
  */
5227
5356
  portOverride?: pulumi.Input<number>;
5228
5357
  /**
@@ -5254,7 +5383,7 @@ export interface ResourceRabbitmqAmqp091 {
5254
5383
  }
5255
5384
  export interface ResourceRawTcp {
5256
5385
  /**
5257
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5386
+ * The bind interface is the IP 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.
5258
5387
  */
5259
5388
  bindInterface?: pulumi.Input<string>;
5260
5389
  /**
@@ -5274,7 +5403,7 @@ export interface ResourceRawTcp {
5274
5403
  */
5275
5404
  port?: pulumi.Input<number>;
5276
5405
  /**
5277
- * The local port used by clients to connect to this resource.
5406
+ * 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.
5278
5407
  */
5279
5408
  portOverride?: pulumi.Input<number>;
5280
5409
  /**
@@ -5298,7 +5427,7 @@ export interface ResourceRawTcp {
5298
5427
  }
5299
5428
  export interface ResourceRdp {
5300
5429
  /**
5301
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5430
+ * The bind interface is the IP 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.
5302
5431
  */
5303
5432
  bindInterface?: pulumi.Input<string>;
5304
5433
  /**
@@ -5330,7 +5459,7 @@ export interface ResourceRdp {
5330
5459
  */
5331
5460
  port?: pulumi.Input<number>;
5332
5461
  /**
5333
- * The local port used by clients to connect to this resource.
5462
+ * 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.
5334
5463
  */
5335
5464
  portOverride?: pulumi.Input<number>;
5336
5465
  /**
@@ -5358,7 +5487,7 @@ export interface ResourceRdp {
5358
5487
  }
5359
5488
  export interface ResourceRdpCert {
5360
5489
  /**
5361
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5490
+ * The bind interface is the IP 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.
5362
5491
  */
5363
5492
  bindInterface?: pulumi.Input<string>;
5364
5493
  /**
@@ -5390,7 +5519,7 @@ export interface ResourceRdpCert {
5390
5519
  */
5391
5520
  port?: pulumi.Input<number>;
5392
5521
  /**
5393
- * The local port used by clients to connect to this resource.
5522
+ * 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.
5394
5523
  */
5395
5524
  portOverride?: pulumi.Input<number>;
5396
5525
  /**
@@ -5401,6 +5530,10 @@ export interface ResourceRdpCert {
5401
5530
  * ID of the secret store containing credentials for this resource, if any.
5402
5531
  */
5403
5532
  secretStoreId?: pulumi.Input<string>;
5533
+ /**
5534
+ * Windows Security Identifier (SID) of the configured Username, required for strong certificate mapping in full enforcement mode.
5535
+ */
5536
+ sid?: pulumi.Input<string>;
5404
5537
  /**
5405
5538
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5406
5539
  */
@@ -5418,7 +5551,7 @@ export interface ResourceRdpCert {
5418
5551
  }
5419
5552
  export interface ResourceRdsPostgresIam {
5420
5553
  /**
5421
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5554
+ * The bind interface is the IP 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.
5422
5555
  */
5423
5556
  bindInterface?: pulumi.Input<string>;
5424
5557
  /**
@@ -5446,7 +5579,7 @@ export interface ResourceRdsPostgresIam {
5446
5579
  */
5447
5580
  port?: pulumi.Input<number>;
5448
5581
  /**
5449
- * The local port used by clients to connect to this resource.
5582
+ * 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.
5450
5583
  */
5451
5584
  portOverride?: pulumi.Input<number>;
5452
5585
  /**
@@ -5482,7 +5615,7 @@ export interface ResourceRdsPostgresIam {
5482
5615
  }
5483
5616
  export interface ResourceRedis {
5484
5617
  /**
5485
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5618
+ * The bind interface is the IP 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.
5486
5619
  */
5487
5620
  bindInterface?: pulumi.Input<string>;
5488
5621
  /**
@@ -5506,7 +5639,7 @@ export interface ResourceRedis {
5506
5639
  */
5507
5640
  port?: pulumi.Input<number>;
5508
5641
  /**
5509
- * The local port used by clients to connect to this resource.
5642
+ * 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.
5510
5643
  */
5511
5644
  portOverride?: pulumi.Input<number>;
5512
5645
  /**
@@ -5538,7 +5671,7 @@ export interface ResourceRedis {
5538
5671
  }
5539
5672
  export interface ResourceRedisCluster {
5540
5673
  /**
5541
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5674
+ * The bind interface is the IP 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.
5542
5675
  */
5543
5676
  bindInterface?: pulumi.Input<string>;
5544
5677
  /**
@@ -5562,7 +5695,7 @@ export interface ResourceRedisCluster {
5562
5695
  */
5563
5696
  port?: pulumi.Input<number>;
5564
5697
  /**
5565
- * The local port used by clients to connect to this resource.
5698
+ * 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.
5566
5699
  */
5567
5700
  portOverride?: pulumi.Input<number>;
5568
5701
  /**
@@ -5594,7 +5727,7 @@ export interface ResourceRedisCluster {
5594
5727
  }
5595
5728
  export interface ResourceRedshift {
5596
5729
  /**
5597
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5730
+ * The bind interface is the IP 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.
5598
5731
  */
5599
5732
  bindInterface?: pulumi.Input<string>;
5600
5733
  /**
@@ -5626,7 +5759,7 @@ export interface ResourceRedshift {
5626
5759
  */
5627
5760
  port?: pulumi.Input<number>;
5628
5761
  /**
5629
- * The local port used by clients to connect to this resource.
5762
+ * 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.
5630
5763
  */
5631
5764
  portOverride?: pulumi.Input<number>;
5632
5765
  /**
@@ -5654,7 +5787,7 @@ export interface ResourceRedshift {
5654
5787
  }
5655
5788
  export interface ResourceRedshiftIam {
5656
5789
  /**
5657
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5790
+ * The bind interface is the IP 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.
5658
5791
  */
5659
5792
  bindInterface?: pulumi.Input<string>;
5660
5793
  /**
@@ -5686,7 +5819,7 @@ export interface ResourceRedshiftIam {
5686
5819
  */
5687
5820
  port?: pulumi.Input<number>;
5688
5821
  /**
5689
- * The local port used by clients to connect to this resource.
5822
+ * 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.
5690
5823
  */
5691
5824
  portOverride?: pulumi.Input<number>;
5692
5825
  /**
@@ -5718,7 +5851,7 @@ export interface ResourceRedshiftIam {
5718
5851
  }
5719
5852
  export interface ResourceRedshiftServerlessIam {
5720
5853
  /**
5721
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5854
+ * The bind interface is the IP 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.
5722
5855
  */
5723
5856
  bindInterface?: pulumi.Input<string>;
5724
5857
  /**
@@ -5746,7 +5879,7 @@ export interface ResourceRedshiftServerlessIam {
5746
5879
  */
5747
5880
  port?: pulumi.Input<number>;
5748
5881
  /**
5749
- * The local port used by clients to connect to this resource.
5882
+ * 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.
5750
5883
  */
5751
5884
  portOverride?: pulumi.Input<number>;
5752
5885
  /**
@@ -5783,7 +5916,7 @@ export interface ResourceRedshiftServerlessIam {
5783
5916
  }
5784
5917
  export interface ResourceSingleStore {
5785
5918
  /**
5786
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5919
+ * The bind interface is the IP 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.
5787
5920
  */
5788
5921
  bindInterface?: pulumi.Input<string>;
5789
5922
  /**
@@ -5811,7 +5944,7 @@ export interface ResourceSingleStore {
5811
5944
  */
5812
5945
  port?: pulumi.Input<number>;
5813
5946
  /**
5814
- * The local port used by clients to connect to this resource.
5947
+ * 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.
5815
5948
  */
5816
5949
  portOverride?: pulumi.Input<number>;
5817
5950
  /**
@@ -5847,7 +5980,7 @@ export interface ResourceSingleStore {
5847
5980
  }
5848
5981
  export interface ResourceSnowflake {
5849
5982
  /**
5850
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5983
+ * The bind interface is the IP 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.
5851
5984
  */
5852
5985
  bindInterface?: pulumi.Input<string>;
5853
5986
  /**
@@ -5871,7 +6004,7 @@ export interface ResourceSnowflake {
5871
6004
  */
5872
6005
  password?: pulumi.Input<string>;
5873
6006
  /**
5874
- * The local port used by clients to connect to this resource.
6007
+ * 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.
5875
6008
  */
5876
6009
  portOverride?: pulumi.Input<number>;
5877
6010
  /**
@@ -5907,7 +6040,7 @@ export interface ResourceSnowflake {
5907
6040
  }
5908
6041
  export interface ResourceSnowsight {
5909
6042
  /**
5910
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6043
+ * The bind interface is the IP 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.
5911
6044
  */
5912
6045
  bindInterface?: pulumi.Input<string>;
5913
6046
  /**
@@ -5923,7 +6056,7 @@ export interface ResourceSnowsight {
5923
6056
  */
5924
6057
  name: pulumi.Input<string>;
5925
6058
  /**
5926
- * The local port used by clients to connect to this resource.
6059
+ * 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.
5927
6060
  */
5928
6061
  portOverride?: pulumi.Input<number>;
5929
6062
  /**
@@ -5955,7 +6088,7 @@ export interface ResourceSqlServer {
5955
6088
  */
5956
6089
  allowDeprecatedEncryption?: pulumi.Input<boolean>;
5957
6090
  /**
5958
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6091
+ * The bind interface is the IP 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.
5959
6092
  */
5960
6093
  bindInterface?: pulumi.Input<string>;
5961
6094
  /**
@@ -5987,7 +6120,7 @@ export interface ResourceSqlServer {
5987
6120
  */
5988
6121
  port?: pulumi.Input<number>;
5989
6122
  /**
5990
- * The local port used by clients to connect to this resource.
6123
+ * 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.
5991
6124
  */
5992
6125
  portOverride?: pulumi.Input<number>;
5993
6126
  /**
@@ -6023,7 +6156,7 @@ export interface ResourceSqlServerAzureAd {
6023
6156
  */
6024
6157
  allowDeprecatedEncryption?: pulumi.Input<boolean>;
6025
6158
  /**
6026
- * The bind interface is the IP 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.
6027
6160
  */
6028
6161
  bindInterface?: pulumi.Input<string>;
6029
6162
  /**
@@ -6055,7 +6188,7 @@ export interface ResourceSqlServerAzureAd {
6055
6188
  */
6056
6189
  port?: pulumi.Input<number>;
6057
6190
  /**
6058
- * The local port used by clients to connect to this resource.
6191
+ * 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.
6059
6192
  */
6060
6193
  portOverride?: pulumi.Input<number>;
6061
6194
  /**
@@ -6096,7 +6229,7 @@ export interface ResourceSqlServerKerberosAd {
6096
6229
  */
6097
6230
  allowDeprecatedEncryption?: pulumi.Input<boolean>;
6098
6231
  /**
6099
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6232
+ * The bind interface is the IP 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.
6100
6233
  */
6101
6234
  bindInterface?: pulumi.Input<string>;
6102
6235
  /**
@@ -6132,7 +6265,7 @@ export interface ResourceSqlServerKerberosAd {
6132
6265
  */
6133
6266
  port?: pulumi.Input<number>;
6134
6267
  /**
6135
- * The local port used by clients to connect to this resource.
6268
+ * 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.
6136
6269
  */
6137
6270
  portOverride?: pulumi.Input<number>;
6138
6271
  /**
@@ -6176,7 +6309,7 @@ export interface ResourceSsh {
6176
6309
  */
6177
6310
  allowDeprecatedKeyExchanges?: pulumi.Input<boolean>;
6178
6311
  /**
6179
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6312
+ * The bind interface is the IP 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.
6180
6313
  */
6181
6314
  bindInterface?: pulumi.Input<string>;
6182
6315
  /**
@@ -6204,7 +6337,7 @@ export interface ResourceSsh {
6204
6337
  */
6205
6338
  portForwarding?: pulumi.Input<boolean>;
6206
6339
  /**
6207
- * The local port used by clients to connect to this resource.
6340
+ * 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
6341
  */
6209
6342
  portOverride?: pulumi.Input<number>;
6210
6343
  /**
@@ -6240,7 +6373,7 @@ export interface ResourceSshCert {
6240
6373
  */
6241
6374
  allowDeprecatedKeyExchanges?: pulumi.Input<boolean>;
6242
6375
  /**
6243
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6376
+ * The bind interface is the IP 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.
6244
6377
  */
6245
6378
  bindInterface?: pulumi.Input<string>;
6246
6379
  /**
@@ -6276,7 +6409,7 @@ export interface ResourceSshCert {
6276
6409
  */
6277
6410
  portForwarding?: pulumi.Input<boolean>;
6278
6411
  /**
6279
- * The local port used by clients to connect to this resource.
6412
+ * 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.
6280
6413
  */
6281
6414
  portOverride?: pulumi.Input<number>;
6282
6415
  /**
@@ -6308,7 +6441,7 @@ export interface ResourceSshCustomerKey {
6308
6441
  */
6309
6442
  allowDeprecatedKeyExchanges?: pulumi.Input<boolean>;
6310
6443
  /**
6311
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6444
+ * The bind interface is the IP 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.
6312
6445
  */
6313
6446
  bindInterface?: pulumi.Input<string>;
6314
6447
  /**
@@ -6340,7 +6473,7 @@ export interface ResourceSshCustomerKey {
6340
6473
  */
6341
6474
  portForwarding?: pulumi.Input<boolean>;
6342
6475
  /**
6343
- * The local port used by clients to connect to this resource.
6476
+ * 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.
6344
6477
  */
6345
6478
  portOverride?: pulumi.Input<number>;
6346
6479
  /**
@@ -6376,7 +6509,7 @@ export interface ResourceSshPassword {
6376
6509
  */
6377
6510
  allowDeprecatedKeyExchanges?: pulumi.Input<boolean>;
6378
6511
  /**
6379
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6512
+ * The bind interface is the IP 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.
6380
6513
  */
6381
6514
  bindInterface?: pulumi.Input<string>;
6382
6515
  /**
@@ -6404,7 +6537,7 @@ export interface ResourceSshPassword {
6404
6537
  */
6405
6538
  portForwarding?: pulumi.Input<boolean>;
6406
6539
  /**
6407
- * The local port used by clients to connect to this resource.
6540
+ * 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.
6408
6541
  */
6409
6542
  portOverride?: pulumi.Input<number>;
6410
6543
  /**
@@ -6432,7 +6565,7 @@ export interface ResourceSshPassword {
6432
6565
  }
6433
6566
  export interface ResourceSybase {
6434
6567
  /**
6435
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6568
+ * The bind interface is the IP 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.
6436
6569
  */
6437
6570
  bindInterface?: pulumi.Input<string>;
6438
6571
  /**
@@ -6456,7 +6589,7 @@ export interface ResourceSybase {
6456
6589
  */
6457
6590
  port?: pulumi.Input<number>;
6458
6591
  /**
6459
- * The local port used by clients to connect to this resource.
6592
+ * 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
6593
  */
6461
6594
  portOverride?: pulumi.Input<number>;
6462
6595
  /**
@@ -6484,7 +6617,7 @@ export interface ResourceSybase {
6484
6617
  }
6485
6618
  export interface ResourceSybaseIq {
6486
6619
  /**
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.
6620
+ * The bind interface is the IP 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
6621
  */
6489
6622
  bindInterface?: pulumi.Input<string>;
6490
6623
  /**
@@ -6508,7 +6641,7 @@ export interface ResourceSybaseIq {
6508
6641
  */
6509
6642
  port?: pulumi.Input<number>;
6510
6643
  /**
6511
- * The local port used by clients to connect to this resource.
6644
+ * 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.
6512
6645
  */
6513
6646
  portOverride?: pulumi.Input<number>;
6514
6647
  /**
@@ -6536,7 +6669,7 @@ export interface ResourceSybaseIq {
6536
6669
  }
6537
6670
  export interface ResourceTeradata {
6538
6671
  /**
6539
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6672
+ * The bind interface is the IP 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.
6540
6673
  */
6541
6674
  bindInterface?: pulumi.Input<string>;
6542
6675
  /**
@@ -6560,7 +6693,7 @@ export interface ResourceTeradata {
6560
6693
  */
6561
6694
  port?: pulumi.Input<number>;
6562
6695
  /**
6563
- * The local port used by clients to connect to this resource.
6696
+ * 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.
6564
6697
  */
6565
6698
  portOverride?: pulumi.Input<number>;
6566
6699
  /**
@@ -6588,7 +6721,7 @@ export interface ResourceTeradata {
6588
6721
  }
6589
6722
  export interface ResourceTrino {
6590
6723
  /**
6591
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6724
+ * The bind interface is the IP 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.
6592
6725
  */
6593
6726
  bindInterface?: pulumi.Input<string>;
6594
6727
  /**
@@ -6612,7 +6745,7 @@ export interface ResourceTrino {
6612
6745
  */
6613
6746
  port?: pulumi.Input<number>;
6614
6747
  /**
6615
- * The local port used by clients to connect to this resource.
6748
+ * 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.
6616
6749
  */
6617
6750
  portOverride?: pulumi.Input<number>;
6618
6751
  /**
@@ -6644,7 +6777,7 @@ export interface ResourceTrino {
6644
6777
  }
6645
6778
  export interface ResourceVertica {
6646
6779
  /**
6647
- * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
6780
+ * The bind interface is the IP 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.
6648
6781
  */
6649
6782
  bindInterface?: pulumi.Input<string>;
6650
6783
  /**
@@ -6672,7 +6805,7 @@ export interface ResourceVertica {
6672
6805
  */
6673
6806
  port?: pulumi.Input<number>;
6674
6807
  /**
6675
- * The local port used by clients to connect to this resource.
6808
+ * 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.
6676
6809
  */
6677
6810
  portOverride?: pulumi.Input<number>;
6678
6811
  /**