pulumi-alicloud 3.87.0a1760678219__py3-none-any.whl → 3.88.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 (92) hide show
  1. pulumi_alicloud/__init__.py +83 -0
  2. pulumi_alicloud/adb/resource_group.py +463 -3
  3. pulumi_alicloud/cfg/_inputs.py +27 -24
  4. pulumi_alicloud/cfg/aggregator.py +142 -53
  5. pulumi_alicloud/cfg/outputs.py +18 -15
  6. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  7. pulumi_alicloud/cloudfirewall/get_tls_inspect_ca_certificates.py +214 -0
  8. pulumi_alicloud/cloudfirewall/outputs.py +30 -0
  9. pulumi_alicloud/cloudsso/__init__.py +1 -0
  10. pulumi_alicloud/cloudsso/get_user_provisioning_events.py +226 -0
  11. pulumi_alicloud/cloudsso/outputs.py +228 -0
  12. pulumi_alicloud/cms/_inputs.py +870 -10
  13. pulumi_alicloud/cms/get_site_monitors.py +2 -2
  14. pulumi_alicloud/cms/outputs.py +606 -6
  15. pulumi_alicloud/cms/site_monitor.py +360 -89
  16. pulumi_alicloud/cr/registry_enterprise_instance.py +63 -0
  17. pulumi_alicloud/cs/managed_kubernetes.py +6 -2
  18. pulumi_alicloud/ddos/domain_resource.py +89 -0
  19. pulumi_alicloud/dts/instance.py +14 -14
  20. pulumi_alicloud/eci/container_group.py +47 -0
  21. pulumi_alicloud/ecs/elasticity_assurance.py +279 -20
  22. pulumi_alicloud/ecs/security_group_rule.py +7 -7
  23. pulumi_alicloud/eflo/node.py +153 -15
  24. pulumi_alicloud/ens/load_balancer.py +8 -4
  25. pulumi_alicloud/esa/__init__.py +2 -0
  26. pulumi_alicloud/esa/_inputs.py +3759 -996
  27. pulumi_alicloud/esa/cache_rule.py +47 -0
  28. pulumi_alicloud/esa/certificate.py +21 -54
  29. pulumi_alicloud/esa/compression_rule.py +47 -0
  30. pulumi_alicloud/esa/load_balancer.py +999 -0
  31. pulumi_alicloud/esa/outputs.py +2068 -0
  32. pulumi_alicloud/esa/waf_rule.py +510 -0
  33. pulumi_alicloud/ess/__init__.py +1 -0
  34. pulumi_alicloud/ess/_inputs.py +256 -0
  35. pulumi_alicloud/ess/instance_refresh.py +760 -0
  36. pulumi_alicloud/ess/outputs.py +203 -0
  37. pulumi_alicloud/eventbridge/event_source.py +57 -57
  38. pulumi_alicloud/expressconnect/traffic_qos.py +137 -31
  39. pulumi_alicloud/expressconnect/traffic_qos_queue.py +91 -66
  40. pulumi_alicloud/expressconnect/traffic_qos_rule.py +307 -261
  41. pulumi_alicloud/expressconnect/vbr_pconn_association.py +105 -59
  42. pulumi_alicloud/ga/_inputs.py +56 -16
  43. pulumi_alicloud/ga/outputs.py +39 -11
  44. pulumi_alicloud/kvstore/account.py +14 -14
  45. pulumi_alicloud/lindorm/instance_v2.py +358 -70
  46. pulumi_alicloud/log/_inputs.py +29 -9
  47. pulumi_alicloud/log/etl.py +56 -9
  48. pulumi_alicloud/log/outputs.py +18 -6
  49. pulumi_alicloud/oss/_inputs.py +53 -0
  50. pulumi_alicloud/oss/bucket_logging.py +80 -29
  51. pulumi_alicloud/oss/bucket_replication.py +55 -8
  52. pulumi_alicloud/oss/outputs.py +31 -0
  53. pulumi_alicloud/polardb/__init__.py +3 -0
  54. pulumi_alicloud/polardb/cluster.py +14 -14
  55. pulumi_alicloud/polardb/zonal_account.py +449 -0
  56. pulumi_alicloud/polardb/zonal_db_cluster.py +1255 -0
  57. pulumi_alicloud/polardb/zonal_endpoint.py +865 -0
  58. pulumi_alicloud/pulumi-plugin.json +1 -1
  59. pulumi_alicloud/ram/policy.py +2 -2
  60. pulumi_alicloud/resourcemanager/__init__.py +2 -0
  61. pulumi_alicloud/resourcemanager/_inputs.py +799 -0
  62. pulumi_alicloud/resourcemanager/delivery_channel.py +449 -0
  63. pulumi_alicloud/resourcemanager/multi_account_delivery_channel.py +470 -0
  64. pulumi_alicloud/resourcemanager/outputs.py +694 -0
  65. pulumi_alicloud/resourcemanager/resource_share.py +341 -11
  66. pulumi_alicloud/sae/_inputs.py +60 -0
  67. pulumi_alicloud/sae/application.py +1 -1
  68. pulumi_alicloud/sae/outputs.py +42 -0
  69. pulumi_alicloud/sls/__init__.py +1 -0
  70. pulumi_alicloud/sls/get_indexs.py +304 -0
  71. pulumi_alicloud/sls/outputs.py +148 -0
  72. pulumi_alicloud/star_rocks_instance.py +8 -2
  73. pulumi_alicloud/starrocks/__init__.py +12 -0
  74. pulumi_alicloud/starrocks/_inputs.py +656 -0
  75. pulumi_alicloud/starrocks/instance.py +1427 -0
  76. pulumi_alicloud/starrocks/node_group.py +1298 -0
  77. pulumi_alicloud/starrocks/outputs.py +508 -0
  78. pulumi_alicloud/vpc/_inputs.py +84 -0
  79. pulumi_alicloud/vpc/bgp_group.py +250 -53
  80. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -14
  81. pulumi_alicloud/vpc/gateway_endpoint.py +8 -8
  82. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +3 -3
  83. pulumi_alicloud/vpc/network_acl_entries.py +16 -20
  84. pulumi_alicloud/vpc/outputs.py +48 -0
  85. pulumi_alicloud/vpc/vbr_ha.py +127 -46
  86. pulumi_alicloud/wafv3/_inputs.py +396 -0
  87. pulumi_alicloud/wafv3/defense_rule.py +40 -110
  88. pulumi_alicloud/wafv3/outputs.py +303 -0
  89. {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/METADATA +1 -1
  90. {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/RECORD +92 -76
  91. {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/WHEEL +0 -0
  92. {pulumi_alicloud-3.87.0a1760678219.dist-info → pulumi_alicloud-3.88.0.dist-info}/top_level.txt +0 -0
@@ -31,15 +31,19 @@ class CommonBandwithPackageAttachmentArgs:
31
31
 
32
32
  You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
33
33
 
34
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
34
+ > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
35
35
  :param pulumi.Input[_builtins.str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
36
- :param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
36
+ > **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
37
+ :param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: . Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
37
38
  :param pulumi.Input[_builtins.str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
38
39
  """
39
40
  pulumi.set(__self__, "bandwidth_package_id", bandwidth_package_id)
40
41
  pulumi.set(__self__, "instance_id", instance_id)
41
42
  if bandwidth_package_bandwidth is not None:
42
43
  pulumi.set(__self__, "bandwidth_package_bandwidth", bandwidth_package_bandwidth)
44
+ if cancel_common_bandwidth_package_ip_bandwidth is not None:
45
+ warnings.warn("""Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""", DeprecationWarning)
46
+ pulumi.log.warn("""cancel_common_bandwidth_package_ip_bandwidth is deprecated: Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""")
43
47
  if cancel_common_bandwidth_package_ip_bandwidth is not None:
44
48
  pulumi.set(__self__, "cancel_common_bandwidth_package_ip_bandwidth", cancel_common_bandwidth_package_ip_bandwidth)
45
49
  if ip_type is not None:
@@ -65,7 +69,7 @@ class CommonBandwithPackageAttachmentArgs:
65
69
 
66
70
  You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
67
71
 
68
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
72
+ > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
69
73
  """
70
74
  return pulumi.get(self, "instance_id")
71
75
 
@@ -78,6 +82,7 @@ class CommonBandwithPackageAttachmentArgs:
78
82
  def bandwidth_package_bandwidth(self) -> Optional[pulumi.Input[_builtins.str]]:
79
83
  """
80
84
  The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
85
+ > **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
81
86
  """
82
87
  return pulumi.get(self, "bandwidth_package_bandwidth")
83
88
 
@@ -87,9 +92,10 @@ class CommonBandwithPackageAttachmentArgs:
87
92
 
88
93
  @_builtins.property
89
94
  @pulumi.getter(name="cancelCommonBandwidthPackageIpBandwidth")
95
+ @_utilities.deprecated("""Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""")
90
96
  def cancel_common_bandwidth_package_ip_bandwidth(self) -> Optional[pulumi.Input[_builtins.bool]]:
91
97
  """
92
- Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
98
+ . Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
93
99
  """
94
100
  return pulumi.get(self, "cancel_common_bandwidth_package_ip_bandwidth")
95
101
 
@@ -122,13 +128,14 @@ class _CommonBandwithPackageAttachmentState:
122
128
  """
123
129
  Input properties used for looking up and filtering CommonBandwithPackageAttachment resources.
124
130
  :param pulumi.Input[_builtins.str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
131
+ > **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
125
132
  :param pulumi.Input[_builtins.str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
126
- :param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
133
+ :param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: . Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
127
134
  :param pulumi.Input[_builtins.str] instance_id: The ID of the EIP that you want to query.
128
135
 
129
136
  You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
130
137
 
131
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
138
+ > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
132
139
  :param pulumi.Input[_builtins.str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
133
140
  :param pulumi.Input[_builtins.str] status: The status of the Internet Shared Bandwidth instance.
134
141
  """
@@ -136,6 +143,9 @@ class _CommonBandwithPackageAttachmentState:
136
143
  pulumi.set(__self__, "bandwidth_package_bandwidth", bandwidth_package_bandwidth)
137
144
  if bandwidth_package_id is not None:
138
145
  pulumi.set(__self__, "bandwidth_package_id", bandwidth_package_id)
146
+ if cancel_common_bandwidth_package_ip_bandwidth is not None:
147
+ warnings.warn("""Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""", DeprecationWarning)
148
+ pulumi.log.warn("""cancel_common_bandwidth_package_ip_bandwidth is deprecated: Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""")
139
149
  if cancel_common_bandwidth_package_ip_bandwidth is not None:
140
150
  pulumi.set(__self__, "cancel_common_bandwidth_package_ip_bandwidth", cancel_common_bandwidth_package_ip_bandwidth)
141
151
  if instance_id is not None:
@@ -150,6 +160,7 @@ class _CommonBandwithPackageAttachmentState:
150
160
  def bandwidth_package_bandwidth(self) -> Optional[pulumi.Input[_builtins.str]]:
151
161
  """
152
162
  The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
163
+ > **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
153
164
  """
154
165
  return pulumi.get(self, "bandwidth_package_bandwidth")
155
166
 
@@ -171,9 +182,10 @@ class _CommonBandwithPackageAttachmentState:
171
182
 
172
183
  @_builtins.property
173
184
  @pulumi.getter(name="cancelCommonBandwidthPackageIpBandwidth")
185
+ @_utilities.deprecated("""Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""")
174
186
  def cancel_common_bandwidth_package_ip_bandwidth(self) -> Optional[pulumi.Input[_builtins.bool]]:
175
187
  """
176
- Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
188
+ . Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
177
189
  """
178
190
  return pulumi.get(self, "cancel_common_bandwidth_package_ip_bandwidth")
179
191
 
@@ -189,7 +201,7 @@ class _CommonBandwithPackageAttachmentState:
189
201
 
190
202
  You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
191
203
 
192
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
204
+ > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
193
205
  """
194
206
  return pulumi.get(self, "instance_id")
195
207
 
@@ -271,13 +283,14 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
271
283
  :param str resource_name: The name of the resource.
272
284
  :param pulumi.ResourceOptions opts: Options for the resource.
273
285
  :param pulumi.Input[_builtins.str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
286
+ > **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
274
287
  :param pulumi.Input[_builtins.str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
275
- :param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
288
+ :param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: . Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
276
289
  :param pulumi.Input[_builtins.str] instance_id: The ID of the EIP that you want to query.
277
290
 
278
291
  You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
279
292
 
280
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
293
+ > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
281
294
  :param pulumi.Input[_builtins.str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
282
295
  """
283
296
  ...
@@ -383,13 +396,14 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
383
396
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
384
397
  :param pulumi.ResourceOptions opts: Options for the resource.
385
398
  :param pulumi.Input[_builtins.str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
399
+ > **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
386
400
  :param pulumi.Input[_builtins.str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
387
- :param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
401
+ :param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: . Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
388
402
  :param pulumi.Input[_builtins.str] instance_id: The ID of the EIP that you want to query.
389
403
 
390
404
  You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
391
405
 
392
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
406
+ > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
393
407
  :param pulumi.Input[_builtins.str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
394
408
  :param pulumi.Input[_builtins.str] status: The status of the Internet Shared Bandwidth instance.
395
409
  """
@@ -410,6 +424,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
410
424
  def bandwidth_package_bandwidth(self) -> pulumi.Output[_builtins.str]:
411
425
  """
412
426
  The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
427
+ > **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
413
428
  """
414
429
  return pulumi.get(self, "bandwidth_package_bandwidth")
415
430
 
@@ -423,9 +438,10 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
423
438
 
424
439
  @_builtins.property
425
440
  @pulumi.getter(name="cancelCommonBandwidthPackageIpBandwidth")
441
+ @_utilities.deprecated("""Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""")
426
442
  def cancel_common_bandwidth_package_ip_bandwidth(self) -> pulumi.Output[Optional[_builtins.bool]]:
427
443
  """
428
- Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
444
+ . Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
429
445
  """
430
446
  return pulumi.get(self, "cancel_common_bandwidth_package_ip_bandwidth")
431
447
 
@@ -437,7 +453,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
437
453
 
438
454
  You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
439
455
 
440
- > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
456
+ > **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
441
457
  """
442
458
  return pulumi.get(self, "instance_id")
443
459
 
@@ -36,7 +36,7 @@ class GatewayEndpointArgs:
36
36
  :param pulumi.Input[_builtins.str] gateway_endpoint_name: The name of the VPC gateway endpoint.
37
37
  :param pulumi.Input[_builtins.str] policy_document: Access control policies for cloud services. This parameter is required when the cloud service is oss. For details about the syntax and structure of access policies, see [syntax and structure of permission Policies](https://help.aliyun.com/document_detail/93739.html).
38
38
  :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
39
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint.
39
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
40
40
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The tags of the resource.
41
41
  """
42
42
  pulumi.set(__self__, "service_name", service_name)
@@ -131,7 +131,7 @@ class GatewayEndpointArgs:
131
131
  @pulumi.getter(name="routeTables")
132
132
  def route_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
133
133
  """
134
- The ID list of the route table associated with the VPC gateway endpoint.
134
+ The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
135
135
  """
136
136
  return pulumi.get(self, "route_tables")
137
137
 
@@ -173,7 +173,7 @@ class _GatewayEndpointState:
173
173
  :param pulumi.Input[_builtins.str] gateway_endpoint_name: The name of the VPC gateway endpoint.
174
174
  :param pulumi.Input[_builtins.str] policy_document: Access control policies for cloud services. This parameter is required when the cloud service is oss. For details about the syntax and structure of access policies, see [syntax and structure of permission Policies](https://help.aliyun.com/document_detail/93739.html).
175
175
  :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
176
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint.
176
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
177
177
  :param pulumi.Input[_builtins.str] service_name: The endpoint service name.
178
178
  :param pulumi.Input[_builtins.str] status: The status of VPC gateway endpoint.
179
179
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The tags of the resource.
@@ -265,7 +265,7 @@ class _GatewayEndpointState:
265
265
  @pulumi.getter(name="routeTables")
266
266
  def route_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
267
267
  """
268
- The ID list of the route table associated with the VPC gateway endpoint.
268
+ The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
269
269
  """
270
270
  return pulumi.get(self, "route_tables")
271
271
 
@@ -398,7 +398,7 @@ class GatewayEndpoint(pulumi.CustomResource):
398
398
  :param pulumi.Input[_builtins.str] gateway_endpoint_name: The name of the VPC gateway endpoint.
399
399
  :param pulumi.Input[_builtins.str] policy_document: Access control policies for cloud services. This parameter is required when the cloud service is oss. For details about the syntax and structure of access policies, see [syntax and structure of permission Policies](https://help.aliyun.com/document_detail/93739.html).
400
400
  :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
401
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint.
401
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
402
402
  :param pulumi.Input[_builtins.str] service_name: The endpoint service name.
403
403
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The tags of the resource.
404
404
  :param pulumi.Input[_builtins.str] vpc_id: The ID of the VPC.
@@ -542,7 +542,7 @@ class GatewayEndpoint(pulumi.CustomResource):
542
542
  :param pulumi.Input[_builtins.str] gateway_endpoint_name: The name of the VPC gateway endpoint.
543
543
  :param pulumi.Input[_builtins.str] policy_document: Access control policies for cloud services. This parameter is required when the cloud service is oss. For details about the syntax and structure of access policies, see [syntax and structure of permission Policies](https://help.aliyun.com/document_detail/93739.html).
544
544
  :param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
545
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint.
545
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
546
546
  :param pulumi.Input[_builtins.str] service_name: The endpoint service name.
547
547
  :param pulumi.Input[_builtins.str] status: The status of VPC gateway endpoint.
548
548
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The tags of the resource.
@@ -607,9 +607,9 @@ class GatewayEndpoint(pulumi.CustomResource):
607
607
 
608
608
  @_builtins.property
609
609
  @pulumi.getter(name="routeTables")
610
- def route_tables(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
610
+ def route_tables(self) -> pulumi.Output[Sequence[_builtins.str]]:
611
611
  """
612
- The ID list of the route table associated with the VPC gateway endpoint.
612
+ The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
613
613
  """
614
614
  return pulumi.get(self, "route_tables")
615
615
 
@@ -53,7 +53,7 @@ class GetEnhancedNatAvailableZonesResult:
53
53
  @pulumi.getter
54
54
  def ids(self) -> Sequence[_builtins.str]:
55
55
  """
56
- (Optional) A list of available zones IDs by the enhanced NAT gateway.
56
+ A list of available zones IDs by the enhanced NAT gateway.
57
57
  """
58
58
  return pulumi.get(self, "ids")
59
59
 
@@ -88,7 +88,7 @@ def get_enhanced_nat_available_zones(output_file: Optional[_builtins.str] = None
88
88
  """
89
89
  This data source provides a list of available zones by the enhanced Nat Gateway.
90
90
 
91
- > **NOTE:** Available since 1.102.0+.
91
+ > **NOTE:** Available since v1.102.0.
92
92
 
93
93
  ## Example Usage
94
94
 
@@ -118,7 +118,7 @@ def get_enhanced_nat_available_zones_output(output_file: Optional[pulumi.Input[O
118
118
  """
119
119
  This data source provides a list of available zones by the enhanced Nat Gateway.
120
120
 
121
- > **NOTE:** Available since 1.102.0+.
121
+ > **NOTE:** Available since v1.102.0.
122
122
 
123
123
  ## Example Usage
124
124
 
@@ -27,8 +27,8 @@ class NetworkAclEntriesArgs:
27
27
  """
28
28
  The set of arguments for constructing a NetworkAclEntries resource.
29
29
  :param pulumi.Input[_builtins.str] network_acl_id: The id of the network acl, the field can't be changed.
30
- :param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block Egress.
31
- :param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block Ingress.
30
+ :param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
31
+ :param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
32
32
  """
33
33
  pulumi.set(__self__, "network_acl_id", network_acl_id)
34
34
  if egresses is not None:
@@ -52,7 +52,7 @@ class NetworkAclEntriesArgs:
52
52
  @pulumi.getter
53
53
  def egresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]]]:
54
54
  """
55
- List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block Egress.
55
+ List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
56
56
  """
57
57
  return pulumi.get(self, "egresses")
58
58
 
@@ -64,7 +64,7 @@ class NetworkAclEntriesArgs:
64
64
  @pulumi.getter
65
65
  def ingresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]]]:
66
66
  """
67
- List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block Ingress.
67
+ List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
68
68
  """
69
69
  return pulumi.get(self, "ingresses")
70
70
 
@@ -81,8 +81,8 @@ class _NetworkAclEntriesState:
81
81
  network_acl_id: Optional[pulumi.Input[_builtins.str]] = None):
82
82
  """
83
83
  Input properties used for looking up and filtering NetworkAclEntries resources.
84
- :param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block Egress.
85
- :param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block Ingress.
84
+ :param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
85
+ :param pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
86
86
  :param pulumi.Input[_builtins.str] network_acl_id: The id of the network acl, the field can't be changed.
87
87
  """
88
88
  if egresses is not None:
@@ -96,7 +96,7 @@ class _NetworkAclEntriesState:
96
96
  @pulumi.getter
97
97
  def egresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesEgressArgs']]]]:
98
98
  """
99
- List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block Egress.
99
+ List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
100
100
  """
101
101
  return pulumi.get(self, "egresses")
102
102
 
@@ -108,7 +108,7 @@ class _NetworkAclEntriesState:
108
108
  @pulumi.getter
109
109
  def ingresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkAclEntriesIngressArgs']]]]:
110
110
  """
111
- List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block Ingress.
111
+ List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
112
112
  """
113
113
  return pulumi.get(self, "ingresses")
114
114
 
@@ -142,12 +142,10 @@ class NetworkAclEntries(pulumi.CustomResource):
142
142
  """
143
143
  Provides a network acl entries resource to create ingress and egress entries.
144
144
 
145
- > **NOTE:** Available in 1.45.0+. Currently, the resource are only available in Hongkong(cn-hongkong), and Indonesia(ap-southeast-1) regions.
145
+ > **NOTE:** Available in 1.45.0+.
146
146
 
147
147
  > **NOTE:** It doesn't support concurrency and the order of the ingress and egress entries determines the priority.
148
148
 
149
- > **NOTE:** Using this resource need to open a whitelist.
150
-
151
149
  > **DEPRECATED:** This resource has been deprecated from version `1.122.0`. Replace by `ingress_acl_entries` and `egress_acl_entries` with the resource alicloud_network_acl.
152
150
 
153
151
  ## Example Usage
@@ -204,8 +202,8 @@ class NetworkAclEntries(pulumi.CustomResource):
204
202
 
205
203
  :param str resource_name: The name of the resource.
206
204
  :param pulumi.ResourceOptions opts: Options for the resource.
207
- :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesEgressArgs', 'NetworkAclEntriesEgressArgsDict']]]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block Egress.
208
- :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesIngressArgs', 'NetworkAclEntriesIngressArgsDict']]]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block Ingress.
205
+ :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesEgressArgs', 'NetworkAclEntriesEgressArgsDict']]]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
206
+ :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesIngressArgs', 'NetworkAclEntriesIngressArgsDict']]]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
209
207
  :param pulumi.Input[_builtins.str] network_acl_id: The id of the network acl, the field can't be changed.
210
208
  """
211
209
  ...
@@ -217,12 +215,10 @@ class NetworkAclEntries(pulumi.CustomResource):
217
215
  """
218
216
  Provides a network acl entries resource to create ingress and egress entries.
219
217
 
220
- > **NOTE:** Available in 1.45.0+. Currently, the resource are only available in Hongkong(cn-hongkong), and Indonesia(ap-southeast-1) regions.
218
+ > **NOTE:** Available in 1.45.0+.
221
219
 
222
220
  > **NOTE:** It doesn't support concurrency and the order of the ingress and egress entries determines the priority.
223
221
 
224
- > **NOTE:** Using this resource need to open a whitelist.
225
-
226
222
  > **DEPRECATED:** This resource has been deprecated from version `1.122.0`. Replace by `ingress_acl_entries` and `egress_acl_entries` with the resource alicloud_network_acl.
227
223
 
228
224
  ## Example Usage
@@ -329,8 +325,8 @@ class NetworkAclEntries(pulumi.CustomResource):
329
325
  :param str resource_name: The unique name of the resulting resource.
330
326
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
331
327
  :param pulumi.ResourceOptions opts: Options for the resource.
332
- :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesEgressArgs', 'NetworkAclEntriesEgressArgsDict']]]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block Egress.
333
- :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesIngressArgs', 'NetworkAclEntriesIngressArgsDict']]]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block Ingress.
328
+ :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesEgressArgs', 'NetworkAclEntriesEgressArgsDict']]]] egresses: List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
329
+ :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkAclEntriesIngressArgs', 'NetworkAclEntriesIngressArgsDict']]]] ingresses: List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
334
330
  :param pulumi.Input[_builtins.str] network_acl_id: The id of the network acl, the field can't be changed.
335
331
  """
336
332
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -346,7 +342,7 @@ class NetworkAclEntries(pulumi.CustomResource):
346
342
  @pulumi.getter
347
343
  def egresses(self) -> pulumi.Output[Optional[Sequence['outputs.NetworkAclEntriesEgress']]]:
348
344
  """
349
- List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block Egress.
345
+ List of the egress entries of the network acl. The order of the egress entries determines the priority. See `egress` below.
350
346
  """
351
347
  return pulumi.get(self, "egresses")
352
348
 
@@ -354,7 +350,7 @@ class NetworkAclEntries(pulumi.CustomResource):
354
350
  @pulumi.getter
355
351
  def ingresses(self) -> pulumi.Output[Optional[Sequence['outputs.NetworkAclEntriesIngress']]]:
356
352
  """
357
- List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block Ingress.
353
+ List of the ingress entries of the network acl. The order of the ingress entries determines the priority. See `ingress` below.
358
354
  """
359
355
  return pulumi.get(self, "ingresses")
360
356
 
@@ -413,7 +413,13 @@ class NetworkAclEntriesEgress(dict):
413
413
  port: Optional[_builtins.str] = None,
414
414
  protocol: Optional[_builtins.str] = None):
415
415
  """
416
+ :param _builtins.str description: The description of the egress entry.
416
417
  :param _builtins.str destination_cidr_ip: The destination ip of the egress entry.
418
+ :param _builtins.str entry_type: The entry type of the egress entry. It must be `custom` or `system`. Default value is `custom`.
419
+ :param _builtins.str name: The name of the egress entry.
420
+ :param _builtins.str policy: The policy of the egress entry. It must be `accept` or `drop`.
421
+ :param _builtins.str port: The port of the egress entry.
422
+ :param _builtins.str protocol: The protocol of the egress entry.
417
423
  """
418
424
  if description is not None:
419
425
  pulumi.set(__self__, "description", description)
@@ -433,6 +439,9 @@ class NetworkAclEntriesEgress(dict):
433
439
  @_builtins.property
434
440
  @pulumi.getter
435
441
  def description(self) -> Optional[_builtins.str]:
442
+ """
443
+ The description of the egress entry.
444
+ """
436
445
  return pulumi.get(self, "description")
437
446
 
438
447
  @_builtins.property
@@ -446,26 +455,41 @@ class NetworkAclEntriesEgress(dict):
446
455
  @_builtins.property
447
456
  @pulumi.getter(name="entryType")
448
457
  def entry_type(self) -> Optional[_builtins.str]:
458
+ """
459
+ The entry type of the egress entry. It must be `custom` or `system`. Default value is `custom`.
460
+ """
449
461
  return pulumi.get(self, "entry_type")
450
462
 
451
463
  @_builtins.property
452
464
  @pulumi.getter
453
465
  def name(self) -> Optional[_builtins.str]:
466
+ """
467
+ The name of the egress entry.
468
+ """
454
469
  return pulumi.get(self, "name")
455
470
 
456
471
  @_builtins.property
457
472
  @pulumi.getter
458
473
  def policy(self) -> Optional[_builtins.str]:
474
+ """
475
+ The policy of the egress entry. It must be `accept` or `drop`.
476
+ """
459
477
  return pulumi.get(self, "policy")
460
478
 
461
479
  @_builtins.property
462
480
  @pulumi.getter
463
481
  def port(self) -> Optional[_builtins.str]:
482
+ """
483
+ The port of the egress entry.
484
+ """
464
485
  return pulumi.get(self, "port")
465
486
 
466
487
  @_builtins.property
467
488
  @pulumi.getter
468
489
  def protocol(self) -> Optional[_builtins.str]:
490
+ """
491
+ The protocol of the egress entry.
492
+ """
469
493
  return pulumi.get(self, "protocol")
470
494
 
471
495
 
@@ -499,6 +523,12 @@ class NetworkAclEntriesIngress(dict):
499
523
  protocol: Optional[_builtins.str] = None,
500
524
  source_cidr_ip: Optional[_builtins.str] = None):
501
525
  """
526
+ :param _builtins.str description: The description of the ingress entry.
527
+ :param _builtins.str entry_type: The entry type of the ingress entry. It must be `custom` or `system`. Default value is `custom`.
528
+ :param _builtins.str name: The name of the ingress entry.
529
+ :param _builtins.str policy: The policy of the ingress entry. It must be `accept` or `drop`.
530
+ :param _builtins.str port: The port of the ingress entry.
531
+ :param _builtins.str protocol: The protocol of the ingress entry.
502
532
  :param _builtins.str source_cidr_ip: The source ip of the ingress entry.
503
533
  """
504
534
  if description is not None:
@@ -519,31 +549,49 @@ class NetworkAclEntriesIngress(dict):
519
549
  @_builtins.property
520
550
  @pulumi.getter
521
551
  def description(self) -> Optional[_builtins.str]:
552
+ """
553
+ The description of the ingress entry.
554
+ """
522
555
  return pulumi.get(self, "description")
523
556
 
524
557
  @_builtins.property
525
558
  @pulumi.getter(name="entryType")
526
559
  def entry_type(self) -> Optional[_builtins.str]:
560
+ """
561
+ The entry type of the ingress entry. It must be `custom` or `system`. Default value is `custom`.
562
+ """
527
563
  return pulumi.get(self, "entry_type")
528
564
 
529
565
  @_builtins.property
530
566
  @pulumi.getter
531
567
  def name(self) -> Optional[_builtins.str]:
568
+ """
569
+ The name of the ingress entry.
570
+ """
532
571
  return pulumi.get(self, "name")
533
572
 
534
573
  @_builtins.property
535
574
  @pulumi.getter
536
575
  def policy(self) -> Optional[_builtins.str]:
576
+ """
577
+ The policy of the ingress entry. It must be `accept` or `drop`.
578
+ """
537
579
  return pulumi.get(self, "policy")
538
580
 
539
581
  @_builtins.property
540
582
  @pulumi.getter
541
583
  def port(self) -> Optional[_builtins.str]:
584
+ """
585
+ The port of the ingress entry.
586
+ """
542
587
  return pulumi.get(self, "port")
543
588
 
544
589
  @_builtins.property
545
590
  @pulumi.getter
546
591
  def protocol(self) -> Optional[_builtins.str]:
592
+ """
593
+ The protocol of the ingress entry.
594
+ """
547
595
  return pulumi.get(self, "protocol")
548
596
 
549
597
  @_builtins.property