pulumi-alicloud 3.59.0a1720785756__py3-none-any.whl → 3.59.1__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 (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.1.dist-info}/METADATA +1 -1
  121. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +123 -123
  122. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
  123. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
@@ -141,17 +141,27 @@ class NetworkAclAttachmentResource(dict):
141
141
  def __init__(__self__, *,
142
142
  resource_id: str,
143
143
  resource_type: str):
144
+ """
145
+ :param str resource_id: The resource id that the network acl will associate with.
146
+ :param str resource_type: The resource id that the network acl will associate with. Only support `VSwitch` now.
147
+ """
144
148
  pulumi.set(__self__, "resource_id", resource_id)
145
149
  pulumi.set(__self__, "resource_type", resource_type)
146
150
 
147
151
  @property
148
152
  @pulumi.getter(name="resourceId")
149
153
  def resource_id(self) -> str:
154
+ """
155
+ The resource id that the network acl will associate with.
156
+ """
150
157
  return pulumi.get(self, "resource_id")
151
158
 
152
159
  @property
153
160
  @pulumi.getter(name="resourceType")
154
161
  def resource_type(self) -> str:
162
+ """
163
+ The resource id that the network acl will associate with. Only support `VSwitch` now.
164
+ """
155
165
  return pulumi.get(self, "resource_type")
156
166
 
157
167
 
@@ -324,6 +334,9 @@ class NetworkAclEntriesEgress(dict):
324
334
  policy: Optional[str] = None,
325
335
  port: Optional[str] = None,
326
336
  protocol: Optional[str] = None):
337
+ """
338
+ :param str destination_cidr_ip: The destination ip of the egress entry.
339
+ """
327
340
  if description is not None:
328
341
  pulumi.set(__self__, "description", description)
329
342
  if destination_cidr_ip is not None:
@@ -347,6 +360,9 @@ class NetworkAclEntriesEgress(dict):
347
360
  @property
348
361
  @pulumi.getter(name="destinationCidrIp")
349
362
  def destination_cidr_ip(self) -> Optional[str]:
363
+ """
364
+ The destination ip of the egress entry.
365
+ """
350
366
  return pulumi.get(self, "destination_cidr_ip")
351
367
 
352
368
  @property
@@ -404,6 +420,9 @@ class NetworkAclEntriesIngress(dict):
404
420
  port: Optional[str] = None,
405
421
  protocol: Optional[str] = None,
406
422
  source_cidr_ip: Optional[str] = None):
423
+ """
424
+ :param str source_cidr_ip: The source ip of the ingress entry.
425
+ """
407
426
  if description is not None:
408
427
  pulumi.set(__self__, "description", description)
409
428
  if entry_type is not None:
@@ -452,6 +471,9 @@ class NetworkAclEntriesIngress(dict):
452
471
  @property
453
472
  @pulumi.getter(name="sourceCidrIp")
454
473
  def source_cidr_ip(self) -> Optional[str]:
474
+ """
475
+ The source ip of the ingress entry.
476
+ """
455
477
  return pulumi.get(self, "source_cidr_ip")
456
478
 
457
479
 
@@ -680,13 +702,16 @@ class NetworkIpv6CidrBlock(dict):
680
702
  ipv6_cidr_block: Optional[str] = None,
681
703
  ipv6_isp: Optional[str] = None):
682
704
  """
683
- :param str ipv6_cidr_block: The IPv6 CIDR block of the VPC.
705
+ :param str ipv6_cidr_block: The IPv6 CIDR block of the default VPC.
706
+
707
+ > **NOTE:** When `EnableIpv6` is set to `true`, this parameter is required.
684
708
  :param str ipv6_isp: The IPv6 address segment type of the VPC. Value:
685
- - **BGP** (default): Alibaba Cloud BGP IPv6.
686
- - **ChinaMobile**: China Mobile (single line).
687
- - **ChinaUnicom**: China Unicom (single line).
688
- - **ChinaTelecom**: China Telecom (single line).
689
- > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to **ChinaTelecom** (China Telecom), **ChinaUnicom** (China Unicom), or **ChinaMobile** (China Mobile).
709
+ - `BGP` (default): Alibaba Cloud BGP IPv6.
710
+ - `ChinaMobile`: China Mobile (single line).
711
+ - `ChinaUnicom`: China Unicom (single line).
712
+ - `ChinaTelecom`: China Telecom (single line).
713
+
714
+ > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to `ChinaTelecom` (China Telecom), `ChinaUnicom` (China Unicom), or `ChinaMobile` (China Mobile).
690
715
  """
691
716
  if ipv6_cidr_block is not None:
692
717
  pulumi.set(__self__, "ipv6_cidr_block", ipv6_cidr_block)
@@ -697,7 +722,9 @@ class NetworkIpv6CidrBlock(dict):
697
722
  @pulumi.getter(name="ipv6CidrBlock")
698
723
  def ipv6_cidr_block(self) -> Optional[str]:
699
724
  """
700
- The IPv6 CIDR block of the VPC.
725
+ The IPv6 CIDR block of the default VPC.
726
+
727
+ > **NOTE:** When `EnableIpv6` is set to `true`, this parameter is required.
701
728
  """
702
729
  return pulumi.get(self, "ipv6_cidr_block")
703
730
 
@@ -706,11 +733,12 @@ class NetworkIpv6CidrBlock(dict):
706
733
  def ipv6_isp(self) -> Optional[str]:
707
734
  """
708
735
  The IPv6 address segment type of the VPC. Value:
709
- - **BGP** (default): Alibaba Cloud BGP IPv6.
710
- - **ChinaMobile**: China Mobile (single line).
711
- - **ChinaUnicom**: China Unicom (single line).
712
- - **ChinaTelecom**: China Telecom (single line).
713
- > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to **ChinaTelecom** (China Telecom), **ChinaUnicom** (China Unicom), or **ChinaMobile** (China Mobile).
736
+ - `BGP` (default): Alibaba Cloud BGP IPv6.
737
+ - `ChinaMobile`: China Mobile (single line).
738
+ - `ChinaUnicom`: China Unicom (single line).
739
+ - `ChinaTelecom`: China Telecom (single line).
740
+
741
+ > **NOTE:** If a single-line bandwidth whitelist is enabled, this field can be set to `ChinaTelecom` (China Telecom), `ChinaUnicom` (China Unicom), or `ChinaMobile` (China Mobile).
714
742
  """
715
743
  return pulumi.get(self, "ipv6_isp")
716
744
 
@@ -720,6 +748,10 @@ class PrefixListEntry(dict):
720
748
  def __init__(__self__, *,
721
749
  cidr: Optional[str] = None,
722
750
  description: Optional[str] = None):
751
+ """
752
+ :param str cidr: The CIDR address block of the prefix list.
753
+ :param str description: The description of the cidr entry. It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with `http://` or `https://`.
754
+ """
723
755
  if cidr is not None:
724
756
  pulumi.set(__self__, "cidr", cidr)
725
757
  if description is not None:
@@ -728,11 +760,17 @@ class PrefixListEntry(dict):
728
760
  @property
729
761
  @pulumi.getter
730
762
  def cidr(self) -> Optional[str]:
763
+ """
764
+ The CIDR address block of the prefix list.
765
+ """
731
766
  return pulumi.get(self, "cidr")
732
767
 
733
768
  @property
734
769
  @pulumi.getter
735
770
  def description(self) -> Optional[str]:
771
+ """
772
+ The description of the cidr entry. It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with `http://` or `https://`.
773
+ """
736
774
  return pulumi.get(self, "description")
737
775
 
738
776
 
@@ -14,19 +14,27 @@ __all__ = ['PublicIpAddressPoolArgs', 'PublicIpAddressPool']
14
14
  @pulumi.input_type
15
15
  class PublicIpAddressPoolArgs:
16
16
  def __init__(__self__, *,
17
+ biz_type: Optional[pulumi.Input[str]] = None,
17
18
  description: Optional[pulumi.Input[str]] = None,
18
19
  isp: Optional[pulumi.Input[str]] = None,
19
20
  public_ip_address_pool_name: Optional[pulumi.Input[str]] = None,
20
21
  resource_group_id: Optional[pulumi.Input[str]] = None,
22
+ security_protection_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
21
23
  tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
22
24
  """
23
25
  The set of arguments for constructing a PublicIpAddressPool resource.
26
+ :param pulumi.Input[str] biz_type: The name of the VPC Public IP address pool.
24
27
  :param pulumi.Input[str] description: Description.
25
28
  :param pulumi.Input[str] isp: The Internet service provider. Valid values: `BGP`, `BGP_PRO`, `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`. Default Value: `BGP`.
26
29
  :param pulumi.Input[str] public_ip_address_pool_name: The name of the VPC Public IP address pool.
27
30
  :param pulumi.Input[str] resource_group_id: The resource group ID of the VPC Public IP address pool.
31
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: Security protection level.
32
+ - If the configuration is empty, the default value is DDoS protection (Basic edition).
33
+ - `AntiDDoS_Enhanced` indicates DDoS protection (enhanced version).
28
34
  :param pulumi.Input[Mapping[str, Any]] tags: The tags of PrefixList.
29
35
  """
36
+ if biz_type is not None:
37
+ pulumi.set(__self__, "biz_type", biz_type)
30
38
  if description is not None:
31
39
  pulumi.set(__self__, "description", description)
32
40
  if isp is not None:
@@ -35,9 +43,23 @@ class PublicIpAddressPoolArgs:
35
43
  pulumi.set(__self__, "public_ip_address_pool_name", public_ip_address_pool_name)
36
44
  if resource_group_id is not None:
37
45
  pulumi.set(__self__, "resource_group_id", resource_group_id)
46
+ if security_protection_types is not None:
47
+ pulumi.set(__self__, "security_protection_types", security_protection_types)
38
48
  if tags is not None:
39
49
  pulumi.set(__self__, "tags", tags)
40
50
 
51
+ @property
52
+ @pulumi.getter(name="bizType")
53
+ def biz_type(self) -> Optional[pulumi.Input[str]]:
54
+ """
55
+ The name of the VPC Public IP address pool.
56
+ """
57
+ return pulumi.get(self, "biz_type")
58
+
59
+ @biz_type.setter
60
+ def biz_type(self, value: Optional[pulumi.Input[str]]):
61
+ pulumi.set(self, "biz_type", value)
62
+
41
63
  @property
42
64
  @pulumi.getter
43
65
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -86,6 +108,20 @@ class PublicIpAddressPoolArgs:
86
108
  def resource_group_id(self, value: Optional[pulumi.Input[str]]):
87
109
  pulumi.set(self, "resource_group_id", value)
88
110
 
111
+ @property
112
+ @pulumi.getter(name="securityProtectionTypes")
113
+ def security_protection_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
114
+ """
115
+ Security protection level.
116
+ - If the configuration is empty, the default value is DDoS protection (Basic edition).
117
+ - `AntiDDoS_Enhanced` indicates DDoS protection (enhanced version).
118
+ """
119
+ return pulumi.get(self, "security_protection_types")
120
+
121
+ @security_protection_types.setter
122
+ def security_protection_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
123
+ pulumi.set(self, "security_protection_types", value)
124
+
89
125
  @property
90
126
  @pulumi.getter
91
127
  def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
@@ -102,6 +138,7 @@ class PublicIpAddressPoolArgs:
102
138
  @pulumi.input_type
103
139
  class _PublicIpAddressPoolState:
104
140
  def __init__(__self__, *,
141
+ biz_type: Optional[pulumi.Input[str]] = None,
105
142
  create_time: Optional[pulumi.Input[str]] = None,
106
143
  description: Optional[pulumi.Input[str]] = None,
107
144
  ip_address_remaining: Optional[pulumi.Input[bool]] = None,
@@ -109,23 +146,30 @@ class _PublicIpAddressPoolState:
109
146
  public_ip_address_pool_id: Optional[pulumi.Input[str]] = None,
110
147
  public_ip_address_pool_name: Optional[pulumi.Input[str]] = None,
111
148
  resource_group_id: Optional[pulumi.Input[str]] = None,
149
+ security_protection_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
112
150
  status: Optional[pulumi.Input[str]] = None,
113
151
  tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
114
152
  total_ip_num: Optional[pulumi.Input[int]] = None,
115
153
  used_ip_num: Optional[pulumi.Input[int]] = None):
116
154
  """
117
155
  Input properties used for looking up and filtering PublicIpAddressPool resources.
118
- :param pulumi.Input[str] create_time: The creation time of the resource.
156
+ :param pulumi.Input[str] biz_type: The name of the VPC Public IP address pool.
157
+ :param pulumi.Input[str] create_time: The creation time of the resource
119
158
  :param pulumi.Input[str] description: Description.
120
159
  :param pulumi.Input[bool] ip_address_remaining: Whether there is a free IP address.
121
160
  :param pulumi.Input[str] isp: The Internet service provider. Valid values: `BGP`, `BGP_PRO`, `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`. Default Value: `BGP`.
122
161
  :param pulumi.Input[str] public_ip_address_pool_name: The name of the VPC Public IP address pool.
123
162
  :param pulumi.Input[str] resource_group_id: The resource group ID of the VPC Public IP address pool.
163
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: Security protection level.
164
+ - If the configuration is empty, the default value is DDoS protection (Basic edition).
165
+ - `AntiDDoS_Enhanced` indicates DDoS protection (enhanced version).
124
166
  :param pulumi.Input[str] status: The status of the VPC Public IP address pool.
125
167
  :param pulumi.Input[Mapping[str, Any]] tags: The tags of PrefixList.
126
168
  :param pulumi.Input[int] total_ip_num: The total number of public IP address pools.
127
169
  :param pulumi.Input[int] used_ip_num: The number of used IP addresses in the public IP address pool.
128
170
  """
171
+ if biz_type is not None:
172
+ pulumi.set(__self__, "biz_type", biz_type)
129
173
  if create_time is not None:
130
174
  pulumi.set(__self__, "create_time", create_time)
131
175
  if description is not None:
@@ -140,6 +184,8 @@ class _PublicIpAddressPoolState:
140
184
  pulumi.set(__self__, "public_ip_address_pool_name", public_ip_address_pool_name)
141
185
  if resource_group_id is not None:
142
186
  pulumi.set(__self__, "resource_group_id", resource_group_id)
187
+ if security_protection_types is not None:
188
+ pulumi.set(__self__, "security_protection_types", security_protection_types)
143
189
  if status is not None:
144
190
  pulumi.set(__self__, "status", status)
145
191
  if tags is not None:
@@ -149,11 +195,23 @@ class _PublicIpAddressPoolState:
149
195
  if used_ip_num is not None:
150
196
  pulumi.set(__self__, "used_ip_num", used_ip_num)
151
197
 
198
+ @property
199
+ @pulumi.getter(name="bizType")
200
+ def biz_type(self) -> Optional[pulumi.Input[str]]:
201
+ """
202
+ The name of the VPC Public IP address pool.
203
+ """
204
+ return pulumi.get(self, "biz_type")
205
+
206
+ @biz_type.setter
207
+ def biz_type(self, value: Optional[pulumi.Input[str]]):
208
+ pulumi.set(self, "biz_type", value)
209
+
152
210
  @property
153
211
  @pulumi.getter(name="createTime")
154
212
  def create_time(self) -> Optional[pulumi.Input[str]]:
155
213
  """
156
- The creation time of the resource.
214
+ The creation time of the resource
157
215
  """
158
216
  return pulumi.get(self, "create_time")
159
217
 
@@ -230,6 +288,20 @@ class _PublicIpAddressPoolState:
230
288
  def resource_group_id(self, value: Optional[pulumi.Input[str]]):
231
289
  pulumi.set(self, "resource_group_id", value)
232
290
 
291
+ @property
292
+ @pulumi.getter(name="securityProtectionTypes")
293
+ def security_protection_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
294
+ """
295
+ Security protection level.
296
+ - If the configuration is empty, the default value is DDoS protection (Basic edition).
297
+ - `AntiDDoS_Enhanced` indicates DDoS protection (enhanced version).
298
+ """
299
+ return pulumi.get(self, "security_protection_types")
300
+
301
+ @security_protection_types.setter
302
+ def security_protection_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
303
+ pulumi.set(self, "security_protection_types", value)
304
+
233
305
  @property
234
306
  @pulumi.getter
235
307
  def status(self) -> Optional[pulumi.Input[str]]:
@@ -284,16 +356,18 @@ class PublicIpAddressPool(pulumi.CustomResource):
284
356
  def __init__(__self__,
285
357
  resource_name: str,
286
358
  opts: Optional[pulumi.ResourceOptions] = None,
359
+ biz_type: Optional[pulumi.Input[str]] = None,
287
360
  description: Optional[pulumi.Input[str]] = None,
288
361
  isp: Optional[pulumi.Input[str]] = None,
289
362
  public_ip_address_pool_name: Optional[pulumi.Input[str]] = None,
290
363
  resource_group_id: Optional[pulumi.Input[str]] = None,
364
+ security_protection_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
291
365
  tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
292
366
  __props__=None):
293
367
  """
294
- Provides a Vpc Public Ip Address Pool resource.
368
+ Provides a VPC Public Ip Address Pool resource.
295
369
 
296
- For information about Vpc Public Ip Address Pool and how to use it, see [What is Public Ip Address Pool](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createpublicipaddresspool).
370
+ For information about VPC Public Ip Address Pool and how to use it, see [What is Public Ip Address Pool](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createpublicipaddresspool).
297
371
 
298
372
  > **NOTE:** Available since v1.186.0.
299
373
 
@@ -319,7 +393,7 @@ class PublicIpAddressPool(pulumi.CustomResource):
319
393
 
320
394
  ## Import
321
395
 
322
- Vpc Public Ip Address Pool can be imported using the id, e.g.
396
+ VPC Public Ip Address Pool can be imported using the id, e.g.
323
397
 
324
398
  ```sh
325
399
  $ pulumi import alicloud:vpc/publicIpAddressPool:PublicIpAddressPool example <id>
@@ -327,10 +401,14 @@ class PublicIpAddressPool(pulumi.CustomResource):
327
401
 
328
402
  :param str resource_name: The name of the resource.
329
403
  :param pulumi.ResourceOptions opts: Options for the resource.
404
+ :param pulumi.Input[str] biz_type: The name of the VPC Public IP address pool.
330
405
  :param pulumi.Input[str] description: Description.
331
406
  :param pulumi.Input[str] isp: The Internet service provider. Valid values: `BGP`, `BGP_PRO`, `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`. Default Value: `BGP`.
332
407
  :param pulumi.Input[str] public_ip_address_pool_name: The name of the VPC Public IP address pool.
333
408
  :param pulumi.Input[str] resource_group_id: The resource group ID of the VPC Public IP address pool.
409
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: Security protection level.
410
+ - If the configuration is empty, the default value is DDoS protection (Basic edition).
411
+ - `AntiDDoS_Enhanced` indicates DDoS protection (enhanced version).
334
412
  :param pulumi.Input[Mapping[str, Any]] tags: The tags of PrefixList.
335
413
  """
336
414
  ...
@@ -340,9 +418,9 @@ class PublicIpAddressPool(pulumi.CustomResource):
340
418
  args: Optional[PublicIpAddressPoolArgs] = None,
341
419
  opts: Optional[pulumi.ResourceOptions] = None):
342
420
  """
343
- Provides a Vpc Public Ip Address Pool resource.
421
+ Provides a VPC Public Ip Address Pool resource.
344
422
 
345
- For information about Vpc Public Ip Address Pool and how to use it, see [What is Public Ip Address Pool](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createpublicipaddresspool).
423
+ For information about VPC Public Ip Address Pool and how to use it, see [What is Public Ip Address Pool](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createpublicipaddresspool).
346
424
 
347
425
  > **NOTE:** Available since v1.186.0.
348
426
 
@@ -368,7 +446,7 @@ class PublicIpAddressPool(pulumi.CustomResource):
368
446
 
369
447
  ## Import
370
448
 
371
- Vpc Public Ip Address Pool can be imported using the id, e.g.
449
+ VPC Public Ip Address Pool can be imported using the id, e.g.
372
450
 
373
451
  ```sh
374
452
  $ pulumi import alicloud:vpc/publicIpAddressPool:PublicIpAddressPool example <id>
@@ -389,10 +467,12 @@ class PublicIpAddressPool(pulumi.CustomResource):
389
467
  def _internal_init(__self__,
390
468
  resource_name: str,
391
469
  opts: Optional[pulumi.ResourceOptions] = None,
470
+ biz_type: Optional[pulumi.Input[str]] = None,
392
471
  description: Optional[pulumi.Input[str]] = None,
393
472
  isp: Optional[pulumi.Input[str]] = None,
394
473
  public_ip_address_pool_name: Optional[pulumi.Input[str]] = None,
395
474
  resource_group_id: Optional[pulumi.Input[str]] = None,
475
+ security_protection_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
396
476
  tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
397
477
  __props__=None):
398
478
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -403,10 +483,12 @@ class PublicIpAddressPool(pulumi.CustomResource):
403
483
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
404
484
  __props__ = PublicIpAddressPoolArgs.__new__(PublicIpAddressPoolArgs)
405
485
 
486
+ __props__.__dict__["biz_type"] = biz_type
406
487
  __props__.__dict__["description"] = description
407
488
  __props__.__dict__["isp"] = isp
408
489
  __props__.__dict__["public_ip_address_pool_name"] = public_ip_address_pool_name
409
490
  __props__.__dict__["resource_group_id"] = resource_group_id
491
+ __props__.__dict__["security_protection_types"] = security_protection_types
410
492
  __props__.__dict__["tags"] = tags
411
493
  __props__.__dict__["create_time"] = None
412
494
  __props__.__dict__["ip_address_remaining"] = None
@@ -424,6 +506,7 @@ class PublicIpAddressPool(pulumi.CustomResource):
424
506
  def get(resource_name: str,
425
507
  id: pulumi.Input[str],
426
508
  opts: Optional[pulumi.ResourceOptions] = None,
509
+ biz_type: Optional[pulumi.Input[str]] = None,
427
510
  create_time: Optional[pulumi.Input[str]] = None,
428
511
  description: Optional[pulumi.Input[str]] = None,
429
512
  ip_address_remaining: Optional[pulumi.Input[bool]] = None,
@@ -431,6 +514,7 @@ class PublicIpAddressPool(pulumi.CustomResource):
431
514
  public_ip_address_pool_id: Optional[pulumi.Input[str]] = None,
432
515
  public_ip_address_pool_name: Optional[pulumi.Input[str]] = None,
433
516
  resource_group_id: Optional[pulumi.Input[str]] = None,
517
+ security_protection_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
434
518
  status: Optional[pulumi.Input[str]] = None,
435
519
  tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
436
520
  total_ip_num: Optional[pulumi.Input[int]] = None,
@@ -442,12 +526,16 @@ class PublicIpAddressPool(pulumi.CustomResource):
442
526
  :param str resource_name: The unique name of the resulting resource.
443
527
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
444
528
  :param pulumi.ResourceOptions opts: Options for the resource.
445
- :param pulumi.Input[str] create_time: The creation time of the resource.
529
+ :param pulumi.Input[str] biz_type: The name of the VPC Public IP address pool.
530
+ :param pulumi.Input[str] create_time: The creation time of the resource
446
531
  :param pulumi.Input[str] description: Description.
447
532
  :param pulumi.Input[bool] ip_address_remaining: Whether there is a free IP address.
448
533
  :param pulumi.Input[str] isp: The Internet service provider. Valid values: `BGP`, `BGP_PRO`, `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`. Default Value: `BGP`.
449
534
  :param pulumi.Input[str] public_ip_address_pool_name: The name of the VPC Public IP address pool.
450
535
  :param pulumi.Input[str] resource_group_id: The resource group ID of the VPC Public IP address pool.
536
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: Security protection level.
537
+ - If the configuration is empty, the default value is DDoS protection (Basic edition).
538
+ - `AntiDDoS_Enhanced` indicates DDoS protection (enhanced version).
451
539
  :param pulumi.Input[str] status: The status of the VPC Public IP address pool.
452
540
  :param pulumi.Input[Mapping[str, Any]] tags: The tags of PrefixList.
453
541
  :param pulumi.Input[int] total_ip_num: The total number of public IP address pools.
@@ -457,6 +545,7 @@ class PublicIpAddressPool(pulumi.CustomResource):
457
545
 
458
546
  __props__ = _PublicIpAddressPoolState.__new__(_PublicIpAddressPoolState)
459
547
 
548
+ __props__.__dict__["biz_type"] = biz_type
460
549
  __props__.__dict__["create_time"] = create_time
461
550
  __props__.__dict__["description"] = description
462
551
  __props__.__dict__["ip_address_remaining"] = ip_address_remaining
@@ -464,17 +553,26 @@ class PublicIpAddressPool(pulumi.CustomResource):
464
553
  __props__.__dict__["public_ip_address_pool_id"] = public_ip_address_pool_id
465
554
  __props__.__dict__["public_ip_address_pool_name"] = public_ip_address_pool_name
466
555
  __props__.__dict__["resource_group_id"] = resource_group_id
556
+ __props__.__dict__["security_protection_types"] = security_protection_types
467
557
  __props__.__dict__["status"] = status
468
558
  __props__.__dict__["tags"] = tags
469
559
  __props__.__dict__["total_ip_num"] = total_ip_num
470
560
  __props__.__dict__["used_ip_num"] = used_ip_num
471
561
  return PublicIpAddressPool(resource_name, opts=opts, __props__=__props__)
472
562
 
563
+ @property
564
+ @pulumi.getter(name="bizType")
565
+ def biz_type(self) -> pulumi.Output[str]:
566
+ """
567
+ The name of the VPC Public IP address pool.
568
+ """
569
+ return pulumi.get(self, "biz_type")
570
+
473
571
  @property
474
572
  @pulumi.getter(name="createTime")
475
573
  def create_time(self) -> pulumi.Output[str]:
476
574
  """
477
- The creation time of the resource.
575
+ The creation time of the resource
478
576
  """
479
577
  return pulumi.get(self, "create_time")
480
578
 
@@ -523,6 +621,16 @@ class PublicIpAddressPool(pulumi.CustomResource):
523
621
  """
524
622
  return pulumi.get(self, "resource_group_id")
525
623
 
624
+ @property
625
+ @pulumi.getter(name="securityProtectionTypes")
626
+ def security_protection_types(self) -> pulumi.Output[Optional[Sequence[str]]]:
627
+ """
628
+ Security protection level.
629
+ - If the configuration is empty, the default value is DDoS protection (Basic edition).
630
+ - `AntiDDoS_Enhanced` indicates DDoS protection (enhanced version).
631
+ """
632
+ return pulumi.get(self, "security_protection_types")
633
+
526
634
  @property
527
635
  @pulumi.getter
528
636
  def status(self) -> pulumi.Output[str]:
@@ -724,6 +724,10 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfigArgs:
724
724
  local_id: Optional[pulumi.Input[str]] = None,
725
725
  psk: Optional[pulumi.Input[str]] = None,
726
726
  remote_id: Optional[pulumi.Input[str]] = None):
727
+ """
728
+ :param pulumi.Input[str] local_id: The local Id.
729
+ :param pulumi.Input[str] remote_id: Remote ID.
730
+ """
727
731
  if ike_auth_alg is not None:
728
732
  pulumi.set(__self__, "ike_auth_alg", ike_auth_alg)
729
733
  if ike_enc_alg is not None:
@@ -800,6 +804,9 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfigArgs:
800
804
  @property
801
805
  @pulumi.getter(name="localId")
802
806
  def local_id(self) -> Optional[pulumi.Input[str]]:
807
+ """
808
+ The local Id.
809
+ """
803
810
  return pulumi.get(self, "local_id")
804
811
 
805
812
  @local_id.setter
@@ -818,6 +825,9 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfigArgs:
818
825
  @property
819
826
  @pulumi.getter(name="remoteId")
820
827
  def remote_id(self) -> Optional[pulumi.Input[str]]:
828
+ """
829
+ Remote ID.
830
+ """
821
831
  return pulumi.get(self, "remote_id")
822
832
 
823
833
  @remote_id.setter
@@ -745,6 +745,10 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfig(dict):
745
745
  local_id: Optional[str] = None,
746
746
  psk: Optional[str] = None,
747
747
  remote_id: Optional[str] = None):
748
+ """
749
+ :param str local_id: The local Id.
750
+ :param str remote_id: Remote ID.
751
+ """
748
752
  if ike_auth_alg is not None:
749
753
  pulumi.set(__self__, "ike_auth_alg", ike_auth_alg)
750
754
  if ike_enc_alg is not None:
@@ -797,6 +801,9 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfig(dict):
797
801
  @property
798
802
  @pulumi.getter(name="localId")
799
803
  def local_id(self) -> Optional[str]:
804
+ """
805
+ The local Id.
806
+ """
800
807
  return pulumi.get(self, "local_id")
801
808
 
802
809
  @property
@@ -807,6 +814,9 @@ class ConnectionTunnelOptionsSpecificationTunnelIkeConfig(dict):
807
814
  @property
808
815
  @pulumi.getter(name="remoteId")
809
816
  def remote_id(self) -> Optional[str]:
817
+ """
818
+ Remote ID.
819
+ """
810
820
  return pulumi.get(self, "remote_id")
811
821
 
812
822
 
@@ -2543,6 +2553,7 @@ class GetGatewayVpnAttachmentsAttachmentResult(dict):
2543
2553
  :param Sequence['GetGatewayVpnAttachmentsAttachmentHealthCheckConfigArgs'] health_check_configs: The health check configurations.
2544
2554
  :param str id: The ID of the Vpn Attachment.
2545
2555
  :param Sequence['GetGatewayVpnAttachmentsAttachmentIkeConfigArgs'] ike_configs: Configuration negotiated in the second stage.
2556
+ :param str internet_ip: The internet ip of the resource. The cen.TransitRouterVpnAttachment resource will not have a value until after it is created.
2546
2557
  :param Sequence['GetGatewayVpnAttachmentsAttachmentIpsecConfigArgs'] ipsec_configs: The configuration of Phase 2 negotiations.
2547
2558
  :param str local_subnet: The CIDR block of the virtual private cloud (VPC).
2548
2559
  :param str network_type: The network type.
@@ -2635,6 +2646,9 @@ class GetGatewayVpnAttachmentsAttachmentResult(dict):
2635
2646
  @property
2636
2647
  @pulumi.getter(name="internetIp")
2637
2648
  def internet_ip(self) -> str:
2649
+ """
2650
+ The internet ip of the resource. The cen.TransitRouterVpnAttachment resource will not have a value until after it is created.
2651
+ """
2638
2652
  return pulumi.get(self, "internet_ip")
2639
2653
 
2640
2654
  @property
@@ -529,6 +529,10 @@ class DomainRedirectRequestHeaderArgs:
529
529
  def __init__(__self__, *,
530
530
  key: Optional[pulumi.Input[str]] = None,
531
531
  value: Optional[pulumi.Input[str]] = None):
532
+ """
533
+ :param pulumi.Input[str] key: The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
534
+ :param pulumi.Input[str] value: The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
535
+ """
532
536
  if key is not None:
533
537
  pulumi.set(__self__, "key", key)
534
538
  if value is not None:
@@ -537,6 +541,9 @@ class DomainRedirectRequestHeaderArgs:
537
541
  @property
538
542
  @pulumi.getter
539
543
  def key(self) -> Optional[pulumi.Input[str]]:
544
+ """
545
+ The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
546
+ """
540
547
  return pulumi.get(self, "key")
541
548
 
542
549
  @key.setter
@@ -546,6 +553,9 @@ class DomainRedirectRequestHeaderArgs:
546
553
  @property
547
554
  @pulumi.getter
548
555
  def value(self) -> Optional[pulumi.Input[str]]:
556
+ """
557
+ The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
558
+ """
549
559
  return pulumi.get(self, "value")
550
560
 
551
561
  @value.setter
@@ -503,6 +503,10 @@ class DomainRedirectRequestHeader(dict):
503
503
  def __init__(__self__, *,
504
504
  key: Optional[str] = None,
505
505
  value: Optional[str] = None):
506
+ """
507
+ :param str key: The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
508
+ :param str value: The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
509
+ """
506
510
  if key is not None:
507
511
  pulumi.set(__self__, "key", key)
508
512
  if value is not None:
@@ -511,11 +515,17 @@ class DomainRedirectRequestHeader(dict):
511
515
  @property
512
516
  @pulumi.getter
513
517
  def key(self) -> Optional[str]:
518
+ """
519
+ The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
520
+ """
514
521
  return pulumi.get(self, "key")
515
522
 
516
523
  @property
517
524
  @pulumi.getter
518
525
  def value(self) -> Optional[str]:
526
+ """
527
+ The traffic tag field and value of the domain name, which is used to mark the traffic processed by WAF. the format of this parameter value is **[{" k ":"_key_"," v ":"_value_"}]**. where_key_represents the specified custom request header field, and_value_represents the value set for this field.By specifying the custom request header field and the corresponding value, when the access traffic of the domain name passes through WAF, WAF automatically adds the specified custom field value to the request header as the traffic mark, which is convenient for backend service statistics.Explain that if the custom header field already exists in the request, the system will overwrite the value of the custom field in the request with the set traffic tag value.
528
+ """
519
529
  return pulumi.get(self, "value")
520
530
 
521
531
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_alicloud
3
- Version: 3.59.0a1720785756
3
+ Version: 3.59.1
4
4
  Summary: A Pulumi package for creating and managing AliCloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io