pulumi-alicloud 3.78.0a1747200018__py3-none-any.whl → 3.79.0__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 (183) hide show
  1. pulumi_alicloud/__init__.py +72 -0
  2. pulumi_alicloud/adb/cluster.py +12 -12
  3. pulumi_alicloud/alb/_inputs.py +21 -105
  4. pulumi_alicloud/alb/get_load_balancers.py +169 -18
  5. pulumi_alicloud/alb/health_check_template.py +233 -93
  6. pulumi_alicloud/alb/listener.py +28 -56
  7. pulumi_alicloud/alb/load_balancer.py +110 -0
  8. pulumi_alicloud/alb/outputs.py +150 -105
  9. pulumi_alicloud/amqp/exchange.py +250 -159
  10. pulumi_alicloud/apigateway/_inputs.py +23 -3
  11. pulumi_alicloud/apigateway/api.py +7 -7
  12. pulumi_alicloud/apigateway/backend.py +8 -8
  13. pulumi_alicloud/apigateway/outputs.py +16 -2
  14. pulumi_alicloud/arms/remote_write.py +2 -2
  15. pulumi_alicloud/bp/studio_application.py +2 -2
  16. pulumi_alicloud/cassandra/cluster.py +2 -2
  17. pulumi_alicloud/cassandra/data_center.py +2 -2
  18. pulumi_alicloud/cdn/fc_trigger.py +2 -2
  19. pulumi_alicloud/cen/_inputs.py +78 -27
  20. pulumi_alicloud/cen/bandwidth_limit.py +7 -7
  21. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +6 -6
  22. pulumi_alicloud/cen/outputs.py +52 -18
  23. pulumi_alicloud/cen/traffic_marking_policy.py +49 -9
  24. pulumi_alicloud/chatbot/publish_task.py +2 -2
  25. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  26. pulumi_alicloud/cloudfirewall/ips_config.py +523 -0
  27. pulumi_alicloud/cr/registry_enterprise_instance.py +4 -4
  28. pulumi_alicloud/cs/_inputs.py +54 -0
  29. pulumi_alicloud/cs/get_kubernetes_version.py +4 -4
  30. pulumi_alicloud/cs/managed_kubernetes.py +129 -7
  31. pulumi_alicloud/cs/outputs.py +49 -0
  32. pulumi_alicloud/das/switch_das_pro.py +6 -2
  33. pulumi_alicloud/dataworks/di_alarm_rule.py +6 -4
  34. pulumi_alicloud/dataworks/di_job.py +8 -6
  35. pulumi_alicloud/dataworks/project_member.py +2 -2
  36. pulumi_alicloud/ddos/domain_resource.py +19 -9
  37. pulumi_alicloud/dms/enterprise_logic_database.py +2 -2
  38. pulumi_alicloud/dms/enterprise_proxy_access.py +2 -2
  39. pulumi_alicloud/drds/instance.py +12 -8
  40. pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +2 -2
  41. pulumi_alicloud/ecs/__init__.py +1 -0
  42. pulumi_alicloud/ecs/_inputs.py +40 -0
  43. pulumi_alicloud/ecs/activation.py +2 -2
  44. pulumi_alicloud/ecs/capacity_reservation.py +2 -2
  45. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  46. pulumi_alicloud/ecs/ecs_invocation.py +12 -6
  47. pulumi_alicloud/ecs/ecs_network_interface_permission.py +2 -2
  48. pulumi_alicloud/ecs/ecs_snapshot_group.py +2 -2
  49. pulumi_alicloud/ecs/elasticity_assurance.py +2 -2
  50. pulumi_alicloud/ecs/get_dedicated_hosts.py +49 -22
  51. pulumi_alicloud/ecs/get_instances.py +4 -3
  52. pulumi_alicloud/ecs/image_copy.py +2 -2
  53. pulumi_alicloud/ecs/image_export.py +2 -2
  54. pulumi_alicloud/ecs/instance.py +94 -0
  55. pulumi_alicloud/ecs/outputs.py +129 -39
  56. pulumi_alicloud/ecs/ram_role_attachment.py +406 -0
  57. pulumi_alicloud/ecs/reserved_instance.py +2 -2
  58. pulumi_alicloud/ecs/snapshot.py +8 -4
  59. pulumi_alicloud/ecs/storage_capacity_unit.py +2 -2
  60. pulumi_alicloud/eflo/__init__.py +1 -0
  61. pulumi_alicloud/eflo/vsc.py +433 -0
  62. pulumi_alicloud/elasticsearch/instance.py +7 -7
  63. pulumi_alicloud/emr/cluster.py +4 -4
  64. pulumi_alicloud/esa/edge_container_app_record.py +10 -2
  65. pulumi_alicloud/esa/http_request_header_modification_rule.py +12 -4
  66. pulumi_alicloud/esa/http_response_header_modification_rule.py +12 -4
  67. pulumi_alicloud/esa/https_basic_configuration.py +12 -4
  68. pulumi_alicloud/esa/network_optimization.py +10 -2
  69. pulumi_alicloud/esa/origin_pool.py +10 -10
  70. pulumi_alicloud/esa/redirect_rule.py +12 -4
  71. pulumi_alicloud/esa/rewrite_url_rule.py +12 -4
  72. pulumi_alicloud/ess/outputs.py +333 -4
  73. pulumi_alicloud/ess/scaling_group.py +47 -0
  74. pulumi_alicloud/expressconnect/router_vpc_association.py +56 -49
  75. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  76. pulumi_alicloud/fc/__init__.py +1 -0
  77. pulumi_alicloud/fc/get_v3_triggers.py +277 -0
  78. pulumi_alicloud/fc/outputs.py +192 -0
  79. pulumi_alicloud/fnf/execution.py +2 -2
  80. pulumi_alicloud/fnf/flow.py +2 -2
  81. pulumi_alicloud/fnf/schedule.py +2 -2
  82. pulumi_alicloud/gpdb/elastic_instance.py +8 -8
  83. pulumi_alicloud/hbr/ecs_backup_plan.py +10 -2
  84. pulumi_alicloud/hbr/hana_backup_client.py +2 -2
  85. pulumi_alicloud/hbr/hana_backup_plan.py +2 -2
  86. pulumi_alicloud/hbr/hana_instance.py +2 -2
  87. pulumi_alicloud/hbr/nas_backup_plan.py +10 -2
  88. pulumi_alicloud/hbr/oss_backup_plan.py +10 -2
  89. pulumi_alicloud/hbr/ots_backup_plan.py +10 -2
  90. pulumi_alicloud/hbr/restore_job.py +2 -2
  91. pulumi_alicloud/hbr/server_backup_plan.py +10 -2
  92. pulumi_alicloud/kms/_inputs.py +12 -12
  93. pulumi_alicloud/kms/instance.py +80 -47
  94. pulumi_alicloud/kms/outputs.py +8 -8
  95. pulumi_alicloud/kvstore/instance.py +21 -7
  96. pulumi_alicloud/lindorm/__init__.py +1 -0
  97. pulumi_alicloud/lindorm/instance.py +101 -7
  98. pulumi_alicloud/lindorm/public_network.py +288 -0
  99. pulumi_alicloud/log/etl.py +2 -2
  100. pulumi_alicloud/log/ingestion.py +4 -6
  101. pulumi_alicloud/log/oss_export.py +4 -6
  102. pulumi_alicloud/log/oss_shipper.py +2 -2
  103. pulumi_alicloud/maxcompute/project.py +2 -4
  104. pulumi_alicloud/mse/gateway.py +2 -2
  105. pulumi_alicloud/mse/nacos_config.py +2 -0
  106. pulumi_alicloud/mse/znode.py +2 -2
  107. pulumi_alicloud/nas/mount_target.py +6 -6
  108. pulumi_alicloud/nas/snapshot.py +2 -2
  109. pulumi_alicloud/oos/default_patch_baseline.py +2 -2
  110. pulumi_alicloud/oos/get_parameters.py +72 -28
  111. pulumi_alicloud/oos/outputs.py +10 -10
  112. pulumi_alicloud/oos/secret_parameter.py +2 -2
  113. pulumi_alicloud/oss/bucket_replication.py +8 -8
  114. pulumi_alicloud/pai/__init__.py +4 -0
  115. pulumi_alicloud/pai/_inputs.py +108 -0
  116. pulumi_alicloud/pai/outputs.py +64 -0
  117. pulumi_alicloud/pai/workspace_member.py +393 -0
  118. pulumi_alicloud/pai/workspace_model.py +792 -0
  119. pulumi_alicloud/pai/workspace_model_version.py +1129 -0
  120. pulumi_alicloud/pai/workspace_user_config.py +356 -0
  121. pulumi_alicloud/polardb/cluster.py +223 -7
  122. pulumi_alicloud/polardb/global_database_network.py +2 -2
  123. pulumi_alicloud/polardb/parameter_group.py +2 -2
  124. pulumi_alicloud/pulumi-plugin.json +1 -1
  125. pulumi_alicloud/pvtz/get_zone_records.py +66 -35
  126. pulumi_alicloud/pvtz/get_zones.py +49 -32
  127. pulumi_alicloud/pvtz/outputs.py +60 -56
  128. pulumi_alicloud/ram/group_policy_attachment.py +2 -2
  129. pulumi_alicloud/ram/policy.py +21 -35
  130. pulumi_alicloud/ram/role.py +2 -2
  131. pulumi_alicloud/ram/role_attachment.py +12 -6
  132. pulumi_alicloud/rds/__init__.py +1 -0
  133. pulumi_alicloud/rds/db_proxy_public.py +512 -0
  134. pulumi_alicloud/rds/instance.py +82 -82
  135. pulumi_alicloud/rds/rds_clone_db_instance.py +30 -30
  136. pulumi_alicloud/rds/rds_upgrade_db_instance.py +2 -2
  137. pulumi_alicloud/resourcemanager/account.py +315 -116
  138. pulumi_alicloud/rocketmq/group.py +2 -2
  139. pulumi_alicloud/ros/change_set.py +2 -2
  140. pulumi_alicloud/ros/stack.py +2 -2
  141. pulumi_alicloud/ros/stack_group.py +2 -2
  142. pulumi_alicloud/ros/stack_instance.py +2 -2
  143. pulumi_alicloud/ros/template_scratch.py +2 -2
  144. pulumi_alicloud/scdn/domain.py +2 -2
  145. pulumi_alicloud/securitycenter/service_linked_role.py +2 -2
  146. pulumi_alicloud/servicecatalog/provisioned_product.py +2 -2
  147. pulumi_alicloud/slb/_inputs.py +44 -0
  148. pulumi_alicloud/slb/acl_entry_attachment.py +2 -2
  149. pulumi_alicloud/slb/ca_certificate.py +4 -0
  150. pulumi_alicloud/slb/listener.py +46 -89
  151. pulumi_alicloud/slb/master_slave_server_group.py +17 -35
  152. pulumi_alicloud/slb/outputs.py +26 -0
  153. pulumi_alicloud/sls/__init__.py +1 -0
  154. pulumi_alicloud/sls/get_alerts.py +463 -0
  155. pulumi_alicloud/sls/outputs.py +975 -0
  156. pulumi_alicloud/sms/short_url.py +2 -2
  157. pulumi_alicloud/threatdetection/backup_policy.py +2 -2
  158. pulumi_alicloud/threatdetection/honeypot_probe.py +2 -2
  159. pulumi_alicloud/threatdetection/instance.py +28 -21
  160. pulumi_alicloud/threatdetection/outputs.py +98 -6
  161. pulumi_alicloud/threatdetection/vul_whitelist.py +2 -2
  162. pulumi_alicloud/threatdetection/web_lock_config.py +2 -2
  163. pulumi_alicloud/tsdb/instance.py +2 -2
  164. pulumi_alicloud/vpc/common_bandwith_package.py +28 -14
  165. pulumi_alicloud/vpc/forward_entry.py +4 -4
  166. pulumi_alicloud/vpc/gateway_route_table_attachment.py +2 -2
  167. pulumi_alicloud/vpc/ha_vip.py +4 -4
  168. pulumi_alicloud/vpc/ha_vipv2.py +4 -0
  169. pulumi_alicloud/vpc/ipv4_gateway.py +78 -37
  170. pulumi_alicloud/vpc/ipv6_gateway.py +2 -2
  171. pulumi_alicloud/vpc/nat_ip.py +2 -2
  172. pulumi_alicloud/vpc/prefix_list.py +2 -2
  173. pulumi_alicloud/vpc/route_entry.py +6 -2
  174. pulumi_alicloud/vpn/gateway_vco_route.py +2 -2
  175. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  176. pulumi_alicloud/vpn/pbr_route_entry.py +2 -2
  177. pulumi_alicloud/vpn/route_entry.py +8 -8
  178. pulumi_alicloud/wafv3/instance.py +2 -2
  179. pulumi_alicloud/wafv3/outputs.py +11 -0
  180. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/METADATA +1 -1
  181. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/RECORD +183 -172
  182. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/WHEEL +1 -1
  183. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/top_level.txt +0 -0
@@ -23,6 +23,7 @@ class Ipv4GatewayArgs:
23
23
  vpc_id: pulumi.Input[builtins.str],
24
24
  dry_run: Optional[pulumi.Input[builtins.bool]] = None,
25
25
  enabled: Optional[pulumi.Input[builtins.bool]] = None,
26
+ internet_mode: Optional[pulumi.Input[builtins.str]] = None,
26
27
  ipv4_gateway_description: Optional[pulumi.Input[builtins.str]] = None,
27
28
  ipv4_gateway_name: Optional[pulumi.Input[builtins.str]] = None,
28
29
  resource_group_id: Optional[pulumi.Input[builtins.str]] = None,
@@ -31,7 +32,8 @@ class Ipv4GatewayArgs:
31
32
  The set of arguments for constructing a Ipv4Gateway resource.
32
33
  :param pulumi.Input[builtins.str] vpc_id: The ID of the virtual private cloud (VPC) where you want to create the IPv4 gateway. You can create only one IPv4 gateway in a VPC.
33
34
  :param pulumi.Input[builtins.bool] dry_run: Whether to PreCheck only this request. Value:-**true**: The check request is sent without creating an IPv4 Gateway. Check items include whether required parameters, request format, and business restrictions are filled in. If the check does not pass, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.-**false** (default): Sends a normal request, returns an HTTP 2xx status code and directly creates an IPv4 Gateway.
34
- :param pulumi.Input[builtins.bool] enabled: Whether the IPv4 gateway is active or not. Valid values are **true** and **false**.
35
+ :param pulumi.Input[builtins.bool] enabled: Whether the IPv4 gateway is active or not. Valid values are `true` and `false`.
36
+ :param pulumi.Input[builtins.str] internet_mode: The public network traffic mode of the VPC after the IPv4 Gateway is deleted:
35
37
  :param pulumi.Input[builtins.str] ipv4_gateway_description: The description of the IPv4 gateway. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http:// or https://.
36
38
  :param pulumi.Input[builtins.str] ipv4_gateway_name: The name of the IPv4 gateway. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter.
37
39
  :param pulumi.Input[builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
@@ -42,6 +44,8 @@ class Ipv4GatewayArgs:
42
44
  pulumi.set(__self__, "dry_run", dry_run)
43
45
  if enabled is not None:
44
46
  pulumi.set(__self__, "enabled", enabled)
47
+ if internet_mode is not None:
48
+ pulumi.set(__self__, "internet_mode", internet_mode)
45
49
  if ipv4_gateway_description is not None:
46
50
  pulumi.set(__self__, "ipv4_gateway_description", ipv4_gateway_description)
47
51
  if ipv4_gateway_name is not None:
@@ -79,7 +83,7 @@ class Ipv4GatewayArgs:
79
83
  @pulumi.getter
80
84
  def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
81
85
  """
82
- Whether the IPv4 gateway is active or not. Valid values are **true** and **false**.
86
+ Whether the IPv4 gateway is active or not. Valid values are `true` and `false`.
83
87
  """
84
88
  return pulumi.get(self, "enabled")
85
89
 
@@ -87,6 +91,18 @@ class Ipv4GatewayArgs:
87
91
  def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
88
92
  pulumi.set(self, "enabled", value)
89
93
 
94
+ @property
95
+ @pulumi.getter(name="internetMode")
96
+ def internet_mode(self) -> Optional[pulumi.Input[builtins.str]]:
97
+ """
98
+ The public network traffic mode of the VPC after the IPv4 Gateway is deleted:
99
+ """
100
+ return pulumi.get(self, "internet_mode")
101
+
102
+ @internet_mode.setter
103
+ def internet_mode(self, value: Optional[pulumi.Input[builtins.str]]):
104
+ pulumi.set(self, "internet_mode", value)
105
+
90
106
  @property
91
107
  @pulumi.getter(name="ipv4GatewayDescription")
92
108
  def ipv4_gateway_description(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -142,6 +158,7 @@ class _Ipv4GatewayState:
142
158
  create_time: Optional[pulumi.Input[builtins.str]] = None,
143
159
  dry_run: Optional[pulumi.Input[builtins.bool]] = None,
144
160
  enabled: Optional[pulumi.Input[builtins.bool]] = None,
161
+ internet_mode: Optional[pulumi.Input[builtins.str]] = None,
145
162
  ipv4_gateway_description: Optional[pulumi.Input[builtins.str]] = None,
146
163
  ipv4_gateway_id: Optional[pulumi.Input[builtins.str]] = None,
147
164
  ipv4_gateway_name: Optional[pulumi.Input[builtins.str]] = None,
@@ -152,15 +169,16 @@ class _Ipv4GatewayState:
152
169
  vpc_id: Optional[pulumi.Input[builtins.str]] = None):
153
170
  """
154
171
  Input properties used for looking up and filtering Ipv4Gateway resources.
155
- :param pulumi.Input[builtins.str] create_time: The creation time of the resource.
172
+ :param pulumi.Input[builtins.str] create_time: The creation time of the resource
156
173
  :param pulumi.Input[builtins.bool] dry_run: Whether to PreCheck only this request. Value:-**true**: The check request is sent without creating an IPv4 Gateway. Check items include whether required parameters, request format, and business restrictions are filled in. If the check does not pass, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.-**false** (default): Sends a normal request, returns an HTTP 2xx status code and directly creates an IPv4 Gateway.
157
- :param pulumi.Input[builtins.bool] enabled: Whether the IPv4 gateway is active or not. Valid values are **true** and **false**.
174
+ :param pulumi.Input[builtins.bool] enabled: Whether the IPv4 gateway is active or not. Valid values are `true` and `false`.
175
+ :param pulumi.Input[builtins.str] internet_mode: The public network traffic mode of the VPC after the IPv4 Gateway is deleted:
158
176
  :param pulumi.Input[builtins.str] ipv4_gateway_description: The description of the IPv4 gateway. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http:// or https://.
159
177
  :param pulumi.Input[builtins.str] ipv4_gateway_id: Resource primary key field.
160
178
  :param pulumi.Input[builtins.str] ipv4_gateway_name: The name of the IPv4 gateway. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter.
161
- :param pulumi.Input[builtins.str] ipv4_gateway_route_table_id: ID of the route table associated with IPv4 Gateway.
179
+ :param pulumi.Input[builtins.str] ipv4_gateway_route_table_id: ID of the route table associated with IPv4 Gateway
162
180
  :param pulumi.Input[builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
163
- :param pulumi.Input[builtins.str] status: The status of the resource.
181
+ :param pulumi.Input[builtins.str] status: The status of the resource
164
182
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: The tags of the current resource.
165
183
  :param pulumi.Input[builtins.str] vpc_id: The ID of the virtual private cloud (VPC) where you want to create the IPv4 gateway. You can create only one IPv4 gateway in a VPC.
166
184
  """
@@ -170,6 +188,8 @@ class _Ipv4GatewayState:
170
188
  pulumi.set(__self__, "dry_run", dry_run)
171
189
  if enabled is not None:
172
190
  pulumi.set(__self__, "enabled", enabled)
191
+ if internet_mode is not None:
192
+ pulumi.set(__self__, "internet_mode", internet_mode)
173
193
  if ipv4_gateway_description is not None:
174
194
  pulumi.set(__self__, "ipv4_gateway_description", ipv4_gateway_description)
175
195
  if ipv4_gateway_id is not None:
@@ -191,7 +211,7 @@ class _Ipv4GatewayState:
191
211
  @pulumi.getter(name="createTime")
192
212
  def create_time(self) -> Optional[pulumi.Input[builtins.str]]:
193
213
  """
194
- The creation time of the resource.
214
+ The creation time of the resource
195
215
  """
196
216
  return pulumi.get(self, "create_time")
197
217
 
@@ -215,7 +235,7 @@ class _Ipv4GatewayState:
215
235
  @pulumi.getter
216
236
  def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
217
237
  """
218
- Whether the IPv4 gateway is active or not. Valid values are **true** and **false**.
238
+ Whether the IPv4 gateway is active or not. Valid values are `true` and `false`.
219
239
  """
220
240
  return pulumi.get(self, "enabled")
221
241
 
@@ -223,6 +243,18 @@ class _Ipv4GatewayState:
223
243
  def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
224
244
  pulumi.set(self, "enabled", value)
225
245
 
246
+ @property
247
+ @pulumi.getter(name="internetMode")
248
+ def internet_mode(self) -> Optional[pulumi.Input[builtins.str]]:
249
+ """
250
+ The public network traffic mode of the VPC after the IPv4 Gateway is deleted:
251
+ """
252
+ return pulumi.get(self, "internet_mode")
253
+
254
+ @internet_mode.setter
255
+ def internet_mode(self, value: Optional[pulumi.Input[builtins.str]]):
256
+ pulumi.set(self, "internet_mode", value)
257
+
226
258
  @property
227
259
  @pulumi.getter(name="ipv4GatewayDescription")
228
260
  def ipv4_gateway_description(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -263,7 +295,7 @@ class _Ipv4GatewayState:
263
295
  @pulumi.getter(name="ipv4GatewayRouteTableId")
264
296
  def ipv4_gateway_route_table_id(self) -> Optional[pulumi.Input[builtins.str]]:
265
297
  """
266
- ID of the route table associated with IPv4 Gateway.
298
+ ID of the route table associated with IPv4 Gateway
267
299
  """
268
300
  return pulumi.get(self, "ipv4_gateway_route_table_id")
269
301
 
@@ -287,7 +319,7 @@ class _Ipv4GatewayState:
287
319
  @pulumi.getter
288
320
  def status(self) -> Optional[pulumi.Input[builtins.str]]:
289
321
  """
290
- The status of the resource.
322
+ The status of the resource
291
323
  """
292
324
  return pulumi.get(self, "status")
293
325
 
@@ -328,6 +360,7 @@ class Ipv4Gateway(pulumi.CustomResource):
328
360
  opts: Optional[pulumi.ResourceOptions] = None,
329
361
  dry_run: Optional[pulumi.Input[builtins.bool]] = None,
330
362
  enabled: Optional[pulumi.Input[builtins.bool]] = None,
363
+ internet_mode: Optional[pulumi.Input[builtins.str]] = None,
331
364
  ipv4_gateway_description: Optional[pulumi.Input[builtins.str]] = None,
332
365
  ipv4_gateway_name: Optional[pulumi.Input[builtins.str]] = None,
333
366
  resource_group_id: Optional[pulumi.Input[builtins.str]] = None,
@@ -337,9 +370,9 @@ class Ipv4Gateway(pulumi.CustomResource):
337
370
  """
338
371
  Provides a Vpc Ipv4 Gateway resource.
339
372
 
340
- For information about Vpc Ipv4 Gateway and how to use it, see [What is Ipv4 Gateway](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createipv4gateway).
373
+ For information about VPC Ipv4 Gateway and how to use it, see [What is Ipv4 Gateway](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createipv4gateway).
341
374
 
342
- > **NOTE:** Available in v1.181.0+.
375
+ > **NOTE:** Available since v1.181.0.
343
376
 
344
377
  ## Example Usage
345
378
 
@@ -352,26 +385,23 @@ class Ipv4Gateway(pulumi.CustomResource):
352
385
  config = pulumi.Config()
353
386
  name = config.get("name")
354
387
  if name is None:
355
- name = "tf-testacc-example"
388
+ name = "tf-example"
356
389
  default = alicloud.resourcemanager.ResourceGroup("default",
357
- display_name="tf-testAcc-rg665",
390
+ display_name=name,
358
391
  resource_group_name=name)
359
- modify = alicloud.resourcemanager.ResourceGroup("modify",
360
- display_name="tf-testAcc-rg298",
361
- resource_group_name=f"{name}1")
362
392
  default_network = alicloud.vpc.Network("default",
363
393
  vpc_name=f"{name}2",
364
394
  cidr_block="10.0.0.0/8")
365
395
  default_ipv4_gateway = alicloud.vpc.Ipv4Gateway("default",
366
396
  ipv4_gateway_name=name,
367
- ipv4_gateway_description="tf-testAcc-Ipv4Gateway",
397
+ ipv4_gateway_description=name,
368
398
  resource_group_id=default.id,
369
399
  vpc_id=default_network.id)
370
400
  ```
371
401
 
372
402
  ## Import
373
403
 
374
- Vpc Ipv4 Gateway can be imported using the id, e.g.
404
+ VPC Ipv4 Gateway can be imported using the id, e.g.
375
405
 
376
406
  ```sh
377
407
  $ pulumi import alicloud:vpc/ipv4Gateway:Ipv4Gateway example <id>
@@ -380,7 +410,8 @@ class Ipv4Gateway(pulumi.CustomResource):
380
410
  :param str resource_name: The name of the resource.
381
411
  :param pulumi.ResourceOptions opts: Options for the resource.
382
412
  :param pulumi.Input[builtins.bool] dry_run: Whether to PreCheck only this request. Value:-**true**: The check request is sent without creating an IPv4 Gateway. Check items include whether required parameters, request format, and business restrictions are filled in. If the check does not pass, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.-**false** (default): Sends a normal request, returns an HTTP 2xx status code and directly creates an IPv4 Gateway.
383
- :param pulumi.Input[builtins.bool] enabled: Whether the IPv4 gateway is active or not. Valid values are **true** and **false**.
413
+ :param pulumi.Input[builtins.bool] enabled: Whether the IPv4 gateway is active or not. Valid values are `true` and `false`.
414
+ :param pulumi.Input[builtins.str] internet_mode: The public network traffic mode of the VPC after the IPv4 Gateway is deleted:
384
415
  :param pulumi.Input[builtins.str] ipv4_gateway_description: The description of the IPv4 gateway. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http:// or https://.
385
416
  :param pulumi.Input[builtins.str] ipv4_gateway_name: The name of the IPv4 gateway. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter.
386
417
  :param pulumi.Input[builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
@@ -396,9 +427,9 @@ class Ipv4Gateway(pulumi.CustomResource):
396
427
  """
397
428
  Provides a Vpc Ipv4 Gateway resource.
398
429
 
399
- For information about Vpc Ipv4 Gateway and how to use it, see [What is Ipv4 Gateway](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createipv4gateway).
430
+ For information about VPC Ipv4 Gateway and how to use it, see [What is Ipv4 Gateway](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createipv4gateway).
400
431
 
401
- > **NOTE:** Available in v1.181.0+.
432
+ > **NOTE:** Available since v1.181.0.
402
433
 
403
434
  ## Example Usage
404
435
 
@@ -411,26 +442,23 @@ class Ipv4Gateway(pulumi.CustomResource):
411
442
  config = pulumi.Config()
412
443
  name = config.get("name")
413
444
  if name is None:
414
- name = "tf-testacc-example"
445
+ name = "tf-example"
415
446
  default = alicloud.resourcemanager.ResourceGroup("default",
416
- display_name="tf-testAcc-rg665",
447
+ display_name=name,
417
448
  resource_group_name=name)
418
- modify = alicloud.resourcemanager.ResourceGroup("modify",
419
- display_name="tf-testAcc-rg298",
420
- resource_group_name=f"{name}1")
421
449
  default_network = alicloud.vpc.Network("default",
422
450
  vpc_name=f"{name}2",
423
451
  cidr_block="10.0.0.0/8")
424
452
  default_ipv4_gateway = alicloud.vpc.Ipv4Gateway("default",
425
453
  ipv4_gateway_name=name,
426
- ipv4_gateway_description="tf-testAcc-Ipv4Gateway",
454
+ ipv4_gateway_description=name,
427
455
  resource_group_id=default.id,
428
456
  vpc_id=default_network.id)
429
457
  ```
430
458
 
431
459
  ## Import
432
460
 
433
- Vpc Ipv4 Gateway can be imported using the id, e.g.
461
+ VPC Ipv4 Gateway can be imported using the id, e.g.
434
462
 
435
463
  ```sh
436
464
  $ pulumi import alicloud:vpc/ipv4Gateway:Ipv4Gateway example <id>
@@ -453,6 +481,7 @@ class Ipv4Gateway(pulumi.CustomResource):
453
481
  opts: Optional[pulumi.ResourceOptions] = None,
454
482
  dry_run: Optional[pulumi.Input[builtins.bool]] = None,
455
483
  enabled: Optional[pulumi.Input[builtins.bool]] = None,
484
+ internet_mode: Optional[pulumi.Input[builtins.str]] = None,
456
485
  ipv4_gateway_description: Optional[pulumi.Input[builtins.str]] = None,
457
486
  ipv4_gateway_name: Optional[pulumi.Input[builtins.str]] = None,
458
487
  resource_group_id: Optional[pulumi.Input[builtins.str]] = None,
@@ -469,6 +498,7 @@ class Ipv4Gateway(pulumi.CustomResource):
469
498
 
470
499
  __props__.__dict__["dry_run"] = dry_run
471
500
  __props__.__dict__["enabled"] = enabled
501
+ __props__.__dict__["internet_mode"] = internet_mode
472
502
  __props__.__dict__["ipv4_gateway_description"] = ipv4_gateway_description
473
503
  __props__.__dict__["ipv4_gateway_name"] = ipv4_gateway_name
474
504
  __props__.__dict__["resource_group_id"] = resource_group_id
@@ -493,6 +523,7 @@ class Ipv4Gateway(pulumi.CustomResource):
493
523
  create_time: Optional[pulumi.Input[builtins.str]] = None,
494
524
  dry_run: Optional[pulumi.Input[builtins.bool]] = None,
495
525
  enabled: Optional[pulumi.Input[builtins.bool]] = None,
526
+ internet_mode: Optional[pulumi.Input[builtins.str]] = None,
496
527
  ipv4_gateway_description: Optional[pulumi.Input[builtins.str]] = None,
497
528
  ipv4_gateway_id: Optional[pulumi.Input[builtins.str]] = None,
498
529
  ipv4_gateway_name: Optional[pulumi.Input[builtins.str]] = None,
@@ -508,15 +539,16 @@ class Ipv4Gateway(pulumi.CustomResource):
508
539
  :param str resource_name: The unique name of the resulting resource.
509
540
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
510
541
  :param pulumi.ResourceOptions opts: Options for the resource.
511
- :param pulumi.Input[builtins.str] create_time: The creation time of the resource.
542
+ :param pulumi.Input[builtins.str] create_time: The creation time of the resource
512
543
  :param pulumi.Input[builtins.bool] dry_run: Whether to PreCheck only this request. Value:-**true**: The check request is sent without creating an IPv4 Gateway. Check items include whether required parameters, request format, and business restrictions are filled in. If the check does not pass, the corresponding error is returned. If the check passes, the error code 'DryRunOperation' is returned '.-**false** (default): Sends a normal request, returns an HTTP 2xx status code and directly creates an IPv4 Gateway.
513
- :param pulumi.Input[builtins.bool] enabled: Whether the IPv4 gateway is active or not. Valid values are **true** and **false**.
544
+ :param pulumi.Input[builtins.bool] enabled: Whether the IPv4 gateway is active or not. Valid values are `true` and `false`.
545
+ :param pulumi.Input[builtins.str] internet_mode: The public network traffic mode of the VPC after the IPv4 Gateway is deleted:
514
546
  :param pulumi.Input[builtins.str] ipv4_gateway_description: The description of the IPv4 gateway. The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http:// or https://.
515
547
  :param pulumi.Input[builtins.str] ipv4_gateway_id: Resource primary key field.
516
548
  :param pulumi.Input[builtins.str] ipv4_gateway_name: The name of the IPv4 gateway. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter.
517
- :param pulumi.Input[builtins.str] ipv4_gateway_route_table_id: ID of the route table associated with IPv4 Gateway.
549
+ :param pulumi.Input[builtins.str] ipv4_gateway_route_table_id: ID of the route table associated with IPv4 Gateway
518
550
  :param pulumi.Input[builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
519
- :param pulumi.Input[builtins.str] status: The status of the resource.
551
+ :param pulumi.Input[builtins.str] status: The status of the resource
520
552
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: The tags of the current resource.
521
553
  :param pulumi.Input[builtins.str] vpc_id: The ID of the virtual private cloud (VPC) where you want to create the IPv4 gateway. You can create only one IPv4 gateway in a VPC.
522
554
  """
@@ -527,6 +559,7 @@ class Ipv4Gateway(pulumi.CustomResource):
527
559
  __props__.__dict__["create_time"] = create_time
528
560
  __props__.__dict__["dry_run"] = dry_run
529
561
  __props__.__dict__["enabled"] = enabled
562
+ __props__.__dict__["internet_mode"] = internet_mode
530
563
  __props__.__dict__["ipv4_gateway_description"] = ipv4_gateway_description
531
564
  __props__.__dict__["ipv4_gateway_id"] = ipv4_gateway_id
532
565
  __props__.__dict__["ipv4_gateway_name"] = ipv4_gateway_name
@@ -541,7 +574,7 @@ class Ipv4Gateway(pulumi.CustomResource):
541
574
  @pulumi.getter(name="createTime")
542
575
  def create_time(self) -> pulumi.Output[builtins.str]:
543
576
  """
544
- The creation time of the resource.
577
+ The creation time of the resource
545
578
  """
546
579
  return pulumi.get(self, "create_time")
547
580
 
@@ -557,10 +590,18 @@ class Ipv4Gateway(pulumi.CustomResource):
557
590
  @pulumi.getter
558
591
  def enabled(self) -> pulumi.Output[builtins.bool]:
559
592
  """
560
- Whether the IPv4 gateway is active or not. Valid values are **true** and **false**.
593
+ Whether the IPv4 gateway is active or not. Valid values are `true` and `false`.
561
594
  """
562
595
  return pulumi.get(self, "enabled")
563
596
 
597
+ @property
598
+ @pulumi.getter(name="internetMode")
599
+ def internet_mode(self) -> pulumi.Output[Optional[builtins.str]]:
600
+ """
601
+ The public network traffic mode of the VPC after the IPv4 Gateway is deleted:
602
+ """
603
+ return pulumi.get(self, "internet_mode")
604
+
564
605
  @property
565
606
  @pulumi.getter(name="ipv4GatewayDescription")
566
607
  def ipv4_gateway_description(self) -> pulumi.Output[Optional[builtins.str]]:
@@ -589,7 +630,7 @@ class Ipv4Gateway(pulumi.CustomResource):
589
630
  @pulumi.getter(name="ipv4GatewayRouteTableId")
590
631
  def ipv4_gateway_route_table_id(self) -> pulumi.Output[builtins.str]:
591
632
  """
592
- ID of the route table associated with IPv4 Gateway.
633
+ ID of the route table associated with IPv4 Gateway
593
634
  """
594
635
  return pulumi.get(self, "ipv4_gateway_route_table_id")
595
636
 
@@ -605,7 +646,7 @@ class Ipv4Gateway(pulumi.CustomResource):
605
646
  @pulumi.getter
606
647
  def status(self) -> pulumi.Output[builtins.str]:
607
648
  """
608
- The status of the resource.
649
+ The status of the resource
609
650
  """
610
651
  return pulumi.get(self, "status")
611
652
 
@@ -346,7 +346,7 @@ class Ipv6Gateway(pulumi.CustomResource):
346
346
 
347
347
  For information about Vpc Ipv6 Gateway and how to use it, see [What is Ipv6 Gateway](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createipv6gateway).
348
348
 
349
- > **NOTE:** Available in v1.142.0+.
349
+ > **NOTE:** Available since v1.142.0.
350
350
 
351
351
  ## Example Usage
352
352
 
@@ -404,7 +404,7 @@ class Ipv6Gateway(pulumi.CustomResource):
404
404
 
405
405
  For information about Vpc Ipv6 Gateway and how to use it, see [What is Ipv6 Gateway](https://www.alibabacloud.com/help/en/virtual-private-cloud/latest/createipv6gateway).
406
406
 
407
- > **NOTE:** Available in v1.142.0+.
407
+ > **NOTE:** Available since v1.142.0.
408
408
 
409
409
  ## Example Usage
410
410
 
@@ -307,7 +307,7 @@ class NatIp(pulumi.CustomResource):
307
307
 
308
308
  For information about VPC Nat Ip and how to use it, see [What is Nat Ip](https://www.alibabacloud.com/help/doc-detail/281976.htm).
309
309
 
310
- > **NOTE:** Available in v1.136.0+.
310
+ > **NOTE:** Available since v1.136.0.
311
311
 
312
312
  ## Example Usage
313
313
 
@@ -376,7 +376,7 @@ class NatIp(pulumi.CustomResource):
376
376
 
377
377
  For information about VPC Nat Ip and how to use it, see [What is Nat Ip](https://www.alibabacloud.com/help/doc-detail/281976.htm).
378
378
 
379
- > **NOTE:** Available in v1.136.0+.
379
+ > **NOTE:** Available since v1.136.0.
380
380
 
381
381
  ## Example Usage
382
382
 
@@ -358,7 +358,7 @@ class PrefixList(pulumi.CustomResource):
358
358
 
359
359
  For information about Vpc Prefix List and how to use it, see [What is Prefix List](https://www.alibabacloud.com/help/zh/virtual-private-cloud/latest/creatvpcprefixlist).
360
360
 
361
- > **NOTE:** Available in v1.182.0+.
361
+ > **NOTE:** Available since v1.182.0.
362
362
 
363
363
  ## Example Usage
364
364
 
@@ -419,7 +419,7 @@ class PrefixList(pulumi.CustomResource):
419
419
 
420
420
  For information about Vpc Prefix List and how to use it, see [What is Prefix List](https://www.alibabacloud.com/help/zh/virtual-private-cloud/latest/creatvpcprefixlist).
421
421
 
422
- > **NOTE:** Available in v1.182.0+.
422
+ > **NOTE:** Available since v1.182.0.
423
423
 
424
424
  ## Example Usage
425
425
 
@@ -329,7 +329,9 @@ class RouteEntry(pulumi.CustomResource):
329
329
  default_get_images = alicloud.ecs.get_images(most_recent=True,
330
330
  owners="system")
331
331
  default_get_instance_types = alicloud.ecs.get_instance_types(availability_zone=default.zones[0].id,
332
- image_id=default_get_images.images[0].id)
332
+ cpu_core_count=2,
333
+ memory_size=8,
334
+ instance_type_family="ecs.g6")
333
335
  default_network = alicloud.vpc.Network("default",
334
336
  vpc_name=name,
335
337
  cidr_block="192.168.0.0/16")
@@ -421,7 +423,9 @@ class RouteEntry(pulumi.CustomResource):
421
423
  default_get_images = alicloud.ecs.get_images(most_recent=True,
422
424
  owners="system")
423
425
  default_get_instance_types = alicloud.ecs.get_instance_types(availability_zone=default.zones[0].id,
424
- image_id=default_get_images.images[0].id)
426
+ cpu_core_count=2,
427
+ memory_size=8,
428
+ instance_type_family="ecs.g6")
425
429
  default_network = alicloud.vpc.Network("default",
426
430
  vpc_name=name,
427
431
  cidr_block="192.168.0.0/16")
@@ -222,7 +222,7 @@ class GatewayVcoRoute(pulumi.CustomResource):
222
222
 
223
223
  For information about VPN Gateway Vco Route and how to use it, see [What is Vco Route](https://www.alibabacloud.com/help/zh/virtual-private-cloud/latest/createvcorouteentry).
224
224
 
225
- > **NOTE:** Available since v1.183.0+.
225
+ > **NOTE:** Available since v1.183.0.
226
226
 
227
227
  ## Example Usage
228
228
 
@@ -337,7 +337,7 @@ class GatewayVcoRoute(pulumi.CustomResource):
337
337
 
338
338
  For information about VPN Gateway Vco Route and how to use it, see [What is Vco Route](https://www.alibabacloud.com/help/zh/virtual-private-cloud/latest/createvcorouteentry).
339
339
 
340
- > **NOTE:** Available since v1.183.0+.
340
+ > **NOTE:** Available since v1.183.0.
341
341
 
342
342
  ## Example Usage
343
343
 
@@ -374,7 +374,7 @@ class IpsecServer(pulumi.CustomResource):
374
374
 
375
375
  For information about VPN Ipsec Server and how to use it, see [What is Ipsec Server](https://www.alibabacloud.com/help/en/vpn/sub-product-ssl-vpn/developer-reference/api-vpc-2016-04-28-createipsecserver-ssl-vpn).
376
376
 
377
- > **NOTE:** Available since v1.161.0+.
377
+ > **NOTE:** Available since v1.161.0.
378
378
 
379
379
  ## Example Usage
380
380
 
@@ -444,7 +444,7 @@ class IpsecServer(pulumi.CustomResource):
444
444
 
445
445
  For information about VPN Ipsec Server and how to use it, see [What is Ipsec Server](https://www.alibabacloud.com/help/en/vpn/sub-product-ssl-vpn/developer-reference/api-vpc-2016-04-28-createipsecserver-ssl-vpn).
446
446
 
447
- > **NOTE:** Available since v1.161.0+.
447
+ > **NOTE:** Available since v1.161.0.
448
448
 
449
449
  ## Example Usage
450
450
 
@@ -251,7 +251,7 @@ class PbrRouteEntry(pulumi.CustomResource):
251
251
  """
252
252
  Provides a VPN Pbr Route Entry resource.
253
253
 
254
- > **NOTE:** Available since v1.162.0+.
254
+ > **NOTE:** Available since v1.162.0.
255
255
 
256
256
  For information about VPN Pbr Route Entry and how to use it, see [What is VPN Pbr Route Entry](https://www.alibabacloud.com/help/en/doc-detail/127248.html).
257
257
 
@@ -380,7 +380,7 @@ class PbrRouteEntry(pulumi.CustomResource):
380
380
  """
381
381
  Provides a VPN Pbr Route Entry resource.
382
382
 
383
- > **NOTE:** Available since v1.162.0+.
383
+ > **NOTE:** Available since v1.162.0.
384
384
 
385
385
  For information about VPN Pbr Route Entry and how to use it, see [What is VPN Pbr Route Entry](https://www.alibabacloud.com/help/en/doc-detail/127248.html).
386
386
 
@@ -115,8 +115,8 @@ class _RouteEntryState:
115
115
  :param pulumi.Input[builtins.str] next_hop: The next hop of the destination route.
116
116
  :param pulumi.Input[builtins.bool] publish_vpc: Whether to issue the destination route to the VPC.
117
117
  :param pulumi.Input[builtins.str] route_dest: The destination network segment of the destination route.
118
- :param pulumi.Input[builtins.str] route_entry_type: (Available in 1.161.0+) The type of the vpn route entry.
119
- :param pulumi.Input[builtins.str] status: (Available in 1.161.0+) The status of the vpn route entry.
118
+ :param pulumi.Input[builtins.str] route_entry_type: (Available since v1.161.0) The type of the vpn route entry.
119
+ :param pulumi.Input[builtins.str] status: (Available since v1.161.0) The status of the vpn route entry.
120
120
  :param pulumi.Input[builtins.str] vpn_gateway_id: The id of the vpn gateway.
121
121
  :param pulumi.Input[builtins.int] weight: The value should be 0 or 100.
122
122
  """
@@ -175,7 +175,7 @@ class _RouteEntryState:
175
175
  @pulumi.getter(name="routeEntryType")
176
176
  def route_entry_type(self) -> Optional[pulumi.Input[builtins.str]]:
177
177
  """
178
- (Available in 1.161.0+) The type of the vpn route entry.
178
+ (Available since v1.161.0) The type of the vpn route entry.
179
179
  """
180
180
  return pulumi.get(self, "route_entry_type")
181
181
 
@@ -187,7 +187,7 @@ class _RouteEntryState:
187
187
  @pulumi.getter
188
188
  def status(self) -> Optional[pulumi.Input[builtins.str]]:
189
189
  """
190
- (Available in 1.161.0+) The status of the vpn route entry.
190
+ (Available since v1.161.0) The status of the vpn route entry.
191
191
  """
192
192
  return pulumi.get(self, "status")
193
193
 
@@ -533,8 +533,8 @@ class RouteEntry(pulumi.CustomResource):
533
533
  :param pulumi.Input[builtins.str] next_hop: The next hop of the destination route.
534
534
  :param pulumi.Input[builtins.bool] publish_vpc: Whether to issue the destination route to the VPC.
535
535
  :param pulumi.Input[builtins.str] route_dest: The destination network segment of the destination route.
536
- :param pulumi.Input[builtins.str] route_entry_type: (Available in 1.161.0+) The type of the vpn route entry.
537
- :param pulumi.Input[builtins.str] status: (Available in 1.161.0+) The status of the vpn route entry.
536
+ :param pulumi.Input[builtins.str] route_entry_type: (Available since v1.161.0) The type of the vpn route entry.
537
+ :param pulumi.Input[builtins.str] status: (Available since v1.161.0) The status of the vpn route entry.
538
538
  :param pulumi.Input[builtins.str] vpn_gateway_id: The id of the vpn gateway.
539
539
  :param pulumi.Input[builtins.int] weight: The value should be 0 or 100.
540
540
  """
@@ -579,7 +579,7 @@ class RouteEntry(pulumi.CustomResource):
579
579
  @pulumi.getter(name="routeEntryType")
580
580
  def route_entry_type(self) -> pulumi.Output[builtins.str]:
581
581
  """
582
- (Available in 1.161.0+) The type of the vpn route entry.
582
+ (Available since v1.161.0) The type of the vpn route entry.
583
583
  """
584
584
  return pulumi.get(self, "route_entry_type")
585
585
 
@@ -587,7 +587,7 @@ class RouteEntry(pulumi.CustomResource):
587
587
  @pulumi.getter
588
588
  def status(self) -> pulumi.Output[builtins.str]:
589
589
  """
590
- (Available in 1.161.0+) The status of the vpn route entry.
590
+ (Available since v1.161.0) The status of the vpn route entry.
591
591
  """
592
592
  return pulumi.get(self, "status")
593
593
 
@@ -94,7 +94,7 @@ class Instance(pulumi.CustomResource):
94
94
 
95
95
  For information about Wafv3 Instance and how to use it, see [What is Instance](https://www.alibabacloud.com/help/en/web-application-firewall/latest/what-is-waf).
96
96
 
97
- > **NOTE:** Available in v1.200.0+.
97
+ > **NOTE:** Available since v1.200.0.
98
98
 
99
99
  ## Example Usage
100
100
 
@@ -129,7 +129,7 @@ class Instance(pulumi.CustomResource):
129
129
 
130
130
  For information about Wafv3 Instance and how to use it, see [What is Instance](https://www.alibabacloud.com/help/en/web-application-firewall/latest/what-is-waf).
131
131
 
132
- > **NOTE:** Available in v1.200.0+.
132
+ > **NOTE:** Available since v1.200.0.
133
133
 
134
134
  ## Example Usage
135
135
 
@@ -538,6 +538,7 @@ class DomainRedirectRequestHeader(dict):
538
538
  @pulumi.output_type
539
539
  class GetDomainsDomainResult(dict):
540
540
  def __init__(__self__, *,
541
+ cname: builtins.str,
541
542
  domain: builtins.str,
542
543
  id: builtins.str,
543
544
  listens: Sequence['outputs.GetDomainsDomainListenResult'],
@@ -545,6 +546,7 @@ class GetDomainsDomainResult(dict):
545
546
  resource_manager_resource_group_id: builtins.str,
546
547
  status: builtins.str):
547
548
  """
549
+ :param builtins.str cname: The CNAME assigned by WAF to the domain name.
548
550
  :param builtins.str domain: The name of the domain name to query.
549
551
  :param builtins.str id: The ID of the domain. It formats as `<instance_id>:<domain>`.
550
552
  :param Sequence['GetDomainsDomainListenArgs'] listens: Configure listening information
@@ -552,6 +554,7 @@ class GetDomainsDomainResult(dict):
552
554
  :param builtins.str resource_manager_resource_group_id: The ID of the resource group.
553
555
  :param builtins.str status: The status of the domain.
554
556
  """
557
+ pulumi.set(__self__, "cname", cname)
555
558
  pulumi.set(__self__, "domain", domain)
556
559
  pulumi.set(__self__, "id", id)
557
560
  pulumi.set(__self__, "listens", listens)
@@ -559,6 +562,14 @@ class GetDomainsDomainResult(dict):
559
562
  pulumi.set(__self__, "resource_manager_resource_group_id", resource_manager_resource_group_id)
560
563
  pulumi.set(__self__, "status", status)
561
564
 
565
+ @property
566
+ @pulumi.getter
567
+ def cname(self) -> builtins.str:
568
+ """
569
+ The CNAME assigned by WAF to the domain name.
570
+ """
571
+ return pulumi.get(self, "cname")
572
+
562
573
  @property
563
574
  @pulumi.getter
564
575
  def domain(self) -> builtins.str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_alicloud
3
- Version: 3.78.0a1747200018
3
+ Version: 3.79.0
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