pulumi-alicloud 3.86.1a1758944763__py3-none-any.whl → 3.87.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 (49) hide show
  1. pulumi_alicloud/__init__.py +24 -0
  2. pulumi_alicloud/adb/resource_group.py +463 -3
  3. pulumi_alicloud/cloudsso/__init__.py +1 -0
  4. pulumi_alicloud/cloudsso/get_user_provisioning_events.py +226 -0
  5. pulumi_alicloud/cloudsso/outputs.py +228 -0
  6. pulumi_alicloud/cs/managed_kubernetes.py +6 -2
  7. pulumi_alicloud/ddos/domain_resource.py +89 -0
  8. pulumi_alicloud/dms/get_enterprise_logic_databases.py +8 -0
  9. pulumi_alicloud/eais/get_instances.py +8 -0
  10. pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +8 -0
  11. pulumi_alicloud/ecs/elasticity_assurance.py +279 -20
  12. pulumi_alicloud/edas/get_deploy_groups.py +4 -0
  13. pulumi_alicloud/eflo/node.py +153 -15
  14. pulumi_alicloud/esa/__init__.py +1 -0
  15. pulumi_alicloud/esa/_inputs.py +2152 -0
  16. pulumi_alicloud/esa/outputs.py +1599 -0
  17. pulumi_alicloud/esa/waf_rule.py +510 -0
  18. pulumi_alicloud/ess/__init__.py +1 -0
  19. pulumi_alicloud/ess/_inputs.py +256 -0
  20. pulumi_alicloud/ess/instance_refresh.py +760 -0
  21. pulumi_alicloud/ess/outputs.py +203 -0
  22. pulumi_alicloud/expressconnect/get_virtual_physical_connections.py +4 -0
  23. pulumi_alicloud/expressconnect/traffic_qos.py +137 -31
  24. pulumi_alicloud/expressconnect/traffic_qos_queue.py +91 -66
  25. pulumi_alicloud/expressconnect/traffic_qos_rule.py +307 -261
  26. pulumi_alicloud/expressconnect/vbr_pconn_association.py +105 -59
  27. pulumi_alicloud/gpdb/get_zones.py +4 -0
  28. pulumi_alicloud/kvstore/account.py +14 -14
  29. pulumi_alicloud/log/_inputs.py +29 -9
  30. pulumi_alicloud/log/etl.py +56 -9
  31. pulumi_alicloud/log/outputs.py +18 -6
  32. pulumi_alicloud/polardb/__init__.py +1 -0
  33. pulumi_alicloud/polardb/zonal_db_cluster.py +1255 -0
  34. pulumi_alicloud/pulumi-plugin.json +1 -1
  35. pulumi_alicloud/resourcemanager/_inputs.py +54 -0
  36. pulumi_alicloud/resourcemanager/get_policies.py +4 -0
  37. pulumi_alicloud/resourcemanager/outputs.py +51 -0
  38. pulumi_alicloud/resourcemanager/resource_share.py +341 -11
  39. pulumi_alicloud/scdn/domain_config.py +8 -0
  40. pulumi_alicloud/servicemesh/user_permission.py +8 -0
  41. pulumi_alicloud/simpleapplicationserver/get_images.py +24 -0
  42. pulumi_alicloud/vpc/bgp_group.py +250 -53
  43. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -14
  44. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +3 -3
  45. pulumi_alicloud/vpc/vbr_ha.py +127 -46
  46. {pulumi_alicloud-3.86.1a1758944763.dist-info → pulumi_alicloud-3.87.0.dist-info}/METADATA +1 -1
  47. {pulumi_alicloud-3.86.1a1758944763.dist-info → pulumi_alicloud-3.87.0.dist-info}/RECORD +49 -45
  48. {pulumi_alicloud-3.86.1a1758944763.dist-info → pulumi_alicloud-3.87.0.dist-info}/WHEEL +0 -0
  49. {pulumi_alicloud-3.86.1a1758944763.dist-info → pulumi_alicloud-3.87.0.dist-info}/top_level.txt +0 -0
@@ -180,6 +180,10 @@ class DomainConfig(pulumi.CustomResource):
180
180
 
181
181
  > **DEPRECATED:** This resource has been [deprecated](https://www.aliyun.com/product/scdn) from version `1.219.0`.
182
182
 
183
+ ## Example Usage
184
+
185
+ Basic Usage
186
+
183
187
  ## Import
184
188
 
185
189
  SCDN domain config can be imported using the id, e.g.
@@ -211,6 +215,10 @@ class DomainConfig(pulumi.CustomResource):
211
215
 
212
216
  > **DEPRECATED:** This resource has been [deprecated](https://www.aliyun.com/product/scdn) from version `1.219.0`.
213
217
 
218
+ ## Example Usage
219
+
220
+ Basic Usage
221
+
214
222
  ## Import
215
223
 
216
224
  SCDN domain config can be imported using the id, e.g.
@@ -113,6 +113,10 @@ class UserPermission(pulumi.CustomResource):
113
113
 
114
114
  > **NOTE:** Available since v1.174.0.
115
115
 
116
+ ## Example Usage
117
+
118
+ Basic Usage
119
+
116
120
  ## Import
117
121
 
118
122
  Service Mesh User Permission can be imported using the id, e.g.
@@ -139,6 +143,10 @@ class UserPermission(pulumi.CustomResource):
139
143
 
140
144
  > **NOTE:** Available since v1.174.0.
141
145
 
146
+ ## Example Usage
147
+
148
+ Basic Usage
149
+
142
150
  ## Import
143
151
 
144
152
  Service Mesh User Permission can be imported using the id, e.g.
@@ -123,6 +123,18 @@ def get_images(ids: Optional[Sequence[_builtins.str]] = None,
123
123
  This data source provides the Simple Application Server Images of the current Alibaba Cloud user.
124
124
 
125
125
  > **NOTE:** Available in v1.135.0+.
126
+
127
+ ## Example Usage
128
+
129
+ Basic Usage
130
+
131
+ The following arguments are supported:
132
+
133
+ * `ids` - (Optional, ForceNew, Computed) A list of Image IDs.
134
+ * `image_type` - (Optional, ForceNew) The image type. Valid values: `app`, `custom`, `system`.
135
+ * `name_regex` - (Optional, ForceNew) A regex string to filter results by Image name.
136
+ * `platform` - (Available in v1.161.0) The platform of Image supported. Valid values: ["Linux", "Windows"].
137
+ * `output_file` - (Optional) File name where to save data source results (after running `pulumi preview`).
126
138
  """
127
139
  __args__ = dict()
128
140
  __args__['ids'] = ids
@@ -152,6 +164,18 @@ def get_images_output(ids: Optional[pulumi.Input[Optional[Sequence[_builtins.str
152
164
  This data source provides the Simple Application Server Images of the current Alibaba Cloud user.
153
165
 
154
166
  > **NOTE:** Available in v1.135.0+.
167
+
168
+ ## Example Usage
169
+
170
+ Basic Usage
171
+
172
+ The following arguments are supported:
173
+
174
+ * `ids` - (Optional, ForceNew, Computed) A list of Image IDs.
175
+ * `image_type` - (Optional, ForceNew) The image type. Valid values: `app`, `custom`, `system`.
176
+ * `name_regex` - (Optional, ForceNew) A regex string to filter results by Image name.
177
+ * `platform` - (Available in v1.161.0) The platform of Image supported. Valid values: ["Linux", "Windows"].
178
+ * `output_file` - (Optional) File name where to save data source results (after running `pulumi preview`).
155
179
  """
156
180
  __args__ = dict()
157
181
  __args__['ids'] = ids