pulumi-alicloud 3.65.1a1731504533__py3-none-any.whl → 3.66.0a1730783952__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 (35) hide show
  1. pulumi_alicloud/alb/load_balancer.py +1 -1
  2. pulumi_alicloud/arms/environment.py +7 -7
  3. pulumi_alicloud/arms/get_remote_writes.py +4 -4
  4. pulumi_alicloud/arms/prometheus_alert_rule.py +0 -58
  5. pulumi_alicloud/arms/remote_write.py +2 -2
  6. pulumi_alicloud/cen/transit_router_vbr_attachment.py +74 -96
  7. pulumi_alicloud/cms/hybrid_monitor_fc_task.py +26 -28
  8. pulumi_alicloud/cr/chain.py +14 -22
  9. pulumi_alicloud/cr/chart_repository.py +6 -14
  10. pulumi_alicloud/cr/repo.py +8 -8
  11. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +6 -14
  12. pulumi_alicloud/databasefilesystem/instance_attachment.py +63 -59
  13. pulumi_alicloud/databasefilesystem/snapshot.py +109 -53
  14. pulumi_alicloud/ecs/instance.py +7 -7
  15. pulumi_alicloud/ess/scaling_configuration.py +7 -7
  16. pulumi_alicloud/fc/trigger.py +138 -202
  17. pulumi_alicloud/ga/custom_routing_endpoint_traffic_policy.py +44 -48
  18. pulumi_alicloud/governance/_inputs.py +0 -54
  19. pulumi_alicloud/governance/account.py +14 -49
  20. pulumi_alicloud/governance/outputs.py +0 -51
  21. pulumi_alicloud/gpdb/instance.py +15 -196
  22. pulumi_alicloud/kms/instance.py +0 -28
  23. pulumi_alicloud/nas/data_flow.py +6 -6
  24. pulumi_alicloud/nas/fileset.py +6 -6
  25. pulumi_alicloud/nas/lifecycle_policy.py +6 -6
  26. pulumi_alicloud/nas/recycle_bin.py +6 -6
  27. pulumi_alicloud/nas/snapshot.py +6 -6
  28. pulumi_alicloud/pulumi-plugin.json +1 -1
  29. pulumi_alicloud/redis/tair_instance.py +71 -1102
  30. pulumi_alicloud/threatdetection/honeypot_preset.py +0 -2
  31. pulumi_alicloud/vpn/gateway_vco_route.py +8 -28
  32. {pulumi_alicloud-3.65.1a1731504533.dist-info → pulumi_alicloud-3.66.0a1730783952.dist-info}/METADATA +1 -1
  33. {pulumi_alicloud-3.65.1a1731504533.dist-info → pulumi_alicloud-3.66.0a1730783952.dist-info}/RECORD +35 -35
  34. {pulumi_alicloud-3.65.1a1731504533.dist-info → pulumi_alicloud-3.66.0a1730783952.dist-info}/WHEEL +1 -1
  35. {pulumi_alicloud-3.65.1a1731504533.dist-info → pulumi_alicloud-3.66.0a1730783952.dist-info}/top_level.txt +0 -0
@@ -285,7 +285,6 @@ class _InstanceState:
285
285
  bind_vpcs: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceBindVpcArgs']]]] = None,
286
286
  ca_certificate_chain_pem: Optional[pulumi.Input[str]] = None,
287
287
  create_time: Optional[pulumi.Input[str]] = None,
288
- end_date: Optional[pulumi.Input[str]] = None,
289
288
  force_delete_without_backup: Optional[pulumi.Input[str]] = None,
290
289
  instance_name: Optional[pulumi.Input[str]] = None,
291
290
  key_num: Optional[pulumi.Input[int]] = None,
@@ -308,7 +307,6 @@ class _InstanceState:
308
307
  :param pulumi.Input[Sequence[pulumi.Input['InstanceBindVpcArgs']]] bind_vpcs: Aucillary VPCs used to access this KMS instance. See `bind_vpcs` below.
309
308
  :param pulumi.Input[str] ca_certificate_chain_pem: KMS instance certificate chain in PEM format.
310
309
  :param pulumi.Input[str] create_time: The creation time of the resource.
311
- :param pulumi.Input[str] end_date: (Available since v1.233.1) Instance expiration time.
312
310
  :param pulumi.Input[str] force_delete_without_backup: Whether to force deletion even without backup.
313
311
  :param pulumi.Input[str] instance_name: The name of the resource.
314
312
  :param pulumi.Input[int] key_num: Maximum number of stored keys. The attribute is valid when the attribute `payment_type` is `Subscription`.
@@ -333,8 +331,6 @@ class _InstanceState:
333
331
  pulumi.set(__self__, "ca_certificate_chain_pem", ca_certificate_chain_pem)
334
332
  if create_time is not None:
335
333
  pulumi.set(__self__, "create_time", create_time)
336
- if end_date is not None:
337
- pulumi.set(__self__, "end_date", end_date)
338
334
  if force_delete_without_backup is not None:
339
335
  pulumi.set(__self__, "force_delete_without_backup", force_delete_without_backup)
340
336
  if instance_name is not None:
@@ -406,18 +402,6 @@ class _InstanceState:
406
402
  def create_time(self, value: Optional[pulumi.Input[str]]):
407
403
  pulumi.set(self, "create_time", value)
408
404
 
409
- @property
410
- @pulumi.getter(name="endDate")
411
- def end_date(self) -> Optional[pulumi.Input[str]]:
412
- """
413
- (Available since v1.233.1) Instance expiration time.
414
- """
415
- return pulumi.get(self, "end_date")
416
-
417
- @end_date.setter
418
- def end_date(self, value: Optional[pulumi.Input[str]]):
419
- pulumi.set(self, "end_date", value)
420
-
421
405
  @property
422
406
  @pulumi.getter(name="forceDeleteWithoutBackup")
423
407
  def force_delete_without_backup(self) -> Optional[pulumi.Input[str]]:
@@ -824,7 +808,6 @@ class Instance(pulumi.CustomResource):
824
808
  __props__.__dict__["zone_ids"] = zone_ids
825
809
  __props__.__dict__["ca_certificate_chain_pem"] = None
826
810
  __props__.__dict__["create_time"] = None
827
- __props__.__dict__["end_date"] = None
828
811
  __props__.__dict__["instance_name"] = None
829
812
  __props__.__dict__["status"] = None
830
813
  super(Instance, __self__).__init__(
@@ -840,7 +823,6 @@ class Instance(pulumi.CustomResource):
840
823
  bind_vpcs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceBindVpcArgs', 'InstanceBindVpcArgsDict']]]]] = None,
841
824
  ca_certificate_chain_pem: Optional[pulumi.Input[str]] = None,
842
825
  create_time: Optional[pulumi.Input[str]] = None,
843
- end_date: Optional[pulumi.Input[str]] = None,
844
826
  force_delete_without_backup: Optional[pulumi.Input[str]] = None,
845
827
  instance_name: Optional[pulumi.Input[str]] = None,
846
828
  key_num: Optional[pulumi.Input[int]] = None,
@@ -868,7 +850,6 @@ class Instance(pulumi.CustomResource):
868
850
  :param pulumi.Input[Sequence[pulumi.Input[Union['InstanceBindVpcArgs', 'InstanceBindVpcArgsDict']]]] bind_vpcs: Aucillary VPCs used to access this KMS instance. See `bind_vpcs` below.
869
851
  :param pulumi.Input[str] ca_certificate_chain_pem: KMS instance certificate chain in PEM format.
870
852
  :param pulumi.Input[str] create_time: The creation time of the resource.
871
- :param pulumi.Input[str] end_date: (Available since v1.233.1) Instance expiration time.
872
853
  :param pulumi.Input[str] force_delete_without_backup: Whether to force deletion even without backup.
873
854
  :param pulumi.Input[str] instance_name: The name of the resource.
874
855
  :param pulumi.Input[int] key_num: Maximum number of stored keys. The attribute is valid when the attribute `payment_type` is `Subscription`.
@@ -894,7 +875,6 @@ class Instance(pulumi.CustomResource):
894
875
  __props__.__dict__["bind_vpcs"] = bind_vpcs
895
876
  __props__.__dict__["ca_certificate_chain_pem"] = ca_certificate_chain_pem
896
877
  __props__.__dict__["create_time"] = create_time
897
- __props__.__dict__["end_date"] = end_date
898
878
  __props__.__dict__["force_delete_without_backup"] = force_delete_without_backup
899
879
  __props__.__dict__["instance_name"] = instance_name
900
880
  __props__.__dict__["key_num"] = key_num
@@ -938,14 +918,6 @@ class Instance(pulumi.CustomResource):
938
918
  """
939
919
  return pulumi.get(self, "create_time")
940
920
 
941
- @property
942
- @pulumi.getter(name="endDate")
943
- def end_date(self) -> pulumi.Output[str]:
944
- """
945
- (Available since v1.233.1) Instance expiration time.
946
- """
947
- return pulumi.get(self, "end_date")
948
-
949
921
  @property
950
922
  @pulumi.getter(name="forceDeleteWithoutBackup")
951
923
  def force_delete_without_backup(self) -> pulumi.Output[Optional[str]]:
@@ -335,15 +335,15 @@ class DataFlow(pulumi.CustomResource):
335
335
  throughput: Optional[pulumi.Input[int]] = None,
336
336
  __props__=None):
337
337
  """
338
- Provides a File Storage (NAS) Data Flow resource.
338
+ Provides a Apsara File Storage (NAS) Data Flow resource.
339
339
 
340
- For information about File Storage (NAS) Data Flow and how to use it, see [What is Data Flow](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
340
+ For information about Apsara File Storage (NAS) Data Flow and how to use it, see [What is Data Flow](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
341
341
 
342
342
  > **NOTE:** Available since v1.153.0.
343
343
 
344
344
  ## Import
345
345
 
346
- File Storage (NAS) Data Flow can be imported using the id, e.g.
346
+ Apsara File Storage (NAS) Data Flow can be imported using the id, e.g.
347
347
 
348
348
  ```sh
349
349
  $ pulumi import alicloud:nas/dataFlow:DataFlow example <file_system_id>:<data_flow_id>
@@ -372,15 +372,15 @@ class DataFlow(pulumi.CustomResource):
372
372
  args: DataFlowArgs,
373
373
  opts: Optional[pulumi.ResourceOptions] = None):
374
374
  """
375
- Provides a File Storage (NAS) Data Flow resource.
375
+ Provides a Apsara File Storage (NAS) Data Flow resource.
376
376
 
377
- For information about File Storage (NAS) Data Flow and how to use it, see [What is Data Flow](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
377
+ For information about Apsara File Storage (NAS) Data Flow and how to use it, see [What is Data Flow](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
378
378
 
379
379
  > **NOTE:** Available since v1.153.0.
380
380
 
381
381
  ## Import
382
382
 
383
- File Storage (NAS) Data Flow can be imported using the id, e.g.
383
+ Apsara File Storage (NAS) Data Flow can be imported using the id, e.g.
384
384
 
385
385
  ```sh
386
386
  $ pulumi import alicloud:nas/dataFlow:DataFlow example <file_system_id>:<data_flow_id>
@@ -201,9 +201,9 @@ class Fileset(pulumi.CustomResource):
201
201
  file_system_path: Optional[pulumi.Input[str]] = None,
202
202
  __props__=None):
203
203
  """
204
- Provides a File Storage (NAS) Fileset resource.
204
+ Provides a Apsara File Storage (NAS) Fileset resource.
205
205
 
206
- For information about File Storage (NAS) Fileset and how to use it, see [What is Fileset](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
206
+ For information about Apsara File Storage (NAS) Fileset and how to use it, see [What is Fileset](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
207
207
 
208
208
  > **NOTE:** Available in v1.153.0+.
209
209
 
@@ -240,7 +240,7 @@ class Fileset(pulumi.CustomResource):
240
240
 
241
241
  ## Import
242
242
 
243
- File Storage (NAS) Fileset can be imported using the id, e.g.
243
+ Apsara File Storage (NAS) Fileset can be imported using the id, e.g.
244
244
 
245
245
  ```sh
246
246
  $ pulumi import alicloud:nas/fileset:Fileset example <file_system_id>:<fileset_id>
@@ -260,9 +260,9 @@ class Fileset(pulumi.CustomResource):
260
260
  args: FilesetArgs,
261
261
  opts: Optional[pulumi.ResourceOptions] = None):
262
262
  """
263
- Provides a File Storage (NAS) Fileset resource.
263
+ Provides a Apsara File Storage (NAS) Fileset resource.
264
264
 
265
- For information about File Storage (NAS) Fileset and how to use it, see [What is Fileset](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
265
+ For information about Apsara File Storage (NAS) Fileset and how to use it, see [What is Fileset](https://www.alibabacloud.com/help/en/doc-detail/27530.html).
266
266
 
267
267
  > **NOTE:** Available in v1.153.0+.
268
268
 
@@ -299,7 +299,7 @@ class Fileset(pulumi.CustomResource):
299
299
 
300
300
  ## Import
301
301
 
302
- File Storage (NAS) Fileset can be imported using the id, e.g.
302
+ Apsara File Storage (NAS) Fileset can be imported using the id, e.g.
303
303
 
304
304
  ```sh
305
305
  $ pulumi import alicloud:nas/fileset:Fileset example <file_system_id>:<fileset_id>
@@ -199,9 +199,9 @@ class LifecyclePolicy(pulumi.CustomResource):
199
199
  storage_type: Optional[pulumi.Input[str]] = None,
200
200
  __props__=None):
201
201
  """
202
- Provides a File Storage (NAS) Lifecycle Policy resource.
202
+ Provides a Apsara File Storage (NAS) Lifecycle Policy resource.
203
203
 
204
- For information about File Storage (NAS) Lifecycle Policy and how to use it, see [What is Lifecycle Policy](https://www.alibabacloud.com/help/en/doc-detail/169362.html).
204
+ For information about Apsara File Storage (NAS) Lifecycle Policy and how to use it, see [What is Lifecycle Policy](https://www.alibabacloud.com/help/en/doc-detail/169362.html).
205
205
 
206
206
  > **NOTE:** Available in v1.153.0+.
207
207
 
@@ -226,7 +226,7 @@ class LifecyclePolicy(pulumi.CustomResource):
226
226
 
227
227
  ## Import
228
228
 
229
- File Storage (NAS) Lifecycle Policy can be imported using the id, e.g.
229
+ Apsara File Storage (NAS) Lifecycle Policy can be imported using the id, e.g.
230
230
 
231
231
  ```sh
232
232
  $ pulumi import alicloud:nas/lifecyclePolicy:LifecyclePolicy example <file_system_id>:<lifecycle_policy_name>
@@ -247,9 +247,9 @@ class LifecyclePolicy(pulumi.CustomResource):
247
247
  args: LifecyclePolicyArgs,
248
248
  opts: Optional[pulumi.ResourceOptions] = None):
249
249
  """
250
- Provides a File Storage (NAS) Lifecycle Policy resource.
250
+ Provides a Apsara File Storage (NAS) Lifecycle Policy resource.
251
251
 
252
- For information about File Storage (NAS) Lifecycle Policy and how to use it, see [What is Lifecycle Policy](https://www.alibabacloud.com/help/en/doc-detail/169362.html).
252
+ For information about Apsara File Storage (NAS) Lifecycle Policy and how to use it, see [What is Lifecycle Policy](https://www.alibabacloud.com/help/en/doc-detail/169362.html).
253
253
 
254
254
  > **NOTE:** Available in v1.153.0+.
255
255
 
@@ -274,7 +274,7 @@ class LifecyclePolicy(pulumi.CustomResource):
274
274
 
275
275
  ## Import
276
276
 
277
- File Storage (NAS) Lifecycle Policy can be imported using the id, e.g.
277
+ Apsara File Storage (NAS) Lifecycle Policy can be imported using the id, e.g.
278
278
 
279
279
  ```sh
280
280
  $ pulumi import alicloud:nas/lifecyclePolicy:LifecyclePolicy example <file_system_id>:<lifecycle_policy_name>
@@ -120,9 +120,9 @@ class RecycleBin(pulumi.CustomResource):
120
120
  reserved_days: Optional[pulumi.Input[int]] = None,
121
121
  __props__=None):
122
122
  """
123
- Provides a File Storage (NAS) Recycle Bin resource.
123
+ Provides a Apsara File Storage (NAS) Recycle Bin resource.
124
124
 
125
- For information about File Storage (NAS) Recycle Bin and how to use it, see [What is Recycle Bin](https://www.alibabacloud.com/help/en/doc-detail/264185.html).
125
+ For information about Apsara File Storage (NAS) Recycle Bin and how to use it, see [What is Recycle Bin](https://www.alibabacloud.com/help/en/doc-detail/264185.html).
126
126
 
127
127
  > **NOTE:** Available in v1.155.0+.
128
128
 
@@ -148,7 +148,7 @@ class RecycleBin(pulumi.CustomResource):
148
148
 
149
149
  ## Import
150
150
 
151
- File Storage (NAS) Recycle Bin can be imported using the id, e.g.
151
+ Apsara File Storage (NAS) Recycle Bin can be imported using the id, e.g.
152
152
 
153
153
  ```sh
154
154
  $ pulumi import alicloud:nas/recycleBin:RecycleBin example <file_system_id>
@@ -166,9 +166,9 @@ class RecycleBin(pulumi.CustomResource):
166
166
  args: RecycleBinArgs,
167
167
  opts: Optional[pulumi.ResourceOptions] = None):
168
168
  """
169
- Provides a File Storage (NAS) Recycle Bin resource.
169
+ Provides a Apsara File Storage (NAS) Recycle Bin resource.
170
170
 
171
- For information about File Storage (NAS) Recycle Bin and how to use it, see [What is Recycle Bin](https://www.alibabacloud.com/help/en/doc-detail/264185.html).
171
+ For information about Apsara File Storage (NAS) Recycle Bin and how to use it, see [What is Recycle Bin](https://www.alibabacloud.com/help/en/doc-detail/264185.html).
172
172
 
173
173
  > **NOTE:** Available in v1.155.0+.
174
174
 
@@ -194,7 +194,7 @@ class RecycleBin(pulumi.CustomResource):
194
194
 
195
195
  ## Import
196
196
 
197
- File Storage (NAS) Recycle Bin can be imported using the id, e.g.
197
+ Apsara File Storage (NAS) Recycle Bin can be imported using the id, e.g.
198
198
 
199
199
  ```sh
200
200
  $ pulumi import alicloud:nas/recycleBin:RecycleBin example <file_system_id>
@@ -190,9 +190,9 @@ class Snapshot(pulumi.CustomResource):
190
190
  snapshot_name: Optional[pulumi.Input[str]] = None,
191
191
  __props__=None):
192
192
  """
193
- Provides a File Storage (NAS) Snapshot resource.
193
+ Provides a Apsara File Storage (NAS) Snapshot resource.
194
194
 
195
- For information about File Storage (NAS) Snapshot and how to use it, see [What is Snapshot](https://www.alibabacloud.com/help/en/doc-detail/126549.html).
195
+ For information about Apsara File Storage (NAS) Snapshot and how to use it, see [What is Snapshot](https://www.alibabacloud.com/help/en/doc-detail/126549.html).
196
196
 
197
197
  > **NOTE:** Available in v1.152.0+.
198
198
 
@@ -226,7 +226,7 @@ class Snapshot(pulumi.CustomResource):
226
226
 
227
227
  ## Import
228
228
 
229
- File Storage (NAS) Snapshot can be imported using the id, e.g.
229
+ Apsara File Storage (NAS) Snapshot can be imported using the id, e.g.
230
230
 
231
231
  ```sh
232
232
  $ pulumi import alicloud:nas/snapshot:Snapshot example <id>
@@ -247,9 +247,9 @@ class Snapshot(pulumi.CustomResource):
247
247
  args: SnapshotArgs,
248
248
  opts: Optional[pulumi.ResourceOptions] = None):
249
249
  """
250
- Provides a File Storage (NAS) Snapshot resource.
250
+ Provides a Apsara File Storage (NAS) Snapshot resource.
251
251
 
252
- For information about File Storage (NAS) Snapshot and how to use it, see [What is Snapshot](https://www.alibabacloud.com/help/en/doc-detail/126549.html).
252
+ For information about Apsara File Storage (NAS) Snapshot and how to use it, see [What is Snapshot](https://www.alibabacloud.com/help/en/doc-detail/126549.html).
253
253
 
254
254
  > **NOTE:** Available in v1.152.0+.
255
255
 
@@ -283,7 +283,7 @@ class Snapshot(pulumi.CustomResource):
283
283
 
284
284
  ## Import
285
285
 
286
- File Storage (NAS) Snapshot can be imported using the id, e.g.
286
+ Apsara File Storage (NAS) Snapshot can be imported using the id, e.g.
287
287
 
288
288
  ```sh
289
289
  $ pulumi import alicloud:nas/snapshot:Snapshot example <id>
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "alicloud",
4
- "version": "3.65.1-alpha.1731504533"
4
+ "version": "3.66.0-alpha.1730783952"
5
5
  }