pulumi-alicloud 3.74.0a1737782319__py3-none-any.whl → 3.75.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 (197) hide show
  1. pulumi_alicloud/__init__.py +310 -0
  2. pulumi_alicloud/_inputs.py +33 -0
  3. pulumi_alicloud/_utilities.py +8 -4
  4. pulumi_alicloud/ackone/__init__.py +1 -0
  5. pulumi_alicloud/ackone/cluster.py +73 -8
  6. pulumi_alicloud/ackone/membership_attachment.py +223 -0
  7. pulumi_alicloud/alb/__init__.py +1 -0
  8. pulumi_alicloud/alb/_inputs.py +1109 -246
  9. pulumi_alicloud/alb/get_server_groups.py +55 -25
  10. pulumi_alicloud/alb/listener.py +269 -174
  11. pulumi_alicloud/alb/load_balancer.py +211 -118
  12. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +69 -22
  13. pulumi_alicloud/alb/load_balancer_zone_shifted_attachment.py +303 -0
  14. pulumi_alicloud/alb/outputs.py +856 -220
  15. pulumi_alicloud/alb/server_group.py +661 -96
  16. pulumi_alicloud/aligreen/audit_callback.py +2 -2
  17. pulumi_alicloud/aligreen/biz_type.py +2 -2
  18. pulumi_alicloud/aligreen/callback.py +2 -2
  19. pulumi_alicloud/aligreen/image_lib.py +2 -2
  20. pulumi_alicloud/aligreen/keyword_lib.py +2 -2
  21. pulumi_alicloud/aligreen/oss_stock_task.py +77 -14
  22. pulumi_alicloud/apigateway/instance.py +51 -4
  23. pulumi_alicloud/cen/_inputs.py +34 -0
  24. pulumi_alicloud/cen/outputs.py +37 -0
  25. pulumi_alicloud/cen/transit_router_multicast_domain.py +123 -36
  26. pulumi_alicloud/cfg/aggregate_compliance_pack.py +6 -4
  27. pulumi_alicloud/cfg/aggregate_config_rule.py +6 -4
  28. pulumi_alicloud/cfg/aggregator.py +6 -4
  29. pulumi_alicloud/cloudcontrol/get_prices.py +2 -2
  30. pulumi_alicloud/cloudcontrol/get_products.py +2 -2
  31. pulumi_alicloud/cloudcontrol/get_resource_types.py +2 -2
  32. pulumi_alicloud/cloudcontrol/resource.py +2 -2
  33. pulumi_alicloud/cloudfirewall/__init__.py +2 -0
  34. pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +315 -0
  35. pulumi_alicloud/cloudfirewall/get_vpc_cen_tr_firewalls.py +569 -0
  36. pulumi_alicloud/cloudfirewall/outputs.py +362 -0
  37. pulumi_alicloud/cloudphone/__init__.py +12 -0
  38. pulumi_alicloud/cloudphone/_inputs.py +175 -0
  39. pulumi_alicloud/cloudphone/image.py +323 -0
  40. pulumi_alicloud/cloudphone/key_pair.py +294 -0
  41. pulumi_alicloud/cloudphone/outputs.py +138 -0
  42. pulumi_alicloud/cloudphone/policy.py +522 -0
  43. pulumi_alicloud/cloudphoneinstance/__init__.py +9 -0
  44. pulumi_alicloud/cloudphoneinstance/cloud_phone_instance.py +209 -0
  45. pulumi_alicloud/cloudphoneinstance/group.py +961 -0
  46. pulumi_alicloud/cms/get_site_monitors.py +2 -2
  47. pulumi_alicloud/config/outputs.py +20 -0
  48. pulumi_alicloud/cs/_inputs.py +358 -10
  49. pulumi_alicloud/cs/get_kubernetes_clusters.py +5 -4
  50. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +5 -4
  51. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +5 -4
  52. pulumi_alicloud/cs/kubernetes.py +15 -15
  53. pulumi_alicloud/cs/managed_kubernetes.py +47 -35
  54. pulumi_alicloud/cs/node_pool.py +126 -23
  55. pulumi_alicloud/cs/outputs.py +271 -7
  56. pulumi_alicloud/ddos/ddos_bgp_instance.py +0 -4
  57. pulumi_alicloud/dfs/file_system.py +62 -23
  58. pulumi_alicloud/dfs/mount_point.py +48 -22
  59. pulumi_alicloud/dfs/vsc_mount_point.py +28 -28
  60. pulumi_alicloud/dns/ddos_bgp_instance.py +0 -4
  61. pulumi_alicloud/ebs/replica_group_drill.py +2 -2
  62. pulumi_alicloud/ebs/replica_pair_drill.py +2 -2
  63. pulumi_alicloud/ecs/ecs_deployment_set.py +89 -67
  64. pulumi_alicloud/ecs/eip.py +1 -1
  65. pulumi_alicloud/ecs/eip_address.py +1 -1
  66. pulumi_alicloud/ecs/instance.py +43 -30
  67. pulumi_alicloud/eds/command.py +10 -2
  68. pulumi_alicloud/emrv2/__init__.py +1 -0
  69. pulumi_alicloud/emrv2/_inputs.py +47 -7
  70. pulumi_alicloud/emrv2/get_cluster_instances.py +537 -0
  71. pulumi_alicloud/emrv2/outputs.py +195 -5
  72. pulumi_alicloud/ens/instance_security_group_attachment.py +8 -4
  73. pulumi_alicloud/ens/nat_gateway.py +6 -6
  74. pulumi_alicloud/ens/vswitch.py +36 -36
  75. pulumi_alicloud/esa/__init__.py +22 -0
  76. pulumi_alicloud/esa/_inputs.py +512 -0
  77. pulumi_alicloud/esa/cache_rule.py +1405 -0
  78. pulumi_alicloud/esa/certificate.py +724 -0
  79. pulumi_alicloud/esa/client_ca_certificate.py +388 -0
  80. pulumi_alicloud/esa/client_certificate.py +452 -0
  81. pulumi_alicloud/esa/compression_rule.py +582 -0
  82. pulumi_alicloud/esa/get_sites.py +421 -0
  83. pulumi_alicloud/esa/http_request_header_modification_rule.py +531 -0
  84. pulumi_alicloud/esa/http_response_header_modification_rule.py +560 -0
  85. pulumi_alicloud/esa/https_application_configuration.py +925 -0
  86. pulumi_alicloud/esa/https_basic_configuration.py +1027 -0
  87. pulumi_alicloud/esa/image_transform.py +484 -0
  88. pulumi_alicloud/esa/kv_namespace.py +276 -0
  89. pulumi_alicloud/esa/list.py +361 -0
  90. pulumi_alicloud/esa/network_optimization.py +750 -0
  91. pulumi_alicloud/esa/origin_pool.py +485 -0
  92. pulumi_alicloud/esa/origin_rule.py +768 -0
  93. pulumi_alicloud/esa/outputs.py +473 -0
  94. pulumi_alicloud/esa/page.py +376 -0
  95. pulumi_alicloud/esa/rate_plan_instance.py +63 -7
  96. pulumi_alicloud/esa/record.py +2 -2
  97. pulumi_alicloud/esa/redirect_rule.py +734 -0
  98. pulumi_alicloud/esa/rewrite_url_rule.py +702 -0
  99. pulumi_alicloud/esa/site.py +307 -2
  100. pulumi_alicloud/esa/waiting_room.py +1257 -0
  101. pulumi_alicloud/esa/waiting_room_event.py +1392 -0
  102. pulumi_alicloud/esa/waiting_room_rule.py +504 -0
  103. pulumi_alicloud/ess/get_scaling_groups.py +64 -10
  104. pulumi_alicloud/ess/get_scaling_rules.py +74 -10
  105. pulumi_alicloud/ess/outputs.py +357 -17
  106. pulumi_alicloud/ess/scaling_configuration.py +7 -7
  107. pulumi_alicloud/eventbridge/get_service.py +2 -6
  108. pulumi_alicloud/expressconnect/ec_failover_test_job.py +0 -2
  109. pulumi_alicloud/expressconnect/vbr_pconn_association.py +2 -2
  110. pulumi_alicloud/fc/_inputs.py +75 -75
  111. pulumi_alicloud/fc/outputs.py +50 -50
  112. pulumi_alicloud/fc/v3_function.py +53 -6
  113. pulumi_alicloud/ga/get_basic_accelerators.py +31 -9
  114. pulumi_alicloud/ga/outputs.py +10 -4
  115. pulumi_alicloud/gpdb/db_resource_group.py +6 -6
  116. pulumi_alicloud/gpdb/external_data_service.py +6 -6
  117. pulumi_alicloud/gpdb/streaming_data_service.py +2 -2
  118. pulumi_alicloud/hbr/policy.py +67 -6
  119. pulumi_alicloud/hbr/vault.py +210 -9
  120. pulumi_alicloud/kms/__init__.py +1 -0
  121. pulumi_alicloud/kms/get_instances.py +160 -0
  122. pulumi_alicloud/kms/get_keys.py +10 -0
  123. pulumi_alicloud/kms/instance.py +0 -60
  124. pulumi_alicloud/kms/outputs.py +19 -0
  125. pulumi_alicloud/maxcompute/__init__.py +5 -0
  126. pulumi_alicloud/maxcompute/_inputs.py +615 -42
  127. pulumi_alicloud/maxcompute/outputs.py +486 -28
  128. pulumi_alicloud/maxcompute/project.py +63 -31
  129. pulumi_alicloud/maxcompute/quota_plan.py +412 -0
  130. pulumi_alicloud/maxcompute/quota_schedule.py +260 -0
  131. pulumi_alicloud/maxcompute/role.py +423 -0
  132. pulumi_alicloud/maxcompute/role_user_attachment.py +368 -0
  133. pulumi_alicloud/maxcompute/tunnel_quota_timer.py +287 -0
  134. pulumi_alicloud/message/__init__.py +3 -0
  135. pulumi_alicloud/message/_inputs.py +149 -0
  136. pulumi_alicloud/message/outputs.py +112 -0
  137. pulumi_alicloud/message/service_endpoint.py +218 -0
  138. pulumi_alicloud/message/service_endpoint_acl.py +306 -0
  139. pulumi_alicloud/message/service_queue.py +49 -0
  140. pulumi_alicloud/message/service_subscription.py +91 -14
  141. pulumi_alicloud/mse/nacos_config.py +4 -0
  142. pulumi_alicloud/nlb/_inputs.py +114 -24
  143. pulumi_alicloud/nlb/listener.py +87 -20
  144. pulumi_alicloud/nlb/outputs.py +93 -16
  145. pulumi_alicloud/nlb/server_group.py +55 -20
  146. pulumi_alicloud/ots/_inputs.py +3 -3
  147. pulumi_alicloud/ots/outputs.py +2 -2
  148. pulumi_alicloud/pai/workspace_code_source.py +2 -2
  149. pulumi_alicloud/pai/workspace_dataset.py +2 -2
  150. pulumi_alicloud/pai/workspace_datasetversion.py +2 -4
  151. pulumi_alicloud/pai/workspace_experiment.py +2 -2
  152. pulumi_alicloud/pai/workspace_run.py +2 -2
  153. pulumi_alicloud/pai/workspace_workspace.py +2 -2
  154. pulumi_alicloud/privatelink/get_vpc_endpoints.py +21 -1
  155. pulumi_alicloud/privatelink/outputs.py +11 -0
  156. pulumi_alicloud/privatelink/vpc_endpoint.py +1 -1
  157. pulumi_alicloud/pulumi-plugin.json +1 -1
  158. pulumi_alicloud/ram/access_key.py +20 -4
  159. pulumi_alicloud/ram/user.py +10 -2
  160. pulumi_alicloud/rds/instance.py +75 -0
  161. pulumi_alicloud/simpleapplicationserver/get_server_plans.py +7 -7
  162. pulumi_alicloud/simpleapplicationserver/outputs.py +3 -3
  163. pulumi_alicloud/tag/__init__.py +1 -0
  164. pulumi_alicloud/tag/associated_rule.py +306 -0
  165. pulumi_alicloud/tag/policy.py +27 -36
  166. pulumi_alicloud/vpc/__init__.py +2 -0
  167. pulumi_alicloud/vpc/common_bandwith_package.py +107 -44
  168. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  169. pulumi_alicloud/vpc/flow_log.py +184 -49
  170. pulumi_alicloud/vpc/forward_entry.py +8 -4
  171. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +38 -2
  172. pulumi_alicloud/vpc/get_forward_entries.py +2 -2
  173. pulumi_alicloud/vpc/get_ipsec_servers.py +14 -2
  174. pulumi_alicloud/vpc/get_nat_gateways.py +48 -2
  175. pulumi_alicloud/vpc/get_prefix_lists.py +11 -2
  176. pulumi_alicloud/vpc/get_snat_entries.py +5 -2
  177. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +14 -2
  178. pulumi_alicloud/vpc/ipam_ipam.py +2 -9
  179. pulumi_alicloud/vpc/ipam_ipam_pool.py +49 -30
  180. pulumi_alicloud/vpc/ipam_ipam_pool_allocation.py +6 -16
  181. pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +2 -2
  182. pulumi_alicloud/vpc/ipam_ipam_resource_discovery.py +489 -0
  183. pulumi_alicloud/vpc/ipam_ipam_scope.py +49 -9
  184. pulumi_alicloud/vpc/ipam_service.py +144 -0
  185. pulumi_alicloud/vpc/ipv4_cidr_block.py +162 -51
  186. pulumi_alicloud/vpc/nat_gateway.py +8 -0
  187. pulumi_alicloud/vpc/outputs.py +12 -2
  188. pulumi_alicloud/vpc/router_interface_connection.py +4 -4
  189. pulumi_alicloud/vpc/traffic_mirror_filter.py +2 -2
  190. pulumi_alicloud/vpn/get_gateway_vco_routes.py +11 -2
  191. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +11 -2
  192. pulumi_alicloud/vpn/get_gateways.py +21 -1
  193. pulumi_alicloud/vpn/outputs.py +23 -12
  194. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/METADATA +1 -1
  195. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/RECORD +197 -149
  196. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/WHEEL +1 -1
  197. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/top_level.txt +0 -0
@@ -140,7 +140,7 @@ class ScalingConfigurationArgs:
140
140
  :param pulumi.Input[str] system_disk_name: The name of the system disk. It must be 2 to 128 characters in length. It must start with a letter and cannot start with http:// or https://. It can contain letters, digits, colons (:), underscores (_), and hyphens (-). Default value: null.
141
141
  :param pulumi.Input[str] system_disk_performance_level: The performance level of the ESSD used as the system disk.
142
142
  :param pulumi.Input[int] system_disk_provisioned_iops: IOPS measures the number of read and write operations that an EBS device can process per second.
143
- :param pulumi.Input[int] system_disk_size: Size of system disk, in GiB. Optional values: cloud: 20-500, cloud_efficiency: 20-500, cloud_ssd: 20-500, ephemeral_ssd: 20-500 The default value is max{40, ImageSize}. If this parameter is set, the system disk size must be greater than or equal to max{40, ImageSize}.
143
+ :param pulumi.Input[int] system_disk_size: Size of system disk, in GiB. Valid values: Basic disk: 20 to 500, ESSD: The valid values depend on the performance level (PL) of the system disk (PL0 ESSD: 1 to 2048, PL1 ESSD: 20 to 2048, PL2 ESSD: 461 to 2048, PL3 ESSD: 1261 to 2048) , ESSD AutoPL disk: 1 to 2048, Other disk categories: 20 to 2048. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
144
144
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource. It will be applied for ECS instances finally.
145
145
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "http://", or "https://". It cannot be a null string.
146
146
  - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "http://", or "https://" It can be a null string.
@@ -878,7 +878,7 @@ class ScalingConfigurationArgs:
878
878
  @pulumi.getter(name="systemDiskSize")
879
879
  def system_disk_size(self) -> Optional[pulumi.Input[int]]:
880
880
  """
881
- Size of system disk, in GiB. Optional values: cloud: 20-500, cloud_efficiency: 20-500, cloud_ssd: 20-500, ephemeral_ssd: 20-500 The default value is max{40, ImageSize}. If this parameter is set, the system disk size must be greater than or equal to max{40, ImageSize}.
881
+ Size of system disk, in GiB. Valid values: Basic disk: 20 to 500, ESSD: The valid values depend on the performance level (PL) of the system disk (PL0 ESSD: 1 to 2048, PL1 ESSD: 20 to 2048, PL2 ESSD: 461 to 2048, PL3 ESSD: 1261 to 2048) , ESSD AutoPL disk: 1 to 2048, Other disk categories: 20 to 2048. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
882
882
  """
883
883
  return pulumi.get(self, "system_disk_size")
884
884
 
@@ -1035,7 +1035,7 @@ class _ScalingConfigurationState:
1035
1035
  :param pulumi.Input[str] system_disk_name: The name of the system disk. It must be 2 to 128 characters in length. It must start with a letter and cannot start with http:// or https://. It can contain letters, digits, colons (:), underscores (_), and hyphens (-). Default value: null.
1036
1036
  :param pulumi.Input[str] system_disk_performance_level: The performance level of the ESSD used as the system disk.
1037
1037
  :param pulumi.Input[int] system_disk_provisioned_iops: IOPS measures the number of read and write operations that an EBS device can process per second.
1038
- :param pulumi.Input[int] system_disk_size: Size of system disk, in GiB. Optional values: cloud: 20-500, cloud_efficiency: 20-500, cloud_ssd: 20-500, ephemeral_ssd: 20-500 The default value is max{40, ImageSize}. If this parameter is set, the system disk size must be greater than or equal to max{40, ImageSize}.
1038
+ :param pulumi.Input[int] system_disk_size: Size of system disk, in GiB. Valid values: Basic disk: 20 to 500, ESSD: The valid values depend on the performance level (PL) of the system disk (PL0 ESSD: 1 to 2048, PL1 ESSD: 20 to 2048, PL2 ESSD: 461 to 2048, PL3 ESSD: 1261 to 2048) , ESSD AutoPL disk: 1 to 2048, Other disk categories: 20 to 2048. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
1039
1039
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource. It will be applied for ECS instances finally.
1040
1040
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "http://", or "https://". It cannot be a null string.
1041
1041
  - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "http://", or "https://" It can be a null string.
@@ -1774,7 +1774,7 @@ class _ScalingConfigurationState:
1774
1774
  @pulumi.getter(name="systemDiskSize")
1775
1775
  def system_disk_size(self) -> Optional[pulumi.Input[int]]:
1776
1776
  """
1777
- Size of system disk, in GiB. Optional values: cloud: 20-500, cloud_efficiency: 20-500, cloud_ssd: 20-500, ephemeral_ssd: 20-500 The default value is max{40, ImageSize}. If this parameter is set, the system disk size must be greater than or equal to max{40, ImageSize}.
1777
+ Size of system disk, in GiB. Valid values: Basic disk: 20 to 500, ESSD: The valid values depend on the performance level (PL) of the system disk (PL0 ESSD: 1 to 2048, PL1 ESSD: 20 to 2048, PL2 ESSD: 461 to 2048, PL3 ESSD: 1261 to 2048) , ESSD AutoPL disk: 1 to 2048, Other disk categories: 20 to 2048. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
1778
1778
  """
1779
1779
  return pulumi.get(self, "system_disk_size")
1780
1780
 
@@ -2015,7 +2015,7 @@ class ScalingConfiguration(pulumi.CustomResource):
2015
2015
  :param pulumi.Input[str] system_disk_name: The name of the system disk. It must be 2 to 128 characters in length. It must start with a letter and cannot start with http:// or https://. It can contain letters, digits, colons (:), underscores (_), and hyphens (-). Default value: null.
2016
2016
  :param pulumi.Input[str] system_disk_performance_level: The performance level of the ESSD used as the system disk.
2017
2017
  :param pulumi.Input[int] system_disk_provisioned_iops: IOPS measures the number of read and write operations that an EBS device can process per second.
2018
- :param pulumi.Input[int] system_disk_size: Size of system disk, in GiB. Optional values: cloud: 20-500, cloud_efficiency: 20-500, cloud_ssd: 20-500, ephemeral_ssd: 20-500 The default value is max{40, ImageSize}. If this parameter is set, the system disk size must be greater than or equal to max{40, ImageSize}.
2018
+ :param pulumi.Input[int] system_disk_size: Size of system disk, in GiB. Valid values: Basic disk: 20 to 500, ESSD: The valid values depend on the performance level (PL) of the system disk (PL0 ESSD: 1 to 2048, PL1 ESSD: 20 to 2048, PL2 ESSD: 461 to 2048, PL3 ESSD: 1261 to 2048) , ESSD AutoPL disk: 1 to 2048, Other disk categories: 20 to 2048. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
2019
2019
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource. It will be applied for ECS instances finally.
2020
2020
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "http://", or "https://". It cannot be a null string.
2021
2021
  - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "http://", or "https://" It can be a null string.
@@ -2374,7 +2374,7 @@ class ScalingConfiguration(pulumi.CustomResource):
2374
2374
  :param pulumi.Input[str] system_disk_name: The name of the system disk. It must be 2 to 128 characters in length. It must start with a letter and cannot start with http:// or https://. It can contain letters, digits, colons (:), underscores (_), and hyphens (-). Default value: null.
2375
2375
  :param pulumi.Input[str] system_disk_performance_level: The performance level of the ESSD used as the system disk.
2376
2376
  :param pulumi.Input[int] system_disk_provisioned_iops: IOPS measures the number of read and write operations that an EBS device can process per second.
2377
- :param pulumi.Input[int] system_disk_size: Size of system disk, in GiB. Optional values: cloud: 20-500, cloud_efficiency: 20-500, cloud_ssd: 20-500, ephemeral_ssd: 20-500 The default value is max{40, ImageSize}. If this parameter is set, the system disk size must be greater than or equal to max{40, ImageSize}.
2377
+ :param pulumi.Input[int] system_disk_size: Size of system disk, in GiB. Valid values: Basic disk: 20 to 500, ESSD: The valid values depend on the performance level (PL) of the system disk (PL0 ESSD: 1 to 2048, PL1 ESSD: 20 to 2048, PL2 ESSD: 461 to 2048, PL3 ESSD: 1261 to 2048) , ESSD AutoPL disk: 1 to 2048, Other disk categories: 20 to 2048. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
2378
2378
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource. It will be applied for ECS instances finally.
2379
2379
  - Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "http://", or "https://". It cannot be a null string.
2380
2380
  - Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "http://", or "https://" It can be a null string.
@@ -2859,7 +2859,7 @@ class ScalingConfiguration(pulumi.CustomResource):
2859
2859
  @pulumi.getter(name="systemDiskSize")
2860
2860
  def system_disk_size(self) -> pulumi.Output[Optional[int]]:
2861
2861
  """
2862
- Size of system disk, in GiB. Optional values: cloud: 20-500, cloud_efficiency: 20-500, cloud_ssd: 20-500, ephemeral_ssd: 20-500 The default value is max{40, ImageSize}. If this parameter is set, the system disk size must be greater than or equal to max{40, ImageSize}.
2862
+ Size of system disk, in GiB. Valid values: Basic disk: 20 to 500, ESSD: The valid values depend on the performance level (PL) of the system disk (PL0 ESSD: 1 to 2048, PL1 ESSD: 20 to 2048, PL2 ESSD: 461 to 2048, PL3 ESSD: 1261 to 2048) , ESSD AutoPL disk: 1 to 2048, Other disk categories: 20 to 2048. The value of this parameter must be at least 1 and greater than or equal to the image size. Default value: 40 or the size of the image, whichever is larger.
2863
2863
  """
2864
2864
  return pulumi.get(self, "system_disk_size")
2865
2865
 
@@ -77,9 +77,7 @@ def get_service(enable: Optional[str] = None,
77
77
 
78
78
  For information about Event Bridge and how to use it, see [What is Event Bridge](https://www.alibabacloud.com/help/en/doc-detail/163239.htm).
79
79
 
80
- > **NOTE:** Available in v1.126.0+
81
-
82
- > **NOTE:** This data source supports `cn-shanghai`, `cn-hangzhou` and `ap-southeast-1` regions.
80
+ > **NOTE:** Available since v1.126.0.
83
81
 
84
82
  ## Example Usage
85
83
 
@@ -111,9 +109,7 @@ def get_service_output(enable: Optional[pulumi.Input[Optional[str]]] = None,
111
109
 
112
110
  For information about Event Bridge and how to use it, see [What is Event Bridge](https://www.alibabacloud.com/help/en/doc-detail/163239.htm).
113
111
 
114
- > **NOTE:** Available in v1.126.0+
115
-
116
- > **NOTE:** This data source supports `cn-shanghai`, `cn-hangzhou` and `ap-southeast-1` regions.
112
+ > **NOTE:** Available since v1.126.0.
117
113
 
118
114
  ## Example Usage
119
115
 
@@ -291,7 +291,6 @@ class EcFailoverTestJob(pulumi.CustomResource):
291
291
  resource_ids=[
292
292
  default.ids[0],
293
293
  default.ids[1],
294
- default.ids[2],
295
294
  ],
296
295
  job_duration=1,
297
296
  resource_type="PHYSICALCONNECTION",
@@ -348,7 +347,6 @@ class EcFailoverTestJob(pulumi.CustomResource):
348
347
  resource_ids=[
349
348
  default.ids[0],
350
349
  default.ids[1],
351
- default.ids[2],
352
350
  ],
353
351
  job_duration=1,
354
352
  resource_type="PHYSICALCONNECTION",
@@ -442,7 +442,7 @@ class VbrPconnAssociation(pulumi.CustomResource):
442
442
  example_vbr_pconn_association = alicloud.expressconnect.VbrPconnAssociation("example",
443
443
  peer_gateway_ip="10.0.0.6",
444
444
  local_gateway_ip="10.0.0.5",
445
- physical_connection_id=example.connections[2].id,
445
+ physical_connection_id=example.connections[1].id,
446
446
  vbr_id=default.id,
447
447
  peering_subnet_mask="255.255.255.252",
448
448
  vlan_id=1122,
@@ -518,7 +518,7 @@ class VbrPconnAssociation(pulumi.CustomResource):
518
518
  example_vbr_pconn_association = alicloud.expressconnect.VbrPconnAssociation("example",
519
519
  peer_gateway_ip="10.0.0.6",
520
520
  local_gateway_ip="10.0.0.5",
521
- physical_connection_id=example.connections[2].id,
521
+ physical_connection_id=example.connections[1].id,
522
522
  vbr_id=default.id,
523
523
  peering_subnet_mask="255.255.255.252",
524
524
  vlan_id=1122,
@@ -2317,15 +2317,15 @@ if not MYPY:
2317
2317
  class V3FunctionCustomContainerConfigArgsDict(TypedDict):
2318
2318
  acceleration_info: NotRequired[pulumi.Input['V3FunctionCustomContainerConfigAccelerationInfoArgsDict']]
2319
2319
  """
2320
- (Deprecated) Image Acceleration Information (Obsolete).
2320
+ (Deprecated since v1.242.0) Image Acceleration Information (Obsolete)
2321
2321
  """
2322
2322
  acceleration_type: NotRequired[pulumi.Input[str]]
2323
2323
  """
2324
- Whether to enable Image acceleration. Default: The Default value, indicating that image acceleration is enabled. None: indicates that image acceleration is disabled. (Obsolete).
2324
+ Whether to enable Image acceleration. Default: The Default value, indicating that image acceleration is enabled. None: indicates that image acceleration is disabled. (Obsolete)
2325
2325
  """
2326
2326
  acr_instance_id: NotRequired[pulumi.Input[str]]
2327
2327
  """
2328
- ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete).
2328
+ ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete)
2329
2329
  """
2330
2330
  commands: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2331
2331
  """
@@ -2367,9 +2367,9 @@ class V3FunctionCustomContainerConfigArgs:
2367
2367
  port: Optional[pulumi.Input[int]] = None,
2368
2368
  resolved_image_uri: Optional[pulumi.Input[str]] = None):
2369
2369
  """
2370
- :param pulumi.Input['V3FunctionCustomContainerConfigAccelerationInfoArgs'] acceleration_info: (Deprecated) Image Acceleration Information (Obsolete).
2371
- :param pulumi.Input[str] acceleration_type: Whether to enable Image acceleration. Default: The Default value, indicating that image acceleration is enabled. None: indicates that image acceleration is disabled. (Obsolete).
2372
- :param pulumi.Input[str] acr_instance_id: ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete).
2370
+ :param pulumi.Input['V3FunctionCustomContainerConfigAccelerationInfoArgs'] acceleration_info: (Deprecated since v1.242.0) Image Acceleration Information (Obsolete)
2371
+ :param pulumi.Input[str] acceleration_type: Whether to enable Image acceleration. Default: The Default value, indicating that image acceleration is enabled. None: indicates that image acceleration is disabled. (Obsolete)
2372
+ :param pulumi.Input[str] acr_instance_id: ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete)
2373
2373
  :param pulumi.Input[Sequence[pulumi.Input[str]]] commands: Container startup parameters.
2374
2374
  :param pulumi.Input[Sequence[pulumi.Input[str]]] entrypoints: Container start command.
2375
2375
  :param pulumi.Input['V3FunctionCustomContainerConfigHealthCheckConfigArgs'] health_check_config: Function custom health check configuration See `health_check_config` below.
@@ -2410,7 +2410,7 @@ class V3FunctionCustomContainerConfigArgs:
2410
2410
  @_utilities.deprecated("""Field 'acceleration_info' has been deprecated from provider version 1.228.0. Image Acceleration Information (Obsolete)""")
2411
2411
  def acceleration_info(self) -> Optional[pulumi.Input['V3FunctionCustomContainerConfigAccelerationInfoArgs']]:
2412
2412
  """
2413
- (Deprecated) Image Acceleration Information (Obsolete).
2413
+ (Deprecated since v1.242.0) Image Acceleration Information (Obsolete)
2414
2414
  """
2415
2415
  return pulumi.get(self, "acceleration_info")
2416
2416
 
@@ -2423,7 +2423,7 @@ class V3FunctionCustomContainerConfigArgs:
2423
2423
  @_utilities.deprecated("""Field 'acceleration_type' has been deprecated from provider version 1.228.0. Whether to enable Image acceleration. Default: The Default value, indicating that image acceleration is enabled. None: indicates that image acceleration is disabled. (Obsolete)""")
2424
2424
  def acceleration_type(self) -> Optional[pulumi.Input[str]]:
2425
2425
  """
2426
- Whether to enable Image acceleration. Default: The Default value, indicating that image acceleration is enabled. None: indicates that image acceleration is disabled. (Obsolete).
2426
+ Whether to enable Image acceleration. Default: The Default value, indicating that image acceleration is enabled. None: indicates that image acceleration is disabled. (Obsolete)
2427
2427
  """
2428
2428
  return pulumi.get(self, "acceleration_type")
2429
2429
 
@@ -2436,7 +2436,7 @@ class V3FunctionCustomContainerConfigArgs:
2436
2436
  @_utilities.deprecated("""Field 'acr_instance_id' has been deprecated from provider version 1.228.0. ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete)""")
2437
2437
  def acr_instance_id(self) -> Optional[pulumi.Input[str]]:
2438
2438
  """
2439
- ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete).
2439
+ ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete)
2440
2440
  """
2441
2441
  return pulumi.get(self, "acr_instance_id")
2442
2442
 
@@ -2521,7 +2521,7 @@ if not MYPY:
2521
2521
  class V3FunctionCustomContainerConfigAccelerationInfoArgsDict(TypedDict):
2522
2522
  status: NotRequired[pulumi.Input[str]]
2523
2523
  """
2524
- Image Acceleration Status (Deprecated).
2524
+ Image Acceleration Status (Deprecated)
2525
2525
  """
2526
2526
  elif False:
2527
2527
  V3FunctionCustomContainerConfigAccelerationInfoArgsDict: TypeAlias = Mapping[str, Any]
@@ -2531,7 +2531,7 @@ class V3FunctionCustomContainerConfigAccelerationInfoArgs:
2531
2531
  def __init__(__self__, *,
2532
2532
  status: Optional[pulumi.Input[str]] = None):
2533
2533
  """
2534
- :param pulumi.Input[str] status: Image Acceleration Status (Deprecated).
2534
+ :param pulumi.Input[str] status: Image Acceleration Status (Deprecated)
2535
2535
  """
2536
2536
  if status is not None:
2537
2537
  warnings.warn("""Field 'status' has been deprecated from provider version 1.228.0. Image Acceleration Status (Deprecated)""", DeprecationWarning)
@@ -2544,7 +2544,7 @@ class V3FunctionCustomContainerConfigAccelerationInfoArgs:
2544
2544
  @_utilities.deprecated("""Field 'status' has been deprecated from provider version 1.228.0. Image Acceleration Status (Deprecated)""")
2545
2545
  def status(self) -> Optional[pulumi.Input[str]]:
2546
2546
  """
2547
- Image Acceleration Status (Deprecated).
2547
+ Image Acceleration Status (Deprecated)
2548
2548
  """
2549
2549
  return pulumi.get(self, "status")
2550
2550
 
@@ -2649,11 +2649,11 @@ if not MYPY:
2649
2649
  """
2650
2650
  name_servers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2651
2651
  """
2652
- IP Address List of DNS servers.
2652
+ IP Address List of DNS servers
2653
2653
  """
2654
2654
  searches: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2655
2655
  """
2656
- DNS search domain list.
2656
+ DNS search domain list
2657
2657
  """
2658
2658
  elif False:
2659
2659
  V3FunctionCustomDnsArgsDict: TypeAlias = Mapping[str, Any]
@@ -2666,8 +2666,8 @@ class V3FunctionCustomDnsArgs:
2666
2666
  searches: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2667
2667
  """
2668
2668
  :param pulumi.Input[Sequence[pulumi.Input['V3FunctionCustomDnsDnsOptionArgs']]] dns_options: List of configuration items in the resolv.conf file. Each item corresponds to a key-value pair in the format of key:value, where the key is required. See `dns_options` below.
2669
- :param pulumi.Input[Sequence[pulumi.Input[str]]] name_servers: IP Address List of DNS servers.
2670
- :param pulumi.Input[Sequence[pulumi.Input[str]]] searches: DNS search domain list.
2669
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] name_servers: IP Address List of DNS servers
2670
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] searches: DNS search domain list
2671
2671
  """
2672
2672
  if dns_options is not None:
2673
2673
  pulumi.set(__self__, "dns_options", dns_options)
@@ -2692,7 +2692,7 @@ class V3FunctionCustomDnsArgs:
2692
2692
  @pulumi.getter(name="nameServers")
2693
2693
  def name_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2694
2694
  """
2695
- IP Address List of DNS servers.
2695
+ IP Address List of DNS servers
2696
2696
  """
2697
2697
  return pulumi.get(self, "name_servers")
2698
2698
 
@@ -2704,7 +2704,7 @@ class V3FunctionCustomDnsArgs:
2704
2704
  @pulumi.getter
2705
2705
  def searches(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2706
2706
  """
2707
- DNS search domain list.
2707
+ DNS search domain list
2708
2708
  """
2709
2709
  return pulumi.get(self, "searches")
2710
2710
 
@@ -2717,11 +2717,11 @@ if not MYPY:
2717
2717
  class V3FunctionCustomDnsDnsOptionArgsDict(TypedDict):
2718
2718
  name: NotRequired[pulumi.Input[str]]
2719
2719
  """
2720
- Configuration Item Name.
2720
+ Configuration Item Name
2721
2721
  """
2722
2722
  value: NotRequired[pulumi.Input[str]]
2723
2723
  """
2724
- Configuration Item Value.
2724
+ Configuration Item Value
2725
2725
  """
2726
2726
  elif False:
2727
2727
  V3FunctionCustomDnsDnsOptionArgsDict: TypeAlias = Mapping[str, Any]
@@ -2732,8 +2732,8 @@ class V3FunctionCustomDnsDnsOptionArgs:
2732
2732
  name: Optional[pulumi.Input[str]] = None,
2733
2733
  value: Optional[pulumi.Input[str]] = None):
2734
2734
  """
2735
- :param pulumi.Input[str] name: Configuration Item Name.
2736
- :param pulumi.Input[str] value: Configuration Item Value.
2735
+ :param pulumi.Input[str] name: Configuration Item Name
2736
+ :param pulumi.Input[str] value: Configuration Item Value
2737
2737
  """
2738
2738
  if name is not None:
2739
2739
  pulumi.set(__self__, "name", name)
@@ -2744,7 +2744,7 @@ class V3FunctionCustomDnsDnsOptionArgs:
2744
2744
  @pulumi.getter
2745
2745
  def name(self) -> Optional[pulumi.Input[str]]:
2746
2746
  """
2747
- Configuration Item Name.
2747
+ Configuration Item Name
2748
2748
  """
2749
2749
  return pulumi.get(self, "name")
2750
2750
 
@@ -2756,7 +2756,7 @@ class V3FunctionCustomDnsDnsOptionArgs:
2756
2756
  @pulumi.getter
2757
2757
  def value(self) -> Optional[pulumi.Input[str]]:
2758
2758
  """
2759
- Configuration Item Value.
2759
+ Configuration Item Value
2760
2760
  """
2761
2761
  return pulumi.get(self, "value")
2762
2762
 
@@ -2949,14 +2949,14 @@ if not MYPY:
2949
2949
  class V3FunctionGpuConfigArgsDict(TypedDict):
2950
2950
  gpu_memory_size: NotRequired[pulumi.Input[int]]
2951
2951
  """
2952
- GPU memory specification, unit: MB, multiple of 1024MB.
2952
+ GPU memory specification, unit: MB, multiple of 1024MB
2953
2953
  """
2954
2954
  gpu_type: NotRequired[pulumi.Input[str]]
2955
2955
  """
2956
2956
  GPU card architecture.
2957
- - fc.gpu.tesla indicates the type of the Tesla Architecture Series card of the GPU instance (the same as the NVIDIA T4 card type).
2958
- - fc.gpu.ampere indicates the GPU instance type of Ampere Architecture Series card (same as NVIDIA A10 card type).
2959
- - fc.gpu.ada Indicates the GPU instance Ada Lovelace architecture family card type.
2957
+ - fc.gpu.tesla.1 indicates the type of the Tesla Architecture Series card of the GPU instance (the same as the NVIDIA T4 card type).
2958
+ - fc.gpu.ampere.1 indicates the GPU instance type of Ampere Architecture Series card (same as NVIDIA A10 card type).
2959
+ - fc.gpu.ada.1 Indicates the GPU instance Ada Lovelace architecture family card type.
2960
2960
  """
2961
2961
  elif False:
2962
2962
  V3FunctionGpuConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -2967,11 +2967,11 @@ class V3FunctionGpuConfigArgs:
2967
2967
  gpu_memory_size: Optional[pulumi.Input[int]] = None,
2968
2968
  gpu_type: Optional[pulumi.Input[str]] = None):
2969
2969
  """
2970
- :param pulumi.Input[int] gpu_memory_size: GPU memory specification, unit: MB, multiple of 1024MB.
2970
+ :param pulumi.Input[int] gpu_memory_size: GPU memory specification, unit: MB, multiple of 1024MB
2971
2971
  :param pulumi.Input[str] gpu_type: GPU card architecture.
2972
- - fc.gpu.tesla indicates the type of the Tesla Architecture Series card of the GPU instance (the same as the NVIDIA T4 card type).
2973
- - fc.gpu.ampere indicates the GPU instance type of Ampere Architecture Series card (same as NVIDIA A10 card type).
2974
- - fc.gpu.ada Indicates the GPU instance Ada Lovelace architecture family card type.
2972
+ - fc.gpu.tesla.1 indicates the type of the Tesla Architecture Series card of the GPU instance (the same as the NVIDIA T4 card type).
2973
+ - fc.gpu.ampere.1 indicates the GPU instance type of Ampere Architecture Series card (same as NVIDIA A10 card type).
2974
+ - fc.gpu.ada.1 Indicates the GPU instance Ada Lovelace architecture family card type.
2975
2975
  """
2976
2976
  if gpu_memory_size is not None:
2977
2977
  pulumi.set(__self__, "gpu_memory_size", gpu_memory_size)
@@ -2982,7 +2982,7 @@ class V3FunctionGpuConfigArgs:
2982
2982
  @pulumi.getter(name="gpuMemorySize")
2983
2983
  def gpu_memory_size(self) -> Optional[pulumi.Input[int]]:
2984
2984
  """
2985
- GPU memory specification, unit: MB, multiple of 1024MB.
2985
+ GPU memory specification, unit: MB, multiple of 1024MB
2986
2986
  """
2987
2987
  return pulumi.get(self, "gpu_memory_size")
2988
2988
 
@@ -2995,9 +2995,9 @@ class V3FunctionGpuConfigArgs:
2995
2995
  def gpu_type(self) -> Optional[pulumi.Input[str]]:
2996
2996
  """
2997
2997
  GPU card architecture.
2998
- - fc.gpu.tesla indicates the type of the Tesla Architecture Series card of the GPU instance (the same as the NVIDIA T4 card type).
2999
- - fc.gpu.ampere indicates the GPU instance type of Ampere Architecture Series card (same as NVIDIA A10 card type).
3000
- - fc.gpu.ada Indicates the GPU instance Ada Lovelace architecture family card type.
2998
+ - fc.gpu.tesla.1 indicates the type of the Tesla Architecture Series card of the GPU instance (the same as the NVIDIA T4 card type).
2999
+ - fc.gpu.ampere.1 indicates the GPU instance type of Ampere Architecture Series card (same as NVIDIA A10 card type).
3000
+ - fc.gpu.ada.1 Indicates the GPU instance Ada Lovelace architecture family card type.
3001
3001
  """
3002
3002
  return pulumi.get(self, "gpu_type")
3003
3003
 
@@ -3174,7 +3174,7 @@ if not MYPY:
3174
3174
  """
3175
3175
  log_begin_rule: NotRequired[pulumi.Input[str]]
3176
3176
  """
3177
- Log Line First Matching Rules.
3177
+ Log Line First Matching Rules
3178
3178
  """
3179
3179
  logstore: NotRequired[pulumi.Input[str]]
3180
3180
  """
@@ -3198,7 +3198,7 @@ class V3FunctionLogConfigArgs:
3198
3198
  """
3199
3199
  :param pulumi.Input[bool] enable_instance_metrics: After this feature is enabled, you can view core metrics such as instance-level CPU usage, memory usage, instance network status, and the number of requests within an instance. false: The default value, which means that instance-level metrics are turned off. true: indicates that instance-level metrics are enabled.
3200
3200
  :param pulumi.Input[bool] enable_request_metrics: After this function is enabled, you can view the time and memory consumed by a call to all functions under this service. false: indicates that request-level metrics are turned off. true: The default value, indicating that request-level metrics are enabled.
3201
- :param pulumi.Input[str] log_begin_rule: Log Line First Matching Rules.
3201
+ :param pulumi.Input[str] log_begin_rule: Log Line First Matching Rules
3202
3202
  :param pulumi.Input[str] logstore: The Logstore name of log service.
3203
3203
  :param pulumi.Input[str] project: The name of the log service Project.
3204
3204
  """
@@ -3241,7 +3241,7 @@ class V3FunctionLogConfigArgs:
3241
3241
  @pulumi.getter(name="logBeginRule")
3242
3242
  def log_begin_rule(self) -> Optional[pulumi.Input[str]]:
3243
3243
  """
3244
- Log Line First Matching Rules.
3244
+ Log Line First Matching Rules
3245
3245
  """
3246
3246
  return pulumi.get(self, "log_begin_rule")
3247
3247
 
@@ -3278,15 +3278,15 @@ if not MYPY:
3278
3278
  class V3FunctionNasConfigArgsDict(TypedDict):
3279
3279
  group_id: NotRequired[pulumi.Input[int]]
3280
3280
  """
3281
- Group ID.
3281
+ Group ID
3282
3282
  """
3283
3283
  mount_points: NotRequired[pulumi.Input[Sequence[pulumi.Input['V3FunctionNasConfigMountPointArgsDict']]]]
3284
3284
  """
3285
- Mount point list. See `mount_points` below.
3285
+ Mount point list See `mount_points` below.
3286
3286
  """
3287
3287
  user_id: NotRequired[pulumi.Input[int]]
3288
3288
  """
3289
- Account ID.
3289
+ Account ID
3290
3290
  """
3291
3291
  elif False:
3292
3292
  V3FunctionNasConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -3298,9 +3298,9 @@ class V3FunctionNasConfigArgs:
3298
3298
  mount_points: Optional[pulumi.Input[Sequence[pulumi.Input['V3FunctionNasConfigMountPointArgs']]]] = None,
3299
3299
  user_id: Optional[pulumi.Input[int]] = None):
3300
3300
  """
3301
- :param pulumi.Input[int] group_id: Group ID.
3302
- :param pulumi.Input[Sequence[pulumi.Input['V3FunctionNasConfigMountPointArgs']]] mount_points: Mount point list. See `mount_points` below.
3303
- :param pulumi.Input[int] user_id: Account ID.
3301
+ :param pulumi.Input[int] group_id: Group ID
3302
+ :param pulumi.Input[Sequence[pulumi.Input['V3FunctionNasConfigMountPointArgs']]] mount_points: Mount point list See `mount_points` below.
3303
+ :param pulumi.Input[int] user_id: Account ID
3304
3304
  """
3305
3305
  if group_id is not None:
3306
3306
  pulumi.set(__self__, "group_id", group_id)
@@ -3313,7 +3313,7 @@ class V3FunctionNasConfigArgs:
3313
3313
  @pulumi.getter(name="groupId")
3314
3314
  def group_id(self) -> Optional[pulumi.Input[int]]:
3315
3315
  """
3316
- Group ID.
3316
+ Group ID
3317
3317
  """
3318
3318
  return pulumi.get(self, "group_id")
3319
3319
 
@@ -3325,7 +3325,7 @@ class V3FunctionNasConfigArgs:
3325
3325
  @pulumi.getter(name="mountPoints")
3326
3326
  def mount_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['V3FunctionNasConfigMountPointArgs']]]]:
3327
3327
  """
3328
- Mount point list. See `mount_points` below.
3328
+ Mount point list See `mount_points` below.
3329
3329
  """
3330
3330
  return pulumi.get(self, "mount_points")
3331
3331
 
@@ -3337,7 +3337,7 @@ class V3FunctionNasConfigArgs:
3337
3337
  @pulumi.getter(name="userId")
3338
3338
  def user_id(self) -> Optional[pulumi.Input[int]]:
3339
3339
  """
3340
- Account ID.
3340
+ Account ID
3341
3341
  """
3342
3342
  return pulumi.get(self, "user_id")
3343
3343
 
@@ -3355,7 +3355,7 @@ if not MYPY:
3355
3355
  mount_dir: NotRequired[pulumi.Input[str]]
3356
3356
  server_addr: NotRequired[pulumi.Input[str]]
3357
3357
  """
3358
- NAS server address.
3358
+ NAS server address
3359
3359
  """
3360
3360
  elif False:
3361
3361
  V3FunctionNasConfigMountPointArgsDict: TypeAlias = Mapping[str, Any]
@@ -3368,7 +3368,7 @@ class V3FunctionNasConfigMountPointArgs:
3368
3368
  server_addr: Optional[pulumi.Input[str]] = None):
3369
3369
  """
3370
3370
  :param pulumi.Input[bool] enable_tls: Use transport encryption to mount. Note: only general-purpose NAS supports transmission encryption.
3371
- :param pulumi.Input[str] server_addr: NAS server address.
3371
+ :param pulumi.Input[str] server_addr: NAS server address
3372
3372
  """
3373
3373
  if enable_tls is not None:
3374
3374
  pulumi.set(__self__, "enable_tls", enable_tls)
@@ -3402,7 +3402,7 @@ class V3FunctionNasConfigMountPointArgs:
3402
3402
  @pulumi.getter(name="serverAddr")
3403
3403
  def server_addr(self) -> Optional[pulumi.Input[str]]:
3404
3404
  """
3405
- NAS server address.
3405
+ NAS server address
3406
3406
  """
3407
3407
  return pulumi.get(self, "server_addr")
3408
3408
 
@@ -3415,7 +3415,7 @@ if not MYPY:
3415
3415
  class V3FunctionOssMountConfigArgsDict(TypedDict):
3416
3416
  mount_points: NotRequired[pulumi.Input[Sequence[pulumi.Input['V3FunctionOssMountConfigMountPointArgsDict']]]]
3417
3417
  """
3418
- OSS mount point list. See `mount_points` below.
3418
+ OSS mount point list See `mount_points` below.
3419
3419
  """
3420
3420
  elif False:
3421
3421
  V3FunctionOssMountConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -3425,7 +3425,7 @@ class V3FunctionOssMountConfigArgs:
3425
3425
  def __init__(__self__, *,
3426
3426
  mount_points: Optional[pulumi.Input[Sequence[pulumi.Input['V3FunctionOssMountConfigMountPointArgs']]]] = None):
3427
3427
  """
3428
- :param pulumi.Input[Sequence[pulumi.Input['V3FunctionOssMountConfigMountPointArgs']]] mount_points: OSS mount point list. See `mount_points` below.
3428
+ :param pulumi.Input[Sequence[pulumi.Input['V3FunctionOssMountConfigMountPointArgs']]] mount_points: OSS mount point list See `mount_points` below.
3429
3429
  """
3430
3430
  if mount_points is not None:
3431
3431
  pulumi.set(__self__, "mount_points", mount_points)
@@ -3434,7 +3434,7 @@ class V3FunctionOssMountConfigArgs:
3434
3434
  @pulumi.getter(name="mountPoints")
3435
3435
  def mount_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['V3FunctionOssMountConfigMountPointArgs']]]]:
3436
3436
  """
3437
- OSS mount point list. See `mount_points` below.
3437
+ OSS mount point list See `mount_points` below.
3438
3438
  """
3439
3439
  return pulumi.get(self, "mount_points")
3440
3440
 
@@ -3447,20 +3447,20 @@ if not MYPY:
3447
3447
  class V3FunctionOssMountConfigMountPointArgsDict(TypedDict):
3448
3448
  bucket_name: NotRequired[pulumi.Input[str]]
3449
3449
  """
3450
- OSS Bucket name.
3450
+ OSS Bucket name
3451
3451
  """
3452
3452
  bucket_path: NotRequired[pulumi.Input[str]]
3453
3453
  """
3454
- Path of the mounted OSS Bucket.
3454
+ Path of the mounted OSS Bucket
3455
3455
  """
3456
3456
  endpoint: NotRequired[pulumi.Input[str]]
3457
3457
  """
3458
- OSS access endpoint.
3458
+ OSS access endpoint
3459
3459
  """
3460
3460
  mount_dir: NotRequired[pulumi.Input[str]]
3461
3461
  read_only: NotRequired[pulumi.Input[bool]]
3462
3462
  """
3463
- Read-only.
3463
+ Read-only
3464
3464
  """
3465
3465
  elif False:
3466
3466
  V3FunctionOssMountConfigMountPointArgsDict: TypeAlias = Mapping[str, Any]
@@ -3474,10 +3474,10 @@ class V3FunctionOssMountConfigMountPointArgs:
3474
3474
  mount_dir: Optional[pulumi.Input[str]] = None,
3475
3475
  read_only: Optional[pulumi.Input[bool]] = None):
3476
3476
  """
3477
- :param pulumi.Input[str] bucket_name: OSS Bucket name.
3478
- :param pulumi.Input[str] bucket_path: Path of the mounted OSS Bucket.
3479
- :param pulumi.Input[str] endpoint: OSS access endpoint.
3480
- :param pulumi.Input[bool] read_only: Read-only.
3477
+ :param pulumi.Input[str] bucket_name: OSS Bucket name
3478
+ :param pulumi.Input[str] bucket_path: Path of the mounted OSS Bucket
3479
+ :param pulumi.Input[str] endpoint: OSS access endpoint
3480
+ :param pulumi.Input[bool] read_only: Read-only
3481
3481
  """
3482
3482
  if bucket_name is not None:
3483
3483
  pulumi.set(__self__, "bucket_name", bucket_name)
@@ -3494,7 +3494,7 @@ class V3FunctionOssMountConfigMountPointArgs:
3494
3494
  @pulumi.getter(name="bucketName")
3495
3495
  def bucket_name(self) -> Optional[pulumi.Input[str]]:
3496
3496
  """
3497
- OSS Bucket name.
3497
+ OSS Bucket name
3498
3498
  """
3499
3499
  return pulumi.get(self, "bucket_name")
3500
3500
 
@@ -3506,7 +3506,7 @@ class V3FunctionOssMountConfigMountPointArgs:
3506
3506
  @pulumi.getter(name="bucketPath")
3507
3507
  def bucket_path(self) -> Optional[pulumi.Input[str]]:
3508
3508
  """
3509
- Path of the mounted OSS Bucket.
3509
+ Path of the mounted OSS Bucket
3510
3510
  """
3511
3511
  return pulumi.get(self, "bucket_path")
3512
3512
 
@@ -3518,7 +3518,7 @@ class V3FunctionOssMountConfigMountPointArgs:
3518
3518
  @pulumi.getter
3519
3519
  def endpoint(self) -> Optional[pulumi.Input[str]]:
3520
3520
  """
3521
- OSS access endpoint.
3521
+ OSS access endpoint
3522
3522
  """
3523
3523
  return pulumi.get(self, "endpoint")
3524
3524
 
@@ -3539,7 +3539,7 @@ class V3FunctionOssMountConfigMountPointArgs:
3539
3539
  @pulumi.getter(name="readOnly")
3540
3540
  def read_only(self) -> Optional[pulumi.Input[bool]]:
3541
3541
  """
3542
- Read-only.
3542
+ Read-only
3543
3543
  """
3544
3544
  return pulumi.get(self, "read_only")
3545
3545
 
@@ -3604,15 +3604,15 @@ if not MYPY:
3604
3604
  class V3FunctionVpcConfigArgsDict(TypedDict):
3605
3605
  security_group_id: NotRequired[pulumi.Input[str]]
3606
3606
  """
3607
- Security group ID.
3607
+ Security group ID
3608
3608
  """
3609
3609
  vpc_id: NotRequired[pulumi.Input[str]]
3610
3610
  """
3611
- VPC network ID.
3611
+ VPC network ID
3612
3612
  """
3613
3613
  vswitch_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3614
3614
  """
3615
- Switch List.
3615
+ Switch List
3616
3616
  """
3617
3617
  elif False:
3618
3618
  V3FunctionVpcConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -3624,9 +3624,9 @@ class V3FunctionVpcConfigArgs:
3624
3624
  vpc_id: Optional[pulumi.Input[str]] = None,
3625
3625
  vswitch_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
3626
3626
  """
3627
- :param pulumi.Input[str] security_group_id: Security group ID.
3628
- :param pulumi.Input[str] vpc_id: VPC network ID.
3629
- :param pulumi.Input[Sequence[pulumi.Input[str]]] vswitch_ids: Switch List.
3627
+ :param pulumi.Input[str] security_group_id: Security group ID
3628
+ :param pulumi.Input[str] vpc_id: VPC network ID
3629
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] vswitch_ids: Switch List
3630
3630
  """
3631
3631
  if security_group_id is not None:
3632
3632
  pulumi.set(__self__, "security_group_id", security_group_id)
@@ -3639,7 +3639,7 @@ class V3FunctionVpcConfigArgs:
3639
3639
  @pulumi.getter(name="securityGroupId")
3640
3640
  def security_group_id(self) -> Optional[pulumi.Input[str]]:
3641
3641
  """
3642
- Security group ID.
3642
+ Security group ID
3643
3643
  """
3644
3644
  return pulumi.get(self, "security_group_id")
3645
3645
 
@@ -3651,7 +3651,7 @@ class V3FunctionVpcConfigArgs:
3651
3651
  @pulumi.getter(name="vpcId")
3652
3652
  def vpc_id(self) -> Optional[pulumi.Input[str]]:
3653
3653
  """
3654
- VPC network ID.
3654
+ VPC network ID
3655
3655
  """
3656
3656
  return pulumi.get(self, "vpc_id")
3657
3657
 
@@ -3663,7 +3663,7 @@ class V3FunctionVpcConfigArgs:
3663
3663
  @pulumi.getter(name="vswitchIds")
3664
3664
  def vswitch_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3665
3665
  """
3666
- Switch List.
3666
+ Switch List
3667
3667
  """
3668
3668
  return pulumi.get(self, "vswitch_ids")
3669
3669