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
@@ -643,17 +643,27 @@ class FirewallVpcFirewallLocalVpcLocalVpcCidrTableList(dict):
643
643
  def __init__(__self__, *,
644
644
  local_route_entry_lists: Sequence['outputs.FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryList'],
645
645
  local_route_table_id: str):
646
+ """
647
+ :param Sequence['FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryListArgs'] local_route_entry_lists: The list of route entries of the local VPC. See `local_route_entry_list` below.
648
+ :param str local_route_table_id: The ID of the route table of the local VPC.
649
+ """
646
650
  pulumi.set(__self__, "local_route_entry_lists", local_route_entry_lists)
647
651
  pulumi.set(__self__, "local_route_table_id", local_route_table_id)
648
652
 
649
653
  @property
650
654
  @pulumi.getter(name="localRouteEntryLists")
651
655
  def local_route_entry_lists(self) -> Sequence['outputs.FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryList']:
656
+ """
657
+ The list of route entries of the local VPC. See `local_route_entry_list` below.
658
+ """
652
659
  return pulumi.get(self, "local_route_entry_lists")
653
660
 
654
661
  @property
655
662
  @pulumi.getter(name="localRouteTableId")
656
663
  def local_route_table_id(self) -> str:
664
+ """
665
+ The ID of the route table of the local VPC.
666
+ """
657
667
  return pulumi.get(self, "local_route_table_id")
658
668
 
659
669
 
@@ -681,17 +691,27 @@ class FirewallVpcFirewallLocalVpcLocalVpcCidrTableListLocalRouteEntryList(dict):
681
691
  def __init__(__self__, *,
682
692
  local_destination_cidr: str,
683
693
  local_next_hop_instance_id: str):
694
+ """
695
+ :param str local_destination_cidr: The target network segment of the local VPC.
696
+ :param str local_next_hop_instance_id: The ID of the next-hop instance in the local VPC.
697
+ """
684
698
  pulumi.set(__self__, "local_destination_cidr", local_destination_cidr)
685
699
  pulumi.set(__self__, "local_next_hop_instance_id", local_next_hop_instance_id)
686
700
 
687
701
  @property
688
702
  @pulumi.getter(name="localDestinationCidr")
689
703
  def local_destination_cidr(self) -> str:
704
+ """
705
+ The target network segment of the local VPC.
706
+ """
690
707
  return pulumi.get(self, "local_destination_cidr")
691
708
 
692
709
  @property
693
710
  @pulumi.getter(name="localNextHopInstanceId")
694
711
  def local_next_hop_instance_id(self) -> str:
712
+ """
713
+ The ID of the next-hop instance in the local VPC.
714
+ """
695
715
  return pulumi.get(self, "local_next_hop_instance_id")
696
716
 
697
717
 
@@ -836,17 +856,27 @@ class FirewallVpcFirewallPeerVpcPeerVpcCidrTableList(dict):
836
856
  def __init__(__self__, *,
837
857
  peer_route_entry_lists: Sequence['outputs.FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryList'],
838
858
  peer_route_table_id: str):
859
+ """
860
+ :param Sequence['FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryListArgs'] peer_route_entry_lists: Peer VPC route entry list information. See `peer_route_entry_list` below.
861
+ :param str peer_route_table_id: The ID of the route table of the peer VPC.
862
+ """
839
863
  pulumi.set(__self__, "peer_route_entry_lists", peer_route_entry_lists)
840
864
  pulumi.set(__self__, "peer_route_table_id", peer_route_table_id)
841
865
 
842
866
  @property
843
867
  @pulumi.getter(name="peerRouteEntryLists")
844
868
  def peer_route_entry_lists(self) -> Sequence['outputs.FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryList']:
869
+ """
870
+ Peer VPC route entry list information. See `peer_route_entry_list` below.
871
+ """
845
872
  return pulumi.get(self, "peer_route_entry_lists")
846
873
 
847
874
  @property
848
875
  @pulumi.getter(name="peerRouteTableId")
849
876
  def peer_route_table_id(self) -> str:
877
+ """
878
+ The ID of the route table of the peer VPC.
879
+ """
850
880
  return pulumi.get(self, "peer_route_table_id")
851
881
 
852
882
 
@@ -874,17 +904,27 @@ class FirewallVpcFirewallPeerVpcPeerVpcCidrTableListPeerRouteEntryList(dict):
874
904
  def __init__(__self__, *,
875
905
  peer_destination_cidr: str,
876
906
  peer_next_hop_instance_id: str):
907
+ """
908
+ :param str peer_destination_cidr: The target network segment of the peer VPC.
909
+ :param str peer_next_hop_instance_id: The ID of the next-hop instance in the peer VPC.
910
+ """
877
911
  pulumi.set(__self__, "peer_destination_cidr", peer_destination_cidr)
878
912
  pulumi.set(__self__, "peer_next_hop_instance_id", peer_next_hop_instance_id)
879
913
 
880
914
  @property
881
915
  @pulumi.getter(name="peerDestinationCidr")
882
916
  def peer_destination_cidr(self) -> str:
917
+ """
918
+ The target network segment of the peer VPC.
919
+ """
883
920
  return pulumi.get(self, "peer_destination_cidr")
884
921
 
885
922
  @property
886
923
  @pulumi.getter(name="peerNextHopInstanceId")
887
924
  def peer_next_hop_instance_id(self) -> str:
925
+ """
926
+ The ID of the next-hop instance in the peer VPC.
927
+ """
888
928
  return pulumi.get(self, "peer_next_hop_instance_id")
889
929
 
890
930
 
@@ -168,6 +168,12 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs:
168
168
  json_params: Optional[pulumi.Input[str]] = None,
169
169
  level: Optional[pulumi.Input[str]] = None,
170
170
  target_list_id: Optional[pulumi.Input[str]] = None):
171
+ """
172
+ :param pulumi.Input[str] arn: The Alibaba Cloud Resource Name (ARN) of the resource.
173
+ :param pulumi.Input[str] json_params: The parameters of the alert callback. Specify the parameters in the JSON format.
174
+ :param pulumi.Input[str] level: The alert level. Valid values: `CRITICAL`, `WARN`, `INFO`.
175
+ :param pulumi.Input[str] target_list_id: The ID of the resource for which alerts are triggered.
176
+ """
171
177
  if arn is not None:
172
178
  pulumi.set(__self__, "arn", arn)
173
179
  if json_params is not None:
@@ -180,6 +186,9 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs:
180
186
  @property
181
187
  @pulumi.getter
182
188
  def arn(self) -> Optional[pulumi.Input[str]]:
189
+ """
190
+ The Alibaba Cloud Resource Name (ARN) of the resource.
191
+ """
183
192
  return pulumi.get(self, "arn")
184
193
 
185
194
  @arn.setter
@@ -189,6 +198,9 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs:
189
198
  @property
190
199
  @pulumi.getter(name="jsonParams")
191
200
  def json_params(self) -> Optional[pulumi.Input[str]]:
201
+ """
202
+ The parameters of the alert callback. Specify the parameters in the JSON format.
203
+ """
192
204
  return pulumi.get(self, "json_params")
193
205
 
194
206
  @json_params.setter
@@ -198,6 +210,9 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs:
198
210
  @property
199
211
  @pulumi.getter
200
212
  def level(self) -> Optional[pulumi.Input[str]]:
213
+ """
214
+ The alert level. Valid values: `CRITICAL`, `WARN`, `INFO`.
215
+ """
201
216
  return pulumi.get(self, "level")
202
217
 
203
218
  @level.setter
@@ -207,6 +222,9 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs:
207
222
  @property
208
223
  @pulumi.getter(name="targetListId")
209
224
  def target_list_id(self) -> Optional[pulumi.Input[str]]:
225
+ """
226
+ The ID of the resource for which alerts are triggered.
227
+ """
210
228
  return pulumi.get(self, "target_list_id")
211
229
 
212
230
  @target_list_id.setter
@@ -178,6 +178,12 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetList(dict):
178
178
  json_params: Optional[str] = None,
179
179
  level: Optional[str] = None,
180
180
  target_list_id: Optional[str] = None):
181
+ """
182
+ :param str arn: The Alibaba Cloud Resource Name (ARN) of the resource.
183
+ :param str json_params: The parameters of the alert callback. Specify the parameters in the JSON format.
184
+ :param str level: The alert level. Valid values: `CRITICAL`, `WARN`, `INFO`.
185
+ :param str target_list_id: The ID of the resource for which alerts are triggered.
186
+ """
181
187
  if arn is not None:
182
188
  pulumi.set(__self__, "arn", arn)
183
189
  if json_params is not None:
@@ -190,21 +196,33 @@ class ServiceGroupMonitoringAgentProcessAlertConfigTargetList(dict):
190
196
  @property
191
197
  @pulumi.getter
192
198
  def arn(self) -> Optional[str]:
199
+ """
200
+ The Alibaba Cloud Resource Name (ARN) of the resource.
201
+ """
193
202
  return pulumi.get(self, "arn")
194
203
 
195
204
  @property
196
205
  @pulumi.getter(name="jsonParams")
197
206
  def json_params(self) -> Optional[str]:
207
+ """
208
+ The parameters of the alert callback. Specify the parameters in the JSON format.
209
+ """
198
210
  return pulumi.get(self, "json_params")
199
211
 
200
212
  @property
201
213
  @pulumi.getter
202
214
  def level(self) -> Optional[str]:
215
+ """
216
+ The alert level. Valid values: `CRITICAL`, `WARN`, `INFO`.
217
+ """
203
218
  return pulumi.get(self, "level")
204
219
 
205
220
  @property
206
221
  @pulumi.getter(name="targetListId")
207
222
  def target_list_id(self) -> Optional[str]:
223
+ """
224
+ The ID of the resource for which alerts are triggered.
225
+ """
208
226
  return pulumi.get(self, "target_list_id")
209
227
 
210
228