pulumi-alicloud 3.59.1a1721928270__py3-none-any.whl → 3.60.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 (395) hide show
  1. pulumi_alicloud/__init__.py +150 -0
  2. pulumi_alicloud/_utilities.py +2 -0
  3. pulumi_alicloud/ackone/cluster.py +13 -13
  4. pulumi_alicloud/adb/lake_account.py +53 -53
  5. pulumi_alicloud/adb/resource_group.py +48 -20
  6. pulumi_alicloud/alb/_inputs.py +22 -22
  7. pulumi_alicloud/alb/a_script.py +5 -5
  8. pulumi_alicloud/alb/acl.py +5 -5
  9. pulumi_alicloud/alb/listener.py +30 -30
  10. pulumi_alicloud/alb/load_balancer.py +131 -145
  11. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +22 -22
  12. pulumi_alicloud/alb/outputs.py +22 -22
  13. pulumi_alicloud/alb/rule.py +10 -10
  14. pulumi_alicloud/alb/server_group.py +71 -71
  15. pulumi_alicloud/aligreen/__init__.py +13 -0
  16. pulumi_alicloud/aligreen/audit_callback.py +422 -0
  17. pulumi_alicloud/aligreen/biz_type.py +398 -0
  18. pulumi_alicloud/aligreen/callback.py +449 -0
  19. pulumi_alicloud/aligreen/image_lib.py +406 -0
  20. pulumi_alicloud/aligreen/keyword_lib.py +615 -0
  21. pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
  22. pulumi_alicloud/amqp/binding.py +94 -102
  23. pulumi_alicloud/apigateway/__init__.py +2 -0
  24. pulumi_alicloud/apigateway/_inputs.py +221 -2
  25. pulumi_alicloud/apigateway/access_control_list.py +22 -14
  26. pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
  27. pulumi_alicloud/apigateway/api.py +86 -84
  28. pulumi_alicloud/apigateway/app_attachment.py +42 -42
  29. pulumi_alicloud/apigateway/get_apis.py +42 -42
  30. pulumi_alicloud/apigateway/group.py +51 -2
  31. pulumi_alicloud/apigateway/instance.py +396 -63
  32. pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
  33. pulumi_alicloud/apigateway/outputs.py +223 -2
  34. pulumi_alicloud/apigateway/plugin_attachment.py +42 -42
  35. pulumi_alicloud/apigateway/vpc_access.py +2 -2
  36. pulumi_alicloud/arms/dispatch_rule.py +73 -73
  37. pulumi_alicloud/arms/get_remote_writes.py +4 -0
  38. pulumi_alicloud/arms/outputs.py +2 -2
  39. pulumi_alicloud/arms/prometheus_alert_rule.py +10 -10
  40. pulumi_alicloud/arms/remote_write.py +4 -0
  41. pulumi_alicloud/arms/synthetic_task.py +303 -303
  42. pulumi_alicloud/bastionhost/instance.py +10 -10
  43. pulumi_alicloud/bp/studio_application.py +15 -15
  44. pulumi_alicloud/cddc/dedicated_propre_host.py +5 -5
  45. pulumi_alicloud/cdn/domain.py +21 -21
  46. pulumi_alicloud/cdn/domain_config.py +27 -27
  47. pulumi_alicloud/cdn/domain_new.py +24 -24
  48. pulumi_alicloud/cdn/real_time_log_delivery.py +14 -14
  49. pulumi_alicloud/cen/child_instance_route_entry_to_attachment.py +16 -16
  50. pulumi_alicloud/cen/get_transit_router_vpc_attachments.py +16 -16
  51. pulumi_alicloud/cen/route_entry.py +2 -2
  52. pulumi_alicloud/cen/transit_router_multicast_domain_association.py +8 -8
  53. pulumi_alicloud/cen/transit_router_prefix_list_association.py +6 -6
  54. pulumi_alicloud/cen/transit_router_route_table_association.py +16 -16
  55. pulumi_alicloud/cen/transit_router_route_table_propagation.py +16 -16
  56. pulumi_alicloud/cen/transit_router_vpc_attachment.py +21 -21
  57. pulumi_alicloud/cen/transit_router_vpn_attachment.py +73 -73
  58. pulumi_alicloud/cen/vbr_health_check.py +1 -1
  59. pulumi_alicloud/cfg/aggregate_compliance_pack.py +26 -26
  60. pulumi_alicloud/cfg/aggregate_config_rule.py +10 -10
  61. pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
  62. pulumi_alicloud/cfg/aggregator.py +15 -15
  63. pulumi_alicloud/cfg/compliance_pack.py +22 -22
  64. pulumi_alicloud/cfg/delivery.py +259 -122
  65. pulumi_alicloud/cfg/rule.py +2 -2
  66. pulumi_alicloud/clickhouse/_inputs.py +39 -0
  67. pulumi_alicloud/clickhouse/db_cluster.py +71 -11
  68. pulumi_alicloud/clickhouse/outputs.py +50 -0
  69. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  70. pulumi_alicloud/cloudfirewall/address_book.py +13 -13
  71. pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
  72. pulumi_alicloud/cloudfirewall/firewall_vpc_firewall.py +54 -54
  73. pulumi_alicloud/cloudfirewall/firewall_vpc_firewall_cen.py +11 -11
  74. pulumi_alicloud/cloudfirewall/nat_firewall.py +17 -17
  75. pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
  76. pulumi_alicloud/cloudmonitor/service_group_monitoring_agent_process.py +52 -52
  77. pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
  78. pulumi_alicloud/cloudsso/access_configuration.py +5 -5
  79. pulumi_alicloud/cloudsso/directory.py +5 -5
  80. pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
  81. pulumi_alicloud/cms/_inputs.py +214 -42
  82. pulumi_alicloud/cms/alarm.py +98 -51
  83. pulumi_alicloud/cms/dynamic_tag_group.py +62 -60
  84. pulumi_alicloud/cms/event_rule.py +49 -49
  85. pulumi_alicloud/cms/get_dynamic_tag_groups.py +8 -8
  86. pulumi_alicloud/cms/get_site_monitors.py +8 -8
  87. pulumi_alicloud/cms/group_metric_rule.py +38 -38
  88. pulumi_alicloud/cms/hybrid_monitor_sls_task.py +10 -10
  89. pulumi_alicloud/cms/metric_rule_black_list.py +13 -13
  90. pulumi_alicloud/cms/metric_rule_template.py +87 -120
  91. pulumi_alicloud/cms/monitor_group_instances.py +17 -17
  92. pulumi_alicloud/cms/outputs.py +214 -42
  93. pulumi_alicloud/cms/site_monitor.py +13 -13
  94. pulumi_alicloud/cms/sls_group.py +5 -5
  95. pulumi_alicloud/compute/get_nest_service_instances.py +4 -4
  96. pulumi_alicloud/compute/nest_service_instance.py +20 -20
  97. pulumi_alicloud/cr/chain.py +217 -217
  98. pulumi_alicloud/cr/repo.py +2 -2
  99. pulumi_alicloud/cs/application.py +1 -1
  100. pulumi_alicloud/cs/cluster.py +1 -1
  101. pulumi_alicloud/cs/edge_kubernetes.py +46 -46
  102. pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
  103. pulumi_alicloud/cs/kubernetes.py +21 -21
  104. pulumi_alicloud/cs/kubernetes_autoscaler.py +5 -5
  105. pulumi_alicloud/cs/kubernetes_permission.py +5 -5
  106. pulumi_alicloud/cs/managed_kubernetes.py +15 -15
  107. pulumi_alicloud/cs/node_pool.py +50 -50
  108. pulumi_alicloud/cs/outputs.py +2 -2
  109. pulumi_alicloud/cs/serverless_kubernetes.py +28 -28
  110. pulumi_alicloud/cs/swarm.py +1 -1
  111. pulumi_alicloud/das/switch_das_pro.py +8 -8
  112. pulumi_alicloud/databasefilesystem/instance.py +5 -5
  113. pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
  114. pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
  115. pulumi_alicloud/dcdn/domain.py +19 -19
  116. pulumi_alicloud/dcdn/domain_config.py +59 -59
  117. pulumi_alicloud/dcdn/er.py +25 -25
  118. pulumi_alicloud/dcdn/ipa_domain.py +19 -19
  119. pulumi_alicloud/dcdn/waf_domain.py +14 -14
  120. pulumi_alicloud/dcdn/waf_policy_domain_attachment.py +14 -14
  121. pulumi_alicloud/dcdn/waf_rule.py +52 -52
  122. pulumi_alicloud/ddos/basic_threshold.py +2 -2
  123. pulumi_alicloud/ddos/bgp_ip.py +2 -6
  124. pulumi_alicloud/ddos/bgp_policy.py +37 -37
  125. pulumi_alicloud/ddos/domain_resource.py +13 -13
  126. pulumi_alicloud/ddos/scheduler_rule.py +33 -33
  127. pulumi_alicloud/dfs/vsc_mount_point.py +2 -2
  128. pulumi_alicloud/dns/access_strategy.py +15 -15
  129. pulumi_alicloud/dns/address_pool.py +31 -31
  130. pulumi_alicloud/dns/custom_line.py +13 -13
  131. pulumi_alicloud/dns/gtm_instance.py +17 -17
  132. pulumi_alicloud/dns/monitor_config.py +39 -39
  133. pulumi_alicloud/ebs/enterprise_snapshot_policy.py +39 -39
  134. pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +14 -14
  135. pulumi_alicloud/ebs/solution_instance.py +125 -125
  136. pulumi_alicloud/eci/container_group.py +150 -150
  137. pulumi_alicloud/eci/get_container_groups.py +2 -2
  138. pulumi_alicloud/eci/image_cache.py +5 -5
  139. pulumi_alicloud/eci/open_api_image_cache.py +3 -3
  140. pulumi_alicloud/eci/virtual_node.py +15 -15
  141. pulumi_alicloud/ecs/auto_provisioning_group.py +17 -17
  142. pulumi_alicloud/ecs/dedicated_host.py +5 -5
  143. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  144. pulumi_alicloud/ecs/ecs_image_pipeline.py +2 -2
  145. pulumi_alicloud/ecs/ecs_instance_set.py +17 -17
  146. pulumi_alicloud/ecs/ecs_invocation.py +2 -2
  147. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
  148. pulumi_alicloud/ecs/ecs_launch_template.py +88 -88
  149. pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
  150. pulumi_alicloud/ecs/ecs_prefix_list.py +13 -13
  151. pulumi_alicloud/ecs/eip_association.py +4 -6
  152. pulumi_alicloud/ecs/get_dedicated_hosts.py +4 -4
  153. pulumi_alicloud/ecs/get_disks.py +2 -2
  154. pulumi_alicloud/ecs/get_ecs_disks.py +2 -2
  155. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +46 -6
  156. pulumi_alicloud/ecs/get_instances.py +3 -3
  157. pulumi_alicloud/ecs/get_network_interfaces.py +5 -5
  158. pulumi_alicloud/ecs/image.py +14 -16
  159. pulumi_alicloud/ecs/image_copy.py +2 -2
  160. pulumi_alicloud/ecs/image_export.py +2 -2
  161. pulumi_alicloud/ecs/image_import.py +27 -19
  162. pulumi_alicloud/ecs/image_share_permission.py +2 -2
  163. pulumi_alicloud/ecs/instance.py +38 -38
  164. pulumi_alicloud/ecs/launch_template.py +43 -43
  165. pulumi_alicloud/ecs/outputs.py +48 -26
  166. pulumi_alicloud/ecs/reserved_instance.py +2 -2
  167. pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
  168. pulumi_alicloud/edas/k8s_slb_attachment.py +5 -5
  169. pulumi_alicloud/eds/command.py +26 -26
  170. pulumi_alicloud/eds/custom_property.py +11 -11
  171. pulumi_alicloud/eds/desktop.py +26 -26
  172. pulumi_alicloud/eds/ecd_policy_group.py +36 -36
  173. pulumi_alicloud/eds/get_commands.py +26 -26
  174. pulumi_alicloud/eds/get_desktops.py +26 -26
  175. pulumi_alicloud/eds/get_images.py +26 -26
  176. pulumi_alicloud/eds/get_policy_groups.py +26 -26
  177. pulumi_alicloud/eds/image.py +26 -26
  178. pulumi_alicloud/eds/outputs.py +10 -10
  179. pulumi_alicloud/eds/snapshot.py +26 -26
  180. pulumi_alicloud/ehpc/cluster.py +15 -15
  181. pulumi_alicloud/eipanycast/anycast_eip_address_attachment.py +5 -5
  182. pulumi_alicloud/emr/cluster.py +245 -245
  183. pulumi_alicloud/emr/get_clusters.py +66 -66
  184. pulumi_alicloud/emrv2/cluster.py +135 -135
  185. pulumi_alicloud/ens/disk_instance_attachment.py +6 -6
  186. pulumi_alicloud/ens/eip_instance_attachment.py +8 -8
  187. pulumi_alicloud/ens/image.py +6 -6
  188. pulumi_alicloud/ens/instance.py +10 -10
  189. pulumi_alicloud/ens/instance_security_group_attachment.py +6 -6
  190. pulumi_alicloud/ess/alarm.py +5 -5
  191. pulumi_alicloud/ess/alb_server_group_attachment.py +16 -16
  192. pulumi_alicloud/ess/eci_scaling_configuration.py +38 -38
  193. pulumi_alicloud/ess/scaling_configuration.py +20 -20
  194. pulumi_alicloud/ess/scaling_group.py +111 -17
  195. pulumi_alicloud/ess/scaling_group_v_server_groups.py +5 -5
  196. pulumi_alicloud/ess/scaling_rule.py +10 -10
  197. pulumi_alicloud/eventbridge/api_destination.py +19 -19
  198. pulumi_alicloud/eventbridge/connection.py +94 -94
  199. pulumi_alicloud/eventbridge/rule.py +5 -5
  200. pulumi_alicloud/expressconnect/get_router_interfaces.py +2 -2
  201. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +20 -20
  202. pulumi_alicloud/expressconnect/router_express_connect_router.py +5 -5
  203. pulumi_alicloud/fc/__init__.py +7 -0
  204. pulumi_alicloud/fc/_inputs.py +1666 -0
  205. pulumi_alicloud/fc/alias.py +5 -5
  206. pulumi_alicloud/fc/custom_domain.py +46 -46
  207. pulumi_alicloud/fc/function.py +17 -17
  208. pulumi_alicloud/fc/function_async_invoke_config.py +21 -21
  209. pulumi_alicloud/fc/outputs.py +1723 -2
  210. pulumi_alicloud/fc/service.py +12 -12
  211. pulumi_alicloud/fc/trigger.py +26 -26
  212. pulumi_alicloud/fc/v2_function.py +18 -18
  213. pulumi_alicloud/fc/v3_alias.py +440 -0
  214. pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
  215. pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
  216. pulumi_alicloud/fc/v3_custom_domain.py +847 -0
  217. pulumi_alicloud/fc/v3_function.py +1391 -0
  218. pulumi_alicloud/fc/v3_function_version.py +313 -0
  219. pulumi_alicloud/fc/v3_trigger.py +663 -0
  220. pulumi_alicloud/ga/access_log.py +18 -18
  221. pulumi_alicloud/ga/acl.py +5 -5
  222. pulumi_alicloud/ga/acl_attachment.py +8 -8
  223. pulumi_alicloud/ga/basic_accelerator.py +8 -8
  224. pulumi_alicloud/ga/custom_routing_endpoint.py +8 -8
  225. pulumi_alicloud/ga/custom_routing_endpoint_group.py +8 -8
  226. pulumi_alicloud/ga/custom_routing_endpoint_group_destination.py +8 -8
  227. pulumi_alicloud/ga/custom_routing_endpoint_traffic_policy.py +21 -21
  228. pulumi_alicloud/ga/endpoint_group.py +38 -38
  229. pulumi_alicloud/ga/forwarding_rule.py +80 -80
  230. pulumi_alicloud/ga/get_endpoint_groups.py +26 -26
  231. pulumi_alicloud/ga/listener.py +23 -23
  232. pulumi_alicloud/governance/__init__.py +12 -0
  233. pulumi_alicloud/governance/_inputs.py +70 -0
  234. pulumi_alicloud/governance/account.py +505 -0
  235. pulumi_alicloud/governance/baseline.py +387 -0
  236. pulumi_alicloud/governance/get_baselines.py +241 -0
  237. pulumi_alicloud/governance/outputs.py +99 -0
  238. pulumi_alicloud/gpdb/account.py +6 -6
  239. pulumi_alicloud/gpdb/connection.py +6 -6
  240. pulumi_alicloud/gpdb/db_instance_plan.py +5 -5
  241. pulumi_alicloud/gpdb/instance.py +11 -11
  242. pulumi_alicloud/graphdatabase/db_instance.py +5 -5
  243. pulumi_alicloud/hbase/instance.py +6 -6
  244. pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
  245. pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
  246. pulumi_alicloud/hbr/get_backup_jobs.py +62 -62
  247. pulumi_alicloud/hbr/get_server_backup_plans.py +12 -12
  248. pulumi_alicloud/hbr/ots_backup_plan.py +38 -38
  249. pulumi_alicloud/hbr/policy.py +21 -21
  250. pulumi_alicloud/hbr/policy_binding.py +21 -21
  251. pulumi_alicloud/hbr/restore_job.py +5 -5
  252. pulumi_alicloud/hbr/server_backup_plan.py +15 -15
  253. pulumi_alicloud/hologram/instance.py +5 -5
  254. pulumi_alicloud/imp/app_template.py +5 -5
  255. pulumi_alicloud/kms/instance.py +5 -5
  256. pulumi_alicloud/kvstore/instance.py +52 -5
  257. pulumi_alicloud/kvstore/outputs.py +2 -2
  258. pulumi_alicloud/log/alert.py +296 -296
  259. pulumi_alicloud/log/etl.py +37 -37
  260. pulumi_alicloud/log/oss_export.py +5 -5
  261. pulumi_alicloud/log/oss_shipper.py +3 -3
  262. pulumi_alicloud/log/store.py +25 -25
  263. pulumi_alicloud/log/store_index.py +30 -30
  264. pulumi_alicloud/maxcompute/get_projects.py +12 -14
  265. pulumi_alicloud/maxcompute/get_service.py +4 -0
  266. pulumi_alicloud/maxcompute/outputs.py +75 -60
  267. pulumi_alicloud/maxcompute/project.py +22 -22
  268. pulumi_alicloud/mongodb/instance.py +7 -7
  269. pulumi_alicloud/mongodb/serverless_instance.py +15 -15
  270. pulumi_alicloud/mongodb/sharding_instance.py +45 -45
  271. pulumi_alicloud/mongodb/sharding_network_private_address.py +2 -2
  272. pulumi_alicloud/mongodb/sharding_network_public_address.py +32 -32
  273. pulumi_alicloud/mse/gateway.py +2 -2
  274. pulumi_alicloud/nas/access_point.py +28 -28
  275. pulumi_alicloud/nlb/listener.py +38 -38
  276. pulumi_alicloud/nlb/load_balancer.py +31 -31
  277. pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +16 -16
  278. pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +16 -16
  279. pulumi_alicloud/nlb/server_group.py +27 -27
  280. pulumi_alicloud/nlb/server_group_server_attachment.py +6 -6
  281. pulumi_alicloud/opensearch/app_group.py +20 -20
  282. pulumi_alicloud/opensearch/get_app_groups.py +10 -10
  283. pulumi_alicloud/oss/bucket.py +69 -69
  284. pulumi_alicloud/oss/bucket_cors.py +19 -19
  285. pulumi_alicloud/oss/bucket_replication.py +55 -55
  286. pulumi_alicloud/ots/search_index.py +109 -109
  287. pulumi_alicloud/ots/secondary_index.py +48 -48
  288. pulumi_alicloud/ots/table.py +58 -58
  289. pulumi_alicloud/ots/tunnel.py +26 -26
  290. pulumi_alicloud/polardb/cluster.py +12 -12
  291. pulumi_alicloud/polardb/outputs.py +2 -2
  292. pulumi_alicloud/polardb/parameter_group.py +13 -13
  293. pulumi_alicloud/privatelink/outputs.py +2 -2
  294. pulumi_alicloud/provider.py +8 -8
  295. pulumi_alicloud/pulumi-plugin.json +1 -1
  296. pulumi_alicloud/pvtz/endpoint.py +5 -5
  297. pulumi_alicloud/pvtz/rule.py +5 -5
  298. pulumi_alicloud/pvtz/rule_attachment.py +5 -5
  299. pulumi_alicloud/pvtz/zone.py +5 -5
  300. pulumi_alicloud/pvtz/zone_attachment.py +37 -37
  301. pulumi_alicloud/quotas/application_info.py +3 -3
  302. pulumi_alicloud/quotas/get_application_infos.py +2 -2
  303. pulumi_alicloud/quotas/get_quota_alarms.py +4 -4
  304. pulumi_alicloud/quotas/get_quota_applications.py +4 -4
  305. pulumi_alicloud/quotas/get_quotas.py +4 -4
  306. pulumi_alicloud/quotas/get_template_applications.py +24 -24
  307. pulumi_alicloud/quotas/quota_alarm.py +13 -13
  308. pulumi_alicloud/quotas/quota_application.py +5 -5
  309. pulumi_alicloud/quotas/template_applications.py +7 -7
  310. pulumi_alicloud/quotas/template_quota.py +13 -13
  311. pulumi_alicloud/ram/get_policy_document.py +124 -124
  312. pulumi_alicloud/ram/login_profile.py +8 -8
  313. pulumi_alicloud/ram/policy.py +5 -5
  314. pulumi_alicloud/rds/db_instance_endpoint.py +13 -13
  315. pulumi_alicloud/rds/db_instance_endpoint_address.py +8 -8
  316. pulumi_alicloud/rds/ddr_instance.py +10 -10
  317. pulumi_alicloud/rds/get_collation_time_zones.py +4 -4
  318. pulumi_alicloud/rds/get_instance_class_infos.py +4 -4
  319. pulumi_alicloud/rds/get_instances.py +1 -1
  320. pulumi_alicloud/rds/instance.py +20 -20
  321. pulumi_alicloud/rds/rds_account.py +189 -49
  322. pulumi_alicloud/rds/rds_clone_db_instance.py +15 -15
  323. pulumi_alicloud/rds/rds_db_proxy.py +21 -21
  324. pulumi_alicloud/rds/rds_parameter_group.py +21 -21
  325. pulumi_alicloud/rds/rds_upgrade_db_instance.py +10 -10
  326. pulumi_alicloud/rds/read_only_instance.py +5 -5
  327. pulumi_alicloud/rds/read_write_splitting_connection.py +10 -2
  328. pulumi_alicloud/realtimecompute/vvp_instance.py +10 -10
  329. pulumi_alicloud/resourcemanager/resource_group.py +2 -2
  330. pulumi_alicloud/rocketmq/consumer_group.py +45 -45
  331. pulumi_alicloud/rocketmq/rocket_mq_instance.py +15 -15
  332. pulumi_alicloud/rocketmq/rocket_mq_topic.py +32 -32
  333. pulumi_alicloud/ros/change_set.py +5 -5
  334. pulumi_alicloud/ros/stack.py +5 -5
  335. pulumi_alicloud/ros/stack_group.py +5 -5
  336. pulumi_alicloud/ros/stack_instance.py +29 -29
  337. pulumi_alicloud/ros/template_scratch.py +36 -36
  338. pulumi_alicloud/sae/application.py +60 -60
  339. pulumi_alicloud/sae/application_scaling_rule.py +92 -92
  340. pulumi_alicloud/sae/grey_tag_route.py +60 -60
  341. pulumi_alicloud/sae/ingress.py +32 -32
  342. pulumi_alicloud/sae/load_balancer_internet.py +15 -15
  343. pulumi_alicloud/sae/load_balancer_intranet.py +15 -15
  344. pulumi_alicloud/scdn/domain.py +24 -24
  345. pulumi_alicloud/scdn/domain_config.py +5 -5
  346. pulumi_alicloud/servicecatalog/provisioned_product.py +15 -15
  347. pulumi_alicloud/servicemesh/service_mesh.py +20 -20
  348. pulumi_alicloud/servicemesh/user_permission.py +5 -5
  349. pulumi_alicloud/slb/acl.py +5 -5
  350. pulumi_alicloud/slb/backend_server.py +5 -5
  351. pulumi_alicloud/slb/get_application_load_balancers.py +3 -3
  352. pulumi_alicloud/slb/get_load_balancers.py +3 -3
  353. pulumi_alicloud/slb/listener.py +13 -13
  354. pulumi_alicloud/slb/load_balancer.py +7 -7
  355. pulumi_alicloud/slb/master_slave_server_group.py +29 -29
  356. pulumi_alicloud/slb/outputs.py +8 -8
  357. pulumi_alicloud/slb/server_group.py +5 -5
  358. pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
  359. pulumi_alicloud/sls/alert.py +220 -220
  360. pulumi_alicloud/sls/scheduled_sql.py +58 -58
  361. pulumi_alicloud/threatdetection/get_honeypot_probes.py +14 -14
  362. pulumi_alicloud/threatdetection/honeypot_preset.py +13 -13
  363. pulumi_alicloud/threatdetection/honeypot_probe.py +19 -19
  364. pulumi_alicloud/threatdetection/sas_trail.py +2 -2
  365. pulumi_alicloud/vod/domain.py +15 -15
  366. pulumi_alicloud/vod/get_domains.py +10 -10
  367. pulumi_alicloud/vpc/bgp_peer.py +1 -1
  368. pulumi_alicloud/vpc/dhcp_options_set.py +5 -5
  369. pulumi_alicloud/vpc/get_networks.py +2 -2
  370. pulumi_alicloud/vpc/get_switches.py +27 -27
  371. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  372. pulumi_alicloud/vpc/network.py +2 -2
  373. pulumi_alicloud/vpc/network_acl.py +55 -55
  374. pulumi_alicloud/vpc/network_acl_attachment.py +13 -13
  375. pulumi_alicloud/vpc/network_acl_entries.py +54 -54
  376. pulumi_alicloud/vpc/outputs.py +24 -24
  377. pulumi_alicloud/vpc/prefix_list.py +15 -15
  378. pulumi_alicloud/vpc/traffic_mirror_filter.py +46 -46
  379. pulumi_alicloud/vpc/traffic_mirror_session.py +2 -2
  380. pulumi_alicloud/vpn/connection.py +129 -129
  381. pulumi_alicloud/vpn/gateway_vco_route.py +68 -68
  382. pulumi_alicloud/vpn/gateway_vpn_attachment.py +82 -82
  383. pulumi_alicloud/vpn/get_gateway_vco_routes.py +68 -68
  384. pulumi_alicloud/vpn/ipsec_server.py +10 -10
  385. pulumi_alicloud/vpn/outputs.py +4 -4
  386. pulumi_alicloud/vpn/pbr_route_entry.py +104 -104
  387. pulumi_alicloud/vpn/route_entry.py +104 -104
  388. pulumi_alicloud/waf/domain.py +13 -13
  389. pulumi_alicloud/waf/protection_module.py +8 -8
  390. pulumi_alicloud/wafv3/domain.py +10 -10
  391. pulumi_alicloud/yundun/bastion_host_instance.py +6 -6
  392. {pulumi_alicloud-3.59.1a1721928270.dist-info → pulumi_alicloud-3.60.0.dist-info}/METADATA +1 -1
  393. {pulumi_alicloud-3.59.1a1721928270.dist-info → pulumi_alicloud-3.60.0.dist-info}/RECORD +395 -372
  394. {pulumi_alicloud-3.59.1a1721928270.dist-info → pulumi_alicloud-3.60.0.dist-info}/WHEEL +1 -1
  395. {pulumi_alicloud-3.59.1a1721928270.dist-info → pulumi_alicloud-3.60.0.dist-info}/top_level.txt +0 -0
@@ -32,6 +32,37 @@ __all__ = [
32
32
  'V2FunctionInstanceLifecycleConfig',
33
33
  'V2FunctionInstanceLifecycleConfigPreFreeze',
34
34
  'V2FunctionInstanceLifecycleConfigPreStop',
35
+ 'V3AsyncInvokeConfigDestinationConfig',
36
+ 'V3AsyncInvokeConfigDestinationConfigOnFailure',
37
+ 'V3AsyncInvokeConfigDestinationConfigOnSuccess',
38
+ 'V3CustomDomainAuthConfig',
39
+ 'V3CustomDomainCertConfig',
40
+ 'V3CustomDomainRouteConfig',
41
+ 'V3CustomDomainRouteConfigRoute',
42
+ 'V3CustomDomainRouteConfigRouteRewriteConfig',
43
+ 'V3CustomDomainRouteConfigRouteRewriteConfigEqualRule',
44
+ 'V3CustomDomainRouteConfigRouteRewriteConfigRegexRule',
45
+ 'V3CustomDomainRouteConfigRouteRewriteConfigWildcardRule',
46
+ 'V3CustomDomainTlsConfig',
47
+ 'V3CustomDomainWafConfig',
48
+ 'V3FunctionCode',
49
+ 'V3FunctionCustomContainerConfig',
50
+ 'V3FunctionCustomContainerConfigAccelerationInfo',
51
+ 'V3FunctionCustomContainerConfigHealthCheckConfig',
52
+ 'V3FunctionCustomDns',
53
+ 'V3FunctionCustomDnsDnsOption',
54
+ 'V3FunctionCustomRuntimeConfig',
55
+ 'V3FunctionCustomRuntimeConfigHealthCheckConfig',
56
+ 'V3FunctionGpuConfig',
57
+ 'V3FunctionInstanceLifecycleConfig',
58
+ 'V3FunctionInstanceLifecycleConfigInitializer',
59
+ 'V3FunctionInstanceLifecycleConfigPreStop',
60
+ 'V3FunctionLogConfig',
61
+ 'V3FunctionNasConfig',
62
+ 'V3FunctionNasConfigMountPoint',
63
+ 'V3FunctionOssMountConfig',
64
+ 'V3FunctionOssMountConfigMountPoint',
65
+ 'V3FunctionVpcConfig',
35
66
  'GetCustomDomainsDomainResult',
36
67
  'GetCustomDomainsDomainCertConfigResult',
37
68
  'GetCustomDomainsDomainRouteConfigResult',
@@ -1116,6 +1147,1696 @@ class V2FunctionInstanceLifecycleConfigPreStop(dict):
1116
1147
  return pulumi.get(self, "timeout")
1117
1148
 
1118
1149
 
1150
+ @pulumi.output_type
1151
+ class V3AsyncInvokeConfigDestinationConfig(dict):
1152
+ @staticmethod
1153
+ def __key_warning(key: str):
1154
+ suggest = None
1155
+ if key == "onFailure":
1156
+ suggest = "on_failure"
1157
+ elif key == "onSuccess":
1158
+ suggest = "on_success"
1159
+
1160
+ if suggest:
1161
+ pulumi.log.warn(f"Key '{key}' not found in V3AsyncInvokeConfigDestinationConfig. Access the value via the '{suggest}' property getter instead.")
1162
+
1163
+ def __getitem__(self, key: str) -> Any:
1164
+ V3AsyncInvokeConfigDestinationConfig.__key_warning(key)
1165
+ return super().__getitem__(key)
1166
+
1167
+ def get(self, key: str, default = None) -> Any:
1168
+ V3AsyncInvokeConfigDestinationConfig.__key_warning(key)
1169
+ return super().get(key, default)
1170
+
1171
+ def __init__(__self__, *,
1172
+ on_failure: Optional['outputs.V3AsyncInvokeConfigDestinationConfigOnFailure'] = None,
1173
+ on_success: Optional['outputs.V3AsyncInvokeConfigDestinationConfigOnSuccess'] = None):
1174
+ """
1175
+ :param 'V3AsyncInvokeConfigDestinationConfigOnFailureArgs' on_failure: Failed callback target structure. See `on_failure` below.
1176
+ :param 'V3AsyncInvokeConfigDestinationConfigOnSuccessArgs' on_success: Successful callback target structure. See `on_success` below.
1177
+ """
1178
+ if on_failure is not None:
1179
+ pulumi.set(__self__, "on_failure", on_failure)
1180
+ if on_success is not None:
1181
+ pulumi.set(__self__, "on_success", on_success)
1182
+
1183
+ @property
1184
+ @pulumi.getter(name="onFailure")
1185
+ def on_failure(self) -> Optional['outputs.V3AsyncInvokeConfigDestinationConfigOnFailure']:
1186
+ """
1187
+ Failed callback target structure. See `on_failure` below.
1188
+ """
1189
+ return pulumi.get(self, "on_failure")
1190
+
1191
+ @property
1192
+ @pulumi.getter(name="onSuccess")
1193
+ def on_success(self) -> Optional['outputs.V3AsyncInvokeConfigDestinationConfigOnSuccess']:
1194
+ """
1195
+ Successful callback target structure. See `on_success` below.
1196
+ """
1197
+ return pulumi.get(self, "on_success")
1198
+
1199
+
1200
+ @pulumi.output_type
1201
+ class V3AsyncInvokeConfigDestinationConfigOnFailure(dict):
1202
+ def __init__(__self__, *,
1203
+ destination: Optional[str] = None):
1204
+ """
1205
+ :param str destination: Asynchronous call target Resource Descriptor.
1206
+ """
1207
+ if destination is not None:
1208
+ pulumi.set(__self__, "destination", destination)
1209
+
1210
+ @property
1211
+ @pulumi.getter
1212
+ def destination(self) -> Optional[str]:
1213
+ """
1214
+ Asynchronous call target Resource Descriptor.
1215
+ """
1216
+ return pulumi.get(self, "destination")
1217
+
1218
+
1219
+ @pulumi.output_type
1220
+ class V3AsyncInvokeConfigDestinationConfigOnSuccess(dict):
1221
+ def __init__(__self__, *,
1222
+ destination: Optional[str] = None):
1223
+ """
1224
+ :param str destination: Asynchronous call target Resource Descriptor.
1225
+ """
1226
+ if destination is not None:
1227
+ pulumi.set(__self__, "destination", destination)
1228
+
1229
+ @property
1230
+ @pulumi.getter
1231
+ def destination(self) -> Optional[str]:
1232
+ """
1233
+ Asynchronous call target Resource Descriptor.
1234
+ """
1235
+ return pulumi.get(self, "destination")
1236
+
1237
+
1238
+ @pulumi.output_type
1239
+ class V3CustomDomainAuthConfig(dict):
1240
+ @staticmethod
1241
+ def __key_warning(key: str):
1242
+ suggest = None
1243
+ if key == "authInfo":
1244
+ suggest = "auth_info"
1245
+ elif key == "authType":
1246
+ suggest = "auth_type"
1247
+
1248
+ if suggest:
1249
+ pulumi.log.warn(f"Key '{key}' not found in V3CustomDomainAuthConfig. Access the value via the '{suggest}' property getter instead.")
1250
+
1251
+ def __getitem__(self, key: str) -> Any:
1252
+ V3CustomDomainAuthConfig.__key_warning(key)
1253
+ return super().__getitem__(key)
1254
+
1255
+ def get(self, key: str, default = None) -> Any:
1256
+ V3CustomDomainAuthConfig.__key_warning(key)
1257
+ return super().get(key, default)
1258
+
1259
+ def __init__(__self__, *,
1260
+ auth_info: Optional[str] = None,
1261
+ auth_type: Optional[str] = None):
1262
+ """
1263
+ :param str auth_info: Authentication Information.
1264
+ :param str auth_type: Authentication type. anonymous, function, or jwt.
1265
+ """
1266
+ if auth_info is not None:
1267
+ pulumi.set(__self__, "auth_info", auth_info)
1268
+ if auth_type is not None:
1269
+ pulumi.set(__self__, "auth_type", auth_type)
1270
+
1271
+ @property
1272
+ @pulumi.getter(name="authInfo")
1273
+ def auth_info(self) -> Optional[str]:
1274
+ """
1275
+ Authentication Information.
1276
+ """
1277
+ return pulumi.get(self, "auth_info")
1278
+
1279
+ @property
1280
+ @pulumi.getter(name="authType")
1281
+ def auth_type(self) -> Optional[str]:
1282
+ """
1283
+ Authentication type. anonymous, function, or jwt.
1284
+ """
1285
+ return pulumi.get(self, "auth_type")
1286
+
1287
+
1288
+ @pulumi.output_type
1289
+ class V3CustomDomainCertConfig(dict):
1290
+ @staticmethod
1291
+ def __key_warning(key: str):
1292
+ suggest = None
1293
+ if key == "certName":
1294
+ suggest = "cert_name"
1295
+ elif key == "privateKey":
1296
+ suggest = "private_key"
1297
+
1298
+ if suggest:
1299
+ pulumi.log.warn(f"Key '{key}' not found in V3CustomDomainCertConfig. Access the value via the '{suggest}' property getter instead.")
1300
+
1301
+ def __getitem__(self, key: str) -> Any:
1302
+ V3CustomDomainCertConfig.__key_warning(key)
1303
+ return super().__getitem__(key)
1304
+
1305
+ def get(self, key: str, default = None) -> Any:
1306
+ V3CustomDomainCertConfig.__key_warning(key)
1307
+ return super().get(key, default)
1308
+
1309
+ def __init__(__self__, *,
1310
+ cert_name: Optional[str] = None,
1311
+ certificate: Optional[str] = None,
1312
+ private_key: Optional[str] = None):
1313
+ """
1314
+ :param str cert_name: Certificate Name.
1315
+ :param str certificate: PEM format certificate.
1316
+ :param str private_key: Private Key in PEM format.
1317
+ """
1318
+ if cert_name is not None:
1319
+ pulumi.set(__self__, "cert_name", cert_name)
1320
+ if certificate is not None:
1321
+ pulumi.set(__self__, "certificate", certificate)
1322
+ if private_key is not None:
1323
+ pulumi.set(__self__, "private_key", private_key)
1324
+
1325
+ @property
1326
+ @pulumi.getter(name="certName")
1327
+ def cert_name(self) -> Optional[str]:
1328
+ """
1329
+ Certificate Name.
1330
+ """
1331
+ return pulumi.get(self, "cert_name")
1332
+
1333
+ @property
1334
+ @pulumi.getter
1335
+ def certificate(self) -> Optional[str]:
1336
+ """
1337
+ PEM format certificate.
1338
+ """
1339
+ return pulumi.get(self, "certificate")
1340
+
1341
+ @property
1342
+ @pulumi.getter(name="privateKey")
1343
+ def private_key(self) -> Optional[str]:
1344
+ """
1345
+ Private Key in PEM format.
1346
+ """
1347
+ return pulumi.get(self, "private_key")
1348
+
1349
+
1350
+ @pulumi.output_type
1351
+ class V3CustomDomainRouteConfig(dict):
1352
+ def __init__(__self__, *,
1353
+ routes: Optional[Sequence['outputs.V3CustomDomainRouteConfigRoute']] = None):
1354
+ """
1355
+ :param Sequence['V3CustomDomainRouteConfigRouteArgs'] routes: Routing Configuration List. See `routes` below.
1356
+ """
1357
+ if routes is not None:
1358
+ pulumi.set(__self__, "routes", routes)
1359
+
1360
+ @property
1361
+ @pulumi.getter
1362
+ def routes(self) -> Optional[Sequence['outputs.V3CustomDomainRouteConfigRoute']]:
1363
+ """
1364
+ Routing Configuration List. See `routes` below.
1365
+ """
1366
+ return pulumi.get(self, "routes")
1367
+
1368
+
1369
+ @pulumi.output_type
1370
+ class V3CustomDomainRouteConfigRoute(dict):
1371
+ @staticmethod
1372
+ def __key_warning(key: str):
1373
+ suggest = None
1374
+ if key == "functionName":
1375
+ suggest = "function_name"
1376
+ elif key == "rewriteConfig":
1377
+ suggest = "rewrite_config"
1378
+
1379
+ if suggest:
1380
+ pulumi.log.warn(f"Key '{key}' not found in V3CustomDomainRouteConfigRoute. Access the value via the '{suggest}' property getter instead.")
1381
+
1382
+ def __getitem__(self, key: str) -> Any:
1383
+ V3CustomDomainRouteConfigRoute.__key_warning(key)
1384
+ return super().__getitem__(key)
1385
+
1386
+ def get(self, key: str, default = None) -> Any:
1387
+ V3CustomDomainRouteConfigRoute.__key_warning(key)
1388
+ return super().get(key, default)
1389
+
1390
+ def __init__(__self__, *,
1391
+ function_name: Optional[str] = None,
1392
+ methods: Optional[Sequence[str]] = None,
1393
+ path: Optional[str] = None,
1394
+ qualifier: Optional[str] = None,
1395
+ rewrite_config: Optional['outputs.V3CustomDomainRouteConfigRouteRewriteConfig'] = None):
1396
+ """
1397
+ :param str function_name: Function name.
1398
+ :param Sequence[str] methods: List of supported HTTP methods.
1399
+ :param str path: Route matching rule.
1400
+ :param str qualifier: Version or Alias.
1401
+ :param 'V3CustomDomainRouteConfigRouteRewriteConfigArgs' rewrite_config: Override Configuration. See `rewrite_config` below.
1402
+ """
1403
+ if function_name is not None:
1404
+ pulumi.set(__self__, "function_name", function_name)
1405
+ if methods is not None:
1406
+ pulumi.set(__self__, "methods", methods)
1407
+ if path is not None:
1408
+ pulumi.set(__self__, "path", path)
1409
+ if qualifier is not None:
1410
+ pulumi.set(__self__, "qualifier", qualifier)
1411
+ if rewrite_config is not None:
1412
+ pulumi.set(__self__, "rewrite_config", rewrite_config)
1413
+
1414
+ @property
1415
+ @pulumi.getter(name="functionName")
1416
+ def function_name(self) -> Optional[str]:
1417
+ """
1418
+ Function name.
1419
+ """
1420
+ return pulumi.get(self, "function_name")
1421
+
1422
+ @property
1423
+ @pulumi.getter
1424
+ def methods(self) -> Optional[Sequence[str]]:
1425
+ """
1426
+ List of supported HTTP methods.
1427
+ """
1428
+ return pulumi.get(self, "methods")
1429
+
1430
+ @property
1431
+ @pulumi.getter
1432
+ def path(self) -> Optional[str]:
1433
+ """
1434
+ Route matching rule.
1435
+ """
1436
+ return pulumi.get(self, "path")
1437
+
1438
+ @property
1439
+ @pulumi.getter
1440
+ def qualifier(self) -> Optional[str]:
1441
+ """
1442
+ Version or Alias.
1443
+ """
1444
+ return pulumi.get(self, "qualifier")
1445
+
1446
+ @property
1447
+ @pulumi.getter(name="rewriteConfig")
1448
+ def rewrite_config(self) -> Optional['outputs.V3CustomDomainRouteConfigRouteRewriteConfig']:
1449
+ """
1450
+ Override Configuration. See `rewrite_config` below.
1451
+ """
1452
+ return pulumi.get(self, "rewrite_config")
1453
+
1454
+
1455
+ @pulumi.output_type
1456
+ class V3CustomDomainRouteConfigRouteRewriteConfig(dict):
1457
+ @staticmethod
1458
+ def __key_warning(key: str):
1459
+ suggest = None
1460
+ if key == "equalRules":
1461
+ suggest = "equal_rules"
1462
+ elif key == "regexRules":
1463
+ suggest = "regex_rules"
1464
+ elif key == "wildcardRules":
1465
+ suggest = "wildcard_rules"
1466
+
1467
+ if suggest:
1468
+ pulumi.log.warn(f"Key '{key}' not found in V3CustomDomainRouteConfigRouteRewriteConfig. Access the value via the '{suggest}' property getter instead.")
1469
+
1470
+ def __getitem__(self, key: str) -> Any:
1471
+ V3CustomDomainRouteConfigRouteRewriteConfig.__key_warning(key)
1472
+ return super().__getitem__(key)
1473
+
1474
+ def get(self, key: str, default = None) -> Any:
1475
+ V3CustomDomainRouteConfigRouteRewriteConfig.__key_warning(key)
1476
+ return super().get(key, default)
1477
+
1478
+ def __init__(__self__, *,
1479
+ equal_rules: Optional[Sequence['outputs.V3CustomDomainRouteConfigRouteRewriteConfigEqualRule']] = None,
1480
+ regex_rules: Optional[Sequence['outputs.V3CustomDomainRouteConfigRouteRewriteConfigRegexRule']] = None,
1481
+ wildcard_rules: Optional[Sequence['outputs.V3CustomDomainRouteConfigRouteRewriteConfigWildcardRule']] = None):
1482
+ """
1483
+ :param Sequence['V3CustomDomainRouteConfigRouteRewriteConfigEqualRuleArgs'] equal_rules: Exact Match Rule List. See `equal_rules` below.
1484
+ :param Sequence['V3CustomDomainRouteConfigRouteRewriteConfigRegexRuleArgs'] regex_rules: Regular match rule list. See `regex_rules` below.
1485
+ :param Sequence['V3CustomDomainRouteConfigRouteRewriteConfigWildcardRuleArgs'] wildcard_rules: List of wildcard matching rules. See `wildcard_rules` below.
1486
+ """
1487
+ if equal_rules is not None:
1488
+ pulumi.set(__self__, "equal_rules", equal_rules)
1489
+ if regex_rules is not None:
1490
+ pulumi.set(__self__, "regex_rules", regex_rules)
1491
+ if wildcard_rules is not None:
1492
+ pulumi.set(__self__, "wildcard_rules", wildcard_rules)
1493
+
1494
+ @property
1495
+ @pulumi.getter(name="equalRules")
1496
+ def equal_rules(self) -> Optional[Sequence['outputs.V3CustomDomainRouteConfigRouteRewriteConfigEqualRule']]:
1497
+ """
1498
+ Exact Match Rule List. See `equal_rules` below.
1499
+ """
1500
+ return pulumi.get(self, "equal_rules")
1501
+
1502
+ @property
1503
+ @pulumi.getter(name="regexRules")
1504
+ def regex_rules(self) -> Optional[Sequence['outputs.V3CustomDomainRouteConfigRouteRewriteConfigRegexRule']]:
1505
+ """
1506
+ Regular match rule list. See `regex_rules` below.
1507
+ """
1508
+ return pulumi.get(self, "regex_rules")
1509
+
1510
+ @property
1511
+ @pulumi.getter(name="wildcardRules")
1512
+ def wildcard_rules(self) -> Optional[Sequence['outputs.V3CustomDomainRouteConfigRouteRewriteConfigWildcardRule']]:
1513
+ """
1514
+ List of wildcard matching rules. See `wildcard_rules` below.
1515
+ """
1516
+ return pulumi.get(self, "wildcard_rules")
1517
+
1518
+
1519
+ @pulumi.output_type
1520
+ class V3CustomDomainRouteConfigRouteRewriteConfigEqualRule(dict):
1521
+ def __init__(__self__, *,
1522
+ match: Optional[str] = None,
1523
+ replacement: Optional[str] = None):
1524
+ """
1525
+ :param str match: Matching Rules.
1526
+ :param str replacement: Replace Rules.
1527
+ """
1528
+ if match is not None:
1529
+ pulumi.set(__self__, "match", match)
1530
+ if replacement is not None:
1531
+ pulumi.set(__self__, "replacement", replacement)
1532
+
1533
+ @property
1534
+ @pulumi.getter
1535
+ def match(self) -> Optional[str]:
1536
+ """
1537
+ Matching Rules.
1538
+ """
1539
+ return pulumi.get(self, "match")
1540
+
1541
+ @property
1542
+ @pulumi.getter
1543
+ def replacement(self) -> Optional[str]:
1544
+ """
1545
+ Replace Rules.
1546
+ """
1547
+ return pulumi.get(self, "replacement")
1548
+
1549
+
1550
+ @pulumi.output_type
1551
+ class V3CustomDomainRouteConfigRouteRewriteConfigRegexRule(dict):
1552
+ def __init__(__self__, *,
1553
+ match: Optional[str] = None,
1554
+ replacement: Optional[str] = None):
1555
+ """
1556
+ :param str match: Matching Rules.
1557
+ :param str replacement: Replace Rules.
1558
+ """
1559
+ if match is not None:
1560
+ pulumi.set(__self__, "match", match)
1561
+ if replacement is not None:
1562
+ pulumi.set(__self__, "replacement", replacement)
1563
+
1564
+ @property
1565
+ @pulumi.getter
1566
+ def match(self) -> Optional[str]:
1567
+ """
1568
+ Matching Rules.
1569
+ """
1570
+ return pulumi.get(self, "match")
1571
+
1572
+ @property
1573
+ @pulumi.getter
1574
+ def replacement(self) -> Optional[str]:
1575
+ """
1576
+ Replace Rules.
1577
+ """
1578
+ return pulumi.get(self, "replacement")
1579
+
1580
+
1581
+ @pulumi.output_type
1582
+ class V3CustomDomainRouteConfigRouteRewriteConfigWildcardRule(dict):
1583
+ def __init__(__self__, *,
1584
+ match: Optional[str] = None,
1585
+ replacement: Optional[str] = None):
1586
+ """
1587
+ :param str match: Matching Rules.
1588
+ :param str replacement: Replace Rules.
1589
+ """
1590
+ if match is not None:
1591
+ pulumi.set(__self__, "match", match)
1592
+ if replacement is not None:
1593
+ pulumi.set(__self__, "replacement", replacement)
1594
+
1595
+ @property
1596
+ @pulumi.getter
1597
+ def match(self) -> Optional[str]:
1598
+ """
1599
+ Matching Rules.
1600
+ """
1601
+ return pulumi.get(self, "match")
1602
+
1603
+ @property
1604
+ @pulumi.getter
1605
+ def replacement(self) -> Optional[str]:
1606
+ """
1607
+ Replace Rules.
1608
+ """
1609
+ return pulumi.get(self, "replacement")
1610
+
1611
+
1612
+ @pulumi.output_type
1613
+ class V3CustomDomainTlsConfig(dict):
1614
+ @staticmethod
1615
+ def __key_warning(key: str):
1616
+ suggest = None
1617
+ if key == "cipherSuites":
1618
+ suggest = "cipher_suites"
1619
+ elif key == "maxVersion":
1620
+ suggest = "max_version"
1621
+ elif key == "minVersion":
1622
+ suggest = "min_version"
1623
+
1624
+ if suggest:
1625
+ pulumi.log.warn(f"Key '{key}' not found in V3CustomDomainTlsConfig. Access the value via the '{suggest}' property getter instead.")
1626
+
1627
+ def __getitem__(self, key: str) -> Any:
1628
+ V3CustomDomainTlsConfig.__key_warning(key)
1629
+ return super().__getitem__(key)
1630
+
1631
+ def get(self, key: str, default = None) -> Any:
1632
+ V3CustomDomainTlsConfig.__key_warning(key)
1633
+ return super().get(key, default)
1634
+
1635
+ def __init__(__self__, *,
1636
+ cipher_suites: Optional[Sequence[str]] = None,
1637
+ max_version: Optional[str] = None,
1638
+ min_version: Optional[str] = None):
1639
+ """
1640
+ :param Sequence[str] cipher_suites: List of TLS cipher suites.
1641
+ :param str max_version: The maximum version of TLS. Enumeration values: TLSv1.3, TLSv1.2, TLSv1.1, TLSv1.0.
1642
+ :param str min_version: TLS minimum version number. Enumeration values: TLSv1.3, TLSv1.2, TLSv1.1, TLSv1.0.
1643
+ """
1644
+ if cipher_suites is not None:
1645
+ pulumi.set(__self__, "cipher_suites", cipher_suites)
1646
+ if max_version is not None:
1647
+ pulumi.set(__self__, "max_version", max_version)
1648
+ if min_version is not None:
1649
+ pulumi.set(__self__, "min_version", min_version)
1650
+
1651
+ @property
1652
+ @pulumi.getter(name="cipherSuites")
1653
+ def cipher_suites(self) -> Optional[Sequence[str]]:
1654
+ """
1655
+ List of TLS cipher suites.
1656
+ """
1657
+ return pulumi.get(self, "cipher_suites")
1658
+
1659
+ @property
1660
+ @pulumi.getter(name="maxVersion")
1661
+ def max_version(self) -> Optional[str]:
1662
+ """
1663
+ The maximum version of TLS. Enumeration values: TLSv1.3, TLSv1.2, TLSv1.1, TLSv1.0.
1664
+ """
1665
+ return pulumi.get(self, "max_version")
1666
+
1667
+ @property
1668
+ @pulumi.getter(name="minVersion")
1669
+ def min_version(self) -> Optional[str]:
1670
+ """
1671
+ TLS minimum version number. Enumeration values: TLSv1.3, TLSv1.2, TLSv1.1, TLSv1.0.
1672
+ """
1673
+ return pulumi.get(self, "min_version")
1674
+
1675
+
1676
+ @pulumi.output_type
1677
+ class V3CustomDomainWafConfig(dict):
1678
+ @staticmethod
1679
+ def __key_warning(key: str):
1680
+ suggest = None
1681
+ if key == "enableWaf":
1682
+ suggest = "enable_waf"
1683
+
1684
+ if suggest:
1685
+ pulumi.log.warn(f"Key '{key}' not found in V3CustomDomainWafConfig. Access the value via the '{suggest}' property getter instead.")
1686
+
1687
+ def __getitem__(self, key: str) -> Any:
1688
+ V3CustomDomainWafConfig.__key_warning(key)
1689
+ return super().__getitem__(key)
1690
+
1691
+ def get(self, key: str, default = None) -> Any:
1692
+ V3CustomDomainWafConfig.__key_warning(key)
1693
+ return super().get(key, default)
1694
+
1695
+ def __init__(__self__, *,
1696
+ enable_waf: Optional[bool] = None):
1697
+ """
1698
+ :param bool enable_waf: Enable WAF protection.
1699
+ """
1700
+ if enable_waf is not None:
1701
+ pulumi.set(__self__, "enable_waf", enable_waf)
1702
+
1703
+ @property
1704
+ @pulumi.getter(name="enableWaf")
1705
+ def enable_waf(self) -> Optional[bool]:
1706
+ """
1707
+ Enable WAF protection.
1708
+ """
1709
+ return pulumi.get(self, "enable_waf")
1710
+
1711
+
1712
+ @pulumi.output_type
1713
+ class V3FunctionCode(dict):
1714
+ @staticmethod
1715
+ def __key_warning(key: str):
1716
+ suggest = None
1717
+ if key == "ossBucketName":
1718
+ suggest = "oss_bucket_name"
1719
+ elif key == "ossObjectName":
1720
+ suggest = "oss_object_name"
1721
+ elif key == "zipFile":
1722
+ suggest = "zip_file"
1723
+
1724
+ if suggest:
1725
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionCode. Access the value via the '{suggest}' property getter instead.")
1726
+
1727
+ def __getitem__(self, key: str) -> Any:
1728
+ V3FunctionCode.__key_warning(key)
1729
+ return super().__getitem__(key)
1730
+
1731
+ def get(self, key: str, default = None) -> Any:
1732
+ V3FunctionCode.__key_warning(key)
1733
+ return super().get(key, default)
1734
+
1735
+ def __init__(__self__, *,
1736
+ checksum: Optional[str] = None,
1737
+ oss_bucket_name: Optional[str] = None,
1738
+ oss_object_name: Optional[str] = None,
1739
+ zip_file: Optional[str] = None):
1740
+ """
1741
+ :param str checksum: The CRC-64 value of the function code package.
1742
+ :param str oss_bucket_name: The name of the OSS Bucket that stores the function code ZIP package.
1743
+ :param str oss_object_name: The name of the OSS Object that stores the function code ZIP package.
1744
+ :param str zip_file: The Base 64 encoding of the function code ZIP package.
1745
+ """
1746
+ if checksum is not None:
1747
+ pulumi.set(__self__, "checksum", checksum)
1748
+ if oss_bucket_name is not None:
1749
+ pulumi.set(__self__, "oss_bucket_name", oss_bucket_name)
1750
+ if oss_object_name is not None:
1751
+ pulumi.set(__self__, "oss_object_name", oss_object_name)
1752
+ if zip_file is not None:
1753
+ pulumi.set(__self__, "zip_file", zip_file)
1754
+
1755
+ @property
1756
+ @pulumi.getter
1757
+ def checksum(self) -> Optional[str]:
1758
+ """
1759
+ The CRC-64 value of the function code package.
1760
+ """
1761
+ return pulumi.get(self, "checksum")
1762
+
1763
+ @property
1764
+ @pulumi.getter(name="ossBucketName")
1765
+ def oss_bucket_name(self) -> Optional[str]:
1766
+ """
1767
+ The name of the OSS Bucket that stores the function code ZIP package.
1768
+ """
1769
+ return pulumi.get(self, "oss_bucket_name")
1770
+
1771
+ @property
1772
+ @pulumi.getter(name="ossObjectName")
1773
+ def oss_object_name(self) -> Optional[str]:
1774
+ """
1775
+ The name of the OSS Object that stores the function code ZIP package.
1776
+ """
1777
+ return pulumi.get(self, "oss_object_name")
1778
+
1779
+ @property
1780
+ @pulumi.getter(name="zipFile")
1781
+ def zip_file(self) -> Optional[str]:
1782
+ """
1783
+ The Base 64 encoding of the function code ZIP package.
1784
+ """
1785
+ return pulumi.get(self, "zip_file")
1786
+
1787
+
1788
+ @pulumi.output_type
1789
+ class V3FunctionCustomContainerConfig(dict):
1790
+ @staticmethod
1791
+ def __key_warning(key: str):
1792
+ suggest = None
1793
+ if key == "accelerationInfo":
1794
+ suggest = "acceleration_info"
1795
+ elif key == "accelerationType":
1796
+ suggest = "acceleration_type"
1797
+ elif key == "acrInstanceId":
1798
+ suggest = "acr_instance_id"
1799
+ elif key == "healthCheckConfig":
1800
+ suggest = "health_check_config"
1801
+ elif key == "resolvedImageUri":
1802
+ suggest = "resolved_image_uri"
1803
+
1804
+ if suggest:
1805
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionCustomContainerConfig. Access the value via the '{suggest}' property getter instead.")
1806
+
1807
+ def __getitem__(self, key: str) -> Any:
1808
+ V3FunctionCustomContainerConfig.__key_warning(key)
1809
+ return super().__getitem__(key)
1810
+
1811
+ def get(self, key: str, default = None) -> Any:
1812
+ V3FunctionCustomContainerConfig.__key_warning(key)
1813
+ return super().get(key, default)
1814
+
1815
+ def __init__(__self__, *,
1816
+ acceleration_info: Optional['outputs.V3FunctionCustomContainerConfigAccelerationInfo'] = None,
1817
+ acceleration_type: Optional[str] = None,
1818
+ acr_instance_id: Optional[str] = None,
1819
+ commands: Optional[Sequence[str]] = None,
1820
+ entrypoints: Optional[Sequence[str]] = None,
1821
+ health_check_config: Optional['outputs.V3FunctionCustomContainerConfigHealthCheckConfig'] = None,
1822
+ image: Optional[str] = None,
1823
+ port: Optional[int] = None,
1824
+ resolved_image_uri: Optional[str] = None):
1825
+ """
1826
+ :param 'V3FunctionCustomContainerConfigAccelerationInfoArgs' acceleration_info: (Deprecated since v1.228.0) - Image Acceleration Information (Obsolete).
1827
+ :param 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).
1828
+ :param str acr_instance_id: ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete).
1829
+ :param Sequence[str] commands: Container startup parameters.
1830
+ :param Sequence[str] entrypoints: Container start command.
1831
+ :param 'V3FunctionCustomContainerConfigHealthCheckConfigArgs' health_check_config: Function custom health check configuration. See `health_check_config` below.
1832
+ :param str image: The container Image address.
1833
+ :param int port: The listening port of the HTTP Server when the custom container runs.
1834
+ :param str resolved_image_uri: The actual digest version of the deployed Image. The code version specified by this digest is used when the function starts.
1835
+ """
1836
+ if acceleration_info is not None:
1837
+ pulumi.set(__self__, "acceleration_info", acceleration_info)
1838
+ if acceleration_type is not None:
1839
+ pulumi.set(__self__, "acceleration_type", acceleration_type)
1840
+ if acr_instance_id is not None:
1841
+ pulumi.set(__self__, "acr_instance_id", acr_instance_id)
1842
+ if commands is not None:
1843
+ pulumi.set(__self__, "commands", commands)
1844
+ if entrypoints is not None:
1845
+ pulumi.set(__self__, "entrypoints", entrypoints)
1846
+ if health_check_config is not None:
1847
+ pulumi.set(__self__, "health_check_config", health_check_config)
1848
+ if image is not None:
1849
+ pulumi.set(__self__, "image", image)
1850
+ if port is not None:
1851
+ pulumi.set(__self__, "port", port)
1852
+ if resolved_image_uri is not None:
1853
+ pulumi.set(__self__, "resolved_image_uri", resolved_image_uri)
1854
+
1855
+ @property
1856
+ @pulumi.getter(name="accelerationInfo")
1857
+ @_utilities.deprecated("""Field 'acceleration_info' has been deprecated from provider version 1.228.0. Image Acceleration Information (Obsolete)""")
1858
+ def acceleration_info(self) -> Optional['outputs.V3FunctionCustomContainerConfigAccelerationInfo']:
1859
+ """
1860
+ (Deprecated since v1.228.0) - Image Acceleration Information (Obsolete).
1861
+ """
1862
+ return pulumi.get(self, "acceleration_info")
1863
+
1864
+ @property
1865
+ @pulumi.getter(name="accelerationType")
1866
+ @_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)""")
1867
+ def acceleration_type(self) -> Optional[str]:
1868
+ """
1869
+ Whether to enable Image acceleration. Default: The Default value, indicating that image acceleration is enabled. None: indicates that image acceleration is disabled. (Obsolete).
1870
+ """
1871
+ return pulumi.get(self, "acceleration_type")
1872
+
1873
+ @property
1874
+ @pulumi.getter(name="acrInstanceId")
1875
+ @_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)""")
1876
+ def acr_instance_id(self) -> Optional[str]:
1877
+ """
1878
+ ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete).
1879
+ """
1880
+ return pulumi.get(self, "acr_instance_id")
1881
+
1882
+ @property
1883
+ @pulumi.getter
1884
+ def commands(self) -> Optional[Sequence[str]]:
1885
+ """
1886
+ Container startup parameters.
1887
+ """
1888
+ return pulumi.get(self, "commands")
1889
+
1890
+ @property
1891
+ @pulumi.getter
1892
+ def entrypoints(self) -> Optional[Sequence[str]]:
1893
+ """
1894
+ Container start command.
1895
+ """
1896
+ return pulumi.get(self, "entrypoints")
1897
+
1898
+ @property
1899
+ @pulumi.getter(name="healthCheckConfig")
1900
+ def health_check_config(self) -> Optional['outputs.V3FunctionCustomContainerConfigHealthCheckConfig']:
1901
+ """
1902
+ Function custom health check configuration. See `health_check_config` below.
1903
+ """
1904
+ return pulumi.get(self, "health_check_config")
1905
+
1906
+ @property
1907
+ @pulumi.getter
1908
+ def image(self) -> Optional[str]:
1909
+ """
1910
+ The container Image address.
1911
+ """
1912
+ return pulumi.get(self, "image")
1913
+
1914
+ @property
1915
+ @pulumi.getter
1916
+ def port(self) -> Optional[int]:
1917
+ """
1918
+ The listening port of the HTTP Server when the custom container runs.
1919
+ """
1920
+ return pulumi.get(self, "port")
1921
+
1922
+ @property
1923
+ @pulumi.getter(name="resolvedImageUri")
1924
+ def resolved_image_uri(self) -> Optional[str]:
1925
+ """
1926
+ The actual digest version of the deployed Image. The code version specified by this digest is used when the function starts.
1927
+ """
1928
+ return pulumi.get(self, "resolved_image_uri")
1929
+
1930
+
1931
+ @pulumi.output_type
1932
+ class V3FunctionCustomContainerConfigAccelerationInfo(dict):
1933
+ def __init__(__self__, *,
1934
+ status: Optional[str] = None):
1935
+ """
1936
+ :param str status: Image Acceleration Status (Deprecated).
1937
+ """
1938
+ if status is not None:
1939
+ pulumi.set(__self__, "status", status)
1940
+
1941
+ @property
1942
+ @pulumi.getter
1943
+ @_utilities.deprecated("""Field 'status' has been deprecated from provider version 1.228.0. Image Acceleration Status (Deprecated)""")
1944
+ def status(self) -> Optional[str]:
1945
+ """
1946
+ Image Acceleration Status (Deprecated).
1947
+ """
1948
+ return pulumi.get(self, "status")
1949
+
1950
+
1951
+ @pulumi.output_type
1952
+ class V3FunctionCustomContainerConfigHealthCheckConfig(dict):
1953
+ @staticmethod
1954
+ def __key_warning(key: str):
1955
+ suggest = None
1956
+ if key == "failureThreshold":
1957
+ suggest = "failure_threshold"
1958
+ elif key == "httpGetUrl":
1959
+ suggest = "http_get_url"
1960
+ elif key == "initialDelaySeconds":
1961
+ suggest = "initial_delay_seconds"
1962
+ elif key == "periodSeconds":
1963
+ suggest = "period_seconds"
1964
+ elif key == "successThreshold":
1965
+ suggest = "success_threshold"
1966
+ elif key == "timeoutSeconds":
1967
+ suggest = "timeout_seconds"
1968
+
1969
+ if suggest:
1970
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionCustomContainerConfigHealthCheckConfig. Access the value via the '{suggest}' property getter instead.")
1971
+
1972
+ def __getitem__(self, key: str) -> Any:
1973
+ V3FunctionCustomContainerConfigHealthCheckConfig.__key_warning(key)
1974
+ return super().__getitem__(key)
1975
+
1976
+ def get(self, key: str, default = None) -> Any:
1977
+ V3FunctionCustomContainerConfigHealthCheckConfig.__key_warning(key)
1978
+ return super().get(key, default)
1979
+
1980
+ def __init__(__self__, *,
1981
+ failure_threshold: Optional[int] = None,
1982
+ http_get_url: Optional[str] = None,
1983
+ initial_delay_seconds: Optional[int] = None,
1984
+ period_seconds: Optional[int] = None,
1985
+ success_threshold: Optional[int] = None,
1986
+ timeout_seconds: Optional[int] = None):
1987
+ if failure_threshold is not None:
1988
+ pulumi.set(__self__, "failure_threshold", failure_threshold)
1989
+ if http_get_url is not None:
1990
+ pulumi.set(__self__, "http_get_url", http_get_url)
1991
+ if initial_delay_seconds is not None:
1992
+ pulumi.set(__self__, "initial_delay_seconds", initial_delay_seconds)
1993
+ if period_seconds is not None:
1994
+ pulumi.set(__self__, "period_seconds", period_seconds)
1995
+ if success_threshold is not None:
1996
+ pulumi.set(__self__, "success_threshold", success_threshold)
1997
+ if timeout_seconds is not None:
1998
+ pulumi.set(__self__, "timeout_seconds", timeout_seconds)
1999
+
2000
+ @property
2001
+ @pulumi.getter(name="failureThreshold")
2002
+ def failure_threshold(self) -> Optional[int]:
2003
+ return pulumi.get(self, "failure_threshold")
2004
+
2005
+ @property
2006
+ @pulumi.getter(name="httpGetUrl")
2007
+ def http_get_url(self) -> Optional[str]:
2008
+ return pulumi.get(self, "http_get_url")
2009
+
2010
+ @property
2011
+ @pulumi.getter(name="initialDelaySeconds")
2012
+ def initial_delay_seconds(self) -> Optional[int]:
2013
+ return pulumi.get(self, "initial_delay_seconds")
2014
+
2015
+ @property
2016
+ @pulumi.getter(name="periodSeconds")
2017
+ def period_seconds(self) -> Optional[int]:
2018
+ return pulumi.get(self, "period_seconds")
2019
+
2020
+ @property
2021
+ @pulumi.getter(name="successThreshold")
2022
+ def success_threshold(self) -> Optional[int]:
2023
+ return pulumi.get(self, "success_threshold")
2024
+
2025
+ @property
2026
+ @pulumi.getter(name="timeoutSeconds")
2027
+ def timeout_seconds(self) -> Optional[int]:
2028
+ return pulumi.get(self, "timeout_seconds")
2029
+
2030
+
2031
+ @pulumi.output_type
2032
+ class V3FunctionCustomDns(dict):
2033
+ @staticmethod
2034
+ def __key_warning(key: str):
2035
+ suggest = None
2036
+ if key == "dnsOptions":
2037
+ suggest = "dns_options"
2038
+ elif key == "nameServers":
2039
+ suggest = "name_servers"
2040
+
2041
+ if suggest:
2042
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionCustomDns. Access the value via the '{suggest}' property getter instead.")
2043
+
2044
+ def __getitem__(self, key: str) -> Any:
2045
+ V3FunctionCustomDns.__key_warning(key)
2046
+ return super().__getitem__(key)
2047
+
2048
+ def get(self, key: str, default = None) -> Any:
2049
+ V3FunctionCustomDns.__key_warning(key)
2050
+ return super().get(key, default)
2051
+
2052
+ def __init__(__self__, *,
2053
+ dns_options: Optional[Sequence['outputs.V3FunctionCustomDnsDnsOption']] = None,
2054
+ name_servers: Optional[Sequence[str]] = None,
2055
+ searches: Optional[Sequence[str]] = None):
2056
+ """
2057
+ :param Sequence['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.
2058
+ :param Sequence[str] name_servers: IP Address List of DNS servers.
2059
+ :param Sequence[str] searches: DNS search domain list.
2060
+ """
2061
+ if dns_options is not None:
2062
+ pulumi.set(__self__, "dns_options", dns_options)
2063
+ if name_servers is not None:
2064
+ pulumi.set(__self__, "name_servers", name_servers)
2065
+ if searches is not None:
2066
+ pulumi.set(__self__, "searches", searches)
2067
+
2068
+ @property
2069
+ @pulumi.getter(name="dnsOptions")
2070
+ def dns_options(self) -> Optional[Sequence['outputs.V3FunctionCustomDnsDnsOption']]:
2071
+ """
2072
+ 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.
2073
+ """
2074
+ return pulumi.get(self, "dns_options")
2075
+
2076
+ @property
2077
+ @pulumi.getter(name="nameServers")
2078
+ def name_servers(self) -> Optional[Sequence[str]]:
2079
+ """
2080
+ IP Address List of DNS servers.
2081
+ """
2082
+ return pulumi.get(self, "name_servers")
2083
+
2084
+ @property
2085
+ @pulumi.getter
2086
+ def searches(self) -> Optional[Sequence[str]]:
2087
+ """
2088
+ DNS search domain list.
2089
+ """
2090
+ return pulumi.get(self, "searches")
2091
+
2092
+
2093
+ @pulumi.output_type
2094
+ class V3FunctionCustomDnsDnsOption(dict):
2095
+ def __init__(__self__, *,
2096
+ name: Optional[str] = None,
2097
+ value: Optional[str] = None):
2098
+ """
2099
+ :param str name: Configuration Item Name.
2100
+ :param str value: Configuration Item Value.
2101
+ """
2102
+ if name is not None:
2103
+ pulumi.set(__self__, "name", name)
2104
+ if value is not None:
2105
+ pulumi.set(__self__, "value", value)
2106
+
2107
+ @property
2108
+ @pulumi.getter
2109
+ def name(self) -> Optional[str]:
2110
+ """
2111
+ Configuration Item Name.
2112
+ """
2113
+ return pulumi.get(self, "name")
2114
+
2115
+ @property
2116
+ @pulumi.getter
2117
+ def value(self) -> Optional[str]:
2118
+ """
2119
+ Configuration Item Value.
2120
+ """
2121
+ return pulumi.get(self, "value")
2122
+
2123
+
2124
+ @pulumi.output_type
2125
+ class V3FunctionCustomRuntimeConfig(dict):
2126
+ @staticmethod
2127
+ def __key_warning(key: str):
2128
+ suggest = None
2129
+ if key == "healthCheckConfig":
2130
+ suggest = "health_check_config"
2131
+
2132
+ if suggest:
2133
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionCustomRuntimeConfig. Access the value via the '{suggest}' property getter instead.")
2134
+
2135
+ def __getitem__(self, key: str) -> Any:
2136
+ V3FunctionCustomRuntimeConfig.__key_warning(key)
2137
+ return super().__getitem__(key)
2138
+
2139
+ def get(self, key: str, default = None) -> Any:
2140
+ V3FunctionCustomRuntimeConfig.__key_warning(key)
2141
+ return super().get(key, default)
2142
+
2143
+ def __init__(__self__, *,
2144
+ args: Optional[Sequence[str]] = None,
2145
+ commands: Optional[Sequence[str]] = None,
2146
+ health_check_config: Optional['outputs.V3FunctionCustomRuntimeConfigHealthCheckConfig'] = None,
2147
+ port: Optional[int] = None):
2148
+ """
2149
+ :param Sequence[str] args: Instance startup parameters.
2150
+ :param Sequence[str] commands: Instance start command.
2151
+ :param 'V3FunctionCustomRuntimeConfigHealthCheckConfigArgs' health_check_config: Function custom health check configuration. See `health_check_config` below.
2152
+ :param int port: The listening port of the HTTP Server.
2153
+ """
2154
+ if args is not None:
2155
+ pulumi.set(__self__, "args", args)
2156
+ if commands is not None:
2157
+ pulumi.set(__self__, "commands", commands)
2158
+ if health_check_config is not None:
2159
+ pulumi.set(__self__, "health_check_config", health_check_config)
2160
+ if port is not None:
2161
+ pulumi.set(__self__, "port", port)
2162
+
2163
+ @property
2164
+ @pulumi.getter
2165
+ def args(self) -> Optional[Sequence[str]]:
2166
+ """
2167
+ Instance startup parameters.
2168
+ """
2169
+ return pulumi.get(self, "args")
2170
+
2171
+ @property
2172
+ @pulumi.getter
2173
+ def commands(self) -> Optional[Sequence[str]]:
2174
+ """
2175
+ Instance start command.
2176
+ """
2177
+ return pulumi.get(self, "commands")
2178
+
2179
+ @property
2180
+ @pulumi.getter(name="healthCheckConfig")
2181
+ def health_check_config(self) -> Optional['outputs.V3FunctionCustomRuntimeConfigHealthCheckConfig']:
2182
+ """
2183
+ Function custom health check configuration. See `health_check_config` below.
2184
+ """
2185
+ return pulumi.get(self, "health_check_config")
2186
+
2187
+ @property
2188
+ @pulumi.getter
2189
+ def port(self) -> Optional[int]:
2190
+ """
2191
+ The listening port of the HTTP Server.
2192
+ """
2193
+ return pulumi.get(self, "port")
2194
+
2195
+
2196
+ @pulumi.output_type
2197
+ class V3FunctionCustomRuntimeConfigHealthCheckConfig(dict):
2198
+ @staticmethod
2199
+ def __key_warning(key: str):
2200
+ suggest = None
2201
+ if key == "failureThreshold":
2202
+ suggest = "failure_threshold"
2203
+ elif key == "httpGetUrl":
2204
+ suggest = "http_get_url"
2205
+ elif key == "initialDelaySeconds":
2206
+ suggest = "initial_delay_seconds"
2207
+ elif key == "periodSeconds":
2208
+ suggest = "period_seconds"
2209
+ elif key == "successThreshold":
2210
+ suggest = "success_threshold"
2211
+ elif key == "timeoutSeconds":
2212
+ suggest = "timeout_seconds"
2213
+
2214
+ if suggest:
2215
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionCustomRuntimeConfigHealthCheckConfig. Access the value via the '{suggest}' property getter instead.")
2216
+
2217
+ def __getitem__(self, key: str) -> Any:
2218
+ V3FunctionCustomRuntimeConfigHealthCheckConfig.__key_warning(key)
2219
+ return super().__getitem__(key)
2220
+
2221
+ def get(self, key: str, default = None) -> Any:
2222
+ V3FunctionCustomRuntimeConfigHealthCheckConfig.__key_warning(key)
2223
+ return super().get(key, default)
2224
+
2225
+ def __init__(__self__, *,
2226
+ failure_threshold: Optional[int] = None,
2227
+ http_get_url: Optional[str] = None,
2228
+ initial_delay_seconds: Optional[int] = None,
2229
+ period_seconds: Optional[int] = None,
2230
+ success_threshold: Optional[int] = None,
2231
+ timeout_seconds: Optional[int] = None):
2232
+ if failure_threshold is not None:
2233
+ pulumi.set(__self__, "failure_threshold", failure_threshold)
2234
+ if http_get_url is not None:
2235
+ pulumi.set(__self__, "http_get_url", http_get_url)
2236
+ if initial_delay_seconds is not None:
2237
+ pulumi.set(__self__, "initial_delay_seconds", initial_delay_seconds)
2238
+ if period_seconds is not None:
2239
+ pulumi.set(__self__, "period_seconds", period_seconds)
2240
+ if success_threshold is not None:
2241
+ pulumi.set(__self__, "success_threshold", success_threshold)
2242
+ if timeout_seconds is not None:
2243
+ pulumi.set(__self__, "timeout_seconds", timeout_seconds)
2244
+
2245
+ @property
2246
+ @pulumi.getter(name="failureThreshold")
2247
+ def failure_threshold(self) -> Optional[int]:
2248
+ return pulumi.get(self, "failure_threshold")
2249
+
2250
+ @property
2251
+ @pulumi.getter(name="httpGetUrl")
2252
+ def http_get_url(self) -> Optional[str]:
2253
+ return pulumi.get(self, "http_get_url")
2254
+
2255
+ @property
2256
+ @pulumi.getter(name="initialDelaySeconds")
2257
+ def initial_delay_seconds(self) -> Optional[int]:
2258
+ return pulumi.get(self, "initial_delay_seconds")
2259
+
2260
+ @property
2261
+ @pulumi.getter(name="periodSeconds")
2262
+ def period_seconds(self) -> Optional[int]:
2263
+ return pulumi.get(self, "period_seconds")
2264
+
2265
+ @property
2266
+ @pulumi.getter(name="successThreshold")
2267
+ def success_threshold(self) -> Optional[int]:
2268
+ return pulumi.get(self, "success_threshold")
2269
+
2270
+ @property
2271
+ @pulumi.getter(name="timeoutSeconds")
2272
+ def timeout_seconds(self) -> Optional[int]:
2273
+ return pulumi.get(self, "timeout_seconds")
2274
+
2275
+
2276
+ @pulumi.output_type
2277
+ class V3FunctionGpuConfig(dict):
2278
+ @staticmethod
2279
+ def __key_warning(key: str):
2280
+ suggest = None
2281
+ if key == "gpuMemorySize":
2282
+ suggest = "gpu_memory_size"
2283
+ elif key == "gpuType":
2284
+ suggest = "gpu_type"
2285
+
2286
+ if suggest:
2287
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionGpuConfig. Access the value via the '{suggest}' property getter instead.")
2288
+
2289
+ def __getitem__(self, key: str) -> Any:
2290
+ V3FunctionGpuConfig.__key_warning(key)
2291
+ return super().__getitem__(key)
2292
+
2293
+ def get(self, key: str, default = None) -> Any:
2294
+ V3FunctionGpuConfig.__key_warning(key)
2295
+ return super().get(key, default)
2296
+
2297
+ def __init__(__self__, *,
2298
+ gpu_memory_size: Optional[int] = None,
2299
+ gpu_type: Optional[str] = None):
2300
+ """
2301
+ :param int gpu_memory_size: GPU memory specification, unit: MB, multiple of 1024MB.
2302
+ :param str gpu_type: GPU card architecture.
2303
+ - 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).
2304
+ - fc.gpu.ampere.1 indicates the GPU instance type of Ampere Architecture Series card (same as NVIDIA A10 card type).
2305
+ - fc.gpu.ada.1 Indicates the GPU instance Ada Lovelace architecture family card type.
2306
+ """
2307
+ if gpu_memory_size is not None:
2308
+ pulumi.set(__self__, "gpu_memory_size", gpu_memory_size)
2309
+ if gpu_type is not None:
2310
+ pulumi.set(__self__, "gpu_type", gpu_type)
2311
+
2312
+ @property
2313
+ @pulumi.getter(name="gpuMemorySize")
2314
+ def gpu_memory_size(self) -> Optional[int]:
2315
+ """
2316
+ GPU memory specification, unit: MB, multiple of 1024MB.
2317
+ """
2318
+ return pulumi.get(self, "gpu_memory_size")
2319
+
2320
+ @property
2321
+ @pulumi.getter(name="gpuType")
2322
+ def gpu_type(self) -> Optional[str]:
2323
+ """
2324
+ GPU card architecture.
2325
+ - 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).
2326
+ - fc.gpu.ampere.1 indicates the GPU instance type of Ampere Architecture Series card (same as NVIDIA A10 card type).
2327
+ - fc.gpu.ada.1 Indicates the GPU instance Ada Lovelace architecture family card type.
2328
+ """
2329
+ return pulumi.get(self, "gpu_type")
2330
+
2331
+
2332
+ @pulumi.output_type
2333
+ class V3FunctionInstanceLifecycleConfig(dict):
2334
+ @staticmethod
2335
+ def __key_warning(key: str):
2336
+ suggest = None
2337
+ if key == "preStop":
2338
+ suggest = "pre_stop"
2339
+
2340
+ if suggest:
2341
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionInstanceLifecycleConfig. Access the value via the '{suggest}' property getter instead.")
2342
+
2343
+ def __getitem__(self, key: str) -> Any:
2344
+ V3FunctionInstanceLifecycleConfig.__key_warning(key)
2345
+ return super().__getitem__(key)
2346
+
2347
+ def get(self, key: str, default = None) -> Any:
2348
+ V3FunctionInstanceLifecycleConfig.__key_warning(key)
2349
+ return super().get(key, default)
2350
+
2351
+ def __init__(__self__, *,
2352
+ initializer: Optional['outputs.V3FunctionInstanceLifecycleConfigInitializer'] = None,
2353
+ pre_stop: Optional['outputs.V3FunctionInstanceLifecycleConfigPreStop'] = None):
2354
+ """
2355
+ :param 'V3FunctionInstanceLifecycleConfigInitializerArgs' initializer: Initializer handler method configuration. See `initializer` below.
2356
+ :param 'V3FunctionInstanceLifecycleConfigPreStopArgs' pre_stop: PreStop handler method configuration. See `pre_stop` below.
2357
+ """
2358
+ if initializer is not None:
2359
+ pulumi.set(__self__, "initializer", initializer)
2360
+ if pre_stop is not None:
2361
+ pulumi.set(__self__, "pre_stop", pre_stop)
2362
+
2363
+ @property
2364
+ @pulumi.getter
2365
+ def initializer(self) -> Optional['outputs.V3FunctionInstanceLifecycleConfigInitializer']:
2366
+ """
2367
+ Initializer handler method configuration. See `initializer` below.
2368
+ """
2369
+ return pulumi.get(self, "initializer")
2370
+
2371
+ @property
2372
+ @pulumi.getter(name="preStop")
2373
+ def pre_stop(self) -> Optional['outputs.V3FunctionInstanceLifecycleConfigPreStop']:
2374
+ """
2375
+ PreStop handler method configuration. See `pre_stop` below.
2376
+ """
2377
+ return pulumi.get(self, "pre_stop")
2378
+
2379
+
2380
+ @pulumi.output_type
2381
+ class V3FunctionInstanceLifecycleConfigInitializer(dict):
2382
+ def __init__(__self__, *,
2383
+ handler: Optional[str] = None,
2384
+ timeout: Optional[int] = None):
2385
+ """
2386
+ :param str handler: Function Handler: the call entry for the function compute system to run your function.
2387
+ :param int timeout: The maximum running time of the function, in seconds.
2388
+ """
2389
+ if handler is not None:
2390
+ pulumi.set(__self__, "handler", handler)
2391
+ if timeout is not None:
2392
+ pulumi.set(__self__, "timeout", timeout)
2393
+
2394
+ @property
2395
+ @pulumi.getter
2396
+ def handler(self) -> Optional[str]:
2397
+ """
2398
+ Function Handler: the call entry for the function compute system to run your function.
2399
+ """
2400
+ return pulumi.get(self, "handler")
2401
+
2402
+ @property
2403
+ @pulumi.getter
2404
+ def timeout(self) -> Optional[int]:
2405
+ """
2406
+ The maximum running time of the function, in seconds.
2407
+ """
2408
+ return pulumi.get(self, "timeout")
2409
+
2410
+
2411
+ @pulumi.output_type
2412
+ class V3FunctionInstanceLifecycleConfigPreStop(dict):
2413
+ def __init__(__self__, *,
2414
+ handler: Optional[str] = None,
2415
+ timeout: Optional[int] = None):
2416
+ """
2417
+ :param str handler: Function Handler: the call entry for the function compute system to run your function.
2418
+ :param int timeout: The maximum running time of the function, in seconds.
2419
+ """
2420
+ if handler is not None:
2421
+ pulumi.set(__self__, "handler", handler)
2422
+ if timeout is not None:
2423
+ pulumi.set(__self__, "timeout", timeout)
2424
+
2425
+ @property
2426
+ @pulumi.getter
2427
+ def handler(self) -> Optional[str]:
2428
+ """
2429
+ Function Handler: the call entry for the function compute system to run your function.
2430
+ """
2431
+ return pulumi.get(self, "handler")
2432
+
2433
+ @property
2434
+ @pulumi.getter
2435
+ def timeout(self) -> Optional[int]:
2436
+ """
2437
+ The maximum running time of the function, in seconds.
2438
+ """
2439
+ return pulumi.get(self, "timeout")
2440
+
2441
+
2442
+ @pulumi.output_type
2443
+ class V3FunctionLogConfig(dict):
2444
+ @staticmethod
2445
+ def __key_warning(key: str):
2446
+ suggest = None
2447
+ if key == "enableInstanceMetrics":
2448
+ suggest = "enable_instance_metrics"
2449
+ elif key == "enableRequestMetrics":
2450
+ suggest = "enable_request_metrics"
2451
+ elif key == "logBeginRule":
2452
+ suggest = "log_begin_rule"
2453
+
2454
+ if suggest:
2455
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionLogConfig. Access the value via the '{suggest}' property getter instead.")
2456
+
2457
+ def __getitem__(self, key: str) -> Any:
2458
+ V3FunctionLogConfig.__key_warning(key)
2459
+ return super().__getitem__(key)
2460
+
2461
+ def get(self, key: str, default = None) -> Any:
2462
+ V3FunctionLogConfig.__key_warning(key)
2463
+ return super().get(key, default)
2464
+
2465
+ def __init__(__self__, *,
2466
+ enable_instance_metrics: Optional[bool] = None,
2467
+ enable_request_metrics: Optional[bool] = None,
2468
+ log_begin_rule: Optional[str] = None,
2469
+ logstore: Optional[str] = None,
2470
+ project: Optional[str] = None):
2471
+ """
2472
+ :param 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.
2473
+ :param 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.
2474
+ :param str log_begin_rule: Log Line First Matching Rules.
2475
+ :param str logstore: The Logstore name of log service.
2476
+ :param str project: The name of the log service Project.
2477
+ """
2478
+ if enable_instance_metrics is not None:
2479
+ pulumi.set(__self__, "enable_instance_metrics", enable_instance_metrics)
2480
+ if enable_request_metrics is not None:
2481
+ pulumi.set(__self__, "enable_request_metrics", enable_request_metrics)
2482
+ if log_begin_rule is not None:
2483
+ pulumi.set(__self__, "log_begin_rule", log_begin_rule)
2484
+ if logstore is not None:
2485
+ pulumi.set(__self__, "logstore", logstore)
2486
+ if project is not None:
2487
+ pulumi.set(__self__, "project", project)
2488
+
2489
+ @property
2490
+ @pulumi.getter(name="enableInstanceMetrics")
2491
+ def enable_instance_metrics(self) -> Optional[bool]:
2492
+ """
2493
+ 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.
2494
+ """
2495
+ return pulumi.get(self, "enable_instance_metrics")
2496
+
2497
+ @property
2498
+ @pulumi.getter(name="enableRequestMetrics")
2499
+ def enable_request_metrics(self) -> Optional[bool]:
2500
+ """
2501
+ 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.
2502
+ """
2503
+ return pulumi.get(self, "enable_request_metrics")
2504
+
2505
+ @property
2506
+ @pulumi.getter(name="logBeginRule")
2507
+ def log_begin_rule(self) -> Optional[str]:
2508
+ """
2509
+ Log Line First Matching Rules.
2510
+ """
2511
+ return pulumi.get(self, "log_begin_rule")
2512
+
2513
+ @property
2514
+ @pulumi.getter
2515
+ def logstore(self) -> Optional[str]:
2516
+ """
2517
+ The Logstore name of log service.
2518
+ """
2519
+ return pulumi.get(self, "logstore")
2520
+
2521
+ @property
2522
+ @pulumi.getter
2523
+ def project(self) -> Optional[str]:
2524
+ """
2525
+ The name of the log service Project.
2526
+ """
2527
+ return pulumi.get(self, "project")
2528
+
2529
+
2530
+ @pulumi.output_type
2531
+ class V3FunctionNasConfig(dict):
2532
+ @staticmethod
2533
+ def __key_warning(key: str):
2534
+ suggest = None
2535
+ if key == "groupId":
2536
+ suggest = "group_id"
2537
+ elif key == "mountPoints":
2538
+ suggest = "mount_points"
2539
+ elif key == "userId":
2540
+ suggest = "user_id"
2541
+
2542
+ if suggest:
2543
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionNasConfig. Access the value via the '{suggest}' property getter instead.")
2544
+
2545
+ def __getitem__(self, key: str) -> Any:
2546
+ V3FunctionNasConfig.__key_warning(key)
2547
+ return super().__getitem__(key)
2548
+
2549
+ def get(self, key: str, default = None) -> Any:
2550
+ V3FunctionNasConfig.__key_warning(key)
2551
+ return super().get(key, default)
2552
+
2553
+ def __init__(__self__, *,
2554
+ group_id: Optional[int] = None,
2555
+ mount_points: Optional[Sequence['outputs.V3FunctionNasConfigMountPoint']] = None,
2556
+ user_id: Optional[int] = None):
2557
+ """
2558
+ :param int group_id: Group ID.
2559
+ :param Sequence['V3FunctionNasConfigMountPointArgs'] mount_points: Mount point list. See `mount_points` below.
2560
+ :param int user_id: Account ID.
2561
+ """
2562
+ if group_id is not None:
2563
+ pulumi.set(__self__, "group_id", group_id)
2564
+ if mount_points is not None:
2565
+ pulumi.set(__self__, "mount_points", mount_points)
2566
+ if user_id is not None:
2567
+ pulumi.set(__self__, "user_id", user_id)
2568
+
2569
+ @property
2570
+ @pulumi.getter(name="groupId")
2571
+ def group_id(self) -> Optional[int]:
2572
+ """
2573
+ Group ID.
2574
+ """
2575
+ return pulumi.get(self, "group_id")
2576
+
2577
+ @property
2578
+ @pulumi.getter(name="mountPoints")
2579
+ def mount_points(self) -> Optional[Sequence['outputs.V3FunctionNasConfigMountPoint']]:
2580
+ """
2581
+ Mount point list. See `mount_points` below.
2582
+ """
2583
+ return pulumi.get(self, "mount_points")
2584
+
2585
+ @property
2586
+ @pulumi.getter(name="userId")
2587
+ def user_id(self) -> Optional[int]:
2588
+ """
2589
+ Account ID.
2590
+ """
2591
+ return pulumi.get(self, "user_id")
2592
+
2593
+
2594
+ @pulumi.output_type
2595
+ class V3FunctionNasConfigMountPoint(dict):
2596
+ @staticmethod
2597
+ def __key_warning(key: str):
2598
+ suggest = None
2599
+ if key == "enableTls":
2600
+ suggest = "enable_tls"
2601
+ elif key == "mountDir":
2602
+ suggest = "mount_dir"
2603
+ elif key == "serverAddr":
2604
+ suggest = "server_addr"
2605
+
2606
+ if suggest:
2607
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionNasConfigMountPoint. Access the value via the '{suggest}' property getter instead.")
2608
+
2609
+ def __getitem__(self, key: str) -> Any:
2610
+ V3FunctionNasConfigMountPoint.__key_warning(key)
2611
+ return super().__getitem__(key)
2612
+
2613
+ def get(self, key: str, default = None) -> Any:
2614
+ V3FunctionNasConfigMountPoint.__key_warning(key)
2615
+ return super().get(key, default)
2616
+
2617
+ def __init__(__self__, *,
2618
+ enable_tls: Optional[bool] = None,
2619
+ mount_dir: Optional[str] = None,
2620
+ server_addr: Optional[str] = None):
2621
+ """
2622
+ :param bool enable_tls: Use transport encryption to mount. Note: only general-purpose NAS supports transmission encryption.
2623
+ :param str server_addr: NAS server address.
2624
+ """
2625
+ if enable_tls is not None:
2626
+ pulumi.set(__self__, "enable_tls", enable_tls)
2627
+ if mount_dir is not None:
2628
+ pulumi.set(__self__, "mount_dir", mount_dir)
2629
+ if server_addr is not None:
2630
+ pulumi.set(__self__, "server_addr", server_addr)
2631
+
2632
+ @property
2633
+ @pulumi.getter(name="enableTls")
2634
+ def enable_tls(self) -> Optional[bool]:
2635
+ """
2636
+ Use transport encryption to mount. Note: only general-purpose NAS supports transmission encryption.
2637
+ """
2638
+ return pulumi.get(self, "enable_tls")
2639
+
2640
+ @property
2641
+ @pulumi.getter(name="mountDir")
2642
+ def mount_dir(self) -> Optional[str]:
2643
+ return pulumi.get(self, "mount_dir")
2644
+
2645
+ @property
2646
+ @pulumi.getter(name="serverAddr")
2647
+ def server_addr(self) -> Optional[str]:
2648
+ """
2649
+ NAS server address.
2650
+ """
2651
+ return pulumi.get(self, "server_addr")
2652
+
2653
+
2654
+ @pulumi.output_type
2655
+ class V3FunctionOssMountConfig(dict):
2656
+ @staticmethod
2657
+ def __key_warning(key: str):
2658
+ suggest = None
2659
+ if key == "mountPoints":
2660
+ suggest = "mount_points"
2661
+
2662
+ if suggest:
2663
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionOssMountConfig. Access the value via the '{suggest}' property getter instead.")
2664
+
2665
+ def __getitem__(self, key: str) -> Any:
2666
+ V3FunctionOssMountConfig.__key_warning(key)
2667
+ return super().__getitem__(key)
2668
+
2669
+ def get(self, key: str, default = None) -> Any:
2670
+ V3FunctionOssMountConfig.__key_warning(key)
2671
+ return super().get(key, default)
2672
+
2673
+ def __init__(__self__, *,
2674
+ mount_points: Optional[Sequence['outputs.V3FunctionOssMountConfigMountPoint']] = None):
2675
+ """
2676
+ :param Sequence['V3FunctionOssMountConfigMountPointArgs'] mount_points: OSS mount point list. See `mount_points` below.
2677
+ """
2678
+ if mount_points is not None:
2679
+ pulumi.set(__self__, "mount_points", mount_points)
2680
+
2681
+ @property
2682
+ @pulumi.getter(name="mountPoints")
2683
+ def mount_points(self) -> Optional[Sequence['outputs.V3FunctionOssMountConfigMountPoint']]:
2684
+ """
2685
+ OSS mount point list. See `mount_points` below.
2686
+ """
2687
+ return pulumi.get(self, "mount_points")
2688
+
2689
+
2690
+ @pulumi.output_type
2691
+ class V3FunctionOssMountConfigMountPoint(dict):
2692
+ @staticmethod
2693
+ def __key_warning(key: str):
2694
+ suggest = None
2695
+ if key == "bucketName":
2696
+ suggest = "bucket_name"
2697
+ elif key == "bucketPath":
2698
+ suggest = "bucket_path"
2699
+ elif key == "mountDir":
2700
+ suggest = "mount_dir"
2701
+ elif key == "readOnly":
2702
+ suggest = "read_only"
2703
+
2704
+ if suggest:
2705
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionOssMountConfigMountPoint. Access the value via the '{suggest}' property getter instead.")
2706
+
2707
+ def __getitem__(self, key: str) -> Any:
2708
+ V3FunctionOssMountConfigMountPoint.__key_warning(key)
2709
+ return super().__getitem__(key)
2710
+
2711
+ def get(self, key: str, default = None) -> Any:
2712
+ V3FunctionOssMountConfigMountPoint.__key_warning(key)
2713
+ return super().get(key, default)
2714
+
2715
+ def __init__(__self__, *,
2716
+ bucket_name: Optional[str] = None,
2717
+ bucket_path: Optional[str] = None,
2718
+ endpoint: Optional[str] = None,
2719
+ mount_dir: Optional[str] = None,
2720
+ read_only: Optional[bool] = None):
2721
+ """
2722
+ :param str bucket_name: OSS Bucket name.
2723
+ :param str bucket_path: Path of the mounted OSS Bucket.
2724
+ :param str endpoint: OSS access endpoint.
2725
+ :param bool read_only: Read-only.
2726
+ """
2727
+ if bucket_name is not None:
2728
+ pulumi.set(__self__, "bucket_name", bucket_name)
2729
+ if bucket_path is not None:
2730
+ pulumi.set(__self__, "bucket_path", bucket_path)
2731
+ if endpoint is not None:
2732
+ pulumi.set(__self__, "endpoint", endpoint)
2733
+ if mount_dir is not None:
2734
+ pulumi.set(__self__, "mount_dir", mount_dir)
2735
+ if read_only is not None:
2736
+ pulumi.set(__self__, "read_only", read_only)
2737
+
2738
+ @property
2739
+ @pulumi.getter(name="bucketName")
2740
+ def bucket_name(self) -> Optional[str]:
2741
+ """
2742
+ OSS Bucket name.
2743
+ """
2744
+ return pulumi.get(self, "bucket_name")
2745
+
2746
+ @property
2747
+ @pulumi.getter(name="bucketPath")
2748
+ def bucket_path(self) -> Optional[str]:
2749
+ """
2750
+ Path of the mounted OSS Bucket.
2751
+ """
2752
+ return pulumi.get(self, "bucket_path")
2753
+
2754
+ @property
2755
+ @pulumi.getter
2756
+ def endpoint(self) -> Optional[str]:
2757
+ """
2758
+ OSS access endpoint.
2759
+ """
2760
+ return pulumi.get(self, "endpoint")
2761
+
2762
+ @property
2763
+ @pulumi.getter(name="mountDir")
2764
+ def mount_dir(self) -> Optional[str]:
2765
+ return pulumi.get(self, "mount_dir")
2766
+
2767
+ @property
2768
+ @pulumi.getter(name="readOnly")
2769
+ def read_only(self) -> Optional[bool]:
2770
+ """
2771
+ Read-only.
2772
+ """
2773
+ return pulumi.get(self, "read_only")
2774
+
2775
+
2776
+ @pulumi.output_type
2777
+ class V3FunctionVpcConfig(dict):
2778
+ @staticmethod
2779
+ def __key_warning(key: str):
2780
+ suggest = None
2781
+ if key == "securityGroupId":
2782
+ suggest = "security_group_id"
2783
+ elif key == "vpcId":
2784
+ suggest = "vpc_id"
2785
+ elif key == "vswitchIds":
2786
+ suggest = "vswitch_ids"
2787
+
2788
+ if suggest:
2789
+ pulumi.log.warn(f"Key '{key}' not found in V3FunctionVpcConfig. Access the value via the '{suggest}' property getter instead.")
2790
+
2791
+ def __getitem__(self, key: str) -> Any:
2792
+ V3FunctionVpcConfig.__key_warning(key)
2793
+ return super().__getitem__(key)
2794
+
2795
+ def get(self, key: str, default = None) -> Any:
2796
+ V3FunctionVpcConfig.__key_warning(key)
2797
+ return super().get(key, default)
2798
+
2799
+ def __init__(__self__, *,
2800
+ security_group_id: Optional[str] = None,
2801
+ vpc_id: Optional[str] = None,
2802
+ vswitch_ids: Optional[Sequence[str]] = None):
2803
+ """
2804
+ :param str security_group_id: Security group ID.
2805
+ :param str vpc_id: VPC network ID.
2806
+ :param Sequence[str] vswitch_ids: Switch List.
2807
+ """
2808
+ if security_group_id is not None:
2809
+ pulumi.set(__self__, "security_group_id", security_group_id)
2810
+ if vpc_id is not None:
2811
+ pulumi.set(__self__, "vpc_id", vpc_id)
2812
+ if vswitch_ids is not None:
2813
+ pulumi.set(__self__, "vswitch_ids", vswitch_ids)
2814
+
2815
+ @property
2816
+ @pulumi.getter(name="securityGroupId")
2817
+ def security_group_id(self) -> Optional[str]:
2818
+ """
2819
+ Security group ID.
2820
+ """
2821
+ return pulumi.get(self, "security_group_id")
2822
+
2823
+ @property
2824
+ @pulumi.getter(name="vpcId")
2825
+ def vpc_id(self) -> Optional[str]:
2826
+ """
2827
+ VPC network ID.
2828
+ """
2829
+ return pulumi.get(self, "vpc_id")
2830
+
2831
+ @property
2832
+ @pulumi.getter(name="vswitchIds")
2833
+ def vswitch_ids(self) -> Optional[Sequence[str]]:
2834
+ """
2835
+ Switch List.
2836
+ """
2837
+ return pulumi.get(self, "vswitch_ids")
2838
+
2839
+
1119
2840
  @pulumi.output_type
1120
2841
  class GetCustomDomainsDomainResult(dict):
1121
2842
  def __init__(__self__, *,
@@ -1783,7 +3504,7 @@ class GetServicesServiceVpcConfigResult(dict):
1783
3504
  """
1784
3505
  :param str security_group_id: Associated security group ID.
1785
3506
  :param str vpc_id: Associated VPC ID.
1786
- :param Sequence[str] vswitch_ids: Associated VSwitch IDs.
3507
+ :param Sequence[str] vswitch_ids: Associated vSwitch IDs.
1787
3508
  """
1788
3509
  pulumi.set(__self__, "security_group_id", security_group_id)
1789
3510
  pulumi.set(__self__, "vpc_id", vpc_id)
@@ -1809,7 +3530,7 @@ class GetServicesServiceVpcConfigResult(dict):
1809
3530
  @pulumi.getter(name="vswitchIds")
1810
3531
  def vswitch_ids(self) -> Sequence[str]:
1811
3532
  """
1812
- Associated VSwitch IDs.
3533
+ Associated vSwitch IDs.
1813
3534
  """
1814
3535
  return pulumi.get(self, "vswitch_ids")
1815
3536