pulumi-alicloud 3.60.0a1720848019__py3-none-any.whl → 3.60.0a1721282795__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.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/METADATA +1 -1
  105. {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/RECORD +107 -107
  106. {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/WHEEL +1 -1
  107. {pulumi_alicloud-3.60.0a1720848019.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/top_level.txt +0 -0
@@ -351,6 +351,10 @@ class AlertConfigurationAnnotation(dict):
351
351
  def __init__(__self__, *,
352
352
  key: Optional[str] = None,
353
353
  value: Optional[str] = None):
354
+ """
355
+ :param str key: Field name.
356
+ :param str value: Field value.
357
+ """
354
358
  if key is not None:
355
359
  pulumi.set(__self__, "key", key)
356
360
  if value is not None:
@@ -359,11 +363,17 @@ class AlertConfigurationAnnotation(dict):
359
363
  @property
360
364
  @pulumi.getter
361
365
  def key(self) -> Optional[str]:
366
+ """
367
+ Field name.
368
+ """
362
369
  return pulumi.get(self, "key")
363
370
 
364
371
  @property
365
372
  @pulumi.getter
366
373
  def value(self) -> Optional[str]:
374
+ """
375
+ Field value.
376
+ """
367
377
  return pulumi.get(self, "value")
368
378
 
369
379
 
@@ -389,6 +399,10 @@ class AlertConfigurationConditionConfiguration(dict):
389
399
  def __init__(__self__, *,
390
400
  condition: Optional[str] = None,
391
401
  count_condition: Optional[str] = None):
402
+ """
403
+ :param 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.
404
+ :param 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.
405
+ """
392
406
  if condition is not None:
393
407
  pulumi.set(__self__, "condition", condition)
394
408
  if count_condition is not None:
@@ -397,11 +411,17 @@ class AlertConfigurationConditionConfiguration(dict):
397
411
  @property
398
412
  @pulumi.getter
399
413
  def condition(self) -> Optional[str]:
414
+ """
415
+ 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.
416
+ """
400
417
  return pulumi.get(self, "condition")
401
418
 
402
419
  @property
403
420
  @pulumi.getter(name="countCondition")
404
421
  def count_condition(self) -> Optional[str]:
422
+ """
423
+ 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.
424
+ """
405
425
  return pulumi.get(self, "count_condition")
406
426
 
407
427
 
@@ -410,6 +430,9 @@ class AlertConfigurationGroupConfiguration(dict):
410
430
  def __init__(__self__, *,
411
431
  fields: Optional[Sequence[str]] = None,
412
432
  type: Optional[str] = None):
433
+ """
434
+ :param Sequence[str] fields: The field used for grouping evaluation. When type is set to custom, fields must be set.
435
+ """
413
436
  if fields is not None:
414
437
  pulumi.set(__self__, "fields", fields)
415
438
  if type is not None:
@@ -418,6 +441,9 @@ class AlertConfigurationGroupConfiguration(dict):
418
441
  @property
419
442
  @pulumi.getter
420
443
  def fields(self) -> Optional[Sequence[str]]:
444
+ """
445
+ The field used for grouping evaluation. When type is set to custom, fields must be set.
446
+ """
421
447
  return pulumi.get(self, "fields")
422
448
 
423
449
  @property
@@ -431,6 +457,9 @@ class AlertConfigurationJoinConfiguration(dict):
431
457
  def __init__(__self__, *,
432
458
  condition: Optional[str] = None,
433
459
  type: Optional[str] = None):
460
+ """
461
+ :param 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.
462
+ """
434
463
  if condition is not None:
435
464
  pulumi.set(__self__, "condition", condition)
436
465
  if type is not None:
@@ -439,6 +468,9 @@ class AlertConfigurationJoinConfiguration(dict):
439
468
  @property
440
469
  @pulumi.getter
441
470
  def condition(self) -> Optional[str]:
471
+ """
472
+ 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.
473
+ """
442
474
  return pulumi.get(self, "condition")
443
475
 
444
476
  @property
@@ -452,6 +484,10 @@ class AlertConfigurationLabel(dict):
452
484
  def __init__(__self__, *,
453
485
  key: Optional[str] = None,
454
486
  value: Optional[str] = None):
487
+ """
488
+ :param str key: Field name.
489
+ :param str value: Field value.
490
+ """
455
491
  if key is not None:
456
492
  pulumi.set(__self__, "key", key)
457
493
  if value is not None:
@@ -460,11 +496,17 @@ class AlertConfigurationLabel(dict):
460
496
  @property
461
497
  @pulumi.getter
462
498
  def key(self) -> Optional[str]:
499
+ """
500
+ Field name.
501
+ """
463
502
  return pulumi.get(self, "key")
464
503
 
465
504
  @property
466
505
  @pulumi.getter
467
506
  def value(self) -> Optional[str]:
507
+ """
508
+ Field value.
509
+ """
468
510
  return pulumi.get(self, "value")
469
511
 
470
512
 
@@ -495,6 +537,11 @@ class AlertConfigurationPolicyConfiguration(dict):
495
537
  action_policy_id: Optional[str] = None,
496
538
  alert_policy_id: Optional[str] = None,
497
539
  repeat_interval: Optional[str] = None):
540
+ """
541
+ :param 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.
542
+ :param 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.
543
+ :param str repeat_interval: Repeat the waiting time. For example, 5m, 1H, etc.
544
+ """
498
545
  if action_policy_id is not None:
499
546
  pulumi.set(__self__, "action_policy_id", action_policy_id)
500
547
  if alert_policy_id is not None:
@@ -505,16 +552,25 @@ class AlertConfigurationPolicyConfiguration(dict):
505
552
  @property
506
553
  @pulumi.getter(name="actionPolicyId")
507
554
  def action_policy_id(self) -> Optional[str]:
555
+ """
556
+ 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.
557
+ """
508
558
  return pulumi.get(self, "action_policy_id")
509
559
 
510
560
  @property
511
561
  @pulumi.getter(name="alertPolicyId")
512
562
  def alert_policy_id(self) -> Optional[str]:
563
+ """
564
+ 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.
565
+ """
513
566
  return pulumi.get(self, "alert_policy_id")
514
567
 
515
568
  @property
516
569
  @pulumi.getter(name="repeatInterval")
517
570
  def repeat_interval(self) -> Optional[str]:
571
+ """
572
+ Repeat the waiting time. For example, 5m, 1H, etc.
573
+ """
518
574
  return pulumi.get(self, "repeat_interval")
519
575
 
520
576
 
@@ -561,6 +617,21 @@ class AlertConfigurationQueryList(dict):
561
617
  store_type: Optional[str] = None,
562
618
  time_span_type: Optional[str] = None,
563
619
  ui: Optional[str] = None):
620
+ """
621
+ :param str chart_title: Chart Name.
622
+ :param str dashboard_id: Dashboard ID.
623
+ :param str end: End time. When storeType is set to log or metric, end must be set.
624
+ :param str power_sql_mode: Whether to use exclusive SQL. The value is as follows: auto: automatic switching. enable: Starts. disable: disable.
625
+ :param str project: Project Name.
626
+ :param 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.
627
+ :param str region: Region of the target Project.
628
+ :param str role_arn: Roles used to write alarm data to the event Library.
629
+ :param str start: Start time. When storeType is set to log or metric, start must be set.
630
+ :param 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.
631
+ :param str store_type: Query the data source type. The value is as follows: log: Logstore. metric: Time series Library. meta: resource data.
632
+ :param str time_span_type: Time Type.
633
+ :param str ui: Use of specific scene alarm front end.
634
+ """
564
635
  if chart_title is not None:
565
636
  pulumi.set(__self__, "chart_title", chart_title)
566
637
  if dashboard_id is not None:
@@ -591,66 +662,105 @@ class AlertConfigurationQueryList(dict):
591
662
  @property
592
663
  @pulumi.getter(name="chartTitle")
593
664
  def chart_title(self) -> Optional[str]:
665
+ """
666
+ Chart Name.
667
+ """
594
668
  return pulumi.get(self, "chart_title")
595
669
 
596
670
  @property
597
671
  @pulumi.getter(name="dashboardId")
598
672
  def dashboard_id(self) -> Optional[str]:
673
+ """
674
+ Dashboard ID.
675
+ """
599
676
  return pulumi.get(self, "dashboard_id")
600
677
 
601
678
  @property
602
679
  @pulumi.getter
603
680
  def end(self) -> Optional[str]:
681
+ """
682
+ End time. When storeType is set to log or metric, end must be set.
683
+ """
604
684
  return pulumi.get(self, "end")
605
685
 
606
686
  @property
607
687
  @pulumi.getter(name="powerSqlMode")
608
688
  def power_sql_mode(self) -> Optional[str]:
689
+ """
690
+ Whether to use exclusive SQL. The value is as follows: auto: automatic switching. enable: Starts. disable: disable.
691
+ """
609
692
  return pulumi.get(self, "power_sql_mode")
610
693
 
611
694
  @property
612
695
  @pulumi.getter
613
696
  def project(self) -> Optional[str]:
697
+ """
698
+ Project Name.
699
+ """
614
700
  return pulumi.get(self, "project")
615
701
 
616
702
  @property
617
703
  @pulumi.getter
618
704
  def query(self) -> Optional[str]:
705
+ """
706
+ 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.
707
+ """
619
708
  return pulumi.get(self, "query")
620
709
 
621
710
  @property
622
711
  @pulumi.getter
623
712
  def region(self) -> Optional[str]:
713
+ """
714
+ Region of the target Project.
715
+ """
624
716
  return pulumi.get(self, "region")
625
717
 
626
718
  @property
627
719
  @pulumi.getter(name="roleArn")
628
720
  def role_arn(self) -> Optional[str]:
721
+ """
722
+ Roles used to write alarm data to the event Library.
723
+ """
629
724
  return pulumi.get(self, "role_arn")
630
725
 
631
726
  @property
632
727
  @pulumi.getter
633
728
  def start(self) -> Optional[str]:
729
+ """
730
+ Start time. When storeType is set to log or metric, start must be set.
731
+ """
634
732
  return pulumi.get(self, "start")
635
733
 
636
734
  @property
637
735
  @pulumi.getter
638
736
  def store(self) -> Optional[str]:
737
+ """
738
+ 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.
739
+ """
639
740
  return pulumi.get(self, "store")
640
741
 
641
742
  @property
642
743
  @pulumi.getter(name="storeType")
643
744
  def store_type(self) -> Optional[str]:
745
+ """
746
+ Query the data source type. The value is as follows: log: Logstore. metric: Time series Library. meta: resource data.
747
+ """
644
748
  return pulumi.get(self, "store_type")
645
749
 
646
750
  @property
647
751
  @pulumi.getter(name="timeSpanType")
648
752
  def time_span_type(self) -> Optional[str]:
753
+ """
754
+ Time Type.
755
+ """
649
756
  return pulumi.get(self, "time_span_type")
650
757
 
651
758
  @property
652
759
  @pulumi.getter
653
760
  def ui(self) -> Optional[str]:
761
+ """
762
+ Use of specific scene alarm front end.
763
+ """
654
764
  return pulumi.get(self, "ui")
655
765
 
656
766
 
@@ -676,6 +786,10 @@ class AlertConfigurationSeverityConfiguration(dict):
676
786
  def __init__(__self__, *,
677
787
  eval_condition: Optional['outputs.AlertConfigurationSeverityConfigurationEvalCondition'] = None,
678
788
  severity: Optional[int] = None):
789
+ """
790
+ :param 'AlertConfigurationSeverityConfigurationEvalConditionArgs' eval_condition: Trigger condition. See `eval_condition` below.
791
+ :param int severity: Alarm severity.
792
+ """
679
793
  if eval_condition is not None:
680
794
  pulumi.set(__self__, "eval_condition", eval_condition)
681
795
  if severity is not None:
@@ -684,11 +798,17 @@ class AlertConfigurationSeverityConfiguration(dict):
684
798
  @property
685
799
  @pulumi.getter(name="evalCondition")
686
800
  def eval_condition(self) -> Optional['outputs.AlertConfigurationSeverityConfigurationEvalCondition']:
801
+ """
802
+ Trigger condition. See `eval_condition` below.
803
+ """
687
804
  return pulumi.get(self, "eval_condition")
688
805
 
689
806
  @property
690
807
  @pulumi.getter
691
808
  def severity(self) -> Optional[int]:
809
+ """
810
+ Alarm severity.
811
+ """
692
812
  return pulumi.get(self, "severity")
693
813
 
694
814
 
@@ -714,6 +834,10 @@ class AlertConfigurationSeverityConfigurationEvalCondition(dict):
714
834
  def __init__(__self__, *,
715
835
  condition: Optional[str] = None,
716
836
  count_condition: Optional[str] = None):
837
+ """
838
+ :param 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.
839
+ :param 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.
840
+ """
717
841
  if condition is not None:
718
842
  pulumi.set(__self__, "condition", condition)
719
843
  if count_condition is not None:
@@ -722,11 +846,17 @@ class AlertConfigurationSeverityConfigurationEvalCondition(dict):
722
846
  @property
723
847
  @pulumi.getter
724
848
  def condition(self) -> Optional[str]:
849
+ """
850
+ 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.
851
+ """
725
852
  return pulumi.get(self, "condition")
726
853
 
727
854
  @property
728
855
  @pulumi.getter(name="countCondition")
729
856
  def count_condition(self) -> Optional[str]:
857
+ """
858
+ 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.
859
+ """
730
860
  return pulumi.get(self, "count_condition")
731
861
 
732
862
 
@@ -734,12 +864,18 @@ class AlertConfigurationSeverityConfigurationEvalCondition(dict):
734
864
  class AlertConfigurationSinkAlerthub(dict):
735
865
  def __init__(__self__, *,
736
866
  enabled: Optional[bool] = None):
867
+ """
868
+ :param bool enabled: Open.
869
+ """
737
870
  if enabled is not None:
738
871
  pulumi.set(__self__, "enabled", enabled)
739
872
 
740
873
  @property
741
874
  @pulumi.getter
742
875
  def enabled(self) -> Optional[bool]:
876
+ """
877
+ Open.
878
+ """
743
879
  return pulumi.get(self, "enabled")
744
880
 
745
881
 
@@ -747,12 +883,18 @@ class AlertConfigurationSinkAlerthub(dict):
747
883
  class AlertConfigurationSinkCms(dict):
748
884
  def __init__(__self__, *,
749
885
  enabled: Optional[bool] = None):
886
+ """
887
+ :param bool enabled: Open.
888
+ """
750
889
  if enabled is not None:
751
890
  pulumi.set(__self__, "enabled", enabled)
752
891
 
753
892
  @property
754
893
  @pulumi.getter
755
894
  def enabled(self) -> Optional[bool]:
895
+ """
896
+ Open.
897
+ """
756
898
  return pulumi.get(self, "enabled")
757
899
 
758
900
 
@@ -783,6 +925,13 @@ class AlertConfigurationSinkEventStore(dict):
783
925
  event_store: Optional[str] = None,
784
926
  project: Optional[str] = None,
785
927
  role_arn: Optional[str] = None):
928
+ """
929
+ :param bool enabled: Open.
930
+ :param str endpoint: SLS service endpoint.
931
+ :param str event_store: Event Library Name.
932
+ :param str project: Project Name.
933
+ :param str role_arn: Roles used to write alarm data to the event Library.
934
+ """
786
935
  if enabled is not None:
787
936
  pulumi.set(__self__, "enabled", enabled)
788
937
  if endpoint is not None:
@@ -797,26 +946,41 @@ class AlertConfigurationSinkEventStore(dict):
797
946
  @property
798
947
  @pulumi.getter
799
948
  def enabled(self) -> Optional[bool]:
949
+ """
950
+ Open.
951
+ """
800
952
  return pulumi.get(self, "enabled")
801
953
 
802
954
  @property
803
955
  @pulumi.getter
804
956
  def endpoint(self) -> Optional[str]:
957
+ """
958
+ SLS service endpoint.
959
+ """
805
960
  return pulumi.get(self, "endpoint")
806
961
 
807
962
  @property
808
963
  @pulumi.getter(name="eventStore")
809
964
  def event_store(self) -> Optional[str]:
965
+ """
966
+ Event Library Name.
967
+ """
810
968
  return pulumi.get(self, "event_store")
811
969
 
812
970
  @property
813
971
  @pulumi.getter
814
972
  def project(self) -> Optional[str]:
973
+ """
974
+ Project Name.
975
+ """
815
976
  return pulumi.get(self, "project")
816
977
 
817
978
  @property
818
979
  @pulumi.getter(name="roleArn")
819
980
  def role_arn(self) -> Optional[str]:
981
+ """
982
+ Roles used to write alarm data to the event Library.
983
+ """
820
984
  return pulumi.get(self, "role_arn")
821
985
 
822
986
 
@@ -846,6 +1010,13 @@ class AlertConfigurationTemplateConfiguration(dict):
846
1010
  tokens: Optional[Mapping[str, Any]] = None,
847
1011
  type: Optional[str] = None,
848
1012
  version: Optional[str] = None):
1013
+ """
1014
+ :param Mapping[str, Any] annotations: Template Annotations.
1015
+ :param str lang: Template Language.
1016
+ :param str template_id: Template ID.
1017
+ :param Mapping[str, Any] tokens: Template Variables.
1018
+ :param str version: Template Version.
1019
+ """
849
1020
  if annotations is not None:
850
1021
  pulumi.set(__self__, "annotations", annotations)
851
1022
  if lang is not None:
@@ -862,21 +1033,33 @@ class AlertConfigurationTemplateConfiguration(dict):
862
1033
  @property
863
1034
  @pulumi.getter
864
1035
  def annotations(self) -> Optional[Mapping[str, Any]]:
1036
+ """
1037
+ Template Annotations.
1038
+ """
865
1039
  return pulumi.get(self, "annotations")
866
1040
 
867
1041
  @property
868
1042
  @pulumi.getter
869
1043
  def lang(self) -> Optional[str]:
1044
+ """
1045
+ Template Language.
1046
+ """
870
1047
  return pulumi.get(self, "lang")
871
1048
 
872
1049
  @property
873
1050
  @pulumi.getter(name="templateId")
874
1051
  def template_id(self) -> Optional[str]:
1052
+ """
1053
+ Template ID.
1054
+ """
875
1055
  return pulumi.get(self, "template_id")
876
1056
 
877
1057
  @property
878
1058
  @pulumi.getter
879
1059
  def tokens(self) -> Optional[Mapping[str, Any]]:
1060
+ """
1061
+ Template Variables.
1062
+ """
880
1063
  return pulumi.get(self, "tokens")
881
1064
 
882
1065
  @property
@@ -887,6 +1070,9 @@ class AlertConfigurationTemplateConfiguration(dict):
887
1070
  @property
888
1071
  @pulumi.getter
889
1072
  def version(self) -> Optional[str]:
1073
+ """
1074
+ Template Version.
1075
+ """
890
1076
  return pulumi.get(self, "version")
891
1077
 
892
1078
 
@@ -75,6 +75,10 @@ class HoneypotProbeHoneypotBindListArgs:
75
75
  def __init__(__self__, *,
76
76
  bind_port_lists: Optional[pulumi.Input[Sequence[pulumi.Input['HoneypotProbeHoneypotBindListBindPortListArgs']]]] = None,
77
77
  honeypot_id: Optional[pulumi.Input[str]] = None):
78
+ """
79
+ :param pulumi.Input[Sequence[pulumi.Input['HoneypotProbeHoneypotBindListBindPortListArgs']]] bind_port_lists: List of listening ports.See the following `Block BindPortList`.
80
+ :param pulumi.Input[str] honeypot_id: Honeypot ID.
81
+ """
78
82
  if bind_port_lists is not None:
79
83
  pulumi.set(__self__, "bind_port_lists", bind_port_lists)
80
84
  if honeypot_id is not None:
@@ -83,6 +87,9 @@ class HoneypotProbeHoneypotBindListArgs:
83
87
  @property
84
88
  @pulumi.getter(name="bindPortLists")
85
89
  def bind_port_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HoneypotProbeHoneypotBindListBindPortListArgs']]]]:
90
+ """
91
+ List of listening ports.See the following `Block BindPortList`.
92
+ """
86
93
  return pulumi.get(self, "bind_port_lists")
87
94
 
88
95
  @bind_port_lists.setter
@@ -92,6 +99,9 @@ class HoneypotProbeHoneypotBindListArgs:
92
99
  @property
93
100
  @pulumi.getter(name="honeypotId")
94
101
  def honeypot_id(self) -> Optional[pulumi.Input[str]]:
102
+ """
103
+ Honeypot ID.
104
+ """
95
105
  return pulumi.get(self, "honeypot_id")
96
106
 
97
107
  @honeypot_id.setter
@@ -107,6 +117,13 @@ class HoneypotProbeHoneypotBindListBindPortListArgs:
107
117
  fixed: Optional[pulumi.Input[bool]] = None,
108
118
  start_port: Optional[pulumi.Input[int]] = None,
109
119
  target_port: Optional[pulumi.Input[int]] = None):
120
+ """
121
+ :param pulumi.Input[bool] bind_port: Whether to bind the port.
122
+ :param pulumi.Input[int] end_port: End port.
123
+ :param pulumi.Input[bool] fixed: Whether the port is fixed.
124
+ :param pulumi.Input[int] start_port: Start port.
125
+ :param pulumi.Input[int] target_port: Destination port.
126
+ """
110
127
  if bind_port is not None:
111
128
  pulumi.set(__self__, "bind_port", bind_port)
112
129
  if end_port is not None:
@@ -121,6 +138,9 @@ class HoneypotProbeHoneypotBindListBindPortListArgs:
121
138
  @property
122
139
  @pulumi.getter(name="bindPort")
123
140
  def bind_port(self) -> Optional[pulumi.Input[bool]]:
141
+ """
142
+ Whether to bind the port.
143
+ """
124
144
  return pulumi.get(self, "bind_port")
125
145
 
126
146
  @bind_port.setter
@@ -130,6 +150,9 @@ class HoneypotProbeHoneypotBindListBindPortListArgs:
130
150
  @property
131
151
  @pulumi.getter(name="endPort")
132
152
  def end_port(self) -> Optional[pulumi.Input[int]]:
153
+ """
154
+ End port.
155
+ """
133
156
  return pulumi.get(self, "end_port")
134
157
 
135
158
  @end_port.setter
@@ -139,6 +162,9 @@ class HoneypotProbeHoneypotBindListBindPortListArgs:
139
162
  @property
140
163
  @pulumi.getter
141
164
  def fixed(self) -> Optional[pulumi.Input[bool]]:
165
+ """
166
+ Whether the port is fixed.
167
+ """
142
168
  return pulumi.get(self, "fixed")
143
169
 
144
170
  @fixed.setter
@@ -148,6 +174,9 @@ class HoneypotProbeHoneypotBindListBindPortListArgs:
148
174
  @property
149
175
  @pulumi.getter(name="startPort")
150
176
  def start_port(self) -> Optional[pulumi.Input[int]]:
177
+ """
178
+ Start port.
179
+ """
151
180
  return pulumi.get(self, "start_port")
152
181
 
153
182
  @start_port.setter
@@ -157,6 +186,9 @@ class HoneypotProbeHoneypotBindListBindPortListArgs:
157
186
  @property
158
187
  @pulumi.getter(name="targetPort")
159
188
  def target_port(self) -> Optional[pulumi.Input[int]]:
189
+ """
190
+ Destination port.
191
+ """
160
192
  return pulumi.get(self, "target_port")
161
193
 
162
194
  @target_port.setter
@@ -117,6 +117,10 @@ class HoneypotProbeHoneypotBindList(dict):
117
117
  def __init__(__self__, *,
118
118
  bind_port_lists: Optional[Sequence['outputs.HoneypotProbeHoneypotBindListBindPortList']] = None,
119
119
  honeypot_id: Optional[str] = None):
120
+ """
121
+ :param Sequence['HoneypotProbeHoneypotBindListBindPortListArgs'] bind_port_lists: List of listening ports.See the following `Block BindPortList`.
122
+ :param str honeypot_id: Honeypot ID.
123
+ """
120
124
  if bind_port_lists is not None:
121
125
  pulumi.set(__self__, "bind_port_lists", bind_port_lists)
122
126
  if honeypot_id is not None:
@@ -125,11 +129,17 @@ class HoneypotProbeHoneypotBindList(dict):
125
129
  @property
126
130
  @pulumi.getter(name="bindPortLists")
127
131
  def bind_port_lists(self) -> Optional[Sequence['outputs.HoneypotProbeHoneypotBindListBindPortList']]:
132
+ """
133
+ List of listening ports.See the following `Block BindPortList`.
134
+ """
128
135
  return pulumi.get(self, "bind_port_lists")
129
136
 
130
137
  @property
131
138
  @pulumi.getter(name="honeypotId")
132
139
  def honeypot_id(self) -> Optional[str]:
140
+ """
141
+ Honeypot ID.
142
+ """
133
143
  return pulumi.get(self, "honeypot_id")
134
144
 
135
145
 
@@ -164,6 +174,13 @@ class HoneypotProbeHoneypotBindListBindPortList(dict):
164
174
  fixed: Optional[bool] = None,
165
175
  start_port: Optional[int] = None,
166
176
  target_port: Optional[int] = None):
177
+ """
178
+ :param bool bind_port: Whether to bind the port.
179
+ :param int end_port: End port.
180
+ :param bool fixed: Whether the port is fixed.
181
+ :param int start_port: Start port.
182
+ :param int target_port: Destination port.
183
+ """
167
184
  if bind_port is not None:
168
185
  pulumi.set(__self__, "bind_port", bind_port)
169
186
  if end_port is not None:
@@ -178,26 +195,41 @@ class HoneypotProbeHoneypotBindListBindPortList(dict):
178
195
  @property
179
196
  @pulumi.getter(name="bindPort")
180
197
  def bind_port(self) -> Optional[bool]:
198
+ """
199
+ Whether to bind the port.
200
+ """
181
201
  return pulumi.get(self, "bind_port")
182
202
 
183
203
  @property
184
204
  @pulumi.getter(name="endPort")
185
205
  def end_port(self) -> Optional[int]:
206
+ """
207
+ End port.
208
+ """
186
209
  return pulumi.get(self, "end_port")
187
210
 
188
211
  @property
189
212
  @pulumi.getter
190
213
  def fixed(self) -> Optional[bool]:
214
+ """
215
+ Whether the port is fixed.
216
+ """
191
217
  return pulumi.get(self, "fixed")
192
218
 
193
219
  @property
194
220
  @pulumi.getter(name="startPort")
195
221
  def start_port(self) -> Optional[int]:
222
+ """
223
+ Start port.
224
+ """
196
225
  return pulumi.get(self, "start_port")
197
226
 
198
227
  @property
199
228
  @pulumi.getter(name="targetPort")
200
229
  def target_port(self) -> Optional[int]:
230
+ """
231
+ Destination port.
232
+ """
201
233
  return pulumi.get(self, "target_port")
202
234
 
203
235