@volcengine/pulumi 0.0.41 → 0.0.44-alpha.1768546977

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 (108) hide show
  1. package/alb/accessLog.d.ts +60 -0
  2. package/alb/accessLog.js +57 -0
  3. package/alb/accessLog.js.map +1 -0
  4. package/alb/acl.d.ts +28 -0
  5. package/alb/acl.js +6 -0
  6. package/alb/acl.js.map +1 -1
  7. package/alb/acls.d.ts +13 -0
  8. package/alb/acls.js +1 -0
  9. package/alb/acls.js.map +1 -1
  10. package/alb/alb.d.ts +147 -0
  11. package/alb/alb.js +47 -0
  12. package/alb/alb.js.map +1 -1
  13. package/alb/albs.d.ts +24 -0
  14. package/alb/albs.js +2 -0
  15. package/alb/albs.js.map +1 -1
  16. package/alb/allCertificates.d.ts +49 -0
  17. package/alb/allCertificates.js +29 -0
  18. package/alb/allCertificates.js.map +1 -0
  19. package/alb/cacertificate.d.ts +8 -0
  20. package/alb/cacertificate.js +2 -0
  21. package/alb/cacertificate.js.map +1 -1
  22. package/alb/certificate.d.ts +26 -0
  23. package/alb/certificate.js +8 -0
  24. package/alb/certificate.js.map +1 -1
  25. package/alb/certificates.d.ts +33 -0
  26. package/alb/certificates.js +10 -0
  27. package/alb/certificates.js.map +1 -1
  28. package/alb/customizedCfg.d.ts +14 -0
  29. package/alb/customizedCfg.js +2 -0
  30. package/alb/customizedCfg.js.map +1 -1
  31. package/alb/customizedCfgs.d.ts +13 -0
  32. package/alb/customizedCfgs.js +1 -0
  33. package/alb/customizedCfgs.js.map +1 -1
  34. package/alb/getAcls.d.ts +13 -0
  35. package/alb/getAcls.js +1 -0
  36. package/alb/getAcls.js.map +1 -1
  37. package/alb/getAlbs.d.ts +24 -0
  38. package/alb/getAlbs.js +2 -0
  39. package/alb/getAlbs.js.map +1 -1
  40. package/alb/getAllCertificates.d.ts +47 -0
  41. package/alb/getAllCertificates.js +26 -0
  42. package/alb/getAllCertificates.js.map +1 -0
  43. package/alb/getCertificates.d.ts +33 -0
  44. package/alb/getCertificates.js +10 -0
  45. package/alb/getCertificates.js.map +1 -1
  46. package/alb/getCustomizedCfgs.d.ts +13 -0
  47. package/alb/getCustomizedCfgs.js +1 -0
  48. package/alb/getCustomizedCfgs.js.map +1 -1
  49. package/alb/getHealthCheckTemplates.d.ts +33 -0
  50. package/alb/getHealthCheckTemplates.js +10 -0
  51. package/alb/getHealthCheckTemplates.js.map +1 -1
  52. package/alb/getListenerHealths.d.ts +37 -0
  53. package/alb/getListenerHealths.js +22 -0
  54. package/alb/getListenerHealths.js.map +1 -0
  55. package/alb/getListeners.d.ts +25 -0
  56. package/alb/getListeners.js +2 -0
  57. package/alb/getListeners.js.map +1 -1
  58. package/alb/getServerGroupServers.d.ts +20 -0
  59. package/alb/getServerGroupServers.js +4 -0
  60. package/alb/getServerGroupServers.js.map +1 -1
  61. package/alb/getServerGroups.d.ts +25 -0
  62. package/alb/getServerGroups.js +2 -0
  63. package/alb/getServerGroups.js.map +1 -1
  64. package/alb/healthCheckTemplate.d.ts +45 -3
  65. package/alb/healthCheckTemplate.js +10 -0
  66. package/alb/healthCheckTemplate.js.map +1 -1
  67. package/alb/healthCheckTemplates.d.ts +33 -0
  68. package/alb/healthCheckTemplates.js +10 -0
  69. package/alb/healthCheckTemplates.js.map +1 -1
  70. package/alb/healthLog.d.ts +72 -0
  71. package/alb/healthLog.js +62 -0
  72. package/alb/healthLog.js.map +1 -0
  73. package/alb/index.d.ts +24 -0
  74. package/alb/index.js +34 -2
  75. package/alb/index.js.map +1 -1
  76. package/alb/listener.d.ts +101 -3
  77. package/alb/listener.js +26 -0
  78. package/alb/listener.js.map +1 -1
  79. package/alb/listenerHealths.d.ts +39 -0
  80. package/alb/listenerHealths.js +25 -0
  81. package/alb/listenerHealths.js.map +1 -0
  82. package/alb/listeners.d.ts +25 -0
  83. package/alb/listeners.js +2 -0
  84. package/alb/listeners.js.map +1 -1
  85. package/alb/replaceCertificate.d.ts +183 -0
  86. package/alb/replaceCertificate.js +82 -0
  87. package/alb/replaceCertificate.js.map +1 -0
  88. package/alb/rule.d.ts +107 -0
  89. package/alb/rule.js +47 -0
  90. package/alb/rule.js.map +1 -1
  91. package/alb/serverGroup.d.ts +60 -0
  92. package/alb/serverGroup.js +20 -0
  93. package/alb/serverGroup.js.map +1 -1
  94. package/alb/serverGroupServer.d.ts +18 -6
  95. package/alb/serverGroupServer.js +2 -0
  96. package/alb/serverGroupServer.js.map +1 -1
  97. package/alb/serverGroupServers.d.ts +20 -0
  98. package/alb/serverGroupServers.js +4 -0
  99. package/alb/serverGroupServers.js.map +1 -1
  100. package/alb/serverGroups.d.ts +25 -0
  101. package/alb/serverGroups.js +2 -0
  102. package/alb/serverGroups.js.map +1 -1
  103. package/alb/tlsAccessLog.d.ts +72 -0
  104. package/alb/tlsAccessLog.js +62 -0
  105. package/alb/tlsAccessLog.js.map +1 -0
  106. package/package.json +1 -1
  107. package/types/input.d.ts +581 -1
  108. package/types/output.d.ts +1720 -168
package/types/input.d.ts CHANGED
@@ -51,6 +51,36 @@ export declare namespace alb {
51
51
  */
52
52
  entry: pulumi.Input<string>;
53
53
  }
54
+ interface AclTag {
55
+ /**
56
+ * The Key of Tags.
57
+ */
58
+ key: pulumi.Input<string>;
59
+ /**
60
+ * The Value of Tags.
61
+ */
62
+ value: pulumi.Input<string>;
63
+ }
64
+ interface AclsTag {
65
+ /**
66
+ * The Key of Tags.
67
+ */
68
+ key: string;
69
+ /**
70
+ * The Value of Tags.
71
+ */
72
+ value: string;
73
+ }
74
+ interface AclsTagArgs {
75
+ /**
76
+ * The Key of Tags.
77
+ */
78
+ key: pulumi.Input<string>;
79
+ /**
80
+ * The Value of Tags.
81
+ */
82
+ value: pulumi.Input<string>;
83
+ }
54
84
  interface AlbEipBillingConfig {
55
85
  /**
56
86
  * The peek bandwidth of the EIP which automatically assigned to the Alb. Unit: Mbps.
@@ -65,6 +95,24 @@ export declare namespace alb {
65
95
  */
66
96
  isp: pulumi.Input<string>;
67
97
  }
98
+ interface AlbGlobalAccelerator {
99
+ /**
100
+ * The global accelerator id.
101
+ */
102
+ acceleratorId?: pulumi.Input<string>;
103
+ /**
104
+ * The global accelerator listener id.
105
+ */
106
+ acceleratorListenerId?: pulumi.Input<string>;
107
+ /**
108
+ * The global accelerator endpoint group id.
109
+ */
110
+ endpointGroupId?: pulumi.Input<string>;
111
+ /**
112
+ * The traffic distribution weight of the endpoint. The value range is: 1 - 100.
113
+ */
114
+ weight?: pulumi.Input<number>;
115
+ }
68
116
  interface AlbIpv6EipBillingConfig {
69
117
  /**
70
118
  * The peek bandwidth of the Ipv6 EIP which automatically assigned to the Alb. Unit: Mbps.
@@ -149,6 +197,106 @@ export declare namespace alb {
149
197
  */
150
198
  value: pulumi.Input<string>;
151
199
  }
200
+ interface AllCertificatesTag {
201
+ /**
202
+ * The Key of Tags.
203
+ */
204
+ key: string;
205
+ /**
206
+ * The Value of Tags.
207
+ */
208
+ value: string;
209
+ }
210
+ interface AllCertificatesTagArgs {
211
+ /**
212
+ * The Key of Tags.
213
+ */
214
+ key: pulumi.Input<string>;
215
+ /**
216
+ * The Value of Tags.
217
+ */
218
+ value: pulumi.Input<string>;
219
+ }
220
+ interface CertificateTag {
221
+ /**
222
+ * The Key of Tags.
223
+ */
224
+ key: pulumi.Input<string>;
225
+ /**
226
+ * The Value of Tags.
227
+ */
228
+ value: pulumi.Input<string>;
229
+ }
230
+ interface CertificatesTag {
231
+ /**
232
+ * The Key of Tags.
233
+ */
234
+ key: string;
235
+ /**
236
+ * The Value of Tags.
237
+ */
238
+ value: string;
239
+ }
240
+ interface CertificatesTagArgs {
241
+ /**
242
+ * The Key of Tags.
243
+ */
244
+ key: pulumi.Input<string>;
245
+ /**
246
+ * The Value of Tags.
247
+ */
248
+ value: pulumi.Input<string>;
249
+ }
250
+ interface CustomizedCfgTag {
251
+ /**
252
+ * The Key of Tags.
253
+ */
254
+ key: pulumi.Input<string>;
255
+ /**
256
+ * The Value of Tags.
257
+ */
258
+ value: pulumi.Input<string>;
259
+ }
260
+ interface CustomizedCfgsTag {
261
+ /**
262
+ * The Key of Tags.
263
+ */
264
+ key: string;
265
+ /**
266
+ * The Value of Tags.
267
+ */
268
+ value: string;
269
+ }
270
+ interface CustomizedCfgsTagArgs {
271
+ /**
272
+ * The Key of Tags.
273
+ */
274
+ key: pulumi.Input<string>;
275
+ /**
276
+ * The Value of Tags.
277
+ */
278
+ value: pulumi.Input<string>;
279
+ }
280
+ interface GetAclsTag {
281
+ /**
282
+ * The Key of Tags.
283
+ */
284
+ key: string;
285
+ /**
286
+ * The Value of Tags.
287
+ */
288
+ value: string;
289
+ }
290
+ interface GetAclsTagArgs {
291
+ /**
292
+ * The Key of Tags.
293
+ */
294
+ key: pulumi.Input<string>;
295
+ /**
296
+ * The Value of Tags.
297
+ */
298
+ value: pulumi.Input<string>;
299
+ }
152
300
  interface GetAlbsTag {
153
301
  /**
154
302
  * The Key of Tags.
@@ -169,6 +317,212 @@ export declare namespace alb {
169
317
  */
170
318
  value: pulumi.Input<string>;
171
319
  }
320
+ interface GetAllCertificatesTag {
321
+ /**
322
+ * The Key of Tags.
323
+ */
324
+ key: string;
325
+ /**
326
+ * The Value of Tags.
327
+ */
328
+ value: string;
329
+ }
330
+ interface GetAllCertificatesTagArgs {
331
+ /**
332
+ * The Key of Tags.
333
+ */
334
+ key: pulumi.Input<string>;
335
+ /**
336
+ * The Value of Tags.
337
+ */
338
+ value: pulumi.Input<string>;
339
+ }
340
+ interface GetCertificatesTag {
341
+ /**
342
+ * The Key of Tags.
343
+ */
344
+ key: string;
345
+ /**
346
+ * The Value of Tags.
347
+ */
348
+ value: string;
349
+ }
350
+ interface GetCertificatesTagArgs {
351
+ /**
352
+ * The Key of Tags.
353
+ */
354
+ key: pulumi.Input<string>;
355
+ /**
356
+ * The Value of Tags.
357
+ */
358
+ value: pulumi.Input<string>;
359
+ }
360
+ interface GetCustomizedCfgsTag {
361
+ /**
362
+ * The Key of Tags.
363
+ */
364
+ key: string;
365
+ /**
366
+ * The Value of Tags.
367
+ */
368
+ value: string;
369
+ }
370
+ interface GetCustomizedCfgsTagArgs {
371
+ /**
372
+ * The Key of Tags.
373
+ */
374
+ key: pulumi.Input<string>;
375
+ /**
376
+ * The Value of Tags.
377
+ */
378
+ value: pulumi.Input<string>;
379
+ }
380
+ interface GetHealthCheckTemplatesTag {
381
+ /**
382
+ * The Key of Tags.
383
+ */
384
+ key: string;
385
+ /**
386
+ * The Value of Tags.
387
+ */
388
+ value: string;
389
+ }
390
+ interface GetHealthCheckTemplatesTagArgs {
391
+ /**
392
+ * The Key of Tags.
393
+ */
394
+ key: pulumi.Input<string>;
395
+ /**
396
+ * The Value of Tags.
397
+ */
398
+ value: pulumi.Input<string>;
399
+ }
400
+ interface GetListenersTag {
401
+ /**
402
+ * The Key of Tags.
403
+ */
404
+ key: string;
405
+ /**
406
+ * The Value of Tags.
407
+ */
408
+ value: string;
409
+ }
410
+ interface GetListenersTagArgs {
411
+ /**
412
+ * The Key of Tags.
413
+ */
414
+ key: pulumi.Input<string>;
415
+ /**
416
+ * The Value of Tags.
417
+ */
418
+ value: pulumi.Input<string>;
419
+ }
420
+ interface GetServerGroupsTag {
421
+ /**
422
+ * The Key of Tags.
423
+ */
424
+ key: string;
425
+ /**
426
+ * The Value of Tags.
427
+ */
428
+ value: string;
429
+ }
430
+ interface GetServerGroupsTagArgs {
431
+ /**
432
+ * The Key of Tags.
433
+ */
434
+ key: pulumi.Input<string>;
435
+ /**
436
+ * The Value of Tags.
437
+ */
438
+ value: pulumi.Input<string>;
439
+ }
440
+ interface HealthCheckTemplateTag {
441
+ /**
442
+ * The Key of Tags.
443
+ */
444
+ key: pulumi.Input<string>;
445
+ /**
446
+ * The Value of Tags.
447
+ */
448
+ value: pulumi.Input<string>;
449
+ }
450
+ interface HealthCheckTemplatesTag {
451
+ /**
452
+ * The Key of Tags.
453
+ */
454
+ key: string;
455
+ /**
456
+ * The Value of Tags.
457
+ */
458
+ value: string;
459
+ }
460
+ interface HealthCheckTemplatesTagArgs {
461
+ /**
462
+ * The Key of Tags.
463
+ */
464
+ key: pulumi.Input<string>;
465
+ /**
466
+ * The Value of Tags.
467
+ */
468
+ value: pulumi.Input<string>;
469
+ }
470
+ interface ListenerDomainExtension {
471
+ /**
472
+ * The server certificate ID used by the domain name. Valid when the certificateSource is `certCenter`.
473
+ */
474
+ certCenterCertificateId?: pulumi.Input<string>;
475
+ /**
476
+ * The server certificate ID used by the domain name. Valid when the certificateSource is `alb`.
477
+ */
478
+ certificateId?: pulumi.Input<string>;
479
+ /**
480
+ * The source of the certificate. Valid values: `alb`, `certCenter`.
481
+ */
482
+ certificateSource?: pulumi.Input<string>;
483
+ /**
484
+ * The domain name.
485
+ */
486
+ domain?: pulumi.Input<string>;
487
+ /**
488
+ * The extended domain ID, required only for deletion and modification.
489
+ */
490
+ domainExtensionId?: pulumi.Input<string>;
491
+ /**
492
+ * The server certificate ID used by the domain name. Valid when the certificate source is `pcaLeaf`.
493
+ */
494
+ pcaLeafCertificateId?: pulumi.Input<string>;
495
+ }
496
+ interface ListenerTag {
497
+ /**
498
+ * The Key of Tags.
499
+ */
500
+ key: pulumi.Input<string>;
501
+ /**
502
+ * The Value of Tags.
503
+ */
504
+ value: pulumi.Input<string>;
505
+ }
506
+ interface ListenersTag {
507
+ /**
508
+ * The Key of Tags.
509
+ */
510
+ key: string;
511
+ /**
512
+ * The Value of Tags.
513
+ */
514
+ value: string;
515
+ }
516
+ interface ListenersTagArgs {
517
+ /**
518
+ * The Key of Tags.
519
+ */
520
+ key: pulumi.Input<string>;
521
+ /**
522
+ * The Value of Tags.
523
+ */
524
+ value: pulumi.Input<string>;
525
+ }
172
526
  interface RuleRedirectConfig {
173
527
  /**
174
528
  * The redirect domain, only support exact domain name.
@@ -197,6 +551,194 @@ export declare namespace alb {
197
551
  */
198
552
  rewritePath: pulumi.Input<string>;
199
553
  }
554
+ interface RuleRuleAction {
555
+ /**
556
+ * Fixed response configuration for fixed response type rule.
557
+ */
558
+ fixedResponseConfig?: pulumi.Input<inputs.alb.RuleRuleActionFixedResponseConfig>;
559
+ /**
560
+ * Forward group configuration for ForwardGroup type action.
561
+ */
562
+ forwardGroupConfig?: pulumi.Input<inputs.alb.RuleRuleActionForwardGroupConfig>;
563
+ /**
564
+ * Redirect configuration for Redirect type action.
565
+ */
566
+ redirectConfig?: pulumi.Input<inputs.alb.RuleRuleActionRedirectConfig>;
567
+ /**
568
+ * Rewrite configuration for Rewrite type action.
569
+ */
570
+ rewriteConfig?: pulumi.Input<inputs.alb.RuleRuleActionRewriteConfig>;
571
+ /**
572
+ * Traffic limit configuration for TrafficLimit type action.
573
+ */
574
+ trafficLimitConfig?: pulumi.Input<inputs.alb.RuleRuleActionTrafficLimitConfig>;
575
+ /**
576
+ * The type of rule action. Valid values: ForwardGroup, Redirect, Rewrite, TrafficLimit.
577
+ */
578
+ type?: pulumi.Input<string>;
579
+ }
580
+ interface RuleRuleActionFixedResponseConfig {
581
+ /**
582
+ * The content type of the fixed response.
583
+ */
584
+ contentType?: pulumi.Input<string>;
585
+ /**
586
+ * The response body of the fixed response.
587
+ */
588
+ responseBody?: pulumi.Input<string>;
589
+ /**
590
+ * The fixed response HTTP status code.
591
+ */
592
+ responseCode?: pulumi.Input<string>;
593
+ /**
594
+ * The fixed response message.
595
+ */
596
+ responseMessage?: pulumi.Input<string>;
597
+ }
598
+ interface RuleRuleActionForwardGroupConfig {
599
+ /**
600
+ * The config of group session stickiness.
601
+ */
602
+ serverGroupStickySession?: pulumi.Input<inputs.alb.RuleRuleActionForwardGroupConfigServerGroupStickySession>;
603
+ /**
604
+ * The server group tuples.
605
+ */
606
+ serverGroupTuples?: pulumi.Input<pulumi.Input<inputs.alb.RuleRuleActionForwardGroupConfigServerGroupTuple>[]>;
607
+ }
608
+ interface RuleRuleActionForwardGroupConfigServerGroupStickySession {
609
+ /**
610
+ * Whether to enable sticky session stickiness. Valid values are 'on' and 'off'.
611
+ */
612
+ enabled?: pulumi.Input<string>;
613
+ /**
614
+ * The sticky session timeout, in seconds.
615
+ */
616
+ timeout?: pulumi.Input<number>;
617
+ }
618
+ interface RuleRuleActionForwardGroupConfigServerGroupTuple {
619
+ /**
620
+ * The server group ID. The priority of this parameter is higher than that of `serverGroupId`.
621
+ */
622
+ serverGroupId?: pulumi.Input<string>;
623
+ /**
624
+ * The weight of the server group.
625
+ */
626
+ weight?: pulumi.Input<number>;
627
+ }
628
+ interface RuleRuleActionRedirectConfig {
629
+ /**
630
+ * The domain name to which the request was redirected.
631
+ */
632
+ host?: pulumi.Input<string>;
633
+ /**
634
+ * The redirect HTTP code.
635
+ */
636
+ httpCode?: pulumi.Input<string>;
637
+ /**
638
+ * The path to which the request was redirected.
639
+ */
640
+ path?: pulumi.Input<string>;
641
+ /**
642
+ * The redirect port.
643
+ */
644
+ port?: pulumi.Input<string>;
645
+ /**
646
+ * The redirect protocol.
647
+ */
648
+ protocol?: pulumi.Input<string>;
649
+ }
650
+ interface RuleRuleActionRewriteConfig {
651
+ /**
652
+ * The rewrite path.
653
+ */
654
+ path?: pulumi.Input<string>;
655
+ }
656
+ interface RuleRuleActionTrafficLimitConfig {
657
+ /**
658
+ * The QPS limit.
659
+ */
660
+ qps?: pulumi.Input<number>;
661
+ }
662
+ interface RuleRuleCondition {
663
+ /**
664
+ * Header configuration for Header type condition.
665
+ */
666
+ headerConfig?: pulumi.Input<inputs.alb.RuleRuleConditionHeaderConfig>;
667
+ /**
668
+ * Host configuration for Host type condition.
669
+ */
670
+ hostConfig?: pulumi.Input<inputs.alb.RuleRuleConditionHostConfig>;
671
+ /**
672
+ * Method configuration for Method type condition.
673
+ */
674
+ methodConfig?: pulumi.Input<inputs.alb.RuleRuleConditionMethodConfig>;
675
+ /**
676
+ * Path configuration for Path type condition.
677
+ */
678
+ pathConfig?: pulumi.Input<inputs.alb.RuleRuleConditionPathConfig>;
679
+ /**
680
+ * Query string configuration for QueryString type condition.
681
+ */
682
+ queryStringConfig?: pulumi.Input<inputs.alb.RuleRuleConditionQueryStringConfig>;
683
+ /**
684
+ * The type of rule condition. Valid values: Host, Path, Header, Method, QueryString.
685
+ */
686
+ type?: pulumi.Input<string>;
687
+ }
688
+ interface RuleRuleConditionHeaderConfig {
689
+ /**
690
+ * The header key.
691
+ */
692
+ key: pulumi.Input<string>;
693
+ /**
694
+ * The list of header values.
695
+ */
696
+ values: pulumi.Input<pulumi.Input<string>[]>;
697
+ }
698
+ interface RuleRuleConditionHostConfig {
699
+ /**
700
+ * The list of domain names.
701
+ */
702
+ values: pulumi.Input<pulumi.Input<string>[]>;
703
+ }
704
+ interface RuleRuleConditionMethodConfig {
705
+ /**
706
+ * The values of the method. Vaild values: HEAD,GET,POST,OPTIONS,PUT,PATCH,DELETE.
707
+ */
708
+ values: pulumi.Input<pulumi.Input<string>[]>;
709
+ }
710
+ interface RuleRuleConditionPathConfig {
711
+ /**
712
+ * The list of absolute paths.
713
+ */
714
+ values?: pulumi.Input<pulumi.Input<string>[]>;
715
+ }
716
+ interface RuleRuleConditionQueryStringConfig {
717
+ /**
718
+ * The list of query string values.
719
+ */
720
+ values?: pulumi.Input<pulumi.Input<inputs.alb.RuleRuleConditionQueryStringConfigValue>[]>;
721
+ }
722
+ interface RuleRuleConditionQueryStringConfigValue {
723
+ /**
724
+ * The query string key.
725
+ */
726
+ key?: pulumi.Input<string>;
727
+ /**
728
+ * The query string value.
729
+ */
730
+ value?: pulumi.Input<string>;
731
+ }
732
+ interface RuleServerGroupTuple {
733
+ /**
734
+ * The server group ID. The priority of this parameter is higher than that of `serverGroupId`.
735
+ */
736
+ serverGroupId: pulumi.Input<string>;
737
+ /**
738
+ * The weight of the server group.
739
+ */
740
+ weight?: pulumi.Input<number>;
741
+ }
200
742
  interface ServerGroupHealthCheck {
201
743
  /**
202
744
  * The domain of health check.
@@ -211,7 +753,7 @@ export declare namespace alb {
211
753
  */
212
754
  healthyThreshold?: pulumi.Input<number>;
213
755
  /**
214
- * The normal http status code of health check, the value can be `http2xx` or `http3xx` or `http4xx` or `http5xx`.
756
+ * The normal http status code of health check, the value can be `http2xx`, `http3xx`, `http4xx` or `http5xx`. Default is `http_2xx,http_3xx`.
215
757
  */
216
758
  httpCode?: pulumi.Input<string>;
217
759
  /**
@@ -226,6 +768,14 @@ export declare namespace alb {
226
768
  * The method of health check. Valid values: `GET` or `HEAD`. Default is `HEAD`.
227
769
  */
228
770
  method?: pulumi.Input<string>;
771
+ /**
772
+ * The port of health check. When the value is 0, it means use the backend server port for health check. Valid value range in 0~65535.
773
+ */
774
+ port?: pulumi.Input<number>;
775
+ /**
776
+ * The protocol of health check. Valid values: `HTTP`, `TCP`. Default is `HTTP`.
777
+ */
778
+ protocol?: pulumi.Input<string>;
229
779
  /**
230
780
  * The response timeout of health check. Unit: second. Valid value range in 1~60. Default is 2.
231
781
  */
@@ -257,6 +807,36 @@ export declare namespace alb {
257
807
  */
258
808
  stickySessionType?: pulumi.Input<string>;
259
809
  }
810
+ interface ServerGroupTag {
811
+ /**
812
+ * The Key of Tags.
813
+ */
814
+ key: pulumi.Input<string>;
815
+ /**
816
+ * The Value of Tags.
817
+ */
818
+ value: pulumi.Input<string>;
819
+ }
820
+ interface ServerGroupsTag {
821
+ /**
822
+ * The Key of Tags.
823
+ */
824
+ key: string;
825
+ /**
826
+ * The Value of Tags.
827
+ */
828
+ value: string;
829
+ }
830
+ interface ServerGroupsTagArgs {
831
+ /**
832
+ * The Key of Tags.
833
+ */
834
+ key: pulumi.Input<string>;
835
+ /**
836
+ * The Value of Tags.
837
+ */
838
+ value: pulumi.Input<string>;
839
+ }
260
840
  }
261
841
  export declare namespace apig {
262
842
  interface ApigGatewayBackendSpec {