pulumi-alicloud 3.59.0a1720785756__py3-none-any.whl → 3.59.1a1721928270__py3-none-any.whl

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 (123) hide show
  1. pulumi_alicloud/_utilities.py +3 -4
  2. pulumi_alicloud/adb/_inputs.py +14 -0
  3. pulumi_alicloud/adb/outputs.py +14 -0
  4. pulumi_alicloud/alb/_inputs.py +224 -0
  5. pulumi_alicloud/alb/outputs.py +260 -0
  6. pulumi_alicloud/arms/_inputs.py +438 -0
  7. pulumi_alicloud/arms/outputs.py +442 -0
  8. pulumi_alicloud/bp/_inputs.py +14 -0
  9. pulumi_alicloud/bp/outputs.py +14 -0
  10. pulumi_alicloud/cas/outputs.py +4 -0
  11. pulumi_alicloud/cddc/outputs.py +6 -0
  12. pulumi_alicloud/cen/get_transit_router_service.py +2 -2
  13. pulumi_alicloud/cfg/_inputs.py +20 -0
  14. pulumi_alicloud/cfg/outputs.py +20 -0
  15. pulumi_alicloud/clickhouse/outputs.py +4 -0
  16. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  17. pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
  18. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  19. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  20. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  21. pulumi_alicloud/cms/_inputs.py +188 -0
  22. pulumi_alicloud/cms/outputs.py +228 -0
  23. pulumi_alicloud/compute/_inputs.py +4 -0
  24. pulumi_alicloud/compute/outputs.py +4 -0
  25. pulumi_alicloud/cs/_inputs.py +22 -0
  26. pulumi_alicloud/cs/node_pool.py +7 -7
  27. pulumi_alicloud/cs/outputs.py +22 -0
  28. pulumi_alicloud/databasegateway/outputs.py +42 -0
  29. pulumi_alicloud/dcdn/_inputs.py +555 -27
  30. pulumi_alicloud/dcdn/domain.py +366 -217
  31. pulumi_alicloud/dcdn/outputs.py +550 -22
  32. pulumi_alicloud/ddos/_inputs.py +162 -0
  33. pulumi_alicloud/ddos/outputs.py +162 -0
  34. pulumi_alicloud/directmail/get_domains.py +31 -24
  35. pulumi_alicloud/directmail/outputs.py +131 -32
  36. pulumi_alicloud/ebs/_inputs.py +22 -0
  37. pulumi_alicloud/ebs/outputs.py +22 -0
  38. pulumi_alicloud/eci/_inputs.py +100 -0
  39. pulumi_alicloud/eci/outputs.py +100 -0
  40. pulumi_alicloud/ecs/_inputs.py +110 -8
  41. pulumi_alicloud/ecs/ecs_disk.py +7 -0
  42. pulumi_alicloud/ecs/instance.py +304 -102
  43. pulumi_alicloud/ecs/outputs.py +217 -9
  44. pulumi_alicloud/edas/_inputs.py +28 -0
  45. pulumi_alicloud/edas/outputs.py +28 -0
  46. pulumi_alicloud/ehpc/_inputs.py +6 -0
  47. pulumi_alicloud/ehpc/outputs.py +6 -0
  48. pulumi_alicloud/emr/_inputs.py +134 -0
  49. pulumi_alicloud/emr/outputs.py +148 -0
  50. pulumi_alicloud/emrv2/_inputs.py +224 -0
  51. pulumi_alicloud/emrv2/outputs.py +224 -0
  52. pulumi_alicloud/ess/_inputs.py +24 -0
  53. pulumi_alicloud/ess/outputs.py +24 -0
  54. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  55. pulumi_alicloud/eventbridge/outputs.py +156 -0
  56. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  57. pulumi_alicloud/expressconnect/outputs.py +12 -0
  58. pulumi_alicloud/fc/_inputs.py +32 -0
  59. pulumi_alicloud/fc/outputs.py +32 -0
  60. pulumi_alicloud/ga/_inputs.py +24 -0
  61. pulumi_alicloud/ga/outputs.py +24 -0
  62. pulumi_alicloud/gpdb/_inputs.py +48 -0
  63. pulumi_alicloud/gpdb/outputs.py +60 -0
  64. pulumi_alicloud/hbr/_inputs.py +68 -0
  65. pulumi_alicloud/hbr/outputs.py +68 -0
  66. pulumi_alicloud/imp/_inputs.py +14 -0
  67. pulumi_alicloud/imp/outputs.py +14 -0
  68. pulumi_alicloud/log/_inputs.py +14 -0
  69. pulumi_alicloud/log/outputs.py +14 -0
  70. pulumi_alicloud/maxcompute/_inputs.py +54 -34
  71. pulumi_alicloud/maxcompute/outputs.py +54 -34
  72. pulumi_alicloud/maxcompute/project.py +230 -66
  73. pulumi_alicloud/mongodb/_inputs.py +14 -0
  74. pulumi_alicloud/mongodb/outputs.py +14 -0
  75. pulumi_alicloud/oss/_inputs.py +100 -0
  76. pulumi_alicloud/oss/outputs.py +100 -0
  77. pulumi_alicloud/ots/_inputs.py +60 -0
  78. pulumi_alicloud/ots/outputs.py +60 -0
  79. pulumi_alicloud/polardb/_inputs.py +10 -0
  80. pulumi_alicloud/polardb/cluster.py +28 -28
  81. pulumi_alicloud/polardb/outputs.py +10 -0
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/outputs.py +18 -0
  84. pulumi_alicloud/quotas/_inputs.py +10 -0
  85. pulumi_alicloud/quotas/outputs.py +10 -0
  86. pulumi_alicloud/ram/_inputs.py +24 -0
  87. pulumi_alicloud/ram/outputs.py +24 -0
  88. pulumi_alicloud/rdc/organization.py +2 -2
  89. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  90. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  91. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  92. pulumi_alicloud/rocketmq/outputs.py +36 -0
  93. pulumi_alicloud/ros/_inputs.py +72 -0
  94. pulumi_alicloud/ros/outputs.py +72 -0
  95. pulumi_alicloud/sae/_inputs.py +118 -0
  96. pulumi_alicloud/sae/outputs.py +118 -0
  97. pulumi_alicloud/scdn/_inputs.py +56 -0
  98. pulumi_alicloud/scdn/outputs.py +56 -0
  99. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  100. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  101. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  102. pulumi_alicloud/servicemesh/outputs.py +154 -0
  103. pulumi_alicloud/slb/_inputs.py +8 -8
  104. pulumi_alicloud/slb/outputs.py +8 -8
  105. pulumi_alicloud/slb/server_group.py +140 -84
  106. pulumi_alicloud/sls/_inputs.py +186 -0
  107. pulumi_alicloud/sls/outputs.py +186 -0
  108. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  109. pulumi_alicloud/threatdetection/outputs.py +32 -0
  110. pulumi_alicloud/vod/_inputs.py +18 -0
  111. pulumi_alicloud/vod/outputs.py +18 -0
  112. pulumi_alicloud/vpc/_inputs.py +50 -12
  113. pulumi_alicloud/vpc/network.py +332 -134
  114. pulumi_alicloud/vpc/outputs.py +50 -12
  115. pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
  116. pulumi_alicloud/vpn/_inputs.py +10 -0
  117. pulumi_alicloud/vpn/outputs.py +14 -0
  118. pulumi_alicloud/wafv3/_inputs.py +10 -0
  119. pulumi_alicloud/wafv3/outputs.py +10 -0
  120. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1a1721928270.dist-info}/METADATA +1 -1
  121. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1a1721928270.dist-info}/RECORD +123 -123
  122. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1a1721928270.dist-info}/WHEEL +1 -1
  123. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1a1721928270.dist-info}/top_level.txt +0 -0
@@ -299,6 +299,21 @@ class BgpPolicyContentFingerPrintRuleList(dict):
299
299
  offset: Optional[int] = None,
300
300
  payload_bytes: Optional[str] = None,
301
301
  rate_value: Optional[int] = None):
302
+ """
303
+ :param int dst_port_end: End of destination port 0-65535.
304
+ :param int dst_port_start: Destination Port start 0-65535.
305
+ :param str match_action: Action. Currently, only drop is supported.
306
+ :param int max_pkt_len: Maximum bag length.
307
+ :param int min_pkt_len: Minimum package length.
308
+ :param str protocol: Protocol, tcp or udp.
309
+ :param int seq_no: Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
310
+ :param int src_port_end: Source Port end 0-65535.
311
+ :param int src_port_start: Source port start 0-65535.
312
+ :param str finger_print_rule_id: The UUID of the rule is required to be deleted and modified, and it is not required to be created.
313
+ :param int offset: Offset.
314
+ :param str payload_bytes: Load match, hexadecimal string; Similar to 'abcd'.
315
+ :param int rate_value: Speed limit value 1-100000.
316
+ """
302
317
  pulumi.set(__self__, "dst_port_end", dst_port_end)
303
318
  pulumi.set(__self__, "dst_port_start", dst_port_start)
304
319
  pulumi.set(__self__, "match_action", match_action)
@@ -320,66 +335,105 @@ class BgpPolicyContentFingerPrintRuleList(dict):
320
335
  @property
321
336
  @pulumi.getter(name="dstPortEnd")
322
337
  def dst_port_end(self) -> int:
338
+ """
339
+ End of destination port 0-65535.
340
+ """
323
341
  return pulumi.get(self, "dst_port_end")
324
342
 
325
343
  @property
326
344
  @pulumi.getter(name="dstPortStart")
327
345
  def dst_port_start(self) -> int:
346
+ """
347
+ Destination Port start 0-65535.
348
+ """
328
349
  return pulumi.get(self, "dst_port_start")
329
350
 
330
351
  @property
331
352
  @pulumi.getter(name="matchAction")
332
353
  def match_action(self) -> str:
354
+ """
355
+ Action. Currently, only drop is supported.
356
+ """
333
357
  return pulumi.get(self, "match_action")
334
358
 
335
359
  @property
336
360
  @pulumi.getter(name="maxPktLen")
337
361
  def max_pkt_len(self) -> int:
362
+ """
363
+ Maximum bag length.
364
+ """
338
365
  return pulumi.get(self, "max_pkt_len")
339
366
 
340
367
  @property
341
368
  @pulumi.getter(name="minPktLen")
342
369
  def min_pkt_len(self) -> int:
370
+ """
371
+ Minimum package length.
372
+ """
343
373
  return pulumi.get(self, "min_pkt_len")
344
374
 
345
375
  @property
346
376
  @pulumi.getter
347
377
  def protocol(self) -> str:
378
+ """
379
+ Protocol, tcp or udp.
380
+ """
348
381
  return pulumi.get(self, "protocol")
349
382
 
350
383
  @property
351
384
  @pulumi.getter(name="seqNo")
352
385
  def seq_no(self) -> int:
386
+ """
387
+ Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
388
+ """
353
389
  return pulumi.get(self, "seq_no")
354
390
 
355
391
  @property
356
392
  @pulumi.getter(name="srcPortEnd")
357
393
  def src_port_end(self) -> int:
394
+ """
395
+ Source Port end 0-65535.
396
+ """
358
397
  return pulumi.get(self, "src_port_end")
359
398
 
360
399
  @property
361
400
  @pulumi.getter(name="srcPortStart")
362
401
  def src_port_start(self) -> int:
402
+ """
403
+ Source port start 0-65535.
404
+ """
363
405
  return pulumi.get(self, "src_port_start")
364
406
 
365
407
  @property
366
408
  @pulumi.getter(name="fingerPrintRuleId")
367
409
  def finger_print_rule_id(self) -> Optional[str]:
410
+ """
411
+ The UUID of the rule is required to be deleted and modified, and it is not required to be created.
412
+ """
368
413
  return pulumi.get(self, "finger_print_rule_id")
369
414
 
370
415
  @property
371
416
  @pulumi.getter
372
417
  def offset(self) -> Optional[int]:
418
+ """
419
+ Offset.
420
+ """
373
421
  return pulumi.get(self, "offset")
374
422
 
375
423
  @property
376
424
  @pulumi.getter(name="payloadBytes")
377
425
  def payload_bytes(self) -> Optional[str]:
426
+ """
427
+ Load match, hexadecimal string; Similar to 'abcd'.
428
+ """
378
429
  return pulumi.get(self, "payload_bytes")
379
430
 
380
431
  @property
381
432
  @pulumi.getter(name="rateValue")
382
433
  def rate_value(self) -> Optional[int]:
434
+ """
435
+ Speed limit value 1-100000.
436
+ """
383
437
  return pulumi.get(self, "rate_value")
384
438
 
385
439
 
@@ -410,6 +464,15 @@ class BgpPolicyContentLayer4RuleList(dict):
410
464
  method: str,
411
465
  name: str,
412
466
  priority: int):
467
+ """
468
+ :param str action: 1 for observation 2 for blocking.
469
+ :param Sequence['BgpPolicyContentLayer4RuleListConditionListArgs'] condition_lists: Matching Condition. See `condition_list` below.
470
+ :param int limited: .
471
+ :param str match: 0 indicates that the condition is not met 1 indicates that the condition is met.
472
+ :param str method: Char indicates a string match hex match.
473
+ :param str name: Rule Name.
474
+ :param int priority: 1-100, priority, the lower the number, the higher the priority.
475
+ """
413
476
  pulumi.set(__self__, "action", action)
414
477
  pulumi.set(__self__, "condition_lists", condition_lists)
415
478
  pulumi.set(__self__, "limited", limited)
@@ -421,36 +484,57 @@ class BgpPolicyContentLayer4RuleList(dict):
421
484
  @property
422
485
  @pulumi.getter
423
486
  def action(self) -> str:
487
+ """
488
+ 1 for observation 2 for blocking.
489
+ """
424
490
  return pulumi.get(self, "action")
425
491
 
426
492
  @property
427
493
  @pulumi.getter(name="conditionLists")
428
494
  def condition_lists(self) -> Sequence['outputs.BgpPolicyContentLayer4RuleListConditionList']:
495
+ """
496
+ Matching Condition. See `condition_list` below.
497
+ """
429
498
  return pulumi.get(self, "condition_lists")
430
499
 
431
500
  @property
432
501
  @pulumi.getter
433
502
  def limited(self) -> int:
503
+ """
504
+ .
505
+ """
434
506
  return pulumi.get(self, "limited")
435
507
 
436
508
  @property
437
509
  @pulumi.getter
438
510
  def match(self) -> str:
511
+ """
512
+ 0 indicates that the condition is not met 1 indicates that the condition is met.
513
+ """
439
514
  return pulumi.get(self, "match")
440
515
 
441
516
  @property
442
517
  @pulumi.getter
443
518
  def method(self) -> str:
519
+ """
520
+ Char indicates a string match hex match.
521
+ """
444
522
  return pulumi.get(self, "method")
445
523
 
446
524
  @property
447
525
  @pulumi.getter
448
526
  def name(self) -> str:
527
+ """
528
+ Rule Name.
529
+ """
449
530
  return pulumi.get(self, "name")
450
531
 
451
532
  @property
452
533
  @pulumi.getter
453
534
  def priority(self) -> int:
535
+ """
536
+ 1-100, priority, the lower the number, the higher the priority.
537
+ """
454
538
  return pulumi.get(self, "priority")
455
539
 
456
540
 
@@ -460,6 +544,11 @@ class BgpPolicyContentLayer4RuleListConditionList(dict):
460
544
  arg: str,
461
545
  depth: int,
462
546
  position: int):
547
+ """
548
+ :param str arg: Matching target character.
549
+ :param int depth: Depth of Matching.
550
+ :param int position: Position to start matching, starting from 0.
551
+ """
463
552
  pulumi.set(__self__, "arg", arg)
464
553
  pulumi.set(__self__, "depth", depth)
465
554
  pulumi.set(__self__, "position", position)
@@ -467,16 +556,25 @@ class BgpPolicyContentLayer4RuleListConditionList(dict):
467
556
  @property
468
557
  @pulumi.getter
469
558
  def arg(self) -> str:
559
+ """
560
+ Matching target character.
561
+ """
470
562
  return pulumi.get(self, "arg")
471
563
 
472
564
  @property
473
565
  @pulumi.getter
474
566
  def depth(self) -> int:
567
+ """
568
+ Depth of Matching.
569
+ """
475
570
  return pulumi.get(self, "depth")
476
571
 
477
572
  @property
478
573
  @pulumi.getter
479
574
  def position(self) -> int:
575
+ """
576
+ Position to start matching, starting from 0.
577
+ """
480
578
  return pulumi.get(self, "position")
481
579
 
482
580
 
@@ -520,6 +618,16 @@ class BgpPolicyContentPortRuleList(dict):
520
618
  src_port_end: int,
521
619
  src_port_start: int,
522
620
  port_rule_id: Optional[str] = None):
621
+ """
622
+ :param int dst_port_end: End of destination port 0-65535.
623
+ :param int dst_port_start: Destination Port start 0-65535.
624
+ :param str match_action: Action. Currently, only drop is supported.
625
+ :param str protocol: Protocol, tcp or udp.
626
+ :param int seq_no: Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
627
+ :param int src_port_end: Source Port end 0-65535.
628
+ :param int src_port_start: Source port start 0-65535.
629
+ :param str port_rule_id: Rule UUID is required to be deleted and modified, and is not required to be created.
630
+ """
523
631
  pulumi.set(__self__, "dst_port_end", dst_port_end)
524
632
  pulumi.set(__self__, "dst_port_start", dst_port_start)
525
633
  pulumi.set(__self__, "match_action", match_action)
@@ -533,41 +641,65 @@ class BgpPolicyContentPortRuleList(dict):
533
641
  @property
534
642
  @pulumi.getter(name="dstPortEnd")
535
643
  def dst_port_end(self) -> int:
644
+ """
645
+ End of destination port 0-65535.
646
+ """
536
647
  return pulumi.get(self, "dst_port_end")
537
648
 
538
649
  @property
539
650
  @pulumi.getter(name="dstPortStart")
540
651
  def dst_port_start(self) -> int:
652
+ """
653
+ Destination Port start 0-65535.
654
+ """
541
655
  return pulumi.get(self, "dst_port_start")
542
656
 
543
657
  @property
544
658
  @pulumi.getter(name="matchAction")
545
659
  def match_action(self) -> str:
660
+ """
661
+ Action. Currently, only drop is supported.
662
+ """
546
663
  return pulumi.get(self, "match_action")
547
664
 
548
665
  @property
549
666
  @pulumi.getter
550
667
  def protocol(self) -> str:
668
+ """
669
+ Protocol, tcp or udp.
670
+ """
551
671
  return pulumi.get(self, "protocol")
552
672
 
553
673
  @property
554
674
  @pulumi.getter(name="seqNo")
555
675
  def seq_no(self) -> int:
676
+ """
677
+ Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.
678
+ """
556
679
  return pulumi.get(self, "seq_no")
557
680
 
558
681
  @property
559
682
  @pulumi.getter(name="srcPortEnd")
560
683
  def src_port_end(self) -> int:
684
+ """
685
+ Source Port end 0-65535.
686
+ """
561
687
  return pulumi.get(self, "src_port_end")
562
688
 
563
689
  @property
564
690
  @pulumi.getter(name="srcPortStart")
565
691
  def src_port_start(self) -> int:
692
+ """
693
+ Source port start 0-65535.
694
+ """
566
695
  return pulumi.get(self, "src_port_start")
567
696
 
568
697
  @property
569
698
  @pulumi.getter(name="portRuleId")
570
699
  def port_rule_id(self) -> Optional[str]:
700
+ """
701
+ Rule UUID is required to be deleted and modified, and is not required to be created.
702
+ """
571
703
  return pulumi.get(self, "port_rule_id")
572
704
 
573
705
 
@@ -600,6 +732,9 @@ class BgpPolicyContentSourceBlockList(dict):
600
732
  exceed_limit_times: int,
601
733
  type: int):
602
734
  """
735
+ :param int block_expire_seconds: Statistical cycle range 60-1200.
736
+ :param int every_seconds: The time (unit second) for automatically releasing the black after triggering the speed limit is 60~2592000.
737
+ :param int exceed_limit_times: The number of times the speed limit is exceeded in a statistical period ranges from 1 to 1200.
603
738
  :param int type: Type
604
739
  """
605
740
  pulumi.set(__self__, "block_expire_seconds", block_expire_seconds)
@@ -610,16 +745,25 @@ class BgpPolicyContentSourceBlockList(dict):
610
745
  @property
611
746
  @pulumi.getter(name="blockExpireSeconds")
612
747
  def block_expire_seconds(self) -> int:
748
+ """
749
+ Statistical cycle range 60-1200.
750
+ """
613
751
  return pulumi.get(self, "block_expire_seconds")
614
752
 
615
753
  @property
616
754
  @pulumi.getter(name="everySeconds")
617
755
  def every_seconds(self) -> int:
756
+ """
757
+ The time (unit second) for automatically releasing the black after triggering the speed limit is 60~2592000.
758
+ """
618
759
  return pulumi.get(self, "every_seconds")
619
760
 
620
761
  @property
621
762
  @pulumi.getter(name="exceedLimitTimes")
622
763
  def exceed_limit_times(self) -> int:
764
+ """
765
+ The number of times the speed limit is exceeded in a statistical period ranges from 1 to 1200.
766
+ """
623
767
  return pulumi.get(self, "exceed_limit_times")
624
768
 
625
769
  @property
@@ -657,6 +801,12 @@ class BgpPolicyContentSourceLimit(dict):
657
801
  pps: Optional[int] = None,
658
802
  syn_bps: Optional[int] = None,
659
803
  syn_pps: Optional[int] = None):
804
+ """
805
+ :param int bps: bps range 1024~268435456.
806
+ :param int pps: Pps range 32~500000.
807
+ :param int syn_bps: SynBps range 1024~268435456.
808
+ :param int syn_pps: SynPps range 1~100000.
809
+ """
660
810
  if bps is not None:
661
811
  pulumi.set(__self__, "bps", bps)
662
812
  if pps is not None:
@@ -669,21 +819,33 @@ class BgpPolicyContentSourceLimit(dict):
669
819
  @property
670
820
  @pulumi.getter
671
821
  def bps(self) -> Optional[int]:
822
+ """
823
+ bps range 1024~268435456.
824
+ """
672
825
  return pulumi.get(self, "bps")
673
826
 
674
827
  @property
675
828
  @pulumi.getter
676
829
  def pps(self) -> Optional[int]:
830
+ """
831
+ Pps range 32~500000.
832
+ """
677
833
  return pulumi.get(self, "pps")
678
834
 
679
835
  @property
680
836
  @pulumi.getter(name="synBps")
681
837
  def syn_bps(self) -> Optional[int]:
838
+ """
839
+ SynBps range 1024~268435456.
840
+ """
682
841
  return pulumi.get(self, "syn_bps")
683
842
 
684
843
  @property
685
844
  @pulumi.getter(name="synPps")
686
845
  def syn_pps(self) -> Optional[int]:
846
+ """
847
+ SynPps range 1~100000.
848
+ """
687
849
  return pulumi.get(self, "syn_pps")
688
850
 
689
851
 
@@ -54,6 +54,9 @@ class GetDomainsResult:
54
54
  @property
55
55
  @pulumi.getter
56
56
  def domains(self) -> Sequence['outputs.GetDomainsDomainResult']:
57
+ """
58
+ A list of Domains. Each element contains the following attributes:
59
+ """
57
60
  return pulumi.get(self, "domains")
58
61
 
59
62
  @property
@@ -87,6 +90,9 @@ class GetDomainsResult:
87
90
  @property
88
91
  @pulumi.getter
89
92
  def names(self) -> Sequence[str]:
93
+ """
94
+ A list of Domain names.
95
+ """
90
96
  return pulumi.get(self, "names")
91
97
 
92
98
  @property
@@ -97,6 +103,9 @@ class GetDomainsResult:
97
103
  @property
98
104
  @pulumi.getter
99
105
  def status(self) -> Optional[str]:
106
+ """
107
+ The status of the domain name.
108
+ """
100
109
  return pulumi.get(self, "status")
101
110
 
102
111
 
@@ -127,7 +136,7 @@ def get_domains(enable_details: Optional[bool] = None,
127
136
  """
128
137
  This data source provides the Direct Mail Domains of the current Alibaba Cloud user.
129
138
 
130
- > **NOTE:** Available in v1.134.0+.
139
+ > **NOTE:** Available since v1.134.0.
131
140
 
132
141
  ## Example Usage
133
142
 
@@ -137,23 +146,22 @@ def get_domains(enable_details: Optional[bool] = None,
137
146
  import pulumi
138
147
  import pulumi_alicloud as alicloud
139
148
 
140
- ids = alicloud.directmail.get_domains(ids=["example_id"])
141
- pulumi.export("directMailDomainId1", ids.domains[0].id)
142
- name_regex = alicloud.directmail.get_domains(name_regex="^my-Domain")
143
- pulumi.export("directMailDomainId2", name_regex.domains[0].id)
144
- example = alicloud.directmail.get_domains(status="1",
145
- key_word="^my-Domain",
146
- ids=["example_id"])
147
- pulumi.export("directMailDomainId3", example.domains[0].id)
149
+ config = pulumi.Config()
150
+ name = config.get("name")
151
+ if name is None:
152
+ name = "terraform-example.pop.com"
153
+ default = alicloud.directmail.Domain("default", domain_name=name)
154
+ ids = alicloud.directmail.get_domains_output(ids=[default.id])
155
+ pulumi.export("directMailDomainsId0", ids.domains[0].id)
148
156
  ```
149
157
 
150
158
 
151
- :param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
159
+ :param bool enable_details: Whether to query the detailed list of resource attributes. Default value: `false`.
152
160
  :param Sequence[str] ids: A list of Domain IDs.
153
- :param str key_word: domain, length `1` to `50`, including numbers or capitals or lowercase letters or `.` or `-`
161
+ :param str key_word: The domain name. It must be 1 to 50 characters in length and can contain digits, letters, periods (.), and hyphens (-).
154
162
  :param str name_regex: A regex string to filter results by Domain name.
155
163
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
156
- :param str status: The status of the domain name. Valid values:`0` to `4`. `0`:Available, Passed. `1`: Unavailable, No passed. `2`: Available, cname no passed, icp no passed. `3`: Available, icp no passed. `4`: Available, cname no passed.
164
+ :param str status: The status of the domain name. Valid values:
157
165
  """
158
166
  __args__ = dict()
159
167
  __args__['enableDetails'] = enable_details
@@ -188,7 +196,7 @@ def get_domains_output(enable_details: Optional[pulumi.Input[Optional[bool]]] =
188
196
  """
189
197
  This data source provides the Direct Mail Domains of the current Alibaba Cloud user.
190
198
 
191
- > **NOTE:** Available in v1.134.0+.
199
+ > **NOTE:** Available since v1.134.0.
192
200
 
193
201
  ## Example Usage
194
202
 
@@ -198,22 +206,21 @@ def get_domains_output(enable_details: Optional[pulumi.Input[Optional[bool]]] =
198
206
  import pulumi
199
207
  import pulumi_alicloud as alicloud
200
208
 
201
- ids = alicloud.directmail.get_domains(ids=["example_id"])
202
- pulumi.export("directMailDomainId1", ids.domains[0].id)
203
- name_regex = alicloud.directmail.get_domains(name_regex="^my-Domain")
204
- pulumi.export("directMailDomainId2", name_regex.domains[0].id)
205
- example = alicloud.directmail.get_domains(status="1",
206
- key_word="^my-Domain",
207
- ids=["example_id"])
208
- pulumi.export("directMailDomainId3", example.domains[0].id)
209
+ config = pulumi.Config()
210
+ name = config.get("name")
211
+ if name is None:
212
+ name = "terraform-example.pop.com"
213
+ default = alicloud.directmail.Domain("default", domain_name=name)
214
+ ids = alicloud.directmail.get_domains_output(ids=[default.id])
215
+ pulumi.export("directMailDomainsId0", ids.domains[0].id)
209
216
  ```
210
217
 
211
218
 
212
- :param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
219
+ :param bool enable_details: Whether to query the detailed list of resource attributes. Default value: `false`.
213
220
  :param Sequence[str] ids: A list of Domain IDs.
214
- :param str key_word: domain, length `1` to `50`, including numbers or capitals or lowercase letters or `.` or `-`
221
+ :param str key_word: The domain name. It must be 1 to 50 characters in length and can contain digits, letters, periods (.), and hyphens (-).
215
222
  :param str name_regex: A regex string to filter results by Domain name.
216
223
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
217
- :param str status: The status of the domain name. Valid values:`0` to `4`. `0`:Available, Passed. `1`: Unavailable, No passed. `2`: Available, cname no passed, icp no passed. `3`: Available, icp no passed. `4`: Available, cname no passed.
224
+ :param str status: The status of the domain name. Valid values:
218
225
  """
219
226
  ...