pulumi-alicloud 3.60.0a1721193564__py3-none-any.whl → 3.60.0a1721711921__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.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (107) 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/cfg/_inputs.py +20 -0
  13. pulumi_alicloud/cfg/outputs.py +20 -0
  14. pulumi_alicloud/clickhouse/outputs.py +4 -0
  15. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  16. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  17. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  18. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  19. pulumi_alicloud/cms/_inputs.py +188 -0
  20. pulumi_alicloud/cms/outputs.py +228 -0
  21. pulumi_alicloud/compute/_inputs.py +4 -0
  22. pulumi_alicloud/compute/outputs.py +4 -0
  23. pulumi_alicloud/cs/_inputs.py +22 -0
  24. pulumi_alicloud/cs/outputs.py +22 -0
  25. pulumi_alicloud/databasegateway/outputs.py +42 -0
  26. pulumi_alicloud/dcdn/_inputs.py +532 -0
  27. pulumi_alicloud/dcdn/outputs.py +532 -0
  28. pulumi_alicloud/ddos/_inputs.py +162 -0
  29. pulumi_alicloud/ddos/outputs.py +162 -0
  30. pulumi_alicloud/ebs/_inputs.py +22 -0
  31. pulumi_alicloud/ebs/outputs.py +22 -0
  32. pulumi_alicloud/eci/_inputs.py +92 -0
  33. pulumi_alicloud/eci/outputs.py +92 -0
  34. pulumi_alicloud/ecs/_inputs.py +70 -0
  35. pulumi_alicloud/ecs/outputs.py +180 -0
  36. pulumi_alicloud/edas/_inputs.py +28 -0
  37. pulumi_alicloud/edas/outputs.py +28 -0
  38. pulumi_alicloud/ehpc/_inputs.py +6 -0
  39. pulumi_alicloud/ehpc/outputs.py +6 -0
  40. pulumi_alicloud/emr/_inputs.py +134 -0
  41. pulumi_alicloud/emr/outputs.py +148 -0
  42. pulumi_alicloud/emrv2/_inputs.py +224 -0
  43. pulumi_alicloud/emrv2/outputs.py +224 -0
  44. pulumi_alicloud/ess/_inputs.py +24 -0
  45. pulumi_alicloud/ess/outputs.py +24 -0
  46. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  47. pulumi_alicloud/eventbridge/outputs.py +156 -0
  48. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  49. pulumi_alicloud/expressconnect/outputs.py +12 -0
  50. pulumi_alicloud/fc/_inputs.py +32 -0
  51. pulumi_alicloud/fc/outputs.py +32 -0
  52. pulumi_alicloud/ga/_inputs.py +24 -0
  53. pulumi_alicloud/ga/outputs.py +24 -0
  54. pulumi_alicloud/gpdb/_inputs.py +48 -0
  55. pulumi_alicloud/gpdb/outputs.py +60 -0
  56. pulumi_alicloud/hbr/_inputs.py +68 -0
  57. pulumi_alicloud/hbr/outputs.py +68 -0
  58. pulumi_alicloud/imp/_inputs.py +14 -0
  59. pulumi_alicloud/imp/outputs.py +14 -0
  60. pulumi_alicloud/log/_inputs.py +14 -0
  61. pulumi_alicloud/log/outputs.py +14 -0
  62. pulumi_alicloud/maxcompute/_inputs.py +18 -0
  63. pulumi_alicloud/maxcompute/outputs.py +18 -0
  64. pulumi_alicloud/mongodb/_inputs.py +14 -0
  65. pulumi_alicloud/mongodb/outputs.py +14 -0
  66. pulumi_alicloud/oss/_inputs.py +100 -0
  67. pulumi_alicloud/oss/outputs.py +100 -0
  68. pulumi_alicloud/ots/_inputs.py +60 -0
  69. pulumi_alicloud/ots/outputs.py +60 -0
  70. pulumi_alicloud/polardb/_inputs.py +10 -0
  71. pulumi_alicloud/polardb/outputs.py +10 -0
  72. pulumi_alicloud/pulumi-plugin.json +1 -1
  73. pulumi_alicloud/pvtz/outputs.py +18 -0
  74. pulumi_alicloud/quotas/_inputs.py +10 -0
  75. pulumi_alicloud/quotas/outputs.py +10 -0
  76. pulumi_alicloud/ram/_inputs.py +24 -0
  77. pulumi_alicloud/ram/outputs.py +24 -0
  78. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  79. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  80. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  81. pulumi_alicloud/rocketmq/outputs.py +36 -0
  82. pulumi_alicloud/ros/_inputs.py +72 -0
  83. pulumi_alicloud/ros/outputs.py +72 -0
  84. pulumi_alicloud/sae/_inputs.py +118 -0
  85. pulumi_alicloud/sae/outputs.py +118 -0
  86. pulumi_alicloud/scdn/_inputs.py +56 -0
  87. pulumi_alicloud/scdn/outputs.py +56 -0
  88. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  89. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  90. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  91. pulumi_alicloud/servicemesh/outputs.py +154 -0
  92. pulumi_alicloud/sls/_inputs.py +186 -0
  93. pulumi_alicloud/sls/outputs.py +186 -0
  94. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  95. pulumi_alicloud/threatdetection/outputs.py +32 -0
  96. pulumi_alicloud/vod/_inputs.py +18 -0
  97. pulumi_alicloud/vod/outputs.py +18 -0
  98. pulumi_alicloud/vpc/_inputs.py +32 -0
  99. pulumi_alicloud/vpc/outputs.py +32 -0
  100. pulumi_alicloud/vpn/_inputs.py +10 -0
  101. pulumi_alicloud/vpn/outputs.py +14 -0
  102. pulumi_alicloud/wafv3/_inputs.py +10 -0
  103. pulumi_alicloud/wafv3/outputs.py +10 -0
  104. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/METADATA +1 -1
  105. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/RECORD +107 -107
  106. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/WHEEL +1 -1
  107. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/top_level.txt +0 -0
@@ -393,6 +393,10 @@ class AlertConfigurationAnnotationArgs:
393
393
  def __init__(__self__, *,
394
394
  key: Optional[pulumi.Input[str]] = None,
395
395
  value: Optional[pulumi.Input[str]] = None):
396
+ """
397
+ :param pulumi.Input[str] key: Field name.
398
+ :param pulumi.Input[str] value: Field value.
399
+ """
396
400
  if key is not None:
397
401
  pulumi.set(__self__, "key", key)
398
402
  if value is not None:
@@ -401,6 +405,9 @@ class AlertConfigurationAnnotationArgs:
401
405
  @property
402
406
  @pulumi.getter
403
407
  def key(self) -> Optional[pulumi.Input[str]]:
408
+ """
409
+ Field name.
410
+ """
404
411
  return pulumi.get(self, "key")
405
412
 
406
413
  @key.setter
@@ -410,6 +417,9 @@ class AlertConfigurationAnnotationArgs:
410
417
  @property
411
418
  @pulumi.getter
412
419
  def value(self) -> Optional[pulumi.Input[str]]:
420
+ """
421
+ Field value.
422
+ """
413
423
  return pulumi.get(self, "value")
414
424
 
415
425
  @value.setter
@@ -422,6 +432,10 @@ class AlertConfigurationConditionConfigurationArgs:
422
432
  def __init__(__self__, *,
423
433
  condition: Optional[pulumi.Input[str]] = None,
424
434
  count_condition: Optional[pulumi.Input[str]] = None):
435
+ """
436
+ :param pulumi.Input[str] condition: Data matching expression. When the data content does not need to be determined, set it to an empty string. In other cases, it needs to be set as an expression, for example, errCnt> 10.
437
+ :param pulumi.Input[str] count_condition: The number of pieces of data to determine the number of pieces of data to indicate how many pieces of data meet the conditions. If data exists, it is satisfied. Set it to an empty string. In other cases, it needs to be set as an expression, such as__count__> 3.
438
+ """
425
439
  if condition is not None:
426
440
  pulumi.set(__self__, "condition", condition)
427
441
  if count_condition is not None:
@@ -430,6 +444,9 @@ class AlertConfigurationConditionConfigurationArgs:
430
444
  @property
431
445
  @pulumi.getter
432
446
  def condition(self) -> Optional[pulumi.Input[str]]:
447
+ """
448
+ Data matching expression. When the data content does not need to be determined, set it to an empty string. In other cases, it needs to be set as an expression, for example, errCnt> 10.
449
+ """
433
450
  return pulumi.get(self, "condition")
434
451
 
435
452
  @condition.setter
@@ -439,6 +456,9 @@ class AlertConfigurationConditionConfigurationArgs:
439
456
  @property
440
457
  @pulumi.getter(name="countCondition")
441
458
  def count_condition(self) -> Optional[pulumi.Input[str]]:
459
+ """
460
+ The number of pieces of data to determine the number of pieces of data to indicate how many pieces of data meet the conditions. If data exists, it is satisfied. Set it to an empty string. In other cases, it needs to be set as an expression, such as__count__> 3.
461
+ """
442
462
  return pulumi.get(self, "count_condition")
443
463
 
444
464
  @count_condition.setter
@@ -451,6 +471,9 @@ class AlertConfigurationGroupConfigurationArgs:
451
471
  def __init__(__self__, *,
452
472
  fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
453
473
  type: Optional[pulumi.Input[str]] = None):
474
+ """
475
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] fields: The field used for grouping evaluation. When type is set to custom, fields must be set.
476
+ """
454
477
  if fields is not None:
455
478
  pulumi.set(__self__, "fields", fields)
456
479
  if type is not None:
@@ -459,6 +482,9 @@ class AlertConfigurationGroupConfigurationArgs:
459
482
  @property
460
483
  @pulumi.getter
461
484
  def fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
485
+ """
486
+ The field used for grouping evaluation. When type is set to custom, fields must be set.
487
+ """
462
488
  return pulumi.get(self, "fields")
463
489
 
464
490
  @fields.setter
@@ -480,6 +506,9 @@ class AlertConfigurationJoinConfigurationArgs:
480
506
  def __init__(__self__, *,
481
507
  condition: Optional[pulumi.Input[str]] = None,
482
508
  type: Optional[pulumi.Input[str]] = None):
509
+ """
510
+ :param pulumi.Input[str] condition: Data matching expression. When the data content does not need to be determined, set it to an empty string. In other cases, it needs to be set as an expression, for example, errCnt> 10.
511
+ """
483
512
  if condition is not None:
484
513
  pulumi.set(__self__, "condition", condition)
485
514
  if type is not None:
@@ -488,6 +517,9 @@ class AlertConfigurationJoinConfigurationArgs:
488
517
  @property
489
518
  @pulumi.getter
490
519
  def condition(self) -> Optional[pulumi.Input[str]]:
520
+ """
521
+ Data matching expression. When the data content does not need to be determined, set it to an empty string. In other cases, it needs to be set as an expression, for example, errCnt> 10.
522
+ """
491
523
  return pulumi.get(self, "condition")
492
524
 
493
525
  @condition.setter
@@ -509,6 +541,10 @@ class AlertConfigurationLabelArgs:
509
541
  def __init__(__self__, *,
510
542
  key: Optional[pulumi.Input[str]] = None,
511
543
  value: Optional[pulumi.Input[str]] = None):
544
+ """
545
+ :param pulumi.Input[str] key: Field name.
546
+ :param pulumi.Input[str] value: Field value.
547
+ """
512
548
  if key is not None:
513
549
  pulumi.set(__self__, "key", key)
514
550
  if value is not None:
@@ -517,6 +553,9 @@ class AlertConfigurationLabelArgs:
517
553
  @property
518
554
  @pulumi.getter
519
555
  def key(self) -> Optional[pulumi.Input[str]]:
556
+ """
557
+ Field name.
558
+ """
520
559
  return pulumi.get(self, "key")
521
560
 
522
561
  @key.setter
@@ -526,6 +565,9 @@ class AlertConfigurationLabelArgs:
526
565
  @property
527
566
  @pulumi.getter
528
567
  def value(self) -> Optional[pulumi.Input[str]]:
568
+ """
569
+ Field value.
570
+ """
529
571
  return pulumi.get(self, "value")
530
572
 
531
573
  @value.setter
@@ -539,6 +581,11 @@ class AlertConfigurationPolicyConfigurationArgs:
539
581
  action_policy_id: Optional[pulumi.Input[str]] = None,
540
582
  alert_policy_id: Optional[pulumi.Input[str]] = None,
541
583
  repeat_interval: Optional[pulumi.Input[str]] = None):
584
+ """
585
+ :param pulumi.Input[str] action_policy_id: The ID of the action policy used. If the alert policy is in advanced mode and the selected alert policy is not configured with a dynamic action policy, set the actionPolicyId to an empty string.
586
+ :param pulumi.Input[str] alert_policy_id: Alarm policy ID. If it is in simple mode or normal mode, set it to sls.builtin.dynamic (dynamic alarm policy built into the system). For advanced mode, set it to the specified alarm policy ID.
587
+ :param pulumi.Input[str] repeat_interval: Repeat the waiting time. For example, 5m, 1H, etc.
588
+ """
542
589
  if action_policy_id is not None:
543
590
  pulumi.set(__self__, "action_policy_id", action_policy_id)
544
591
  if alert_policy_id is not None:
@@ -549,6 +596,9 @@ class AlertConfigurationPolicyConfigurationArgs:
549
596
  @property
550
597
  @pulumi.getter(name="actionPolicyId")
551
598
  def action_policy_id(self) -> Optional[pulumi.Input[str]]:
599
+ """
600
+ The ID of the action policy used. If the alert policy is in advanced mode and the selected alert policy is not configured with a dynamic action policy, set the actionPolicyId to an empty string.
601
+ """
552
602
  return pulumi.get(self, "action_policy_id")
553
603
 
554
604
  @action_policy_id.setter
@@ -558,6 +608,9 @@ class AlertConfigurationPolicyConfigurationArgs:
558
608
  @property
559
609
  @pulumi.getter(name="alertPolicyId")
560
610
  def alert_policy_id(self) -> Optional[pulumi.Input[str]]:
611
+ """
612
+ Alarm policy ID. If it is in simple mode or normal mode, set it to sls.builtin.dynamic (dynamic alarm policy built into the system). For advanced mode, set it to the specified alarm policy ID.
613
+ """
561
614
  return pulumi.get(self, "alert_policy_id")
562
615
 
563
616
  @alert_policy_id.setter
@@ -567,6 +620,9 @@ class AlertConfigurationPolicyConfigurationArgs:
567
620
  @property
568
621
  @pulumi.getter(name="repeatInterval")
569
622
  def repeat_interval(self) -> Optional[pulumi.Input[str]]:
623
+ """
624
+ Repeat the waiting time. For example, 5m, 1H, etc.
625
+ """
570
626
  return pulumi.get(self, "repeat_interval")
571
627
 
572
628
  @repeat_interval.setter
@@ -590,6 +646,21 @@ class AlertConfigurationQueryListArgs:
590
646
  store_type: Optional[pulumi.Input[str]] = None,
591
647
  time_span_type: Optional[pulumi.Input[str]] = None,
592
648
  ui: Optional[pulumi.Input[str]] = None):
649
+ """
650
+ :param pulumi.Input[str] chart_title: Chart Name.
651
+ :param pulumi.Input[str] dashboard_id: Dashboard ID.
652
+ :param pulumi.Input[str] end: End time. When storeType is set to log or metric, end must be set.
653
+ :param pulumi.Input[str] power_sql_mode: Whether to use exclusive SQL. The value is as follows: auto: automatic switching. enable: Starts. disable: disable.
654
+ :param pulumi.Input[str] project: Project Name.
655
+ :param pulumi.Input[str] query: Query and analysis statements. When storeType is set to log or metric, query is set to the query analysis statement. When storeType is set to meta, set query to an empty string.
656
+ :param pulumi.Input[str] region: Region of the target Project.
657
+ :param pulumi.Input[str] role_arn: Roles used to write alarm data to the event Library.
658
+ :param pulumi.Input[str] start: Start time. When storeType is set to log or metric, start must be set.
659
+ :param pulumi.Input[str] store: Query the Logstore, Metricstore, or resource data associated with the statistics. When storeType is set to log, store is set to the target Logstore. When storeType is set to metric, store is set to the target Metricstore. When storeType is set to meta, store is set to the target resource data name.
660
+ :param pulumi.Input[str] store_type: Query the data source type. The value is as follows: log: Logstore. metric: Time series Library. meta: resource data.
661
+ :param pulumi.Input[str] time_span_type: Time Type.
662
+ :param pulumi.Input[str] ui: Use of specific scene alarm front end.
663
+ """
593
664
  if chart_title is not None:
594
665
  pulumi.set(__self__, "chart_title", chart_title)
595
666
  if dashboard_id is not None:
@@ -620,6 +691,9 @@ class AlertConfigurationQueryListArgs:
620
691
  @property
621
692
  @pulumi.getter(name="chartTitle")
622
693
  def chart_title(self) -> Optional[pulumi.Input[str]]:
694
+ """
695
+ Chart Name.
696
+ """
623
697
  return pulumi.get(self, "chart_title")
624
698
 
625
699
  @chart_title.setter
@@ -629,6 +703,9 @@ class AlertConfigurationQueryListArgs:
629
703
  @property
630
704
  @pulumi.getter(name="dashboardId")
631
705
  def dashboard_id(self) -> Optional[pulumi.Input[str]]:
706
+ """
707
+ Dashboard ID.
708
+ """
632
709
  return pulumi.get(self, "dashboard_id")
633
710
 
634
711
  @dashboard_id.setter
@@ -638,6 +715,9 @@ class AlertConfigurationQueryListArgs:
638
715
  @property
639
716
  @pulumi.getter
640
717
  def end(self) -> Optional[pulumi.Input[str]]:
718
+ """
719
+ End time. When storeType is set to log or metric, end must be set.
720
+ """
641
721
  return pulumi.get(self, "end")
642
722
 
643
723
  @end.setter
@@ -647,6 +727,9 @@ class AlertConfigurationQueryListArgs:
647
727
  @property
648
728
  @pulumi.getter(name="powerSqlMode")
649
729
  def power_sql_mode(self) -> Optional[pulumi.Input[str]]:
730
+ """
731
+ Whether to use exclusive SQL. The value is as follows: auto: automatic switching. enable: Starts. disable: disable.
732
+ """
650
733
  return pulumi.get(self, "power_sql_mode")
651
734
 
652
735
  @power_sql_mode.setter
@@ -656,6 +739,9 @@ class AlertConfigurationQueryListArgs:
656
739
  @property
657
740
  @pulumi.getter
658
741
  def project(self) -> Optional[pulumi.Input[str]]:
742
+ """
743
+ Project Name.
744
+ """
659
745
  return pulumi.get(self, "project")
660
746
 
661
747
  @project.setter
@@ -665,6 +751,9 @@ class AlertConfigurationQueryListArgs:
665
751
  @property
666
752
  @pulumi.getter
667
753
  def query(self) -> Optional[pulumi.Input[str]]:
754
+ """
755
+ Query and analysis statements. When storeType is set to log or metric, query is set to the query analysis statement. When storeType is set to meta, set query to an empty string.
756
+ """
668
757
  return pulumi.get(self, "query")
669
758
 
670
759
  @query.setter
@@ -674,6 +763,9 @@ class AlertConfigurationQueryListArgs:
674
763
  @property
675
764
  @pulumi.getter
676
765
  def region(self) -> Optional[pulumi.Input[str]]:
766
+ """
767
+ Region of the target Project.
768
+ """
677
769
  return pulumi.get(self, "region")
678
770
 
679
771
  @region.setter
@@ -683,6 +775,9 @@ class AlertConfigurationQueryListArgs:
683
775
  @property
684
776
  @pulumi.getter(name="roleArn")
685
777
  def role_arn(self) -> Optional[pulumi.Input[str]]:
778
+ """
779
+ Roles used to write alarm data to the event Library.
780
+ """
686
781
  return pulumi.get(self, "role_arn")
687
782
 
688
783
  @role_arn.setter
@@ -692,6 +787,9 @@ class AlertConfigurationQueryListArgs:
692
787
  @property
693
788
  @pulumi.getter
694
789
  def start(self) -> Optional[pulumi.Input[str]]:
790
+ """
791
+ Start time. When storeType is set to log or metric, start must be set.
792
+ """
695
793
  return pulumi.get(self, "start")
696
794
 
697
795
  @start.setter
@@ -701,6 +799,9 @@ class AlertConfigurationQueryListArgs:
701
799
  @property
702
800
  @pulumi.getter
703
801
  def store(self) -> Optional[pulumi.Input[str]]:
802
+ """
803
+ Query the Logstore, Metricstore, or resource data associated with the statistics. When storeType is set to log, store is set to the target Logstore. When storeType is set to metric, store is set to the target Metricstore. When storeType is set to meta, store is set to the target resource data name.
804
+ """
704
805
  return pulumi.get(self, "store")
705
806
 
706
807
  @store.setter
@@ -710,6 +811,9 @@ class AlertConfigurationQueryListArgs:
710
811
  @property
711
812
  @pulumi.getter(name="storeType")
712
813
  def store_type(self) -> Optional[pulumi.Input[str]]:
814
+ """
815
+ Query the data source type. The value is as follows: log: Logstore. metric: Time series Library. meta: resource data.
816
+ """
713
817
  return pulumi.get(self, "store_type")
714
818
 
715
819
  @store_type.setter
@@ -719,6 +823,9 @@ class AlertConfigurationQueryListArgs:
719
823
  @property
720
824
  @pulumi.getter(name="timeSpanType")
721
825
  def time_span_type(self) -> Optional[pulumi.Input[str]]:
826
+ """
827
+ Time Type.
828
+ """
722
829
  return pulumi.get(self, "time_span_type")
723
830
 
724
831
  @time_span_type.setter
@@ -728,6 +835,9 @@ class AlertConfigurationQueryListArgs:
728
835
  @property
729
836
  @pulumi.getter
730
837
  def ui(self) -> Optional[pulumi.Input[str]]:
838
+ """
839
+ Use of specific scene alarm front end.
840
+ """
731
841
  return pulumi.get(self, "ui")
732
842
 
733
843
  @ui.setter
@@ -740,6 +850,10 @@ class AlertConfigurationSeverityConfigurationArgs:
740
850
  def __init__(__self__, *,
741
851
  eval_condition: Optional[pulumi.Input['AlertConfigurationSeverityConfigurationEvalConditionArgs']] = None,
742
852
  severity: Optional[pulumi.Input[int]] = None):
853
+ """
854
+ :param pulumi.Input['AlertConfigurationSeverityConfigurationEvalConditionArgs'] eval_condition: Trigger condition. See `eval_condition` below.
855
+ :param pulumi.Input[int] severity: Alarm severity.
856
+ """
743
857
  if eval_condition is not None:
744
858
  pulumi.set(__self__, "eval_condition", eval_condition)
745
859
  if severity is not None:
@@ -748,6 +862,9 @@ class AlertConfigurationSeverityConfigurationArgs:
748
862
  @property
749
863
  @pulumi.getter(name="evalCondition")
750
864
  def eval_condition(self) -> Optional[pulumi.Input['AlertConfigurationSeverityConfigurationEvalConditionArgs']]:
865
+ """
866
+ Trigger condition. See `eval_condition` below.
867
+ """
751
868
  return pulumi.get(self, "eval_condition")
752
869
 
753
870
  @eval_condition.setter
@@ -757,6 +874,9 @@ class AlertConfigurationSeverityConfigurationArgs:
757
874
  @property
758
875
  @pulumi.getter
759
876
  def severity(self) -> Optional[pulumi.Input[int]]:
877
+ """
878
+ Alarm severity.
879
+ """
760
880
  return pulumi.get(self, "severity")
761
881
 
762
882
  @severity.setter
@@ -769,6 +889,10 @@ class AlertConfigurationSeverityConfigurationEvalConditionArgs:
769
889
  def __init__(__self__, *,
770
890
  condition: Optional[pulumi.Input[str]] = None,
771
891
  count_condition: Optional[pulumi.Input[str]] = None):
892
+ """
893
+ :param pulumi.Input[str] condition: Data matching expression. When the data content does not need to be determined, set it to an empty string. In other cases, it needs to be set as an expression, for example, errCnt> 10.
894
+ :param pulumi.Input[str] count_condition: The number of pieces of data to determine the number of pieces of data to indicate how many pieces of data meet the conditions. If data exists, it is satisfied. Set it to an empty string. In other cases, it needs to be set as an expression, such as__count__> 3.
895
+ """
772
896
  if condition is not None:
773
897
  pulumi.set(__self__, "condition", condition)
774
898
  if count_condition is not None:
@@ -777,6 +901,9 @@ class AlertConfigurationSeverityConfigurationEvalConditionArgs:
777
901
  @property
778
902
  @pulumi.getter
779
903
  def condition(self) -> Optional[pulumi.Input[str]]:
904
+ """
905
+ Data matching expression. When the data content does not need to be determined, set it to an empty string. In other cases, it needs to be set as an expression, for example, errCnt> 10.
906
+ """
780
907
  return pulumi.get(self, "condition")
781
908
 
782
909
  @condition.setter
@@ -786,6 +913,9 @@ class AlertConfigurationSeverityConfigurationEvalConditionArgs:
786
913
  @property
787
914
  @pulumi.getter(name="countCondition")
788
915
  def count_condition(self) -> Optional[pulumi.Input[str]]:
916
+ """
917
+ The number of pieces of data to determine the number of pieces of data to indicate how many pieces of data meet the conditions. If data exists, it is satisfied. Set it to an empty string. In other cases, it needs to be set as an expression, such as__count__> 3.
918
+ """
789
919
  return pulumi.get(self, "count_condition")
790
920
 
791
921
  @count_condition.setter
@@ -797,12 +927,18 @@ class AlertConfigurationSeverityConfigurationEvalConditionArgs:
797
927
  class AlertConfigurationSinkAlerthubArgs:
798
928
  def __init__(__self__, *,
799
929
  enabled: Optional[pulumi.Input[bool]] = None):
930
+ """
931
+ :param pulumi.Input[bool] enabled: Open.
932
+ """
800
933
  if enabled is not None:
801
934
  pulumi.set(__self__, "enabled", enabled)
802
935
 
803
936
  @property
804
937
  @pulumi.getter
805
938
  def enabled(self) -> Optional[pulumi.Input[bool]]:
939
+ """
940
+ Open.
941
+ """
806
942
  return pulumi.get(self, "enabled")
807
943
 
808
944
  @enabled.setter
@@ -814,12 +950,18 @@ class AlertConfigurationSinkAlerthubArgs:
814
950
  class AlertConfigurationSinkCmsArgs:
815
951
  def __init__(__self__, *,
816
952
  enabled: Optional[pulumi.Input[bool]] = None):
953
+ """
954
+ :param pulumi.Input[bool] enabled: Open.
955
+ """
817
956
  if enabled is not None:
818
957
  pulumi.set(__self__, "enabled", enabled)
819
958
 
820
959
  @property
821
960
  @pulumi.getter
822
961
  def enabled(self) -> Optional[pulumi.Input[bool]]:
962
+ """
963
+ Open.
964
+ """
823
965
  return pulumi.get(self, "enabled")
824
966
 
825
967
  @enabled.setter
@@ -835,6 +977,13 @@ class AlertConfigurationSinkEventStoreArgs:
835
977
  event_store: Optional[pulumi.Input[str]] = None,
836
978
  project: Optional[pulumi.Input[str]] = None,
837
979
  role_arn: Optional[pulumi.Input[str]] = None):
980
+ """
981
+ :param pulumi.Input[bool] enabled: Open.
982
+ :param pulumi.Input[str] endpoint: SLS service endpoint.
983
+ :param pulumi.Input[str] event_store: Event Library Name.
984
+ :param pulumi.Input[str] project: Project Name.
985
+ :param pulumi.Input[str] role_arn: Roles used to write alarm data to the event Library.
986
+ """
838
987
  if enabled is not None:
839
988
  pulumi.set(__self__, "enabled", enabled)
840
989
  if endpoint is not None:
@@ -849,6 +998,9 @@ class AlertConfigurationSinkEventStoreArgs:
849
998
  @property
850
999
  @pulumi.getter
851
1000
  def enabled(self) -> Optional[pulumi.Input[bool]]:
1001
+ """
1002
+ Open.
1003
+ """
852
1004
  return pulumi.get(self, "enabled")
853
1005
 
854
1006
  @enabled.setter
@@ -858,6 +1010,9 @@ class AlertConfigurationSinkEventStoreArgs:
858
1010
  @property
859
1011
  @pulumi.getter
860
1012
  def endpoint(self) -> Optional[pulumi.Input[str]]:
1013
+ """
1014
+ SLS service endpoint.
1015
+ """
861
1016
  return pulumi.get(self, "endpoint")
862
1017
 
863
1018
  @endpoint.setter
@@ -867,6 +1022,9 @@ class AlertConfigurationSinkEventStoreArgs:
867
1022
  @property
868
1023
  @pulumi.getter(name="eventStore")
869
1024
  def event_store(self) -> Optional[pulumi.Input[str]]:
1025
+ """
1026
+ Event Library Name.
1027
+ """
870
1028
  return pulumi.get(self, "event_store")
871
1029
 
872
1030
  @event_store.setter
@@ -876,6 +1034,9 @@ class AlertConfigurationSinkEventStoreArgs:
876
1034
  @property
877
1035
  @pulumi.getter
878
1036
  def project(self) -> Optional[pulumi.Input[str]]:
1037
+ """
1038
+ Project Name.
1039
+ """
879
1040
  return pulumi.get(self, "project")
880
1041
 
881
1042
  @project.setter
@@ -885,6 +1046,9 @@ class AlertConfigurationSinkEventStoreArgs:
885
1046
  @property
886
1047
  @pulumi.getter(name="roleArn")
887
1048
  def role_arn(self) -> Optional[pulumi.Input[str]]:
1049
+ """
1050
+ Roles used to write alarm data to the event Library.
1051
+ """
888
1052
  return pulumi.get(self, "role_arn")
889
1053
 
890
1054
  @role_arn.setter
@@ -901,6 +1065,13 @@ class AlertConfigurationTemplateConfigurationArgs:
901
1065
  tokens: Optional[pulumi.Input[Mapping[str, Any]]] = None,
902
1066
  type: Optional[pulumi.Input[str]] = None,
903
1067
  version: Optional[pulumi.Input[str]] = None):
1068
+ """
1069
+ :param pulumi.Input[Mapping[str, Any]] annotations: Template Annotations.
1070
+ :param pulumi.Input[str] lang: Template Language.
1071
+ :param pulumi.Input[str] template_id: Template ID.
1072
+ :param pulumi.Input[Mapping[str, Any]] tokens: Template Variables.
1073
+ :param pulumi.Input[str] version: Template Version.
1074
+ """
904
1075
  if annotations is not None:
905
1076
  pulumi.set(__self__, "annotations", annotations)
906
1077
  if lang is not None:
@@ -917,6 +1088,9 @@ class AlertConfigurationTemplateConfigurationArgs:
917
1088
  @property
918
1089
  @pulumi.getter
919
1090
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
1091
+ """
1092
+ Template Annotations.
1093
+ """
920
1094
  return pulumi.get(self, "annotations")
921
1095
 
922
1096
  @annotations.setter
@@ -926,6 +1100,9 @@ class AlertConfigurationTemplateConfigurationArgs:
926
1100
  @property
927
1101
  @pulumi.getter
928
1102
  def lang(self) -> Optional[pulumi.Input[str]]:
1103
+ """
1104
+ Template Language.
1105
+ """
929
1106
  return pulumi.get(self, "lang")
930
1107
 
931
1108
  @lang.setter
@@ -935,6 +1112,9 @@ class AlertConfigurationTemplateConfigurationArgs:
935
1112
  @property
936
1113
  @pulumi.getter(name="templateId")
937
1114
  def template_id(self) -> Optional[pulumi.Input[str]]:
1115
+ """
1116
+ Template ID.
1117
+ """
938
1118
  return pulumi.get(self, "template_id")
939
1119
 
940
1120
  @template_id.setter
@@ -944,6 +1124,9 @@ class AlertConfigurationTemplateConfigurationArgs:
944
1124
  @property
945
1125
  @pulumi.getter
946
1126
  def tokens(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
1127
+ """
1128
+ Template Variables.
1129
+ """
947
1130
  return pulumi.get(self, "tokens")
948
1131
 
949
1132
  @tokens.setter
@@ -962,6 +1145,9 @@ class AlertConfigurationTemplateConfigurationArgs:
962
1145
  @property
963
1146
  @pulumi.getter
964
1147
  def version(self) -> Optional[pulumi.Input[str]]:
1148
+ """
1149
+ Template Version.
1150
+ """
965
1151
  return pulumi.get(self, "version")
966
1152
 
967
1153
  @version.setter