pulumi-alicloud 3.66.0__py3-none-any.whl → 3.66.0a1730870255__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 (73) hide show
  1. pulumi_alicloud/__init__.py +0 -94
  2. pulumi_alicloud/alb/load_balancer.py +1 -1
  3. pulumi_alicloud/alikafka/instance.py +0 -112
  4. pulumi_alicloud/arms/environment.py +7 -7
  5. pulumi_alicloud/arms/get_remote_writes.py +4 -4
  6. pulumi_alicloud/arms/prometheus_alert_rule.py +0 -58
  7. pulumi_alicloud/arms/remote_write.py +2 -2
  8. pulumi_alicloud/cen/transit_router_vbr_attachment.py +74 -96
  9. pulumi_alicloud/cloudsso/_inputs.py +9 -9
  10. pulumi_alicloud/cloudsso/access_configuration.py +34 -100
  11. pulumi_alicloud/cloudsso/outputs.py +6 -6
  12. pulumi_alicloud/cms/hybrid_monitor_fc_task.py +26 -28
  13. pulumi_alicloud/cr/chain.py +14 -22
  14. pulumi_alicloud/cr/chart_repository.py +6 -14
  15. pulumi_alicloud/cr/repo.py +8 -8
  16. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +6 -14
  17. pulumi_alicloud/databasefilesystem/instance_attachment.py +63 -59
  18. pulumi_alicloud/databasefilesystem/snapshot.py +109 -53
  19. pulumi_alicloud/ecs/instance.py +7 -7
  20. pulumi_alicloud/ess/scaling_configuration.py +7 -7
  21. pulumi_alicloud/fc/_inputs.py +135 -243
  22. pulumi_alicloud/fc/outputs.py +90 -173
  23. pulumi_alicloud/fc/trigger.py +138 -202
  24. pulumi_alicloud/fc/v3_alias.py +0 -28
  25. pulumi_alicloud/fc/v3_async_invoke_config.py +0 -56
  26. pulumi_alicloud/fc/v3_concurrency_config.py +0 -28
  27. pulumi_alicloud/fc/v3_custom_domain.py +6 -118
  28. pulumi_alicloud/fc/v3_function.py +0 -308
  29. pulumi_alicloud/fc/v3_function_version.py +2 -30
  30. pulumi_alicloud/fc/v3_layer_version.py +1 -104
  31. pulumi_alicloud/fc/v3_provision_config.py +2 -86
  32. pulumi_alicloud/fc/v3_trigger.py +0 -114
  33. pulumi_alicloud/ga/custom_routing_endpoint_traffic_policy.py +44 -48
  34. pulumi_alicloud/governance/_inputs.py +0 -54
  35. pulumi_alicloud/governance/account.py +14 -49
  36. pulumi_alicloud/governance/outputs.py +0 -51
  37. pulumi_alicloud/gpdb/instance.py +15 -196
  38. pulumi_alicloud/kms/instance.py +0 -28
  39. pulumi_alicloud/nas/data_flow.py +6 -6
  40. pulumi_alicloud/nas/fileset.py +6 -6
  41. pulumi_alicloud/nas/lifecycle_policy.py +6 -6
  42. pulumi_alicloud/nas/recycle_bin.py +6 -6
  43. pulumi_alicloud/nas/snapshot.py +6 -6
  44. pulumi_alicloud/oss/__init__.py +0 -2
  45. pulumi_alicloud/oss/_inputs.py +0 -194
  46. pulumi_alicloud/oss/outputs.py +0 -141
  47. pulumi_alicloud/pulumi-plugin.json +1 -1
  48. pulumi_alicloud/quotas/_inputs.py +6 -6
  49. pulumi_alicloud/quotas/outputs.py +4 -4
  50. pulumi_alicloud/quotas/quota_application.py +28 -21
  51. pulumi_alicloud/redis/tair_instance.py +71 -1046
  52. pulumi_alicloud/threatdetection/honeypot_preset.py +0 -2
  53. pulumi_alicloud/vpc/__init__.py +0 -4
  54. pulumi_alicloud/vpn/gateway_vco_route.py +8 -28
  55. {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/METADATA +1 -1
  56. {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/RECORD +58 -73
  57. {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/WHEEL +1 -1
  58. pulumi_alicloud/esa/__init__.py +0 -9
  59. pulumi_alicloud/esa/rate_plan_instance.py +0 -626
  60. pulumi_alicloud/esa/site.py +0 -533
  61. pulumi_alicloud/gwlb/__init__.py +0 -12
  62. pulumi_alicloud/gwlb/_inputs.py +0 -673
  63. pulumi_alicloud/gwlb/listener.py +0 -434
  64. pulumi_alicloud/gwlb/load_balancer.py +0 -537
  65. pulumi_alicloud/gwlb/outputs.py +0 -533
  66. pulumi_alicloud/gwlb/server_group.py +0 -780
  67. pulumi_alicloud/oss/bucket_cname.py +0 -509
  68. pulumi_alicloud/oss/bucket_cname_token.py +0 -239
  69. pulumi_alicloud/vpc/ipam_ipam.py +0 -531
  70. pulumi_alicloud/vpc/ipam_ipam_pool.py +0 -850
  71. pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +0 -313
  72. pulumi_alicloud/vpc/ipam_ipam_scope.py +0 -537
  73. {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/top_level.txt +0 -0
@@ -396,7 +396,6 @@ class V3FunctionArgs:
396
396
  class _V3FunctionState:
397
397
  def __init__(__self__, *,
398
398
  code: Optional[pulumi.Input['V3FunctionCodeArgs']] = None,
399
- code_size: Optional[pulumi.Input[int]] = None,
400
399
  cpu: Optional[pulumi.Input[float]] = None,
401
400
  create_time: Optional[pulumi.Input[str]] = None,
402
401
  custom_container_config: Optional[pulumi.Input['V3FunctionCustomContainerConfigArgs']] = None,
@@ -405,18 +404,12 @@ class _V3FunctionState:
405
404
  description: Optional[pulumi.Input[str]] = None,
406
405
  disk_size: Optional[pulumi.Input[int]] = None,
407
406
  environment_variables: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
408
- function_arn: Optional[pulumi.Input[str]] = None,
409
- function_id: Optional[pulumi.Input[str]] = None,
410
407
  function_name: Optional[pulumi.Input[str]] = None,
411
408
  gpu_config: Optional[pulumi.Input['V3FunctionGpuConfigArgs']] = None,
412
409
  handler: Optional[pulumi.Input[str]] = None,
413
410
  instance_concurrency: Optional[pulumi.Input[int]] = None,
414
411
  instance_lifecycle_config: Optional[pulumi.Input['V3FunctionInstanceLifecycleConfigArgs']] = None,
415
412
  internet_access: Optional[pulumi.Input[bool]] = None,
416
- last_modified_time: Optional[pulumi.Input[str]] = None,
417
- last_update_status: Optional[pulumi.Input[str]] = None,
418
- last_update_status_reason: Optional[pulumi.Input[str]] = None,
419
- last_update_status_reason_code: Optional[pulumi.Input[str]] = None,
420
413
  layers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
421
414
  log_config: Optional[pulumi.Input['V3FunctionLogConfigArgs']] = None,
422
415
  memory_size: Optional[pulumi.Input[int]] = None,
@@ -424,16 +417,11 @@ class _V3FunctionState:
424
417
  oss_mount_config: Optional[pulumi.Input['V3FunctionOssMountConfigArgs']] = None,
425
418
  role: Optional[pulumi.Input[str]] = None,
426
419
  runtime: Optional[pulumi.Input[str]] = None,
427
- state: Optional[pulumi.Input[str]] = None,
428
- state_reason: Optional[pulumi.Input[str]] = None,
429
- state_reason_code: Optional[pulumi.Input[str]] = None,
430
420
  timeout: Optional[pulumi.Input[int]] = None,
431
- tracing_config: Optional[pulumi.Input['V3FunctionTracingConfigArgs']] = None,
432
421
  vpc_config: Optional[pulumi.Input['V3FunctionVpcConfigArgs']] = None):
433
422
  """
434
423
  Input properties used for looking up and filtering V3Function resources.
435
424
  :param pulumi.Input['V3FunctionCodeArgs'] code: Function code ZIP package. code and customContainerConfig. See `code` below.
436
- :param pulumi.Input[int] code_size: The code package size of the function returned by the system, in byte Example : 1024
437
425
  :param pulumi.Input[float] cpu: The CPU specification of the function. The unit is vCPU, which is a multiple of the 0.05 vCPU.
438
426
  :param pulumi.Input[str] create_time: The creation time of the function.
439
427
  :param pulumi.Input['V3FunctionCustomContainerConfigArgs'] custom_container_config: The configuration of the custom container runtime. After the configuration is successful, the function can use the custom container image to execute the function. code and customContainerConfig. See `custom_container_config` below.
@@ -442,18 +430,12 @@ class _V3FunctionState:
442
430
  :param pulumi.Input[str] description: The description of the function. The function compute system does not use this attribute value, but we recommend that you set a concise and clear description for the function.
443
431
  :param pulumi.Input[int] disk_size: The disk specification of the function, in MB. The optional value is 512 MB or 10240MB.
444
432
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] environment_variables: The environment variable set for the function, you can get the value of the environment variable in the function.
445
- :param pulumi.Input[str] function_arn: ARN of function
446
- :param pulumi.Input[str] function_id: The first ID of the resource
447
433
  :param pulumi.Input[str] function_name: The function name. Consists of uppercase and lowercase letters, digits (0 to 9), underscores (_), and dashes (-). It must begin with an English letter (a ~ z), (A ~ Z), or an underscore (_). Case sensitive. The length is 1~128 characters.
448
434
  :param pulumi.Input['V3FunctionGpuConfigArgs'] gpu_config: Function GPU configuration. See `gpu_config` below.
449
435
  :param pulumi.Input[str] handler: Function Handler: the call entry for the function compute system to run your function.
450
436
  :param pulumi.Input[int] instance_concurrency: Maximum instance concurrency.
451
437
  :param pulumi.Input['V3FunctionInstanceLifecycleConfigArgs'] instance_lifecycle_config: Instance lifecycle callback method configuration. See `instance_lifecycle_config` below.
452
438
  :param pulumi.Input[bool] internet_access: Allow function to access public network
453
- :param pulumi.Input[str] last_modified_time: Last time the function was Updated
454
- :param pulumi.Input[str] last_update_status: The status of the last function update operation. When the function is created successfully, the value is Successful. Optional values are Successful, Failed, and InProgress.
455
- :param pulumi.Input[str] last_update_status_reason: The reason that caused the last function to update the Operation State to the current value
456
- :param pulumi.Input[str] last_update_status_reason_code: Status code of the reason that caused the last function update operation status to the current value
457
439
  :param pulumi.Input[Sequence[pulumi.Input[str]]] layers: The list of layers.
458
440
  :param pulumi.Input['V3FunctionLogConfigArgs'] log_config: The logs generated by the function are written to the configured Logstore. See `log_config` below.
459
441
  :param pulumi.Input[int] memory_size: The memory specification of the function. The unit is MB. The memory size is a multiple of 64MB. The minimum value is 128MB and the maximum value is 32GB. At the same time, the ratio of cpu to memorySize (calculated by GB) should be between 1:1 and 1:4.
@@ -461,17 +443,11 @@ class _V3FunctionState:
461
443
  :param pulumi.Input['V3FunctionOssMountConfigArgs'] oss_mount_config: OSS mount configuration See `oss_mount_config` below.
462
444
  :param pulumi.Input[str] role: The user is authorized to the RAM role of function compute. After the configuration, function compute will assume this role to generate temporary access credentials. In the function, you can use the temporary access credentials of the role to access the specified Alibaba cloud service, such as OSS and OTS
463
445
  :param pulumi.Input[str] runtime: Function runtime type
464
- :param pulumi.Input[str] state: Function Status
465
- :param pulumi.Input[str] state_reason: The reason why the function is in the current state
466
- :param pulumi.Input[str] state_reason_code: The status code of the reason the function is in the current state.
467
446
  :param pulumi.Input[int] timeout: The maximum running time of the function, in seconds.
468
- :param pulumi.Input['V3FunctionTracingConfigArgs'] tracing_config: Tracing configuration
469
447
  :param pulumi.Input['V3FunctionVpcConfigArgs'] vpc_config: VPC configuration. After this parameter is configured, the function can access the specified VPC resources. See `vpc_config` below.
470
448
  """
471
449
  if code is not None:
472
450
  pulumi.set(__self__, "code", code)
473
- if code_size is not None:
474
- pulumi.set(__self__, "code_size", code_size)
475
451
  if cpu is not None:
476
452
  pulumi.set(__self__, "cpu", cpu)
477
453
  if create_time is not None:
@@ -488,10 +464,6 @@ class _V3FunctionState:
488
464
  pulumi.set(__self__, "disk_size", disk_size)
489
465
  if environment_variables is not None:
490
466
  pulumi.set(__self__, "environment_variables", environment_variables)
491
- if function_arn is not None:
492
- pulumi.set(__self__, "function_arn", function_arn)
493
- if function_id is not None:
494
- pulumi.set(__self__, "function_id", function_id)
495
467
  if function_name is not None:
496
468
  pulumi.set(__self__, "function_name", function_name)
497
469
  if gpu_config is not None:
@@ -504,14 +476,6 @@ class _V3FunctionState:
504
476
  pulumi.set(__self__, "instance_lifecycle_config", instance_lifecycle_config)
505
477
  if internet_access is not None:
506
478
  pulumi.set(__self__, "internet_access", internet_access)
507
- if last_modified_time is not None:
508
- pulumi.set(__self__, "last_modified_time", last_modified_time)
509
- if last_update_status is not None:
510
- pulumi.set(__self__, "last_update_status", last_update_status)
511
- if last_update_status_reason is not None:
512
- pulumi.set(__self__, "last_update_status_reason", last_update_status_reason)
513
- if last_update_status_reason_code is not None:
514
- pulumi.set(__self__, "last_update_status_reason_code", last_update_status_reason_code)
515
479
  if layers is not None:
516
480
  pulumi.set(__self__, "layers", layers)
517
481
  if log_config is not None:
@@ -526,16 +490,8 @@ class _V3FunctionState:
526
490
  pulumi.set(__self__, "role", role)
527
491
  if runtime is not None:
528
492
  pulumi.set(__self__, "runtime", runtime)
529
- if state is not None:
530
- pulumi.set(__self__, "state", state)
531
- if state_reason is not None:
532
- pulumi.set(__self__, "state_reason", state_reason)
533
- if state_reason_code is not None:
534
- pulumi.set(__self__, "state_reason_code", state_reason_code)
535
493
  if timeout is not None:
536
494
  pulumi.set(__self__, "timeout", timeout)
537
- if tracing_config is not None:
538
- pulumi.set(__self__, "tracing_config", tracing_config)
539
495
  if vpc_config is not None:
540
496
  pulumi.set(__self__, "vpc_config", vpc_config)
541
497
 
@@ -551,18 +507,6 @@ class _V3FunctionState:
551
507
  def code(self, value: Optional[pulumi.Input['V3FunctionCodeArgs']]):
552
508
  pulumi.set(self, "code", value)
553
509
 
554
- @property
555
- @pulumi.getter(name="codeSize")
556
- def code_size(self) -> Optional[pulumi.Input[int]]:
557
- """
558
- The code package size of the function returned by the system, in byte Example : 1024
559
- """
560
- return pulumi.get(self, "code_size")
561
-
562
- @code_size.setter
563
- def code_size(self, value: Optional[pulumi.Input[int]]):
564
- pulumi.set(self, "code_size", value)
565
-
566
510
  @property
567
511
  @pulumi.getter
568
512
  def cpu(self) -> Optional[pulumi.Input[float]]:
@@ -659,30 +603,6 @@ class _V3FunctionState:
659
603
  def environment_variables(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
660
604
  pulumi.set(self, "environment_variables", value)
661
605
 
662
- @property
663
- @pulumi.getter(name="functionArn")
664
- def function_arn(self) -> Optional[pulumi.Input[str]]:
665
- """
666
- ARN of function
667
- """
668
- return pulumi.get(self, "function_arn")
669
-
670
- @function_arn.setter
671
- def function_arn(self, value: Optional[pulumi.Input[str]]):
672
- pulumi.set(self, "function_arn", value)
673
-
674
- @property
675
- @pulumi.getter(name="functionId")
676
- def function_id(self) -> Optional[pulumi.Input[str]]:
677
- """
678
- The first ID of the resource
679
- """
680
- return pulumi.get(self, "function_id")
681
-
682
- @function_id.setter
683
- def function_id(self, value: Optional[pulumi.Input[str]]):
684
- pulumi.set(self, "function_id", value)
685
-
686
606
  @property
687
607
  @pulumi.getter(name="functionName")
688
608
  def function_name(self) -> Optional[pulumi.Input[str]]:
@@ -755,54 +675,6 @@ class _V3FunctionState:
755
675
  def internet_access(self, value: Optional[pulumi.Input[bool]]):
756
676
  pulumi.set(self, "internet_access", value)
757
677
 
758
- @property
759
- @pulumi.getter(name="lastModifiedTime")
760
- def last_modified_time(self) -> Optional[pulumi.Input[str]]:
761
- """
762
- Last time the function was Updated
763
- """
764
- return pulumi.get(self, "last_modified_time")
765
-
766
- @last_modified_time.setter
767
- def last_modified_time(self, value: Optional[pulumi.Input[str]]):
768
- pulumi.set(self, "last_modified_time", value)
769
-
770
- @property
771
- @pulumi.getter(name="lastUpdateStatus")
772
- def last_update_status(self) -> Optional[pulumi.Input[str]]:
773
- """
774
- The status of the last function update operation. When the function is created successfully, the value is Successful. Optional values are Successful, Failed, and InProgress.
775
- """
776
- return pulumi.get(self, "last_update_status")
777
-
778
- @last_update_status.setter
779
- def last_update_status(self, value: Optional[pulumi.Input[str]]):
780
- pulumi.set(self, "last_update_status", value)
781
-
782
- @property
783
- @pulumi.getter(name="lastUpdateStatusReason")
784
- def last_update_status_reason(self) -> Optional[pulumi.Input[str]]:
785
- """
786
- The reason that caused the last function to update the Operation State to the current value
787
- """
788
- return pulumi.get(self, "last_update_status_reason")
789
-
790
- @last_update_status_reason.setter
791
- def last_update_status_reason(self, value: Optional[pulumi.Input[str]]):
792
- pulumi.set(self, "last_update_status_reason", value)
793
-
794
- @property
795
- @pulumi.getter(name="lastUpdateStatusReasonCode")
796
- def last_update_status_reason_code(self) -> Optional[pulumi.Input[str]]:
797
- """
798
- Status code of the reason that caused the last function update operation status to the current value
799
- """
800
- return pulumi.get(self, "last_update_status_reason_code")
801
-
802
- @last_update_status_reason_code.setter
803
- def last_update_status_reason_code(self, value: Optional[pulumi.Input[str]]):
804
- pulumi.set(self, "last_update_status_reason_code", value)
805
-
806
678
  @property
807
679
  @pulumi.getter
808
680
  def layers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
@@ -887,42 +759,6 @@ class _V3FunctionState:
887
759
  def runtime(self, value: Optional[pulumi.Input[str]]):
888
760
  pulumi.set(self, "runtime", value)
889
761
 
890
- @property
891
- @pulumi.getter
892
- def state(self) -> Optional[pulumi.Input[str]]:
893
- """
894
- Function Status
895
- """
896
- return pulumi.get(self, "state")
897
-
898
- @state.setter
899
- def state(self, value: Optional[pulumi.Input[str]]):
900
- pulumi.set(self, "state", value)
901
-
902
- @property
903
- @pulumi.getter(name="stateReason")
904
- def state_reason(self) -> Optional[pulumi.Input[str]]:
905
- """
906
- The reason why the function is in the current state
907
- """
908
- return pulumi.get(self, "state_reason")
909
-
910
- @state_reason.setter
911
- def state_reason(self, value: Optional[pulumi.Input[str]]):
912
- pulumi.set(self, "state_reason", value)
913
-
914
- @property
915
- @pulumi.getter(name="stateReasonCode")
916
- def state_reason_code(self) -> Optional[pulumi.Input[str]]:
917
- """
918
- The status code of the reason the function is in the current state.
919
- """
920
- return pulumi.get(self, "state_reason_code")
921
-
922
- @state_reason_code.setter
923
- def state_reason_code(self, value: Optional[pulumi.Input[str]]):
924
- pulumi.set(self, "state_reason_code", value)
925
-
926
762
  @property
927
763
  @pulumi.getter
928
764
  def timeout(self) -> Optional[pulumi.Input[int]]:
@@ -935,18 +771,6 @@ class _V3FunctionState:
935
771
  def timeout(self, value: Optional[pulumi.Input[int]]):
936
772
  pulumi.set(self, "timeout", value)
937
773
 
938
- @property
939
- @pulumi.getter(name="tracingConfig")
940
- def tracing_config(self) -> Optional[pulumi.Input['V3FunctionTracingConfigArgs']]:
941
- """
942
- Tracing configuration
943
- """
944
- return pulumi.get(self, "tracing_config")
945
-
946
- @tracing_config.setter
947
- def tracing_config(self, value: Optional[pulumi.Input['V3FunctionTracingConfigArgs']]):
948
- pulumi.set(self, "tracing_config", value)
949
-
950
774
  @property
951
775
  @pulumi.getter(name="vpcConfig")
952
776
  def vpc_config(self) -> Optional[pulumi.Input['V3FunctionVpcConfigArgs']]:
@@ -1279,18 +1103,7 @@ class V3Function(pulumi.CustomResource):
1279
1103
  __props__.__dict__["runtime"] = runtime
1280
1104
  __props__.__dict__["timeout"] = timeout
1281
1105
  __props__.__dict__["vpc_config"] = vpc_config
1282
- __props__.__dict__["code_size"] = None
1283
1106
  __props__.__dict__["create_time"] = None
1284
- __props__.__dict__["function_arn"] = None
1285
- __props__.__dict__["function_id"] = None
1286
- __props__.__dict__["last_modified_time"] = None
1287
- __props__.__dict__["last_update_status"] = None
1288
- __props__.__dict__["last_update_status_reason"] = None
1289
- __props__.__dict__["last_update_status_reason_code"] = None
1290
- __props__.__dict__["state"] = None
1291
- __props__.__dict__["state_reason"] = None
1292
- __props__.__dict__["state_reason_code"] = None
1293
- __props__.__dict__["tracing_config"] = None
1294
1107
  secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["layers"])
1295
1108
  opts = pulumi.ResourceOptions.merge(opts, secret_opts)
1296
1109
  super(V3Function, __self__).__init__(
@@ -1304,7 +1117,6 @@ class V3Function(pulumi.CustomResource):
1304
1117
  id: pulumi.Input[str],
1305
1118
  opts: Optional[pulumi.ResourceOptions] = None,
1306
1119
  code: Optional[pulumi.Input[Union['V3FunctionCodeArgs', 'V3FunctionCodeArgsDict']]] = None,
1307
- code_size: Optional[pulumi.Input[int]] = None,
1308
1120
  cpu: Optional[pulumi.Input[float]] = None,
1309
1121
  create_time: Optional[pulumi.Input[str]] = None,
1310
1122
  custom_container_config: Optional[pulumi.Input[Union['V3FunctionCustomContainerConfigArgs', 'V3FunctionCustomContainerConfigArgsDict']]] = None,
@@ -1313,18 +1125,12 @@ class V3Function(pulumi.CustomResource):
1313
1125
  description: Optional[pulumi.Input[str]] = None,
1314
1126
  disk_size: Optional[pulumi.Input[int]] = None,
1315
1127
  environment_variables: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1316
- function_arn: Optional[pulumi.Input[str]] = None,
1317
- function_id: Optional[pulumi.Input[str]] = None,
1318
1128
  function_name: Optional[pulumi.Input[str]] = None,
1319
1129
  gpu_config: Optional[pulumi.Input[Union['V3FunctionGpuConfigArgs', 'V3FunctionGpuConfigArgsDict']]] = None,
1320
1130
  handler: Optional[pulumi.Input[str]] = None,
1321
1131
  instance_concurrency: Optional[pulumi.Input[int]] = None,
1322
1132
  instance_lifecycle_config: Optional[pulumi.Input[Union['V3FunctionInstanceLifecycleConfigArgs', 'V3FunctionInstanceLifecycleConfigArgsDict']]] = None,
1323
1133
  internet_access: Optional[pulumi.Input[bool]] = None,
1324
- last_modified_time: Optional[pulumi.Input[str]] = None,
1325
- last_update_status: Optional[pulumi.Input[str]] = None,
1326
- last_update_status_reason: Optional[pulumi.Input[str]] = None,
1327
- last_update_status_reason_code: Optional[pulumi.Input[str]] = None,
1328
1134
  layers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1329
1135
  log_config: Optional[pulumi.Input[Union['V3FunctionLogConfigArgs', 'V3FunctionLogConfigArgsDict']]] = None,
1330
1136
  memory_size: Optional[pulumi.Input[int]] = None,
@@ -1332,11 +1138,7 @@ class V3Function(pulumi.CustomResource):
1332
1138
  oss_mount_config: Optional[pulumi.Input[Union['V3FunctionOssMountConfigArgs', 'V3FunctionOssMountConfigArgsDict']]] = None,
1333
1139
  role: Optional[pulumi.Input[str]] = None,
1334
1140
  runtime: Optional[pulumi.Input[str]] = None,
1335
- state: Optional[pulumi.Input[str]] = None,
1336
- state_reason: Optional[pulumi.Input[str]] = None,
1337
- state_reason_code: Optional[pulumi.Input[str]] = None,
1338
1141
  timeout: Optional[pulumi.Input[int]] = None,
1339
- tracing_config: Optional[pulumi.Input[Union['V3FunctionTracingConfigArgs', 'V3FunctionTracingConfigArgsDict']]] = None,
1340
1142
  vpc_config: Optional[pulumi.Input[Union['V3FunctionVpcConfigArgs', 'V3FunctionVpcConfigArgsDict']]] = None) -> 'V3Function':
1341
1143
  """
1342
1144
  Get an existing V3Function resource's state with the given name, id, and optional extra
@@ -1346,7 +1148,6 @@ class V3Function(pulumi.CustomResource):
1346
1148
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1347
1149
  :param pulumi.ResourceOptions opts: Options for the resource.
1348
1150
  :param pulumi.Input[Union['V3FunctionCodeArgs', 'V3FunctionCodeArgsDict']] code: Function code ZIP package. code and customContainerConfig. See `code` below.
1349
- :param pulumi.Input[int] code_size: The code package size of the function returned by the system, in byte Example : 1024
1350
1151
  :param pulumi.Input[float] cpu: The CPU specification of the function. The unit is vCPU, which is a multiple of the 0.05 vCPU.
1351
1152
  :param pulumi.Input[str] create_time: The creation time of the function.
1352
1153
  :param pulumi.Input[Union['V3FunctionCustomContainerConfigArgs', 'V3FunctionCustomContainerConfigArgsDict']] custom_container_config: The configuration of the custom container runtime. After the configuration is successful, the function can use the custom container image to execute the function. code and customContainerConfig. See `custom_container_config` below.
@@ -1355,18 +1156,12 @@ class V3Function(pulumi.CustomResource):
1355
1156
  :param pulumi.Input[str] description: The description of the function. The function compute system does not use this attribute value, but we recommend that you set a concise and clear description for the function.
1356
1157
  :param pulumi.Input[int] disk_size: The disk specification of the function, in MB. The optional value is 512 MB or 10240MB.
1357
1158
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] environment_variables: The environment variable set for the function, you can get the value of the environment variable in the function.
1358
- :param pulumi.Input[str] function_arn: ARN of function
1359
- :param pulumi.Input[str] function_id: The first ID of the resource
1360
1159
  :param pulumi.Input[str] function_name: The function name. Consists of uppercase and lowercase letters, digits (0 to 9), underscores (_), and dashes (-). It must begin with an English letter (a ~ z), (A ~ Z), or an underscore (_). Case sensitive. The length is 1~128 characters.
1361
1160
  :param pulumi.Input[Union['V3FunctionGpuConfigArgs', 'V3FunctionGpuConfigArgsDict']] gpu_config: Function GPU configuration. See `gpu_config` below.
1362
1161
  :param pulumi.Input[str] handler: Function Handler: the call entry for the function compute system to run your function.
1363
1162
  :param pulumi.Input[int] instance_concurrency: Maximum instance concurrency.
1364
1163
  :param pulumi.Input[Union['V3FunctionInstanceLifecycleConfigArgs', 'V3FunctionInstanceLifecycleConfigArgsDict']] instance_lifecycle_config: Instance lifecycle callback method configuration. See `instance_lifecycle_config` below.
1365
1164
  :param pulumi.Input[bool] internet_access: Allow function to access public network
1366
- :param pulumi.Input[str] last_modified_time: Last time the function was Updated
1367
- :param pulumi.Input[str] last_update_status: The status of the last function update operation. When the function is created successfully, the value is Successful. Optional values are Successful, Failed, and InProgress.
1368
- :param pulumi.Input[str] last_update_status_reason: The reason that caused the last function to update the Operation State to the current value
1369
- :param pulumi.Input[str] last_update_status_reason_code: Status code of the reason that caused the last function update operation status to the current value
1370
1165
  :param pulumi.Input[Sequence[pulumi.Input[str]]] layers: The list of layers.
1371
1166
  :param pulumi.Input[Union['V3FunctionLogConfigArgs', 'V3FunctionLogConfigArgsDict']] log_config: The logs generated by the function are written to the configured Logstore. See `log_config` below.
1372
1167
  :param pulumi.Input[int] memory_size: The memory specification of the function. The unit is MB. The memory size is a multiple of 64MB. The minimum value is 128MB and the maximum value is 32GB. At the same time, the ratio of cpu to memorySize (calculated by GB) should be between 1:1 and 1:4.
@@ -1374,11 +1169,7 @@ class V3Function(pulumi.CustomResource):
1374
1169
  :param pulumi.Input[Union['V3FunctionOssMountConfigArgs', 'V3FunctionOssMountConfigArgsDict']] oss_mount_config: OSS mount configuration See `oss_mount_config` below.
1375
1170
  :param pulumi.Input[str] role: The user is authorized to the RAM role of function compute. After the configuration, function compute will assume this role to generate temporary access credentials. In the function, you can use the temporary access credentials of the role to access the specified Alibaba cloud service, such as OSS and OTS
1376
1171
  :param pulumi.Input[str] runtime: Function runtime type
1377
- :param pulumi.Input[str] state: Function Status
1378
- :param pulumi.Input[str] state_reason: The reason why the function is in the current state
1379
- :param pulumi.Input[str] state_reason_code: The status code of the reason the function is in the current state.
1380
1172
  :param pulumi.Input[int] timeout: The maximum running time of the function, in seconds.
1381
- :param pulumi.Input[Union['V3FunctionTracingConfigArgs', 'V3FunctionTracingConfigArgsDict']] tracing_config: Tracing configuration
1382
1173
  :param pulumi.Input[Union['V3FunctionVpcConfigArgs', 'V3FunctionVpcConfigArgsDict']] vpc_config: VPC configuration. After this parameter is configured, the function can access the specified VPC resources. See `vpc_config` below.
1383
1174
  """
1384
1175
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1386,7 +1177,6 @@ class V3Function(pulumi.CustomResource):
1386
1177
  __props__ = _V3FunctionState.__new__(_V3FunctionState)
1387
1178
 
1388
1179
  __props__.__dict__["code"] = code
1389
- __props__.__dict__["code_size"] = code_size
1390
1180
  __props__.__dict__["cpu"] = cpu
1391
1181
  __props__.__dict__["create_time"] = create_time
1392
1182
  __props__.__dict__["custom_container_config"] = custom_container_config
@@ -1395,18 +1185,12 @@ class V3Function(pulumi.CustomResource):
1395
1185
  __props__.__dict__["description"] = description
1396
1186
  __props__.__dict__["disk_size"] = disk_size
1397
1187
  __props__.__dict__["environment_variables"] = environment_variables
1398
- __props__.__dict__["function_arn"] = function_arn
1399
- __props__.__dict__["function_id"] = function_id
1400
1188
  __props__.__dict__["function_name"] = function_name
1401
1189
  __props__.__dict__["gpu_config"] = gpu_config
1402
1190
  __props__.__dict__["handler"] = handler
1403
1191
  __props__.__dict__["instance_concurrency"] = instance_concurrency
1404
1192
  __props__.__dict__["instance_lifecycle_config"] = instance_lifecycle_config
1405
1193
  __props__.__dict__["internet_access"] = internet_access
1406
- __props__.__dict__["last_modified_time"] = last_modified_time
1407
- __props__.__dict__["last_update_status"] = last_update_status
1408
- __props__.__dict__["last_update_status_reason"] = last_update_status_reason
1409
- __props__.__dict__["last_update_status_reason_code"] = last_update_status_reason_code
1410
1194
  __props__.__dict__["layers"] = layers
1411
1195
  __props__.__dict__["log_config"] = log_config
1412
1196
  __props__.__dict__["memory_size"] = memory_size
@@ -1414,11 +1198,7 @@ class V3Function(pulumi.CustomResource):
1414
1198
  __props__.__dict__["oss_mount_config"] = oss_mount_config
1415
1199
  __props__.__dict__["role"] = role
1416
1200
  __props__.__dict__["runtime"] = runtime
1417
- __props__.__dict__["state"] = state
1418
- __props__.__dict__["state_reason"] = state_reason
1419
- __props__.__dict__["state_reason_code"] = state_reason_code
1420
1201
  __props__.__dict__["timeout"] = timeout
1421
- __props__.__dict__["tracing_config"] = tracing_config
1422
1202
  __props__.__dict__["vpc_config"] = vpc_config
1423
1203
  return V3Function(resource_name, opts=opts, __props__=__props__)
1424
1204
 
@@ -1430,14 +1210,6 @@ class V3Function(pulumi.CustomResource):
1430
1210
  """
1431
1211
  return pulumi.get(self, "code")
1432
1212
 
1433
- @property
1434
- @pulumi.getter(name="codeSize")
1435
- def code_size(self) -> pulumi.Output[int]:
1436
- """
1437
- The code package size of the function returned by the system, in byte Example : 1024
1438
- """
1439
- return pulumi.get(self, "code_size")
1440
-
1441
1213
  @property
1442
1214
  @pulumi.getter
1443
1215
  def cpu(self) -> pulumi.Output[float]:
@@ -1502,22 +1274,6 @@ class V3Function(pulumi.CustomResource):
1502
1274
  """
1503
1275
  return pulumi.get(self, "environment_variables")
1504
1276
 
1505
- @property
1506
- @pulumi.getter(name="functionArn")
1507
- def function_arn(self) -> pulumi.Output[str]:
1508
- """
1509
- ARN of function
1510
- """
1511
- return pulumi.get(self, "function_arn")
1512
-
1513
- @property
1514
- @pulumi.getter(name="functionId")
1515
- def function_id(self) -> pulumi.Output[str]:
1516
- """
1517
- The first ID of the resource
1518
- """
1519
- return pulumi.get(self, "function_id")
1520
-
1521
1277
  @property
1522
1278
  @pulumi.getter(name="functionName")
1523
1279
  def function_name(self) -> pulumi.Output[str]:
@@ -1566,38 +1322,6 @@ class V3Function(pulumi.CustomResource):
1566
1322
  """
1567
1323
  return pulumi.get(self, "internet_access")
1568
1324
 
1569
- @property
1570
- @pulumi.getter(name="lastModifiedTime")
1571
- def last_modified_time(self) -> pulumi.Output[str]:
1572
- """
1573
- Last time the function was Updated
1574
- """
1575
- return pulumi.get(self, "last_modified_time")
1576
-
1577
- @property
1578
- @pulumi.getter(name="lastUpdateStatus")
1579
- def last_update_status(self) -> pulumi.Output[str]:
1580
- """
1581
- The status of the last function update operation. When the function is created successfully, the value is Successful. Optional values are Successful, Failed, and InProgress.
1582
- """
1583
- return pulumi.get(self, "last_update_status")
1584
-
1585
- @property
1586
- @pulumi.getter(name="lastUpdateStatusReason")
1587
- def last_update_status_reason(self) -> pulumi.Output[str]:
1588
- """
1589
- The reason that caused the last function to update the Operation State to the current value
1590
- """
1591
- return pulumi.get(self, "last_update_status_reason")
1592
-
1593
- @property
1594
- @pulumi.getter(name="lastUpdateStatusReasonCode")
1595
- def last_update_status_reason_code(self) -> pulumi.Output[str]:
1596
- """
1597
- Status code of the reason that caused the last function update operation status to the current value
1598
- """
1599
- return pulumi.get(self, "last_update_status_reason_code")
1600
-
1601
1325
  @property
1602
1326
  @pulumi.getter
1603
1327
  def layers(self) -> pulumi.Output[Optional[Sequence[str]]]:
@@ -1654,30 +1378,6 @@ class V3Function(pulumi.CustomResource):
1654
1378
  """
1655
1379
  return pulumi.get(self, "runtime")
1656
1380
 
1657
- @property
1658
- @pulumi.getter
1659
- def state(self) -> pulumi.Output[str]:
1660
- """
1661
- Function Status
1662
- """
1663
- return pulumi.get(self, "state")
1664
-
1665
- @property
1666
- @pulumi.getter(name="stateReason")
1667
- def state_reason(self) -> pulumi.Output[str]:
1668
- """
1669
- The reason why the function is in the current state
1670
- """
1671
- return pulumi.get(self, "state_reason")
1672
-
1673
- @property
1674
- @pulumi.getter(name="stateReasonCode")
1675
- def state_reason_code(self) -> pulumi.Output[str]:
1676
- """
1677
- The status code of the reason the function is in the current state.
1678
- """
1679
- return pulumi.get(self, "state_reason_code")
1680
-
1681
1381
  @property
1682
1382
  @pulumi.getter
1683
1383
  def timeout(self) -> pulumi.Output[int]:
@@ -1686,14 +1386,6 @@ class V3Function(pulumi.CustomResource):
1686
1386
  """
1687
1387
  return pulumi.get(self, "timeout")
1688
1388
 
1689
- @property
1690
- @pulumi.getter(name="tracingConfig")
1691
- def tracing_config(self) -> pulumi.Output['outputs.V3FunctionTracingConfig']:
1692
- """
1693
- Tracing configuration
1694
- """
1695
- return pulumi.get(self, "tracing_config")
1696
-
1697
1389
  @property
1698
1390
  @pulumi.getter(name="vpcConfig")
1699
1391
  def vpc_config(self) -> pulumi.Output['outputs.V3FunctionVpcConfig']:
@@ -60,14 +60,12 @@ class _V3FunctionVersionState:
60
60
  def __init__(__self__, *,
61
61
  create_time: Optional[pulumi.Input[str]] = None,
62
62
  description: Optional[pulumi.Input[str]] = None,
63
- function_name: Optional[pulumi.Input[str]] = None,
64
- last_modified_time: Optional[pulumi.Input[str]] = None):
63
+ function_name: Optional[pulumi.Input[str]] = None):
65
64
  """
66
65
  Input properties used for looking up and filtering V3FunctionVersion resources.
67
66
  :param pulumi.Input[str] create_time: The creation time of the resource
68
67
  :param pulumi.Input[str] description: Description of the function version
69
68
  :param pulumi.Input[str] function_name: Function Name
70
- :param pulumi.Input[str] last_modified_time: (Available since v1.234.0) Update time
71
69
  """
72
70
  if create_time is not None:
73
71
  pulumi.set(__self__, "create_time", create_time)
@@ -75,8 +73,6 @@ class _V3FunctionVersionState:
75
73
  pulumi.set(__self__, "description", description)
76
74
  if function_name is not None:
77
75
  pulumi.set(__self__, "function_name", function_name)
78
- if last_modified_time is not None:
79
- pulumi.set(__self__, "last_modified_time", last_modified_time)
80
76
 
81
77
  @property
82
78
  @pulumi.getter(name="createTime")
@@ -114,18 +110,6 @@ class _V3FunctionVersionState:
114
110
  def function_name(self, value: Optional[pulumi.Input[str]]):
115
111
  pulumi.set(self, "function_name", value)
116
112
 
117
- @property
118
- @pulumi.getter(name="lastModifiedTime")
119
- def last_modified_time(self) -> Optional[pulumi.Input[str]]:
120
- """
121
- (Available since v1.234.0) Update time
122
- """
123
- return pulumi.get(self, "last_modified_time")
124
-
125
- @last_modified_time.setter
126
- def last_modified_time(self, value: Optional[pulumi.Input[str]]):
127
- pulumi.set(self, "last_modified_time", value)
128
-
129
113
 
130
114
  class V3FunctionVersion(pulumi.CustomResource):
131
115
  @overload
@@ -275,7 +259,6 @@ class V3FunctionVersion(pulumi.CustomResource):
275
259
  raise TypeError("Missing required property 'function_name'")
276
260
  __props__.__dict__["function_name"] = function_name
277
261
  __props__.__dict__["create_time"] = None
278
- __props__.__dict__["last_modified_time"] = None
279
262
  super(V3FunctionVersion, __self__).__init__(
280
263
  'alicloud:fc/v3FunctionVersion:V3FunctionVersion',
281
264
  resource_name,
@@ -288,8 +271,7 @@ class V3FunctionVersion(pulumi.CustomResource):
288
271
  opts: Optional[pulumi.ResourceOptions] = None,
289
272
  create_time: Optional[pulumi.Input[str]] = None,
290
273
  description: Optional[pulumi.Input[str]] = None,
291
- function_name: Optional[pulumi.Input[str]] = None,
292
- last_modified_time: Optional[pulumi.Input[str]] = None) -> 'V3FunctionVersion':
274
+ function_name: Optional[pulumi.Input[str]] = None) -> 'V3FunctionVersion':
293
275
  """
294
276
  Get an existing V3FunctionVersion resource's state with the given name, id, and optional extra
295
277
  properties used to qualify the lookup.
@@ -300,7 +282,6 @@ class V3FunctionVersion(pulumi.CustomResource):
300
282
  :param pulumi.Input[str] create_time: The creation time of the resource
301
283
  :param pulumi.Input[str] description: Description of the function version
302
284
  :param pulumi.Input[str] function_name: Function Name
303
- :param pulumi.Input[str] last_modified_time: (Available since v1.234.0) Update time
304
285
  """
305
286
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
306
287
 
@@ -309,7 +290,6 @@ class V3FunctionVersion(pulumi.CustomResource):
309
290
  __props__.__dict__["create_time"] = create_time
310
291
  __props__.__dict__["description"] = description
311
292
  __props__.__dict__["function_name"] = function_name
312
- __props__.__dict__["last_modified_time"] = last_modified_time
313
293
  return V3FunctionVersion(resource_name, opts=opts, __props__=__props__)
314
294
 
315
295
  @property
@@ -336,11 +316,3 @@ class V3FunctionVersion(pulumi.CustomResource):
336
316
  """
337
317
  return pulumi.get(self, "function_name")
338
318
 
339
- @property
340
- @pulumi.getter(name="lastModifiedTime")
341
- def last_modified_time(self) -> pulumi.Output[str]:
342
- """
343
- (Available since v1.234.0) Update time
344
- """
345
- return pulumi.get(self, "last_modified_time")
346
-