pulumi-alicloud 3.63.0a1727424957__py3-none-any.whl → 3.63.1__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 (1821) hide show
  1. pulumi_alicloud/__init__.py +24 -0
  2. pulumi_alicloud/_inputs.py +589 -0
  3. pulumi_alicloud/_utilities.py +1 -1
  4. pulumi_alicloud/ackone/_inputs.py +25 -0
  5. pulumi_alicloud/ackone/cluster.py +5 -0
  6. pulumi_alicloud/ackone/outputs.py +5 -0
  7. pulumi_alicloud/actiontrail/get_consumer_groups.py +21 -4
  8. pulumi_alicloud/actiontrail/get_global_events_storage_region.py +11 -4
  9. pulumi_alicloud/actiontrail/get_history_delivery_jobs.py +19 -4
  10. pulumi_alicloud/actiontrail/get_instances.py +20 -4
  11. pulumi_alicloud/actiontrail/get_sasl_acls.py +21 -4
  12. pulumi_alicloud/actiontrail/get_sasl_users.py +18 -4
  13. pulumi_alicloud/actiontrail/get_topics.py +27 -4
  14. pulumi_alicloud/actiontrail/get_trails.py +25 -4
  15. pulumi_alicloud/actiontrail/get_trails_deprecated.py +25 -4
  16. pulumi_alicloud/actiontrail/global_events_storage_region.py +5 -0
  17. pulumi_alicloud/actiontrail/history_delivery_job.py +5 -0
  18. pulumi_alicloud/actiontrail/outputs.py +5 -0
  19. pulumi_alicloud/actiontrail/trail.py +5 -0
  20. pulumi_alicloud/actiontrail/trail_deprecated.py +5 -0
  21. pulumi_alicloud/adb/_inputs.py +43 -0
  22. pulumi_alicloud/adb/account.py +5 -0
  23. pulumi_alicloud/adb/backup_policy.py +5 -0
  24. pulumi_alicloud/adb/cluster.py +5 -0
  25. pulumi_alicloud/adb/connection.py +5 -0
  26. pulumi_alicloud/adb/db_cluster.py +5 -0
  27. pulumi_alicloud/adb/db_cluster_lake_version.py +5 -0
  28. pulumi_alicloud/adb/get_clusters.py +33 -4
  29. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +25 -4
  30. pulumi_alicloud/adb/get_db_clusters.py +33 -4
  31. pulumi_alicloud/adb/get_resource_groups.py +19 -4
  32. pulumi_alicloud/adb/get_zones.py +16 -4
  33. pulumi_alicloud/adb/lake_account.py +5 -0
  34. pulumi_alicloud/adb/outputs.py +5 -0
  35. pulumi_alicloud/adb/resource_group.py +5 -0
  36. pulumi_alicloud/alb/_inputs.py +846 -0
  37. pulumi_alicloud/alb/a_script.py +5 -0
  38. pulumi_alicloud/alb/acl.py +23 -19
  39. pulumi_alicloud/alb/acl_entry_attachment.py +5 -0
  40. pulumi_alicloud/alb/get_acls.py +28 -4
  41. pulumi_alicloud/alb/get_ascripts.py +24 -4
  42. pulumi_alicloud/alb/get_health_check_templates.py +22 -4
  43. pulumi_alicloud/alb/get_listeners.py +25 -4
  44. pulumi_alicloud/alb/get_load_balancers.py +42 -4
  45. pulumi_alicloud/alb/get_rules.py +26 -4
  46. pulumi_alicloud/alb/get_security_policies.py +28 -4
  47. pulumi_alicloud/alb/get_server_groups.py +32 -4
  48. pulumi_alicloud/alb/get_system_security_policies.py +17 -4
  49. pulumi_alicloud/alb/get_zones.py +14 -4
  50. pulumi_alicloud/alb/health_check_template.py +101 -88
  51. pulumi_alicloud/alb/listener.py +5 -0
  52. pulumi_alicloud/alb/listener_acl_attachment.py +5 -0
  53. pulumi_alicloud/alb/listener_additional_certificate_attachment.py +5 -0
  54. pulumi_alicloud/alb/load_balancer.py +5 -0
  55. pulumi_alicloud/alb/load_balancer_common_bandwidth_package_attachment.py +5 -0
  56. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +5 -0
  57. pulumi_alicloud/alb/outputs.py +5 -0
  58. pulumi_alicloud/alb/rule.py +5 -0
  59. pulumi_alicloud/alb/security_policy.py +5 -0
  60. pulumi_alicloud/alb/server_group.py +5 -0
  61. pulumi_alicloud/aligreen/audit_callback.py +5 -0
  62. pulumi_alicloud/aligreen/biz_type.py +5 -0
  63. pulumi_alicloud/aligreen/callback.py +5 -0
  64. pulumi_alicloud/aligreen/image_lib.py +5 -0
  65. pulumi_alicloud/aligreen/keyword_lib.py +5 -0
  66. pulumi_alicloud/aligreen/oss_stock_task.py +5 -0
  67. pulumi_alicloud/alikafka/consumer_group.py +5 -0
  68. pulumi_alicloud/alikafka/instance.py +5 -0
  69. pulumi_alicloud/alikafka/instance_allowed_ip_attachment.py +5 -0
  70. pulumi_alicloud/alikafka/sasl_acl.py +5 -0
  71. pulumi_alicloud/alikafka/sasl_user.py +5 -0
  72. pulumi_alicloud/alikafka/topic.py +5 -0
  73. pulumi_alicloud/amqp/binding.py +5 -0
  74. pulumi_alicloud/amqp/exchange.py +5 -0
  75. pulumi_alicloud/amqp/get_bindings.py +18 -4
  76. pulumi_alicloud/amqp/get_exchanges.py +22 -4
  77. pulumi_alicloud/amqp/get_instances.py +22 -4
  78. pulumi_alicloud/amqp/get_queues.py +22 -4
  79. pulumi_alicloud/amqp/get_static_accounts.py +17 -4
  80. pulumi_alicloud/amqp/get_virtual_hosts.py +20 -4
  81. pulumi_alicloud/amqp/instance.py +5 -0
  82. pulumi_alicloud/amqp/outputs.py +5 -0
  83. pulumi_alicloud/amqp/queue.py +5 -0
  84. pulumi_alicloud/amqp/static_account.py +5 -0
  85. pulumi_alicloud/amqp/virtual_host.py +5 -0
  86. pulumi_alicloud/apigateway/_inputs.py +305 -0
  87. pulumi_alicloud/apigateway/access_control_list.py +5 -0
  88. pulumi_alicloud/apigateway/acl_entry_attachment.py +5 -0
  89. pulumi_alicloud/apigateway/api.py +5 -0
  90. pulumi_alicloud/apigateway/app.py +5 -0
  91. pulumi_alicloud/apigateway/app_attachment.py +5 -0
  92. pulumi_alicloud/apigateway/backend.py +5 -0
  93. pulumi_alicloud/apigateway/get_apis.py +22 -4
  94. pulumi_alicloud/apigateway/get_apps.py +20 -4
  95. pulumi_alicloud/apigateway/get_backends.py +22 -4
  96. pulumi_alicloud/apigateway/get_groups.py +18 -4
  97. pulumi_alicloud/apigateway/get_log_configs.py +17 -4
  98. pulumi_alicloud/apigateway/get_models.py +26 -4
  99. pulumi_alicloud/apigateway/get_plugins.py +28 -4
  100. pulumi_alicloud/apigateway/get_service.py +13 -4
  101. pulumi_alicloud/apigateway/group.py +5 -0
  102. pulumi_alicloud/apigateway/instance.py +5 -0
  103. pulumi_alicloud/apigateway/instance_acl_attachment.py +5 -0
  104. pulumi_alicloud/apigateway/log_config.py +5 -0
  105. pulumi_alicloud/apigateway/model.py +5 -0
  106. pulumi_alicloud/apigateway/outputs.py +5 -0
  107. pulumi_alicloud/apigateway/plugin.py +5 -0
  108. pulumi_alicloud/apigateway/plugin_attachment.py +5 -0
  109. pulumi_alicloud/apigateway/vpc_access.py +5 -0
  110. pulumi_alicloud/arms/_inputs.py +661 -0
  111. pulumi_alicloud/arms/addon_release.py +5 -0
  112. pulumi_alicloud/arms/alert_contact.py +5 -0
  113. pulumi_alicloud/arms/alert_contact_group.py +5 -0
  114. pulumi_alicloud/arms/dispatch_rule.py +5 -0
  115. pulumi_alicloud/arms/env_custom_job.py +5 -0
  116. pulumi_alicloud/arms/env_feature.py +5 -0
  117. pulumi_alicloud/arms/env_pod_monitor.py +5 -0
  118. pulumi_alicloud/arms/env_service_monitor.py +5 -0
  119. pulumi_alicloud/arms/environment.py +5 -0
  120. pulumi_alicloud/arms/get_alert_contact_groups.py +24 -4
  121. pulumi_alicloud/arms/get_alert_contacts.py +24 -4
  122. pulumi_alicloud/arms/get_dispatch_rules.py +22 -4
  123. pulumi_alicloud/arms/get_integration_exporters.py +19 -4
  124. pulumi_alicloud/arms/get_prometheis.py +24 -4
  125. pulumi_alicloud/arms/get_prometheus.py +24 -4
  126. pulumi_alicloud/arms/get_prometheus_alert_rules.py +26 -4
  127. pulumi_alicloud/arms/get_prometheus_monitorings.py +24 -4
  128. pulumi_alicloud/arms/get_remote_writes.py +20 -4
  129. pulumi_alicloud/arms/grafana_workspace.py +5 -0
  130. pulumi_alicloud/arms/integration_exporter.py +5 -0
  131. pulumi_alicloud/arms/outputs.py +5 -0
  132. pulumi_alicloud/arms/prometheus.py +5 -0
  133. pulumi_alicloud/arms/prometheus_alert_rule.py +5 -0
  134. pulumi_alicloud/arms/prometheus_monitoring.py +5 -0
  135. pulumi_alicloud/arms/remote_write.py +5 -0
  136. pulumi_alicloud/arms/synthetic_task.py +5 -0
  137. pulumi_alicloud/bastionhost/_inputs.py +115 -0
  138. pulumi_alicloud/bastionhost/get_host_accounts.py +26 -4
  139. pulumi_alicloud/bastionhost/get_host_groups.py +22 -4
  140. pulumi_alicloud/bastionhost/get_host_share_keys.py +22 -4
  141. pulumi_alicloud/bastionhost/get_hosts.py +34 -4
  142. pulumi_alicloud/bastionhost/get_instances.py +20 -4
  143. pulumi_alicloud/bastionhost/get_user_groups.py +22 -4
  144. pulumi_alicloud/bastionhost/get_users.py +32 -4
  145. pulumi_alicloud/bastionhost/host.py +5 -0
  146. pulumi_alicloud/bastionhost/host_account.py +5 -0
  147. pulumi_alicloud/bastionhost/host_account_share_key_attachment.py +5 -0
  148. pulumi_alicloud/bastionhost/host_account_user_attachment.py +5 -0
  149. pulumi_alicloud/bastionhost/host_account_user_group_attachment.py +5 -0
  150. pulumi_alicloud/bastionhost/host_attachment.py +5 -0
  151. pulumi_alicloud/bastionhost/host_group.py +5 -0
  152. pulumi_alicloud/bastionhost/host_group_account_user_attachment.py +5 -0
  153. pulumi_alicloud/bastionhost/host_group_account_user_group_attachment.py +5 -0
  154. pulumi_alicloud/bastionhost/host_share_key.py +5 -0
  155. pulumi_alicloud/bastionhost/instance.py +5 -0
  156. pulumi_alicloud/bastionhost/outputs.py +5 -0
  157. pulumi_alicloud/bastionhost/user.py +5 -0
  158. pulumi_alicloud/bastionhost/user_attachment.py +5 -0
  159. pulumi_alicloud/bastionhost/user_group.py +5 -0
  160. pulumi_alicloud/bp/_inputs.py +25 -0
  161. pulumi_alicloud/bp/get_studio_applications.py +28 -4
  162. pulumi_alicloud/bp/outputs.py +5 -0
  163. pulumi_alicloud/bp/studio_application.py +5 -0
  164. pulumi_alicloud/brain/get_industrial_pid_loops.py +26 -4
  165. pulumi_alicloud/brain/get_industrial_pid_organizations.py +20 -4
  166. pulumi_alicloud/brain/get_industrial_pid_projects.py +22 -4
  167. pulumi_alicloud/brain/get_industrial_serice.py +13 -4
  168. pulumi_alicloud/brain/industrial_pid_loop.py +5 -0
  169. pulumi_alicloud/brain/industrial_pid_organization.py +5 -0
  170. pulumi_alicloud/brain/industrial_pid_project.py +5 -0
  171. pulumi_alicloud/brain/outputs.py +5 -0
  172. pulumi_alicloud/bss/get_open_api_pricing_modules.py +24 -4
  173. pulumi_alicloud/bss/get_open_api_products.py +18 -4
  174. pulumi_alicloud/bss/outputs.py +5 -0
  175. pulumi_alicloud/cas/certificate.py +5 -0
  176. pulumi_alicloud/cas/get_certificates.py +22 -4
  177. pulumi_alicloud/cas/get_service_certificates.py +22 -4
  178. pulumi_alicloud/cas/outputs.py +5 -0
  179. pulumi_alicloud/cas/service_certificate.py +5 -0
  180. pulumi_alicloud/cassandra/backup_plan.py +5 -0
  181. pulumi_alicloud/cassandra/cluster.py +5 -0
  182. pulumi_alicloud/cassandra/data_center.py +5 -0
  183. pulumi_alicloud/cassandra/get_backup_plans.py +16 -4
  184. pulumi_alicloud/cassandra/get_clusters.py +20 -4
  185. pulumi_alicloud/cassandra/get_data_centers.py +20 -4
  186. pulumi_alicloud/cassandra/get_zones.py +16 -4
  187. pulumi_alicloud/cassandra/outputs.py +5 -0
  188. pulumi_alicloud/cddc/_inputs.py +53 -0
  189. pulumi_alicloud/cddc/dedicated_host.py +5 -0
  190. pulumi_alicloud/cddc/dedicated_host_account.py +5 -0
  191. pulumi_alicloud/cddc/dedicated_host_group.py +5 -0
  192. pulumi_alicloud/cddc/dedicated_propre_host.py +5 -0
  193. pulumi_alicloud/cddc/get_dedicated_host_accounts.py +24 -4
  194. pulumi_alicloud/cddc/get_dedicated_host_groups.py +20 -4
  195. pulumi_alicloud/cddc/get_dedicated_hosts.py +31 -4
  196. pulumi_alicloud/cddc/get_host_ecs_level_infos.py +21 -4
  197. pulumi_alicloud/cddc/get_zones.py +14 -4
  198. pulumi_alicloud/cddc/outputs.py +5 -0
  199. pulumi_alicloud/cdn/_inputs.py +156 -0
  200. pulumi_alicloud/cdn/domain.py +5 -0
  201. pulumi_alicloud/cdn/domain_config.py +5 -0
  202. pulumi_alicloud/cdn/domain_new.py +5 -0
  203. pulumi_alicloud/cdn/fc_trigger.py +5 -0
  204. pulumi_alicloud/cdn/get_blocked_regions.py +13 -4
  205. pulumi_alicloud/cdn/get_ip_info.py +17 -4
  206. pulumi_alicloud/cdn/get_real_time_log_deliveries.py +17 -4
  207. pulumi_alicloud/cdn/get_service.py +18 -4
  208. pulumi_alicloud/cdn/outputs.py +5 -0
  209. pulumi_alicloud/cdn/real_time_log_delivery.py +5 -0
  210. pulumi_alicloud/cen/_inputs.py +81 -0
  211. pulumi_alicloud/cen/bandwidth_limit.py +5 -0
  212. pulumi_alicloud/cen/bandwidth_package.py +5 -0
  213. pulumi_alicloud/cen/bandwidth_package_attachment.py +5 -0
  214. pulumi_alicloud/cen/child_instance_route_entry_to_attachment.py +5 -0
  215. pulumi_alicloud/cen/flow_log.py +5 -0
  216. pulumi_alicloud/cen/get_bandwidth_limits.py +15 -4
  217. pulumi_alicloud/cen/get_bandwidth_packages.py +24 -4
  218. pulumi_alicloud/cen/get_child_instance_route_entry_to_attachments.py +23 -4
  219. pulumi_alicloud/cen/get_flowlogs.py +28 -4
  220. pulumi_alicloud/cen/get_instance_attachments.py +22 -4
  221. pulumi_alicloud/cen/get_instances.py +22 -4
  222. pulumi_alicloud/cen/get_inter_region_traffic_qos_policies.py +30 -4
  223. pulumi_alicloud/cen/get_inter_region_traffic_qos_queues.py +20 -4
  224. pulumi_alicloud/cen/get_private_zones.py +21 -4
  225. pulumi_alicloud/cen/get_region_route_entries.py +17 -4
  226. pulumi_alicloud/cen/get_route_entries.py +19 -4
  227. pulumi_alicloud/cen/get_route_maps.py +25 -4
  228. pulumi_alicloud/cen/get_route_services.py +26 -4
  229. pulumi_alicloud/cen/get_traffic_marking_policies.py +24 -4
  230. pulumi_alicloud/cen/get_transit_route_table_aggregations.py +24 -4
  231. pulumi_alicloud/cen/get_transit_router_available_resources.py +15 -4
  232. pulumi_alicloud/cen/get_transit_router_cidrs.py +22 -4
  233. pulumi_alicloud/cen/get_transit_router_multicast_domain_associations.py +27 -4
  234. pulumi_alicloud/cen/get_transit_router_multicast_domain_members.py +19 -4
  235. pulumi_alicloud/cen/get_transit_router_multicast_domain_peer_members.py +25 -4
  236. pulumi_alicloud/cen/get_transit_router_multicast_domain_sources.py +17 -4
  237. pulumi_alicloud/cen/get_transit_router_multicast_domains.py +24 -4
  238. pulumi_alicloud/cen/get_transit_router_peer_attachments.py +26 -4
  239. pulumi_alicloud/cen/get_transit_router_prefix_list_associations.py +29 -4
  240. pulumi_alicloud/cen/get_transit_router_route_entries.py +28 -4
  241. pulumi_alicloud/cen/get_transit_router_route_table_associations.py +25 -4
  242. pulumi_alicloud/cen/get_transit_router_route_table_propagations.py +19 -4
  243. pulumi_alicloud/cen/get_transit_router_route_tables.py +30 -4
  244. pulumi_alicloud/cen/get_transit_router_service.py +13 -4
  245. pulumi_alicloud/cen/get_transit_router_vbr_attachments.py +21 -4
  246. pulumi_alicloud/cen/get_transit_router_vpc_attachments.py +28 -4
  247. pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +24 -4
  248. pulumi_alicloud/cen/get_transit_routers.py +26 -4
  249. pulumi_alicloud/cen/get_vbr_health_checks.py +22 -4
  250. pulumi_alicloud/cen/instance.py +5 -0
  251. pulumi_alicloud/cen/instance_attachment.py +5 -0
  252. pulumi_alicloud/cen/instance_grant.py +5 -0
  253. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +5 -0
  254. pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +5 -0
  255. pulumi_alicloud/cen/outputs.py +5 -0
  256. pulumi_alicloud/cen/private_zone.py +5 -0
  257. pulumi_alicloud/cen/route_entry.py +5 -0
  258. pulumi_alicloud/cen/route_map.py +5 -0
  259. pulumi_alicloud/cen/route_service.py +5 -0
  260. pulumi_alicloud/cen/traffic_marking_policy.py +5 -0
  261. pulumi_alicloud/cen/transit_route_table_aggregation.py +5 -0
  262. pulumi_alicloud/cen/transit_router.py +5 -0
  263. pulumi_alicloud/cen/transit_router_cidr.py +5 -0
  264. pulumi_alicloud/cen/transit_router_ecr_attachment.py +5 -0
  265. pulumi_alicloud/cen/transit_router_grant_attachment.py +5 -0
  266. pulumi_alicloud/cen/transit_router_multicast_domain.py +5 -0
  267. pulumi_alicloud/cen/transit_router_multicast_domain_association.py +5 -0
  268. pulumi_alicloud/cen/transit_router_multicast_domain_member.py +5 -0
  269. pulumi_alicloud/cen/transit_router_multicast_domain_peer_member.py +5 -0
  270. pulumi_alicloud/cen/transit_router_multicast_domain_source.py +5 -0
  271. pulumi_alicloud/cen/transit_router_peer_attachment.py +5 -0
  272. pulumi_alicloud/cen/transit_router_prefix_list_association.py +5 -0
  273. pulumi_alicloud/cen/transit_router_route_entry.py +5 -0
  274. pulumi_alicloud/cen/transit_router_route_table.py +5 -0
  275. pulumi_alicloud/cen/transit_router_route_table_association.py +5 -0
  276. pulumi_alicloud/cen/transit_router_route_table_propagation.py +5 -0
  277. pulumi_alicloud/cen/transit_router_vbr_attachment.py +5 -0
  278. pulumi_alicloud/cen/transit_router_vpc_attachment.py +5 -0
  279. pulumi_alicloud/cen/transit_router_vpn_attachment.py +5 -0
  280. pulumi_alicloud/cen/vbr_health_check.py +5 -0
  281. pulumi_alicloud/cfg/_inputs.py +115 -0
  282. pulumi_alicloud/cfg/aggregate_compliance_pack.py +5 -0
  283. pulumi_alicloud/cfg/aggregate_config_rule.py +5 -0
  284. pulumi_alicloud/cfg/aggregate_delivery.py +5 -0
  285. pulumi_alicloud/cfg/aggregator.py +5 -0
  286. pulumi_alicloud/cfg/compliance_pack.py +5 -0
  287. pulumi_alicloud/cfg/configuration_recorder.py +5 -0
  288. pulumi_alicloud/cfg/delivery.py +5 -0
  289. pulumi_alicloud/cfg/delivery_channel.py +5 -0
  290. pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +24 -4
  291. pulumi_alicloud/cfg/get_aggregate_config_rules.py +28 -4
  292. pulumi_alicloud/cfg/get_aggregate_deliveries.py +22 -4
  293. pulumi_alicloud/cfg/get_aggregators.py +22 -4
  294. pulumi_alicloud/cfg/get_compliance_packs.py +22 -4
  295. pulumi_alicloud/cfg/get_configuration_recorders.py +13 -4
  296. pulumi_alicloud/cfg/get_deliveries.py +20 -4
  297. pulumi_alicloud/cfg/get_delivery_channels.py +20 -4
  298. pulumi_alicloud/cfg/get_rules.py +28 -4
  299. pulumi_alicloud/cfg/outputs.py +5 -0
  300. pulumi_alicloud/cfg/remediation.py +5 -0
  301. pulumi_alicloud/cfg/rule.py +5 -0
  302. pulumi_alicloud/chatbot/get_agents.py +23 -4
  303. pulumi_alicloud/chatbot/outputs.py +5 -0
  304. pulumi_alicloud/chatbot/publish_task.py +5 -0
  305. pulumi_alicloud/clickhouse/_inputs.py +39 -0
  306. pulumi_alicloud/clickhouse/account.py +5 -0
  307. pulumi_alicloud/clickhouse/backup_policy.py +5 -0
  308. pulumi_alicloud/clickhouse/db_cluster.py +5 -0
  309. pulumi_alicloud/clickhouse/get_accounts.py +22 -4
  310. pulumi_alicloud/clickhouse/get_backup_policies.py +15 -4
  311. pulumi_alicloud/clickhouse/get_db_clusters.py +21 -4
  312. pulumi_alicloud/clickhouse/get_regions.py +17 -4
  313. pulumi_alicloud/clickhouse/outputs.py +5 -0
  314. pulumi_alicloud/cloudauth/face_config.py +5 -0
  315. pulumi_alicloud/cloudauth/get_face_configs.py +18 -4
  316. pulumi_alicloud/cloudauth/outputs.py +5 -0
  317. pulumi_alicloud/cloudconnect/get_networks.py +18 -4
  318. pulumi_alicloud/cloudconnect/network.py +5 -0
  319. pulumi_alicloud/cloudconnect/network_attachment.py +5 -0
  320. pulumi_alicloud/cloudconnect/network_grant.py +5 -0
  321. pulumi_alicloud/cloudconnect/outputs.py +5 -0
  322. pulumi_alicloud/cloudfirewall/_inputs.py +283 -0
  323. pulumi_alicloud/cloudfirewall/address_book.py +5 -0
  324. pulumi_alicloud/cloudfirewall/control_policy.py +5 -0
  325. pulumi_alicloud/cloudfirewall/control_policy_order.py +5 -0
  326. pulumi_alicloud/cloudfirewall/firewall_vpc_firewall.py +5 -0
  327. pulumi_alicloud/cloudfirewall/firewall_vpc_firewall_cen.py +5 -0
  328. pulumi_alicloud/cloudfirewall/firewall_vpc_firewall_control_policy.py +5 -0
  329. pulumi_alicloud/cloudfirewall/get_address_books.py +20 -4
  330. pulumi_alicloud/cloudfirewall/get_control_policies.py +32 -4
  331. pulumi_alicloud/cloudfirewall/get_instance_members.py +21 -4
  332. pulumi_alicloud/cloudfirewall/get_instances.py +13 -4
  333. pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +33 -4
  334. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +39 -4
  335. pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +32 -4
  336. pulumi_alicloud/cloudfirewall/instance.py +5 -0
  337. pulumi_alicloud/cloudfirewall/instance_member.py +5 -0
  338. pulumi_alicloud/cloudfirewall/nat_firewall.py +5 -0
  339. pulumi_alicloud/cloudfirewall/nat_firewall_control_policy.py +5 -0
  340. pulumi_alicloud/cloudfirewall/outputs.py +5 -0
  341. pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +5 -0
  342. pulumi_alicloud/cloudmonitor/_inputs.py +89 -0
  343. pulumi_alicloud/cloudmonitor/get_service_hybrid_double_writes.py +23 -4
  344. pulumi_alicloud/cloudmonitor/outputs.py +5 -0
  345. pulumi_alicloud/cloudmonitor/service_basic_public.py +5 -0
  346. pulumi_alicloud/cloudmonitor/service_enterprise_public.py +5 -0
  347. pulumi_alicloud/cloudmonitor/service_group_monitoring_agent_process.py +5 -0
  348. pulumi_alicloud/cloudmonitor/service_hybrid_double_write.py +5 -0
  349. pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +5 -0
  350. pulumi_alicloud/cloudsso/_inputs.py +39 -0
  351. pulumi_alicloud/cloudsso/access_configuration.py +5 -0
  352. pulumi_alicloud/cloudsso/access_configuration_provisioning.py +5 -0
  353. pulumi_alicloud/cloudsso/access_management.py +5 -0
  354. pulumi_alicloud/cloudsso/directory.py +5 -0
  355. pulumi_alicloud/cloudsso/get_access_assignments.py +25 -4
  356. pulumi_alicloud/cloudsso/get_access_configurations.py +22 -4
  357. pulumi_alicloud/cloudsso/get_directories.py +20 -4
  358. pulumi_alicloud/cloudsso/get_groups.py +22 -4
  359. pulumi_alicloud/cloudsso/get_scim_server_credentials.py +19 -4
  360. pulumi_alicloud/cloudsso/get_service.py +13 -4
  361. pulumi_alicloud/cloudsso/get_users.py +26 -4
  362. pulumi_alicloud/cloudsso/group.py +5 -0
  363. pulumi_alicloud/cloudsso/outputs.py +5 -0
  364. pulumi_alicloud/cloudsso/scim_server_credential.py +5 -0
  365. pulumi_alicloud/cloudsso/user.py +5 -0
  366. pulumi_alicloud/cloudsso/user_attachment.py +5 -0
  367. pulumi_alicloud/cloudstoragegateway/express_sync.py +5 -0
  368. pulumi_alicloud/cloudstoragegateway/express_sync_share_attachment.py +5 -0
  369. pulumi_alicloud/cloudstoragegateway/gateway.py +5 -0
  370. pulumi_alicloud/cloudstoragegateway/gateway_block_volume.py +5 -0
  371. pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +5 -0
  372. pulumi_alicloud/cloudstoragegateway/gateway_file_share.py +5 -0
  373. pulumi_alicloud/cloudstoragegateway/gateway_logging.py +5 -0
  374. pulumi_alicloud/cloudstoragegateway/gateway_smb_user.py +5 -0
  375. pulumi_alicloud/cloudstoragegateway/get_express_syncs.py +18 -4
  376. pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +22 -4
  377. pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +19 -4
  378. pulumi_alicloud/cloudstoragegateway/get_gateway_file_shares.py +20 -4
  379. pulumi_alicloud/cloudstoragegateway/get_gateway_smb_users.py +19 -4
  380. pulumi_alicloud/cloudstoragegateway/get_gateways.py +27 -4
  381. pulumi_alicloud/cloudstoragegateway/get_service.py +13 -4
  382. pulumi_alicloud/cloudstoragegateway/get_stocks.py +15 -4
  383. pulumi_alicloud/cloudstoragegateway/get_storage_bundles.py +25 -4
  384. pulumi_alicloud/cloudstoragegateway/outputs.py +5 -0
  385. pulumi_alicloud/cloudstoragegateway/storage_bundle.py +5 -0
  386. pulumi_alicloud/cms/_inputs.py +791 -6
  387. pulumi_alicloud/cms/alarm.py +5 -0
  388. pulumi_alicloud/cms/alarm_contact.py +5 -0
  389. pulumi_alicloud/cms/alarm_contact_group.py +5 -0
  390. pulumi_alicloud/cms/dynamic_tag_group.py +5 -0
  391. pulumi_alicloud/cms/event_rule.py +5 -0
  392. pulumi_alicloud/cms/get_alarm_contact_groups.py +18 -4
  393. pulumi_alicloud/cms/get_alarm_contacts.py +22 -4
  394. pulumi_alicloud/cms/get_dynamic_tag_groups.py +19 -4
  395. pulumi_alicloud/cms/get_event_rules.py +26 -4
  396. pulumi_alicloud/cms/get_group_metric_rules.py +32 -4
  397. pulumi_alicloud/cms/get_hybrid_monitor_datas.py +23 -4
  398. pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +21 -4
  399. pulumi_alicloud/cms/get_hybrid_monitor_sls_tasks.py +23 -4
  400. pulumi_alicloud/cms/get_metric_rule_black_lists.py +30 -4
  401. pulumi_alicloud/cms/get_metric_rule_templates.py +26 -4
  402. pulumi_alicloud/cms/get_monitor_group_instances.py +17 -4
  403. pulumi_alicloud/cms/get_monitor_groups.py +32 -4
  404. pulumi_alicloud/cms/get_namespaces.py +21 -4
  405. pulumi_alicloud/cms/get_service.py +13 -4
  406. pulumi_alicloud/cms/get_site_monitors.py +19 -4
  407. pulumi_alicloud/cms/get_sls_groups.py +24 -4
  408. pulumi_alicloud/cms/group_metric_rule.py +5 -0
  409. pulumi_alicloud/cms/hybrid_monitor_fc_task.py +5 -0
  410. pulumi_alicloud/cms/hybrid_monitor_sls_task.py +5 -0
  411. pulumi_alicloud/cms/metric_rule_black_list.py +5 -0
  412. pulumi_alicloud/cms/metric_rule_template.py +5 -0
  413. pulumi_alicloud/cms/monitor_group.py +5 -0
  414. pulumi_alicloud/cms/monitor_group_instances.py +5 -0
  415. pulumi_alicloud/cms/namespace.py +5 -0
  416. pulumi_alicloud/cms/outputs.py +11 -6
  417. pulumi_alicloud/cms/site_monitor.py +5 -0
  418. pulumi_alicloud/cms/sls_group.py +5 -0
  419. pulumi_alicloud/compute/_inputs.py +57 -0
  420. pulumi_alicloud/compute/get_nest_service_instances.py +24 -4
  421. pulumi_alicloud/compute/nest_service_instance.py +5 -0
  422. pulumi_alicloud/compute/outputs.py +5 -0
  423. pulumi_alicloud/config/__init__.pyi +5 -0
  424. pulumi_alicloud/config/outputs.py +5 -0
  425. pulumi_alicloud/config/vars.py +5 -0
  426. pulumi_alicloud/cr/_inputs.py +125 -0
  427. pulumi_alicloud/cr/chain.py +5 -0
  428. pulumi_alicloud/cr/chart_namespace.py +5 -0
  429. pulumi_alicloud/cr/chart_repository.py +5 -0
  430. pulumi_alicloud/cr/endpoint_acl_policy.py +5 -0
  431. pulumi_alicloud/cr/get_chains.py +26 -4
  432. pulumi_alicloud/cr/get_chart_namespaces.py +20 -4
  433. pulumi_alicloud/cr/get_chart_repositories.py +20 -4
  434. pulumi_alicloud/cr/get_endpoint_acl_policies.py +19 -4
  435. pulumi_alicloud/cr/get_endpoint_acl_service.py +19 -4
  436. pulumi_alicloud/cr/get_namespaces.py +17 -4
  437. pulumi_alicloud/cr/get_repos.py +21 -4
  438. pulumi_alicloud/cr/get_service.py +15 -4
  439. pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +21 -4
  440. pulumi_alicloud/cr/namespace.py +5 -0
  441. pulumi_alicloud/cr/outputs.py +5 -0
  442. pulumi_alicloud/cr/registry_enterprise_instance.py +5 -0
  443. pulumi_alicloud/cr/repo.py +5 -0
  444. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +5 -0
  445. pulumi_alicloud/cs/_inputs.py +1049 -3
  446. pulumi_alicloud/cs/application.py +5 -0
  447. pulumi_alicloud/cs/autoscaling_config.py +5 -0
  448. pulumi_alicloud/cs/cluster.py +5 -0
  449. pulumi_alicloud/cs/edge_kubernetes.py +5 -0
  450. pulumi_alicloud/cs/get_ack_service.py +15 -4
  451. pulumi_alicloud/cs/get_cluster_credential.py +20 -4
  452. pulumi_alicloud/cs/get_edge_kubernetes_clusters.py +20 -4
  453. pulumi_alicloud/cs/get_kubernetes_addon_metadata.py +17 -4
  454. pulumi_alicloud/cs/get_kubernetes_addons.py +18 -4
  455. pulumi_alicloud/cs/get_kubernetes_clusters.py +22 -4
  456. pulumi_alicloud/cs/get_kubernetes_permission.py +13 -4
  457. pulumi_alicloud/cs/get_kubernetes_version.py +17 -4
  458. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +22 -4
  459. pulumi_alicloud/cs/get_registry_enterprise_instances.py +20 -4
  460. pulumi_alicloud/cs/get_registry_enterprise_namespaces.py +20 -4
  461. pulumi_alicloud/cs/get_registry_enterprise_repos.py +24 -4
  462. pulumi_alicloud/cs/get_registry_enterprise_sync_rules.py +26 -4
  463. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +22 -4
  464. pulumi_alicloud/cs/kubernetes.py +5 -0
  465. pulumi_alicloud/cs/kubernetes_addon.py +5 -0
  466. pulumi_alicloud/cs/kubernetes_autoscaler.py +5 -0
  467. pulumi_alicloud/cs/kubernetes_permission.py +5 -0
  468. pulumi_alicloud/cs/managed_kubernetes.py +5 -0
  469. pulumi_alicloud/cs/node_pool.py +5 -0
  470. pulumi_alicloud/cs/outputs.py +5 -0
  471. pulumi_alicloud/cs/registry_enterprise_namespace.py +5 -0
  472. pulumi_alicloud/cs/registry_enterprise_repo.py +5 -0
  473. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +5 -0
  474. pulumi_alicloud/cs/serverless_kubernetes.py +5 -0
  475. pulumi_alicloud/cs/swarm.py +5 -0
  476. pulumi_alicloud/das/switch_das_pro.py +5 -0
  477. pulumi_alicloud/databasefilesystem/_inputs.py +19 -0
  478. pulumi_alicloud/databasefilesystem/auto_snap_shot_policy.py +5 -0
  479. pulumi_alicloud/databasefilesystem/get_auto_snap_shot_policies.py +22 -4
  480. pulumi_alicloud/databasefilesystem/get_instances.py +20 -4
  481. pulumi_alicloud/databasefilesystem/get_snapshots.py +20 -4
  482. pulumi_alicloud/databasefilesystem/instance.py +5 -0
  483. pulumi_alicloud/databasefilesystem/instance_attachment.py +5 -0
  484. pulumi_alicloud/databasefilesystem/outputs.py +5 -0
  485. pulumi_alicloud/databasefilesystem/service_linked_role.py +5 -0
  486. pulumi_alicloud/databasefilesystem/snapshot.py +5 -0
  487. pulumi_alicloud/databasegateway/gateway.py +5 -0
  488. pulumi_alicloud/databasegateway/get_gateways.py +24 -4
  489. pulumi_alicloud/databasegateway/outputs.py +5 -0
  490. pulumi_alicloud/datahub/get_service.py +13 -4
  491. pulumi_alicloud/datahub/project.py +5 -0
  492. pulumi_alicloud/datahub/subscription.py +5 -0
  493. pulumi_alicloud/datahub/topic.py +5 -0
  494. pulumi_alicloud/dataworks/folder.py +5 -0
  495. pulumi_alicloud/dataworks/get_folders.py +19 -4
  496. pulumi_alicloud/dataworks/get_service.py +13 -4
  497. pulumi_alicloud/dataworks/outputs.py +5 -0
  498. pulumi_alicloud/dataworks/project.py +5 -0
  499. pulumi_alicloud/dbs/backup_plan.py +5 -0
  500. pulumi_alicloud/dbs/get_backup_plans.py +28 -4
  501. pulumi_alicloud/dbs/outputs.py +5 -0
  502. pulumi_alicloud/dcdn/_inputs.py +963 -0
  503. pulumi_alicloud/dcdn/domain.py +5 -0
  504. pulumi_alicloud/dcdn/domain_config.py +5 -0
  505. pulumi_alicloud/dcdn/er.py +5 -0
  506. pulumi_alicloud/dcdn/get_domains.py +34 -4
  507. pulumi_alicloud/dcdn/get_ipa_domains.py +22 -4
  508. pulumi_alicloud/dcdn/get_kv_account.py +12 -4
  509. pulumi_alicloud/dcdn/get_service.py +13 -4
  510. pulumi_alicloud/dcdn/get_waf_domains.py +19 -4
  511. pulumi_alicloud/dcdn/get_waf_policies.py +22 -4
  512. pulumi_alicloud/dcdn/get_waf_rules.py +21 -4
  513. pulumi_alicloud/dcdn/ipa_domain.py +5 -0
  514. pulumi_alicloud/dcdn/kv.py +5 -0
  515. pulumi_alicloud/dcdn/kv_namespace.py +5 -0
  516. pulumi_alicloud/dcdn/outputs.py +5 -0
  517. pulumi_alicloud/dcdn/waf_domain.py +5 -0
  518. pulumi_alicloud/dcdn/waf_policy.py +5 -0
  519. pulumi_alicloud/dcdn/waf_policy_domain_attachment.py +5 -0
  520. pulumi_alicloud/dcdn/waf_rule.py +5 -0
  521. pulumi_alicloud/ddos/_inputs.py +329 -9
  522. pulumi_alicloud/ddos/basic_defense_threshold.py +5 -0
  523. pulumi_alicloud/ddos/basic_threshold.py +5 -0
  524. pulumi_alicloud/ddos/bgp_ip.py +5 -0
  525. pulumi_alicloud/ddos/bgp_policy.py +5 -0
  526. pulumi_alicloud/ddos/ddos_bgp_instance.py +5 -0
  527. pulumi_alicloud/ddos/ddos_coo_instance.py +5 -0
  528. pulumi_alicloud/ddos/domain_resource.py +451 -90
  529. pulumi_alicloud/ddos/get_ddos_bgp_instances.py +18 -4
  530. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +25 -4
  531. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +19 -4
  532. pulumi_alicloud/ddos/get_ddos_coo_instances.py +18 -4
  533. pulumi_alicloud/ddos/get_ddos_coo_ports.py +21 -4
  534. pulumi_alicloud/ddos/outputs.py +12 -8
  535. pulumi_alicloud/ddos/port.py +5 -0
  536. pulumi_alicloud/ddos/scheduler_rule.py +5 -0
  537. pulumi_alicloud/dds/get_mongo_instances.py +26 -4
  538. pulumi_alicloud/dds/outputs.py +5 -0
  539. pulumi_alicloud/dfs/_inputs.py +43 -0
  540. pulumi_alicloud/dfs/access_group.py +5 -0
  541. pulumi_alicloud/dfs/access_rule.py +5 -0
  542. pulumi_alicloud/dfs/file_system.py +5 -0
  543. pulumi_alicloud/dfs/get_access_groups.py +26 -4
  544. pulumi_alicloud/dfs/get_access_rules.py +17 -4
  545. pulumi_alicloud/dfs/get_file_systems.py +18 -4
  546. pulumi_alicloud/dfs/get_mount_points.py +19 -4
  547. pulumi_alicloud/dfs/get_zones.py +13 -4
  548. pulumi_alicloud/dfs/mount_point.py +5 -0
  549. pulumi_alicloud/dfs/outputs.py +5 -0
  550. pulumi_alicloud/dfs/vsc_mount_point.py +5 -0
  551. pulumi_alicloud/directmail/domain.py +5 -0
  552. pulumi_alicloud/directmail/get_domains.py +24 -4
  553. pulumi_alicloud/directmail/get_mail_addresses.py +21 -4
  554. pulumi_alicloud/directmail/get_receivers.py +22 -4
  555. pulumi_alicloud/directmail/get_tags.py +18 -4
  556. pulumi_alicloud/directmail/mail_address.py +5 -0
  557. pulumi_alicloud/directmail/outputs.py +5 -0
  558. pulumi_alicloud/directmail/receivers.py +5 -0
  559. pulumi_alicloud/directmail/tag.py +5 -0
  560. pulumi_alicloud/dms/enterprise_authority_template.py +5 -0
  561. pulumi_alicloud/dms/enterprise_instance.py +5 -0
  562. pulumi_alicloud/dms/enterprise_logic_database.py +5 -0
  563. pulumi_alicloud/dms/enterprise_proxy.py +5 -0
  564. pulumi_alicloud/dms/enterprise_proxy_access.py +5 -0
  565. pulumi_alicloud/dms/enterprise_user.py +5 -0
  566. pulumi_alicloud/dms/get_enterprise_databases.py +19 -4
  567. pulumi_alicloud/dms/get_enterprise_instances.py +33 -4
  568. pulumi_alicloud/dms/get_enterprise_logic_databases.py +15 -4
  569. pulumi_alicloud/dms/get_enterprise_proxies.py +17 -4
  570. pulumi_alicloud/dms/get_enterprise_proxy_accesses.py +19 -4
  571. pulumi_alicloud/dms/get_enterprise_users.py +26 -4
  572. pulumi_alicloud/dms/get_user_tenants.py +18 -4
  573. pulumi_alicloud/dms/outputs.py +5 -0
  574. pulumi_alicloud/dns/_inputs.py +129 -0
  575. pulumi_alicloud/dns/access_strategy.py +5 -0
  576. pulumi_alicloud/dns/address_pool.py +5 -0
  577. pulumi_alicloud/dns/alidns_domain.py +5 -0
  578. pulumi_alicloud/dns/alidns_domain_attachment.py +5 -0
  579. pulumi_alicloud/dns/alidns_instance.py +5 -0
  580. pulumi_alicloud/dns/alidns_record.py +5 -0
  581. pulumi_alicloud/dns/custom_line.py +5 -0
  582. pulumi_alicloud/dns/ddos_bgp_instance.py +5 -0
  583. pulumi_alicloud/dns/ddos_coo_instance.py +5 -0
  584. pulumi_alicloud/dns/dns_domain.py +5 -0
  585. pulumi_alicloud/dns/domain.py +5 -0
  586. pulumi_alicloud/dns/domain_attachment.py +5 -0
  587. pulumi_alicloud/dns/domain_group.py +5 -0
  588. pulumi_alicloud/dns/get_access_strategies.py +26 -4
  589. pulumi_alicloud/dns/get_address_pools.py +22 -4
  590. pulumi_alicloud/dns/get_alidns_domain_groups.py +18 -4
  591. pulumi_alicloud/dns/get_alidns_domains.py +42 -4
  592. pulumi_alicloud/dns/get_alidns_instances.py +21 -4
  593. pulumi_alicloud/dns/get_alidns_records.py +45 -4
  594. pulumi_alicloud/dns/get_custom_lines.py +24 -4
  595. pulumi_alicloud/dns/get_domain_groups.py +18 -4
  596. pulumi_alicloud/dns/get_domain_records.py +30 -4
  597. pulumi_alicloud/dns/get_domain_txt_guid.py +20 -4
  598. pulumi_alicloud/dns/get_domains.py +42 -4
  599. pulumi_alicloud/dns/get_groups.py +18 -4
  600. pulumi_alicloud/dns/get_gtm_instances.py +18 -4
  601. pulumi_alicloud/dns/get_instances.py +21 -4
  602. pulumi_alicloud/dns/get_records.py +30 -4
  603. pulumi_alicloud/dns/get_resolution_lines.py +25 -4
  604. pulumi_alicloud/dns/group.py +5 -0
  605. pulumi_alicloud/dns/gtm_instance.py +5 -0
  606. pulumi_alicloud/dns/instance.py +5 -0
  607. pulumi_alicloud/dns/monitor_config.py +5 -0
  608. pulumi_alicloud/dns/outputs.py +5 -0
  609. pulumi_alicloud/dns/record.py +5 -0
  610. pulumi_alicloud/drds/get_instances.py +20 -4
  611. pulumi_alicloud/drds/instance.py +5 -0
  612. pulumi_alicloud/drds/outputs.py +5 -0
  613. pulumi_alicloud/drds/polardbx_instance.py +5 -0
  614. pulumi_alicloud/dts/consumer_channel.py +5 -0
  615. pulumi_alicloud/dts/get_consumer_channels.py +17 -4
  616. pulumi_alicloud/dts/get_instances.py +24 -4
  617. pulumi_alicloud/dts/get_migration_jobs.py +20 -4
  618. pulumi_alicloud/dts/get_subscription_jobs.py +24 -4
  619. pulumi_alicloud/dts/get_synchronization_jobs.py +21 -4
  620. pulumi_alicloud/dts/instance.py +5 -0
  621. pulumi_alicloud/dts/job_monitor_rule.py +5 -0
  622. pulumi_alicloud/dts/migration_instance.py +5 -0
  623. pulumi_alicloud/dts/migration_job.py +5 -0
  624. pulumi_alicloud/dts/outputs.py +5 -0
  625. pulumi_alicloud/dts/subscription_job.py +5 -0
  626. pulumi_alicloud/dts/synchronization_instance.py +5 -0
  627. pulumi_alicloud/dts/synchronization_job.py +5 -0
  628. pulumi_alicloud/eais/get_instances.py +22 -4
  629. pulumi_alicloud/eais/instance.py +5 -0
  630. pulumi_alicloud/eais/outputs.py +5 -0
  631. pulumi_alicloud/ebs/_inputs.py +118 -0
  632. pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +5 -0
  633. pulumi_alicloud/ebs/disk_replica_group.py +5 -0
  634. pulumi_alicloud/ebs/disk_replica_pair.py +5 -0
  635. pulumi_alicloud/ebs/enterprise_snapshot_policy.py +5 -0
  636. pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +5 -0
  637. pulumi_alicloud/ebs/get_dedicated_block_storage_clusters.py +18 -4
  638. pulumi_alicloud/ebs/get_disk_replica_groups.py +15 -4
  639. pulumi_alicloud/ebs/get_disk_replica_pairs.py +19 -4
  640. pulumi_alicloud/ebs/get_regions.py +15 -4
  641. pulumi_alicloud/ebs/outputs.py +5 -0
  642. pulumi_alicloud/ebs/replica_group_drill.py +5 -0
  643. pulumi_alicloud/ebs/replica_pair_drill.py +5 -0
  644. pulumi_alicloud/ebs/solution_instance.py +5 -0
  645. pulumi_alicloud/eci/_inputs.py +588 -0
  646. pulumi_alicloud/eci/container_group.py +52 -0
  647. pulumi_alicloud/eci/get_container_groups.py +36 -4
  648. pulumi_alicloud/eci/get_image_caches.py +26 -4
  649. pulumi_alicloud/eci/get_virtual_nodes.py +30 -4
  650. pulumi_alicloud/eci/get_zones.py +13 -4
  651. pulumi_alicloud/eci/image_cache.py +5 -0
  652. pulumi_alicloud/eci/open_api_image_cache.py +5 -0
  653. pulumi_alicloud/eci/outputs.py +5 -0
  654. pulumi_alicloud/eci/virtual_node.py +5 -0
  655. pulumi_alicloud/ecp/get_instance_types.py +13 -4
  656. pulumi_alicloud/ecp/get_instances.py +36 -4
  657. pulumi_alicloud/ecp/get_key_pairs.py +20 -4
  658. pulumi_alicloud/ecp/get_zones.py +13 -4
  659. pulumi_alicloud/ecp/instance.py +5 -0
  660. pulumi_alicloud/ecp/key_pair.py +5 -0
  661. pulumi_alicloud/ecp/outputs.py +5 -0
  662. pulumi_alicloud/ecs/_inputs.py +613 -0
  663. pulumi_alicloud/ecs/activation.py +5 -0
  664. pulumi_alicloud/ecs/auto_provisioning_group.py +5 -0
  665. pulumi_alicloud/ecs/auto_snapshot_policy.py +5 -0
  666. pulumi_alicloud/ecs/capacity_reservation.py +5 -0
  667. pulumi_alicloud/ecs/command.py +5 -0
  668. pulumi_alicloud/ecs/copy_image.py +5 -0
  669. pulumi_alicloud/ecs/dedicated_host.py +5 -0
  670. pulumi_alicloud/ecs/disk.py +5 -0
  671. pulumi_alicloud/ecs/disk_attachment.py +5 -0
  672. pulumi_alicloud/ecs/ecs_auto_snapshot_policy_attachment.py +5 -0
  673. pulumi_alicloud/ecs/ecs_dedicated_host_cluster.py +5 -0
  674. pulumi_alicloud/ecs/ecs_deployment_set.py +5 -0
  675. pulumi_alicloud/ecs/ecs_disk.py +5 -0
  676. pulumi_alicloud/ecs/ecs_disk_attachment.py +5 -0
  677. pulumi_alicloud/ecs/ecs_image_component.py +5 -0
  678. pulumi_alicloud/ecs/ecs_image_pipeline.py +5 -0
  679. pulumi_alicloud/ecs/ecs_instance_set.py +5 -0
  680. pulumi_alicloud/ecs/ecs_invocation.py +5 -0
  681. pulumi_alicloud/ecs/ecs_key_pair.py +5 -0
  682. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +5 -0
  683. pulumi_alicloud/ecs/ecs_launch_template.py +5 -0
  684. pulumi_alicloud/ecs/ecs_network_interface.py +5 -0
  685. pulumi_alicloud/ecs/ecs_network_interface_attachment.py +5 -0
  686. pulumi_alicloud/ecs/ecs_network_interface_permission.py +5 -0
  687. pulumi_alicloud/ecs/ecs_prefix_list.py +5 -0
  688. pulumi_alicloud/ecs/ecs_session_manager_status.py +5 -0
  689. pulumi_alicloud/ecs/ecs_snapshot.py +204 -77
  690. pulumi_alicloud/ecs/ecs_snapshot_group.py +5 -0
  691. pulumi_alicloud/ecs/eip.py +5 -0
  692. pulumi_alicloud/ecs/eip_address.py +5 -0
  693. pulumi_alicloud/ecs/eip_association.py +5 -0
  694. pulumi_alicloud/ecs/eip_segment_address.py +5 -0
  695. pulumi_alicloud/ecs/elasticity_assurance.py +5 -0
  696. pulumi_alicloud/ecs/get_activations.py +22 -4
  697. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +22 -4
  698. pulumi_alicloud/ecs/get_capacity_reservations.py +32 -4
  699. pulumi_alicloud/ecs/get_commands.py +28 -4
  700. pulumi_alicloud/ecs/get_dedicated_hosts.py +34 -4
  701. pulumi_alicloud/ecs/get_disks.py +71 -4
  702. pulumi_alicloud/ecs/get_ecs_dedicated_host_clusters.py +26 -4
  703. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +22 -4
  704. pulumi_alicloud/ecs/get_ecs_disks.py +71 -4
  705. pulumi_alicloud/ecs/get_ecs_image_components.py +26 -4
  706. pulumi_alicloud/ecs/get_ecs_image_pipeline.py +24 -4
  707. pulumi_alicloud/ecs/get_ecs_invocations.py +25 -4
  708. pulumi_alicloud/ecs/get_ecs_key_pairs.py +25 -4
  709. pulumi_alicloud/ecs/get_ecs_launch_templates.py +26 -4
  710. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +24 -4
  711. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +44 -4
  712. pulumi_alicloud/ecs/get_ecs_prefix_lists.py +22 -4
  713. pulumi_alicloud/ecs/get_ecs_snapshot_groups.py +26 -4
  714. pulumi_alicloud/ecs/get_ecs_snapshots.py +44 -4
  715. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +20 -4
  716. pulumi_alicloud/ecs/get_eip_addresses.py +49 -4
  717. pulumi_alicloud/ecs/get_eips.py +49 -4
  718. pulumi_alicloud/ecs/get_elasticity_assurances.py +23 -4
  719. pulumi_alicloud/ecs/get_hpc_clusters.py +18 -4
  720. pulumi_alicloud/ecs/get_images.py +52 -4
  721. pulumi_alicloud/ecs/get_instance_keywords.py +16 -4
  722. pulumi_alicloud/ecs/get_instance_type_families.py +22 -4
  723. pulumi_alicloud/ecs/get_instance_types.py +50 -4
  724. pulumi_alicloud/ecs/get_instances.py +43 -4
  725. pulumi_alicloud/ecs/get_key_pairs.py +25 -4
  726. pulumi_alicloud/ecs/get_network_interfaces.py +44 -4
  727. pulumi_alicloud/ecs/get_security_group_rules.py +25 -4
  728. pulumi_alicloud/ecs/get_security_groups.py +31 -4
  729. pulumi_alicloud/ecs/get_snapshots.py +44 -4
  730. pulumi_alicloud/ecs/hpc_cluster.py +5 -0
  731. pulumi_alicloud/ecs/image.py +5 -0
  732. pulumi_alicloud/ecs/image_copy.py +5 -0
  733. pulumi_alicloud/ecs/image_export.py +5 -0
  734. pulumi_alicloud/ecs/image_import.py +5 -0
  735. pulumi_alicloud/ecs/image_share_permission.py +5 -0
  736. pulumi_alicloud/ecs/instance.py +5 -0
  737. pulumi_alicloud/ecs/key_pair.py +5 -0
  738. pulumi_alicloud/ecs/key_pair_attachment.py +5 -0
  739. pulumi_alicloud/ecs/launch_template.py +5 -0
  740. pulumi_alicloud/ecs/outputs.py +5 -0
  741. pulumi_alicloud/ecs/reserved_instance.py +5 -0
  742. pulumi_alicloud/ecs/security_group.py +5 -0
  743. pulumi_alicloud/ecs/security_group_rule.py +5 -0
  744. pulumi_alicloud/ecs/snapshot.py +31 -8
  745. pulumi_alicloud/ecs/snapshot_policy.py +5 -0
  746. pulumi_alicloud/ecs/storage_capacity_unit.py +5 -0
  747. pulumi_alicloud/edas/_inputs.py +73 -0
  748. pulumi_alicloud/edas/application.py +5 -0
  749. pulumi_alicloud/edas/application_deployment.py +5 -0
  750. pulumi_alicloud/edas/application_scale.py +5 -0
  751. pulumi_alicloud/edas/cluster.py +5 -0
  752. pulumi_alicloud/edas/deploy_group.py +5 -0
  753. pulumi_alicloud/edas/get_applications.py +18 -4
  754. pulumi_alicloud/edas/get_clusters.py +20 -4
  755. pulumi_alicloud/edas/get_deploy_groups.py +18 -4
  756. pulumi_alicloud/edas/get_namespaces.py +18 -4
  757. pulumi_alicloud/edas/get_service.py +13 -4
  758. pulumi_alicloud/edas/instance_cluster_attachment.py +5 -0
  759. pulumi_alicloud/edas/k8s_application.py +5 -0
  760. pulumi_alicloud/edas/k8s_cluster.py +5 -0
  761. pulumi_alicloud/edas/k8s_slb_attachment.py +5 -0
  762. pulumi_alicloud/edas/namespace.py +5 -0
  763. pulumi_alicloud/edas/outputs.py +5 -0
  764. pulumi_alicloud/edas/slb_attachment.py +5 -0
  765. pulumi_alicloud/eds/_inputs.py +69 -0
  766. pulumi_alicloud/eds/ad_connector_directory.py +5 -0
  767. pulumi_alicloud/eds/ad_connector_office_site.py +5 -0
  768. pulumi_alicloud/eds/bundle.py +5 -0
  769. pulumi_alicloud/eds/command.py +5 -0
  770. pulumi_alicloud/eds/custom_property.py +5 -0
  771. pulumi_alicloud/eds/desktop.py +5 -0
  772. pulumi_alicloud/eds/ecd_policy_group.py +5 -0
  773. pulumi_alicloud/eds/get_ad_connector_directories.py +20 -4
  774. pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -4
  775. pulumi_alicloud/eds/get_bundles.py +22 -4
  776. pulumi_alicloud/eds/get_commands.py +23 -4
  777. pulumi_alicloud/eds/get_custom_properties.py +15 -4
  778. pulumi_alicloud/eds/get_desktop_types.py +25 -4
  779. pulumi_alicloud/eds/get_desktops.py +28 -4
  780. pulumi_alicloud/eds/get_images.py +26 -4
  781. pulumi_alicloud/eds/get_nas_file_systems.py +22 -4
  782. pulumi_alicloud/eds/get_network_packages.py +17 -4
  783. pulumi_alicloud/eds/get_policy_groups.py +20 -4
  784. pulumi_alicloud/eds/get_ram_directories.py +20 -4
  785. pulumi_alicloud/eds/get_simple_office_sites.py +20 -4
  786. pulumi_alicloud/eds/get_snapshots.py +22 -4
  787. pulumi_alicloud/eds/get_users.py +17 -4
  788. pulumi_alicloud/eds/get_zones.py +14 -4
  789. pulumi_alicloud/eds/image.py +5 -0
  790. pulumi_alicloud/eds/nas_file_system.py +5 -0
  791. pulumi_alicloud/eds/network_package.py +5 -0
  792. pulumi_alicloud/eds/outputs.py +5 -0
  793. pulumi_alicloud/eds/ram_directory.py +5 -0
  794. pulumi_alicloud/eds/simple_office_site.py +5 -0
  795. pulumi_alicloud/eds/snapshot.py +5 -0
  796. pulumi_alicloud/eds/user.py +5 -0
  797. pulumi_alicloud/eflo/get_subnets.py +36 -4
  798. pulumi_alicloud/eflo/get_vpds.py +32 -4
  799. pulumi_alicloud/eflo/outputs.py +5 -0
  800. pulumi_alicloud/eflo/subnet.py +5 -0
  801. pulumi_alicloud/eflo/vpd.py +5 -0
  802. pulumi_alicloud/ehpc/_inputs.py +87 -0
  803. pulumi_alicloud/ehpc/cluster.py +5 -0
  804. pulumi_alicloud/ehpc/get_clusters.py +22 -4
  805. pulumi_alicloud/ehpc/get_job_templates.py +15 -4
  806. pulumi_alicloud/ehpc/job_template.py +5 -0
  807. pulumi_alicloud/ehpc/outputs.py +5 -0
  808. pulumi_alicloud/eipanycast/_inputs.py +17 -0
  809. pulumi_alicloud/eipanycast/anycast_eip_address.py +5 -0
  810. pulumi_alicloud/eipanycast/anycast_eip_address_attachment.py +5 -0
  811. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +34 -4
  812. pulumi_alicloud/eipanycast/outputs.py +5 -0
  813. pulumi_alicloud/elasticsearch/get_instances.py +22 -4
  814. pulumi_alicloud/elasticsearch/get_zones.py +16 -4
  815. pulumi_alicloud/elasticsearch/instance.py +5 -0
  816. pulumi_alicloud/elasticsearch/outputs.py +5 -0
  817. pulumi_alicloud/emr/_inputs.py +180 -0
  818. pulumi_alicloud/emr/cluster.py +5 -0
  819. pulumi_alicloud/emr/get_clusters.py +45 -4
  820. pulumi_alicloud/emr/get_disk_types.py +24 -4
  821. pulumi_alicloud/emr/get_instance_types.py +28 -4
  822. pulumi_alicloud/emr/get_main_versions.py +18 -4
  823. pulumi_alicloud/emr/outputs.py +5 -0
  824. pulumi_alicloud/emrv2/_inputs.py +535 -0
  825. pulumi_alicloud/emrv2/cluster.py +5 -0
  826. pulumi_alicloud/emrv2/get_clusters.py +35 -4
  827. pulumi_alicloud/emrv2/outputs.py +5 -0
  828. pulumi_alicloud/ens/_inputs.py +81 -0
  829. pulumi_alicloud/ens/disk.py +5 -0
  830. pulumi_alicloud/ens/disk_instance_attachment.py +5 -0
  831. pulumi_alicloud/ens/eip.py +5 -0
  832. pulumi_alicloud/ens/eip_instance_attachment.py +5 -0
  833. pulumi_alicloud/ens/get_key_pairs.py +21 -4
  834. pulumi_alicloud/ens/image.py +5 -0
  835. pulumi_alicloud/ens/instance.py +5 -0
  836. pulumi_alicloud/ens/instance_security_group_attachment.py +5 -0
  837. pulumi_alicloud/ens/key_pair.py +5 -0
  838. pulumi_alicloud/ens/load_balancer.py +5 -0
  839. pulumi_alicloud/ens/nat_gateway.py +5 -0
  840. pulumi_alicloud/ens/network.py +5 -0
  841. pulumi_alicloud/ens/outputs.py +5 -0
  842. pulumi_alicloud/ens/security_group.py +5 -0
  843. pulumi_alicloud/ens/snapshot.py +5 -0
  844. pulumi_alicloud/ens/vswitch.py +5 -0
  845. pulumi_alicloud/ess/__init__.py +1 -0
  846. pulumi_alicloud/ess/_inputs.py +661 -0
  847. pulumi_alicloud/ess/alarm.py +52 -0
  848. pulumi_alicloud/ess/alb_server_group_attachment.py +5 -0
  849. pulumi_alicloud/ess/attachment.py +5 -0
  850. pulumi_alicloud/ess/eci_scaling_configuration.py +5 -0
  851. pulumi_alicloud/ess/get_alarms.py +22 -4
  852. pulumi_alicloud/ess/get_lifecycle_hooks.py +20 -4
  853. pulumi_alicloud/ess/get_notifications.py +17 -4
  854. pulumi_alicloud/ess/get_scaling_configurations.py +20 -4
  855. pulumi_alicloud/ess/get_scaling_groups.py +18 -4
  856. pulumi_alicloud/ess/get_scaling_rules.py +22 -4
  857. pulumi_alicloud/ess/get_scheduled_tasks.py +22 -4
  858. pulumi_alicloud/ess/lifecycle_hook.py +5 -0
  859. pulumi_alicloud/ess/notification.py +5 -0
  860. pulumi_alicloud/ess/outputs.py +5 -0
  861. pulumi_alicloud/ess/scaling_configuration.py +5 -0
  862. pulumi_alicloud/ess/scaling_group.py +5 -0
  863. pulumi_alicloud/ess/scaling_group_v_server_groups.py +5 -0
  864. pulumi_alicloud/ess/scaling_rule.py +5 -0
  865. pulumi_alicloud/ess/schedule.py +5 -0
  866. pulumi_alicloud/ess/scheduled_task.py +5 -0
  867. pulumi_alicloud/ess/server_group_attachment.py +557 -0
  868. pulumi_alicloud/ess/suspend_process.py +5 -0
  869. pulumi_alicloud/eventbridge/_inputs.py +280 -0
  870. pulumi_alicloud/eventbridge/api_destination.py +5 -0
  871. pulumi_alicloud/eventbridge/connection.py +5 -0
  872. pulumi_alicloud/eventbridge/event_bus.py +5 -0
  873. pulumi_alicloud/eventbridge/event_source.py +5 -0
  874. pulumi_alicloud/eventbridge/get_event_buses.py +22 -4
  875. pulumi_alicloud/eventbridge/get_event_sources.py +18 -4
  876. pulumi_alicloud/eventbridge/get_rules.py +24 -4
  877. pulumi_alicloud/eventbridge/get_service.py +13 -4
  878. pulumi_alicloud/eventbridge/outputs.py +5 -0
  879. pulumi_alicloud/eventbridge/rule.py +5 -0
  880. pulumi_alicloud/eventbridge/service_linked_role.py +5 -0
  881. pulumi_alicloud/eventbridge/slr.py +5 -0
  882. pulumi_alicloud/expressconnect/_inputs.py +44 -0
  883. pulumi_alicloud/expressconnect/ec_failover_test_job.py +5 -0
  884. pulumi_alicloud/expressconnect/get_access_points.py +20 -4
  885. pulumi_alicloud/expressconnect/get_grant_rule_to_cens.py +21 -4
  886. pulumi_alicloud/expressconnect/get_physical_connection_service.py +13 -4
  887. pulumi_alicloud/expressconnect/get_physical_connections.py +22 -4
  888. pulumi_alicloud/expressconnect/get_router_interfaces.py +26 -4
  889. pulumi_alicloud/expressconnect/get_vbr_pconn_associations.py +21 -4
  890. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +22 -4
  891. pulumi_alicloud/expressconnect/get_virtual_physical_connections.py +32 -4
  892. pulumi_alicloud/expressconnect/grant_rule_to_cen.py +5 -0
  893. pulumi_alicloud/expressconnect/outputs.py +5 -0
  894. pulumi_alicloud/expressconnect/physical_connection.py +5 -0
  895. pulumi_alicloud/expressconnect/router_express_connect_router.py +5 -0
  896. pulumi_alicloud/expressconnect/router_interface.py +5 -0
  897. pulumi_alicloud/expressconnect/router_tr_association.py +5 -0
  898. pulumi_alicloud/expressconnect/router_vbr_child_instance.py +5 -0
  899. pulumi_alicloud/expressconnect/router_vpc_association.py +5 -0
  900. pulumi_alicloud/expressconnect/traffic_qos.py +5 -0
  901. pulumi_alicloud/expressconnect/traffic_qos_association.py +5 -0
  902. pulumi_alicloud/expressconnect/traffic_qos_queue.py +5 -0
  903. pulumi_alicloud/expressconnect/traffic_qos_rule.py +5 -0
  904. pulumi_alicloud/expressconnect/vbr_pconn_association.py +5 -0
  905. pulumi_alicloud/expressconnect/virtual_border_router.py +5 -0
  906. pulumi_alicloud/expressconnect/virtual_physical_connection.py +5 -0
  907. pulumi_alicloud/fc/_inputs.py +962 -0
  908. pulumi_alicloud/fc/alias.py +5 -0
  909. pulumi_alicloud/fc/custom_domain.py +5 -0
  910. pulumi_alicloud/fc/function.py +5 -0
  911. pulumi_alicloud/fc/function_async_invoke_config.py +5 -0
  912. pulumi_alicloud/fc/get_custom_domains.py +18 -4
  913. pulumi_alicloud/fc/get_functions.py +20 -4
  914. pulumi_alicloud/fc/get_service.py +13 -4
  915. pulumi_alicloud/fc/get_services.py +18 -4
  916. pulumi_alicloud/fc/get_triggers.py +22 -4
  917. pulumi_alicloud/fc/get_zones.py +14 -4
  918. pulumi_alicloud/fc/layer_version.py +5 -0
  919. pulumi_alicloud/fc/outputs.py +5 -0
  920. pulumi_alicloud/fc/service.py +5 -0
  921. pulumi_alicloud/fc/trigger.py +5 -0
  922. pulumi_alicloud/fc/v2_function.py +5 -0
  923. pulumi_alicloud/fc/v3_alias.py +5 -0
  924. pulumi_alicloud/fc/v3_async_invoke_config.py +5 -0
  925. pulumi_alicloud/fc/v3_concurrency_config.py +5 -0
  926. pulumi_alicloud/fc/v3_custom_domain.py +5 -0
  927. pulumi_alicloud/fc/v3_function.py +5 -0
  928. pulumi_alicloud/fc/v3_function_version.py +5 -0
  929. pulumi_alicloud/fc/v3_layer_version.py +5 -0
  930. pulumi_alicloud/fc/v3_provision_config.py +5 -0
  931. pulumi_alicloud/fc/v3_trigger.py +5 -0
  932. pulumi_alicloud/fc/v3_vpc_binding.py +5 -0
  933. pulumi_alicloud/fnf/execution.py +5 -0
  934. pulumi_alicloud/fnf/flow.py +5 -0
  935. pulumi_alicloud/fnf/get_executions.py +24 -4
  936. pulumi_alicloud/fnf/get_flows.py +20 -4
  937. pulumi_alicloud/fnf/get_schedules.py +22 -4
  938. pulumi_alicloud/fnf/get_service.py +13 -4
  939. pulumi_alicloud/fnf/outputs.py +5 -0
  940. pulumi_alicloud/fnf/schedule.py +5 -0
  941. pulumi_alicloud/ga/_inputs.py +241 -5
  942. pulumi_alicloud/ga/accelerator.py +5 -0
  943. pulumi_alicloud/ga/accelerator_spare_ip_attachment.py +5 -0
  944. pulumi_alicloud/ga/access_log.py +5 -0
  945. pulumi_alicloud/ga/acl.py +5 -0
  946. pulumi_alicloud/ga/acl_attachment.py +5 -0
  947. pulumi_alicloud/ga/acl_entry_attachment.py +5 -0
  948. pulumi_alicloud/ga/additional_certificate.py +5 -0
  949. pulumi_alicloud/ga/bandwidth_package.py +5 -0
  950. pulumi_alicloud/ga/bandwidth_package_attachment.py +5 -0
  951. pulumi_alicloud/ga/basic_accelerate_ip.py +5 -0
  952. pulumi_alicloud/ga/basic_accelerate_ip_endpoint_relation.py +5 -0
  953. pulumi_alicloud/ga/basic_accelerator.py +5 -0
  954. pulumi_alicloud/ga/basic_endpoint.py +5 -0
  955. pulumi_alicloud/ga/basic_endpoint_group.py +5 -0
  956. pulumi_alicloud/ga/basic_ip_set.py +5 -0
  957. pulumi_alicloud/ga/custom_routing_endpoint.py +5 -0
  958. pulumi_alicloud/ga/custom_routing_endpoint_group.py +5 -0
  959. pulumi_alicloud/ga/custom_routing_endpoint_group_destination.py +5 -0
  960. pulumi_alicloud/ga/custom_routing_endpoint_traffic_policy.py +5 -0
  961. pulumi_alicloud/ga/domain.py +5 -0
  962. pulumi_alicloud/ga/endpoint_group.py +5 -0
  963. pulumi_alicloud/ga/forwarding_rule.py +5 -0
  964. pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +19 -4
  965. pulumi_alicloud/ga/get_accelerators.py +22 -4
  966. pulumi_alicloud/ga/get_acls.py +24 -4
  967. pulumi_alicloud/ga/get_additional_certificates.py +19 -4
  968. pulumi_alicloud/ga/get_bandwidth_packages.py +24 -4
  969. pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +23 -4
  970. pulumi_alicloud/ga/get_basic_accelerate_ips.py +23 -4
  971. pulumi_alicloud/ga/get_basic_accelerators.py +26 -4
  972. pulumi_alicloud/ga/get_basic_endpoints.py +28 -4
  973. pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +31 -4
  974. pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +30 -4
  975. pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +29 -4
  976. pulumi_alicloud/ga/get_custom_routing_endpoints.py +25 -4
  977. pulumi_alicloud/ga/get_custom_routing_port_mappings.py +25 -4
  978. pulumi_alicloud/ga/get_domains.py +25 -4
  979. pulumi_alicloud/ga/get_endpoint_group_ip_address_cidr_blocks.py +17 -4
  980. pulumi_alicloud/ga/get_endpoint_groups.py +26 -4
  981. pulumi_alicloud/ga/get_forwarding_rules.py +21 -4
  982. pulumi_alicloud/ga/get_ip_sets.py +19 -4
  983. pulumi_alicloud/ga/get_listeners.py +22 -4
  984. pulumi_alicloud/ga/ip_set.py +5 -0
  985. pulumi_alicloud/ga/listener.py +5 -0
  986. pulumi_alicloud/ga/outputs.py +26 -5
  987. pulumi_alicloud/get_account.py +10 -4
  988. pulumi_alicloud/get_caller_identity.py +13 -4
  989. pulumi_alicloud/get_file_crc64_checksum.py +15 -4
  990. pulumi_alicloud/get_msc_sub_contact_verification_message.py +15 -4
  991. pulumi_alicloud/get_msc_sub_contacts.py +18 -4
  992. pulumi_alicloud/get_msc_sub_subscriptions.py +13 -4
  993. pulumi_alicloud/get_msc_sub_webhooks.py +18 -4
  994. pulumi_alicloud/get_regions.py +18 -4
  995. pulumi_alicloud/get_zones.py +34 -4
  996. pulumi_alicloud/governance/_inputs.py +25 -0
  997. pulumi_alicloud/governance/account.py +66 -0
  998. pulumi_alicloud/governance/baseline.py +5 -0
  999. pulumi_alicloud/governance/get_baselines.py +18 -4
  1000. pulumi_alicloud/governance/outputs.py +5 -0
  1001. pulumi_alicloud/gpdb/__init__.py +4 -0
  1002. pulumi_alicloud/gpdb/_inputs.py +575 -3
  1003. pulumi_alicloud/gpdb/account.py +5 -0
  1004. pulumi_alicloud/gpdb/backup_policy.py +5 -0
  1005. pulumi_alicloud/gpdb/connection.py +5 -0
  1006. pulumi_alicloud/gpdb/db_instance_ip_array.py +538 -0
  1007. pulumi_alicloud/gpdb/db_instance_plan.py +5 -0
  1008. pulumi_alicloud/gpdb/db_resource_group.py +5 -0
  1009. pulumi_alicloud/gpdb/elastic_instance.py +5 -0
  1010. pulumi_alicloud/gpdb/external_data_service.py +5 -0
  1011. pulumi_alicloud/gpdb/get_accounts.py +22 -4
  1012. pulumi_alicloud/gpdb/get_data_backups.py +317 -0
  1013. pulumi_alicloud/gpdb/get_db_instance_plans.py +26 -4
  1014. pulumi_alicloud/gpdb/get_instances.py +38 -4
  1015. pulumi_alicloud/gpdb/get_log_backups.py +246 -0
  1016. pulumi_alicloud/gpdb/get_zones.py +16 -4
  1017. pulumi_alicloud/gpdb/hadoop_data_source.py +5 -0
  1018. pulumi_alicloud/gpdb/instance.py +52 -0
  1019. pulumi_alicloud/gpdb/jdbc_data_source.py +5 -0
  1020. pulumi_alicloud/gpdb/outputs.py +602 -4
  1021. pulumi_alicloud/gpdb/remote_adb_data_source.py +5 -0
  1022. pulumi_alicloud/gpdb/streaming_data_service.py +5 -0
  1023. pulumi_alicloud/gpdb/streaming_data_source.py +5 -0
  1024. pulumi_alicloud/gpdb/streaming_job.py +1573 -0
  1025. pulumi_alicloud/graphdatabase/_inputs.py +25 -0
  1026. pulumi_alicloud/graphdatabase/db_instance.py +5 -0
  1027. pulumi_alicloud/graphdatabase/get_db_instances.py +21 -4
  1028. pulumi_alicloud/graphdatabase/outputs.py +5 -0
  1029. pulumi_alicloud/hbase/_inputs.py +61 -0
  1030. pulumi_alicloud/hbase/get_instance_types.py +30 -4
  1031. pulumi_alicloud/hbase/get_instances.py +22 -4
  1032. pulumi_alicloud/hbase/get_zones.py +14 -4
  1033. pulumi_alicloud/hbase/instance.py +5 -0
  1034. pulumi_alicloud/hbase/outputs.py +5 -0
  1035. pulumi_alicloud/hbr/_inputs.py +222 -0
  1036. pulumi_alicloud/hbr/ecs_backup_client.py +5 -0
  1037. pulumi_alicloud/hbr/ecs_backup_plan.py +5 -0
  1038. pulumi_alicloud/hbr/get_backup_jobs.py +23 -4
  1039. pulumi_alicloud/hbr/get_ecs_backup_clients.py +19 -4
  1040. pulumi_alicloud/hbr/get_ecs_backup_plans.py +22 -4
  1041. pulumi_alicloud/hbr/get_hana_backup_clients.py +27 -4
  1042. pulumi_alicloud/hbr/get_hana_backup_plans.py +28 -4
  1043. pulumi_alicloud/hbr/get_hana_instances.py +26 -4
  1044. pulumi_alicloud/hbr/get_nas_backup_plans.py +22 -4
  1045. pulumi_alicloud/hbr/get_oss_backup_plans.py +22 -4
  1046. pulumi_alicloud/hbr/get_ots_backup_plans.py +24 -4
  1047. pulumi_alicloud/hbr/get_ots_snapshots.py +19 -4
  1048. pulumi_alicloud/hbr/get_replication_vault_regions.py +13 -4
  1049. pulumi_alicloud/hbr/get_restore_jobs.py +30 -4
  1050. pulumi_alicloud/hbr/get_server_backup_plans.py +17 -4
  1051. pulumi_alicloud/hbr/get_service.py +13 -4
  1052. pulumi_alicloud/hbr/get_snapshots.py +37 -4
  1053. pulumi_alicloud/hbr/get_vaults.py +22 -4
  1054. pulumi_alicloud/hbr/hana_backup_client.py +5 -0
  1055. pulumi_alicloud/hbr/hana_backup_plan.py +5 -0
  1056. pulumi_alicloud/hbr/hana_instance.py +5 -0
  1057. pulumi_alicloud/hbr/nas_backup_plan.py +5 -0
  1058. pulumi_alicloud/hbr/oss_backup_plan.py +5 -0
  1059. pulumi_alicloud/hbr/ots_backup_plan.py +5 -0
  1060. pulumi_alicloud/hbr/outputs.py +5 -0
  1061. pulumi_alicloud/hbr/policy.py +5 -0
  1062. pulumi_alicloud/hbr/policy_binding.py +5 -0
  1063. pulumi_alicloud/hbr/replication_vault.py +5 -0
  1064. pulumi_alicloud/hbr/restore_job.py +5 -0
  1065. pulumi_alicloud/hbr/server_backup_plan.py +5 -0
  1066. pulumi_alicloud/hbr/vault.py +5 -0
  1067. pulumi_alicloud/hologram/_inputs.py +41 -0
  1068. pulumi_alicloud/hologram/instance.py +5 -0
  1069. pulumi_alicloud/hologram/outputs.py +5 -0
  1070. pulumi_alicloud/imm/get_projects.py +15 -4
  1071. pulumi_alicloud/imm/outputs.py +5 -0
  1072. pulumi_alicloud/imm/project.py +5 -0
  1073. pulumi_alicloud/imp/_inputs.py +23 -0
  1074. pulumi_alicloud/imp/app_template.py +5 -0
  1075. pulumi_alicloud/imp/get_app_templates.py +20 -4
  1076. pulumi_alicloud/imp/outputs.py +5 -0
  1077. pulumi_alicloud/ims/oidc_provider.py +5 -0
  1078. pulumi_alicloud/iot/device_group.py +5 -0
  1079. pulumi_alicloud/iot/get_device_groups.py +25 -4
  1080. pulumi_alicloud/iot/get_service.py +13 -4
  1081. pulumi_alicloud/iot/outputs.py +5 -0
  1082. pulumi_alicloud/kms/_inputs.py +29 -0
  1083. pulumi_alicloud/kms/alias.py +5 -0
  1084. pulumi_alicloud/kms/application_access_point.py +5 -0
  1085. pulumi_alicloud/kms/ciphertext.py +5 -0
  1086. pulumi_alicloud/kms/client_key.py +5 -0
  1087. pulumi_alicloud/kms/get_aliases.py +18 -4
  1088. pulumi_alicloud/kms/get_ciphertext.py +17 -4
  1089. pulumi_alicloud/kms/get_key_versions.py +17 -4
  1090. pulumi_alicloud/kms/get_keys.py +23 -4
  1091. pulumi_alicloud/kms/get_plaintext.py +16 -4
  1092. pulumi_alicloud/kms/get_secret_versions.py +23 -4
  1093. pulumi_alicloud/kms/get_secrets.py +26 -4
  1094. pulumi_alicloud/kms/get_service.py +13 -4
  1095. pulumi_alicloud/kms/instance.py +5 -0
  1096. pulumi_alicloud/kms/key.py +5 -0
  1097. pulumi_alicloud/kms/key_version.py +5 -0
  1098. pulumi_alicloud/kms/network_rule.py +5 -0
  1099. pulumi_alicloud/kms/outputs.py +5 -0
  1100. pulumi_alicloud/kms/policy.py +5 -0
  1101. pulumi_alicloud/kms/secret.py +5 -0
  1102. pulumi_alicloud/kvstore/_inputs.py +21 -0
  1103. pulumi_alicloud/kvstore/account.py +5 -0
  1104. pulumi_alicloud/kvstore/audit_log_config.py +5 -0
  1105. pulumi_alicloud/kvstore/backup_policy.py +5 -0
  1106. pulumi_alicloud/kvstore/connection.py +5 -0
  1107. pulumi_alicloud/kvstore/get_accounts.py +23 -4
  1108. pulumi_alicloud/kvstore/get_connections.py +15 -4
  1109. pulumi_alicloud/kvstore/get_instance_classes.py +42 -4
  1110. pulumi_alicloud/kvstore/get_instance_engines.py +21 -4
  1111. pulumi_alicloud/kvstore/get_instances.py +52 -4
  1112. pulumi_alicloud/kvstore/get_permission.py +13 -4
  1113. pulumi_alicloud/kvstore/get_zones.py +22 -4
  1114. pulumi_alicloud/kvstore/instance.py +5 -0
  1115. pulumi_alicloud/kvstore/outputs.py +5 -0
  1116. pulumi_alicloud/lindorm/get_instances.py +26 -4
  1117. pulumi_alicloud/lindorm/instance.py +5 -0
  1118. pulumi_alicloud/lindorm/outputs.py +5 -0
  1119. pulumi_alicloud/log/_inputs.py +442 -0
  1120. pulumi_alicloud/log/alert.py +5 -0
  1121. pulumi_alicloud/log/alert_resource.py +5 -0
  1122. pulumi_alicloud/log/audit.py +5 -0
  1123. pulumi_alicloud/log/dashboard.py +5 -0
  1124. pulumi_alicloud/log/etl.py +5 -0
  1125. pulumi_alicloud/log/get_alert_resource.py +16 -4
  1126. pulumi_alicloud/log/get_projects.py +20 -4
  1127. pulumi_alicloud/log/get_service.py +13 -4
  1128. pulumi_alicloud/log/get_stores.py +20 -4
  1129. pulumi_alicloud/log/ingestion.py +5 -0
  1130. pulumi_alicloud/log/log_tail_attachment.py +5 -0
  1131. pulumi_alicloud/log/log_tail_config.py +5 -0
  1132. pulumi_alicloud/log/machine_group.py +5 -0
  1133. pulumi_alicloud/log/oss_export.py +5 -0
  1134. pulumi_alicloud/log/oss_shipper.py +5 -0
  1135. pulumi_alicloud/log/outputs.py +5 -0
  1136. pulumi_alicloud/log/project.py +5 -0
  1137. pulumi_alicloud/log/resource.py +5 -0
  1138. pulumi_alicloud/log/resource_record.py +5 -0
  1139. pulumi_alicloud/log/store.py +5 -0
  1140. pulumi_alicloud/log/store_index.py +5 -0
  1141. pulumi_alicloud/marketplace/get_product.py +15 -4
  1142. pulumi_alicloud/marketplace/get_products.py +31 -4
  1143. pulumi_alicloud/marketplace/order.py +5 -0
  1144. pulumi_alicloud/marketplace/outputs.py +5 -0
  1145. pulumi_alicloud/maxcompute/_inputs.py +140 -0
  1146. pulumi_alicloud/maxcompute/get_projects.py +18 -4
  1147. pulumi_alicloud/maxcompute/get_service.py +13 -4
  1148. pulumi_alicloud/maxcompute/outputs.py +5 -0
  1149. pulumi_alicloud/maxcompute/project.py +5 -0
  1150. pulumi_alicloud/message/get_service_queues.py +24 -4
  1151. pulumi_alicloud/message/get_service_subscriptions.py +26 -4
  1152. pulumi_alicloud/message/get_service_topics.py +24 -4
  1153. pulumi_alicloud/message/outputs.py +5 -0
  1154. pulumi_alicloud/message/service_queue.py +5 -0
  1155. pulumi_alicloud/message/service_subscription.py +5 -0
  1156. pulumi_alicloud/message/service_topic.py +5 -0
  1157. pulumi_alicloud/mhub/app.py +5 -0
  1158. pulumi_alicloud/mhub/get_apps.py +24 -4
  1159. pulumi_alicloud/mhub/get_products.py +18 -4
  1160. pulumi_alicloud/mhub/outputs.py +5 -0
  1161. pulumi_alicloud/mhub/product.py +5 -0
  1162. pulumi_alicloud/mns/get_queues.py +16 -4
  1163. pulumi_alicloud/mns/get_service.py +13 -4
  1164. pulumi_alicloud/mns/get_topic_subscriptions.py +18 -4
  1165. pulumi_alicloud/mns/get_topics.py +16 -4
  1166. pulumi_alicloud/mns/outputs.py +5 -0
  1167. pulumi_alicloud/mns/queue.py +5 -0
  1168. pulumi_alicloud/mns/topic.py +5 -0
  1169. pulumi_alicloud/mns/topic_subscription.py +5 -0
  1170. pulumi_alicloud/mongodb/_inputs.py +249 -0
  1171. pulumi_alicloud/mongodb/account.py +5 -0
  1172. pulumi_alicloud/mongodb/audit_policy.py +5 -0
  1173. pulumi_alicloud/mongodb/get_accounts.py +17 -4
  1174. pulumi_alicloud/mongodb/get_audit_policies.py +15 -4
  1175. pulumi_alicloud/mongodb/get_instances.py +26 -4
  1176. pulumi_alicloud/mongodb/get_serverless_instances.py +35 -4
  1177. pulumi_alicloud/mongodb/get_sharding_network_private_addresses.py +19 -4
  1178. pulumi_alicloud/mongodb/get_sharding_network_public_addresses.py +19 -4
  1179. pulumi_alicloud/mongodb/get_zones.py +16 -4
  1180. pulumi_alicloud/mongodb/instance.py +5 -0
  1181. pulumi_alicloud/mongodb/outputs.py +5 -0
  1182. pulumi_alicloud/mongodb/serverless_instance.py +5 -0
  1183. pulumi_alicloud/mongodb/sharding_instance.py +5 -0
  1184. pulumi_alicloud/mongodb/sharding_network_private_address.py +5 -0
  1185. pulumi_alicloud/mongodb/sharding_network_public_address.py +5 -0
  1186. pulumi_alicloud/msc_sub_contract.py +5 -0
  1187. pulumi_alicloud/msc_sub_subscription.py +5 -0
  1188. pulumi_alicloud/msc_sub_webhook.py +5 -0
  1189. pulumi_alicloud/mse/_inputs.py +45 -0
  1190. pulumi_alicloud/mse/cluster.py +5 -0
  1191. pulumi_alicloud/mse/engine_namespace.py +5 -0
  1192. pulumi_alicloud/mse/gateway.py +5 -0
  1193. pulumi_alicloud/mse/get_clusters.py +26 -4
  1194. pulumi_alicloud/mse/get_engine_namespaces.py +19 -4
  1195. pulumi_alicloud/mse/get_gateways.py +26 -4
  1196. pulumi_alicloud/mse/get_znodes.py +24 -4
  1197. pulumi_alicloud/mse/outputs.py +5 -0
  1198. pulumi_alicloud/mse/znode.py +5 -0
  1199. pulumi_alicloud/nas/_inputs.py +43 -0
  1200. pulumi_alicloud/nas/access_group.py +5 -0
  1201. pulumi_alicloud/nas/access_point.py +5 -0
  1202. pulumi_alicloud/nas/access_rule.py +5 -0
  1203. pulumi_alicloud/nas/auto_snapshot_policy.py +5 -0
  1204. pulumi_alicloud/nas/data_flow.py +5 -0
  1205. pulumi_alicloud/nas/file_system.py +5 -0
  1206. pulumi_alicloud/nas/fileset.py +5 -0
  1207. pulumi_alicloud/nas/get_access_groups.py +29 -4
  1208. pulumi_alicloud/nas/get_access_rules.py +23 -4
  1209. pulumi_alicloud/nas/get_auto_snapshot_policies.py +20 -4
  1210. pulumi_alicloud/nas/get_data_flows.py +19 -4
  1211. pulumi_alicloud/nas/get_file_systems.py +22 -4
  1212. pulumi_alicloud/nas/get_filesets.py +19 -4
  1213. pulumi_alicloud/nas/get_lifecycle_policies.py +20 -4
  1214. pulumi_alicloud/nas/get_mount_targets.py +31 -4
  1215. pulumi_alicloud/nas/get_protocols.py +17 -4
  1216. pulumi_alicloud/nas/get_service.py +13 -4
  1217. pulumi_alicloud/nas/get_snapshots.py +24 -4
  1218. pulumi_alicloud/nas/get_zones.py +15 -4
  1219. pulumi_alicloud/nas/lifecycle_policy.py +5 -0
  1220. pulumi_alicloud/nas/mount_target.py +5 -0
  1221. pulumi_alicloud/nas/outputs.py +5 -0
  1222. pulumi_alicloud/nas/recycle_bin.py +5 -0
  1223. pulumi_alicloud/nas/smb_acl_attachment.py +5 -0
  1224. pulumi_alicloud/nas/snapshot.py +5 -0
  1225. pulumi_alicloud/nlb/_inputs.py +167 -0
  1226. pulumi_alicloud/nlb/get_listeners.py +19 -4
  1227. pulumi_alicloud/nlb/get_load_balancers.py +40 -4
  1228. pulumi_alicloud/nlb/get_security_policies.py +26 -4
  1229. pulumi_alicloud/nlb/get_server_group_server_attachments.py +21 -4
  1230. pulumi_alicloud/nlb/get_server_groups.py +28 -4
  1231. pulumi_alicloud/nlb/get_zones.py +14 -4
  1232. pulumi_alicloud/nlb/listener.py +5 -0
  1233. pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +5 -0
  1234. pulumi_alicloud/nlb/load_balancer.py +121 -0
  1235. pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +5 -0
  1236. pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +5 -0
  1237. pulumi_alicloud/nlb/outputs.py +5 -0
  1238. pulumi_alicloud/nlb/security_policy.py +5 -0
  1239. pulumi_alicloud/nlb/server_group.py +5 -0
  1240. pulumi_alicloud/nlb/server_group_server_attachment.py +5 -0
  1241. pulumi_alicloud/ocean/base_instance.py +5 -0
  1242. pulumi_alicloud/ocean/get_base_instances.py +34 -4
  1243. pulumi_alicloud/ocean/outputs.py +5 -0
  1244. pulumi_alicloud/oos/application.py +5 -0
  1245. pulumi_alicloud/oos/application_group.py +5 -0
  1246. pulumi_alicloud/oos/default_patch_baseline.py +5 -0
  1247. pulumi_alicloud/oos/execution.py +5 -0
  1248. pulumi_alicloud/oos/get_application_groups.py +22 -4
  1249. pulumi_alicloud/oos/get_applications.py +20 -4
  1250. pulumi_alicloud/oos/get_executions.py +45 -4
  1251. pulumi_alicloud/oos/get_parameters.py +32 -4
  1252. pulumi_alicloud/oos/get_patch_baselines.py +24 -4
  1253. pulumi_alicloud/oos/get_secret_parameters.py +143 -13
  1254. pulumi_alicloud/oos/get_state_configurations.py +19 -4
  1255. pulumi_alicloud/oos/get_templates.py +40 -4
  1256. pulumi_alicloud/oos/outputs.py +27 -11
  1257. pulumi_alicloud/oos/parameter.py +5 -0
  1258. pulumi_alicloud/oos/patch_baseline.py +5 -0
  1259. pulumi_alicloud/oos/secret_parameter.py +5 -0
  1260. pulumi_alicloud/oos/service_setting.py +5 -0
  1261. pulumi_alicloud/oos/state_configuration.py +5 -0
  1262. pulumi_alicloud/oos/template.py +5 -0
  1263. pulumi_alicloud/opensearch/_inputs.py +54 -0
  1264. pulumi_alicloud/opensearch/app_group.py +5 -0
  1265. pulumi_alicloud/opensearch/get_app_groups.py +28 -4
  1266. pulumi_alicloud/opensearch/outputs.py +5 -0
  1267. pulumi_alicloud/oss/_inputs.py +413 -0
  1268. pulumi_alicloud/oss/account_public_access_block.py +5 -0
  1269. pulumi_alicloud/oss/bucket.py +5 -0
  1270. pulumi_alicloud/oss/bucket_access_monitor.py +5 -0
  1271. pulumi_alicloud/oss/bucket_acl.py +5 -0
  1272. pulumi_alicloud/oss/bucket_cors.py +5 -0
  1273. pulumi_alicloud/oss/bucket_data_redundancy_transition.py +5 -0
  1274. pulumi_alicloud/oss/bucket_https_config.py +5 -0
  1275. pulumi_alicloud/oss/bucket_logging.py +5 -0
  1276. pulumi_alicloud/oss/bucket_meta_query.py +5 -0
  1277. pulumi_alicloud/oss/bucket_object.py +5 -0
  1278. pulumi_alicloud/oss/bucket_policy.py +5 -0
  1279. pulumi_alicloud/oss/bucket_public_access_block.py +5 -0
  1280. pulumi_alicloud/oss/bucket_referer.py +5 -0
  1281. pulumi_alicloud/oss/bucket_replication.py +5 -0
  1282. pulumi_alicloud/oss/bucket_request_payment.py +5 -0
  1283. pulumi_alicloud/oss/bucket_server_side_encryption.py +5 -0
  1284. pulumi_alicloud/oss/bucket_transfer_acceleration.py +5 -0
  1285. pulumi_alicloud/oss/bucket_user_defined_log_fields.py +5 -0
  1286. pulumi_alicloud/oss/bucket_versioning.py +5 -0
  1287. pulumi_alicloud/oss/get_bucket_objects.py +19 -4
  1288. pulumi_alicloud/oss/get_buckets.py +16 -4
  1289. pulumi_alicloud/oss/get_instance_attachments.py +19 -4
  1290. pulumi_alicloud/oss/get_instances.py +20 -4
  1291. pulumi_alicloud/oss/get_service.py +13 -4
  1292. pulumi_alicloud/oss/get_tables.py +20 -4
  1293. pulumi_alicloud/oss/outputs.py +5 -0
  1294. pulumi_alicloud/ots/_inputs.py +155 -0
  1295. pulumi_alicloud/ots/get_instance_attachments.py +19 -4
  1296. pulumi_alicloud/ots/get_instances.py +20 -4
  1297. pulumi_alicloud/ots/get_search_indexes.py +22 -4
  1298. pulumi_alicloud/ots/get_secondary_indexes.py +22 -4
  1299. pulumi_alicloud/ots/get_service.py +13 -4
  1300. pulumi_alicloud/ots/get_tables.py +20 -4
  1301. pulumi_alicloud/ots/get_tunnels.py +22 -4
  1302. pulumi_alicloud/ots/instance.py +5 -0
  1303. pulumi_alicloud/ots/instance_attachment.py +5 -0
  1304. pulumi_alicloud/ots/outputs.py +5 -0
  1305. pulumi_alicloud/ots/search_index.py +5 -0
  1306. pulumi_alicloud/ots/secondary_index.py +5 -0
  1307. pulumi_alicloud/ots/table.py +5 -0
  1308. pulumi_alicloud/ots/tunnel.py +5 -0
  1309. pulumi_alicloud/outputs.py +5 -0
  1310. pulumi_alicloud/polardb/_inputs.py +77 -0
  1311. pulumi_alicloud/polardb/account.py +5 -0
  1312. pulumi_alicloud/polardb/account_privilege.py +5 -0
  1313. pulumi_alicloud/polardb/backup_policy.py +5 -0
  1314. pulumi_alicloud/polardb/cluster.py +5 -0
  1315. pulumi_alicloud/polardb/cluster_endpoint.py +5 -0
  1316. pulumi_alicloud/polardb/database.py +5 -0
  1317. pulumi_alicloud/polardb/endpoint.py +5 -0
  1318. pulumi_alicloud/polardb/endpoint_address.py +5 -0
  1319. pulumi_alicloud/polardb/get_accounts.py +16 -4
  1320. pulumi_alicloud/polardb/get_clusters.py +24 -4
  1321. pulumi_alicloud/polardb/get_databases.py +16 -4
  1322. pulumi_alicloud/polardb/get_endpoints.py +15 -4
  1323. pulumi_alicloud/polardb/get_global_database_networks.py +27 -4
  1324. pulumi_alicloud/polardb/get_node_classes.py +27 -4
  1325. pulumi_alicloud/polardb/get_parameter_groups.py +22 -4
  1326. pulumi_alicloud/polardb/get_zones.py +16 -4
  1327. pulumi_alicloud/polardb/global_database_network.py +5 -0
  1328. pulumi_alicloud/polardb/outputs.py +5 -0
  1329. pulumi_alicloud/polardb/parameter_group.py +5 -0
  1330. pulumi_alicloud/polardb/primary_endpoint.py +5 -0
  1331. pulumi_alicloud/privatelink/get_service.py +13 -4
  1332. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +22 -4
  1333. pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +16 -4
  1334. pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +18 -4
  1335. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +26 -4
  1336. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +18 -4
  1337. pulumi_alicloud/privatelink/get_vpc_endpoints.py +30 -4
  1338. pulumi_alicloud/privatelink/outputs.py +5 -0
  1339. pulumi_alicloud/privatelink/vpc_endpoint.py +5 -0
  1340. pulumi_alicloud/privatelink/vpc_endpoint_service.py +5 -0
  1341. pulumi_alicloud/privatelink/vpc_endpoint_service_connection.py +5 -0
  1342. pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +5 -0
  1343. pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +5 -0
  1344. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +5 -0
  1345. pulumi_alicloud/provider.py +5 -0
  1346. pulumi_alicloud/pulumi-plugin.json +1 -1
  1347. pulumi_alicloud/pvtz/_inputs.py +85 -0
  1348. pulumi_alicloud/pvtz/endpoint.py +5 -0
  1349. pulumi_alicloud/pvtz/get_endpoints.py +20 -4
  1350. pulumi_alicloud/pvtz/get_resolver_zones.py +15 -4
  1351. pulumi_alicloud/pvtz/get_rules.py +20 -4
  1352. pulumi_alicloud/pvtz/get_service.py +13 -4
  1353. pulumi_alicloud/pvtz/get_zone_records.py +29 -4
  1354. pulumi_alicloud/pvtz/get_zones.py +32 -4
  1355. pulumi_alicloud/pvtz/outputs.py +5 -0
  1356. pulumi_alicloud/pvtz/rule.py +5 -0
  1357. pulumi_alicloud/pvtz/rule_attachment.py +5 -0
  1358. pulumi_alicloud/pvtz/user_vpc_authorization.py +5 -0
  1359. pulumi_alicloud/pvtz/zone.py +5 -0
  1360. pulumi_alicloud/pvtz/zone_attachment.py +5 -0
  1361. pulumi_alicloud/pvtz/zone_record.py +5 -0
  1362. pulumi_alicloud/quickbi/get_users.py +19 -4
  1363. pulumi_alicloud/quickbi/outputs.py +5 -0
  1364. pulumi_alicloud/quickbi/user.py +5 -0
  1365. pulumi_alicloud/quotas/_inputs.py +194 -0
  1366. pulumi_alicloud/quotas/application_info.py +5 -0
  1367. pulumi_alicloud/quotas/get_application_infos.py +29 -4
  1368. pulumi_alicloud/quotas/get_quota_alarms.py +28 -4
  1369. pulumi_alicloud/quotas/get_quota_applications.py +29 -4
  1370. pulumi_alicloud/quotas/get_quotas.py +33 -4
  1371. pulumi_alicloud/quotas/get_template_applications.py +23 -4
  1372. pulumi_alicloud/quotas/outputs.py +5 -0
  1373. pulumi_alicloud/quotas/quota_alarm.py +5 -0
  1374. pulumi_alicloud/quotas/quota_application.py +5 -0
  1375. pulumi_alicloud/quotas/template_applications.py +5 -0
  1376. pulumi_alicloud/quotas/template_quota.py +5 -0
  1377. pulumi_alicloud/quotas/template_service.py +5 -0
  1378. pulumi_alicloud/ram/_inputs.py +83 -0
  1379. pulumi_alicloud/ram/access_key.py +5 -0
  1380. pulumi_alicloud/ram/account_alias.py +5 -0
  1381. pulumi_alicloud/ram/account_password_policy.py +5 -0
  1382. pulumi_alicloud/ram/alias.py +5 -0
  1383. pulumi_alicloud/ram/get_account_alias.py +13 -4
  1384. pulumi_alicloud/ram/get_account_aliases.py +13 -4
  1385. pulumi_alicloud/ram/get_groups.py +22 -4
  1386. pulumi_alicloud/ram/get_policies.py +28 -4
  1387. pulumi_alicloud/ram/get_policy_document.py +17 -4
  1388. pulumi_alicloud/ram/get_roles.py +22 -4
  1389. pulumi_alicloud/ram/get_saml_providers.py +20 -4
  1390. pulumi_alicloud/ram/get_users.py +24 -4
  1391. pulumi_alicloud/ram/group.py +5 -0
  1392. pulumi_alicloud/ram/group_membership.py +5 -0
  1393. pulumi_alicloud/ram/group_policy_attachment.py +5 -0
  1394. pulumi_alicloud/ram/login_profile.py +5 -0
  1395. pulumi_alicloud/ram/outputs.py +5 -0
  1396. pulumi_alicloud/ram/policy.py +5 -0
  1397. pulumi_alicloud/ram/role.py +5 -0
  1398. pulumi_alicloud/ram/role_attachment.py +5 -0
  1399. pulumi_alicloud/ram/role_policy_attachment.py +5 -0
  1400. pulumi_alicloud/ram/saml_provider.py +5 -0
  1401. pulumi_alicloud/ram/security_preference.py +5 -0
  1402. pulumi_alicloud/ram/user.py +5 -0
  1403. pulumi_alicloud/ram/user_policy_attachment.py +5 -0
  1404. pulumi_alicloud/rdc/get_organizations.py +20 -4
  1405. pulumi_alicloud/rdc/organization.py +5 -0
  1406. pulumi_alicloud/rdc/outputs.py +5 -0
  1407. pulumi_alicloud/rds/_inputs.py +437 -0
  1408. pulumi_alicloud/rds/account.py +5 -0
  1409. pulumi_alicloud/rds/account_privilege.py +5 -0
  1410. pulumi_alicloud/rds/backup_policy.py +5 -0
  1411. pulumi_alicloud/rds/connection.py +5 -0
  1412. pulumi_alicloud/rds/database.py +5 -0
  1413. pulumi_alicloud/rds/db_instance_endpoint.py +5 -0
  1414. pulumi_alicloud/rds/db_instance_endpoint_address.py +5 -0
  1415. pulumi_alicloud/rds/db_node.py +5 -0
  1416. pulumi_alicloud/rds/ddr_instance.py +5 -0
  1417. pulumi_alicloud/rds/get_accounts.py +22 -4
  1418. pulumi_alicloud/rds/get_character_set_names.py +15 -4
  1419. pulumi_alicloud/rds/get_class_details.py +28 -4
  1420. pulumi_alicloud/rds/get_collation_time_zones.py +15 -4
  1421. pulumi_alicloud/rds/get_cross_region_backups.py +29 -4
  1422. pulumi_alicloud/rds/get_cross_regions.py +14 -4
  1423. pulumi_alicloud/rds/get_instance_class_infos.py +21 -4
  1424. pulumi_alicloud/rds/get_instance_classes.py +38 -4
  1425. pulumi_alicloud/rds/get_instance_engines.py +28 -4
  1426. pulumi_alicloud/rds/get_instances.py +39 -4
  1427. pulumi_alicloud/rds/get_modify_parameter_logs.py +19 -4
  1428. pulumi_alicloud/rds/get_rds_backups.py +25 -4
  1429. pulumi_alicloud/rds/get_rds_parameter_groups.py +20 -4
  1430. pulumi_alicloud/rds/get_slots.py +17 -4
  1431. pulumi_alicloud/rds/get_zones.py +28 -4
  1432. pulumi_alicloud/rds/instance.py +26 -21
  1433. pulumi_alicloud/rds/outputs.py +5 -0
  1434. pulumi_alicloud/rds/rds_account.py +5 -0
  1435. pulumi_alicloud/rds/rds_backup.py +5 -0
  1436. pulumi_alicloud/rds/rds_clone_db_instance.py +5 -0
  1437. pulumi_alicloud/rds/rds_db_proxy.py +5 -0
  1438. pulumi_alicloud/rds/rds_instance_cross_backup_policy.py +5 -0
  1439. pulumi_alicloud/rds/rds_parameter_group.py +5 -0
  1440. pulumi_alicloud/rds/rds_service_linked_role.py +5 -0
  1441. pulumi_alicloud/rds/rds_upgrade_db_instance.py +5 -0
  1442. pulumi_alicloud/rds/read_only_instance.py +5 -0
  1443. pulumi_alicloud/rds/read_write_splitting_connection.py +5 -0
  1444. pulumi_alicloud/realtimecompute/_inputs.py +41 -0
  1445. pulumi_alicloud/realtimecompute/outputs.py +5 -0
  1446. pulumi_alicloud/realtimecompute/vvp_instance.py +5 -0
  1447. pulumi_alicloud/redis/tair_instance.py +5 -0
  1448. pulumi_alicloud/resourcemanager/_inputs.py +21 -0
  1449. pulumi_alicloud/resourcemanager/account.py +5 -0
  1450. pulumi_alicloud/resourcemanager/control_policy.py +5 -0
  1451. pulumi_alicloud/resourcemanager/control_policy_attachment.py +5 -0
  1452. pulumi_alicloud/resourcemanager/delegated_administrator.py +5 -0
  1453. pulumi_alicloud/resourcemanager/folder.py +5 -0
  1454. pulumi_alicloud/resourcemanager/get_account_deletion_check_task.py +16 -4
  1455. pulumi_alicloud/resourcemanager/get_accounts.py +19 -4
  1456. pulumi_alicloud/resourcemanager/get_control_policies.py +24 -4
  1457. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +20 -4
  1458. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +21 -4
  1459. pulumi_alicloud/resourcemanager/get_folders.py +24 -4
  1460. pulumi_alicloud/resourcemanager/get_handshakes.py +19 -4
  1461. pulumi_alicloud/resourcemanager/get_policies.py +20 -4
  1462. pulumi_alicloud/resourcemanager/get_policy_attachments.py +26 -4
  1463. pulumi_alicloud/resourcemanager/get_policy_versions.py +21 -4
  1464. pulumi_alicloud/resourcemanager/get_resource_directories.py +13 -4
  1465. pulumi_alicloud/resourcemanager/get_resource_groups.py +22 -4
  1466. pulumi_alicloud/resourcemanager/get_resource_shares.py +24 -4
  1467. pulumi_alicloud/resourcemanager/get_roles.py +20 -4
  1468. pulumi_alicloud/resourcemanager/get_shared_resources.py +19 -4
  1469. pulumi_alicloud/resourcemanager/get_shared_targets.py +19 -4
  1470. pulumi_alicloud/resourcemanager/handshake.py +5 -0
  1471. pulumi_alicloud/resourcemanager/outputs.py +5 -0
  1472. pulumi_alicloud/resourcemanager/policy.py +5 -0
  1473. pulumi_alicloud/resourcemanager/policy_attachment.py +5 -0
  1474. pulumi_alicloud/resourcemanager/policy_version.py +5 -0
  1475. pulumi_alicloud/resourcemanager/resource_directory.py +5 -0
  1476. pulumi_alicloud/resourcemanager/resource_group.py +5 -0
  1477. pulumi_alicloud/resourcemanager/resource_share.py +5 -0
  1478. pulumi_alicloud/resourcemanager/role.py +5 -0
  1479. pulumi_alicloud/resourcemanager/saved_query.py +5 -0
  1480. pulumi_alicloud/resourcemanager/service_linked_role.py +5 -0
  1481. pulumi_alicloud/resourcemanager/shared_resource.py +5 -0
  1482. pulumi_alicloud/resourcemanager/shared_target.py +5 -0
  1483. pulumi_alicloud/rocketmq/_inputs.py +238 -22
  1484. pulumi_alicloud/rocketmq/acl.py +5 -0
  1485. pulumi_alicloud/rocketmq/acl_rule.py +5 -0
  1486. pulumi_alicloud/rocketmq/client_user.py +5 -0
  1487. pulumi_alicloud/rocketmq/consumer_group.py +5 -0
  1488. pulumi_alicloud/rocketmq/dnat_entry.py +5 -0
  1489. pulumi_alicloud/rocketmq/get_groups.py +26 -4
  1490. pulumi_alicloud/rocketmq/get_instances.py +24 -4
  1491. pulumi_alicloud/rocketmq/get_service.py +13 -4
  1492. pulumi_alicloud/rocketmq/get_topics.py +24 -4
  1493. pulumi_alicloud/rocketmq/group.py +5 -0
  1494. pulumi_alicloud/rocketmq/instance.py +5 -0
  1495. pulumi_alicloud/rocketmq/outputs.py +90 -21
  1496. pulumi_alicloud/rocketmq/qos.py +5 -0
  1497. pulumi_alicloud/rocketmq/qos_car.py +5 -0
  1498. pulumi_alicloud/rocketmq/qos_policy.py +5 -0
  1499. pulumi_alicloud/rocketmq/rocket_mq_instance.py +312 -113
  1500. pulumi_alicloud/rocketmq/rocket_mq_topic.py +5 -0
  1501. pulumi_alicloud/rocketmq/snat_entry.py +5 -0
  1502. pulumi_alicloud/rocketmq/topic.py +5 -0
  1503. pulumi_alicloud/ros/_inputs.py +113 -0
  1504. pulumi_alicloud/ros/change_set.py +5 -0
  1505. pulumi_alicloud/ros/get_change_sets.py +26 -4
  1506. pulumi_alicloud/ros/get_regions.py +13 -4
  1507. pulumi_alicloud/ros/get_stack_groups.py +22 -4
  1508. pulumi_alicloud/ros/get_stack_instances.py +25 -4
  1509. pulumi_alicloud/ros/get_stacks.py +30 -4
  1510. pulumi_alicloud/ros/get_template_scratches.py +21 -4
  1511. pulumi_alicloud/ros/get_templates.py +26 -4
  1512. pulumi_alicloud/ros/outputs.py +5 -0
  1513. pulumi_alicloud/ros/stack.py +5 -0
  1514. pulumi_alicloud/ros/stack_group.py +5 -0
  1515. pulumi_alicloud/ros/stack_instance.py +5 -0
  1516. pulumi_alicloud/ros/template.py +5 -0
  1517. pulumi_alicloud/ros/template_scratch.py +5 -0
  1518. pulumi_alicloud/sae/_inputs.py +688 -0
  1519. pulumi_alicloud/sae/application.py +5 -0
  1520. pulumi_alicloud/sae/application_scaling_rule.py +5 -0
  1521. pulumi_alicloud/sae/config_map.py +5 -0
  1522. pulumi_alicloud/sae/get_application_scaling_rules.py +17 -4
  1523. pulumi_alicloud/sae/get_applications.py +31 -4
  1524. pulumi_alicloud/sae/get_config_maps.py +20 -4
  1525. pulumi_alicloud/sae/get_grey_tag_routes.py +20 -4
  1526. pulumi_alicloud/sae/get_ingresses.py +19 -4
  1527. pulumi_alicloud/sae/get_instance_specifications.py +15 -4
  1528. pulumi_alicloud/sae/get_namespaces.py +18 -4
  1529. pulumi_alicloud/sae/get_service.py +13 -4
  1530. pulumi_alicloud/sae/grey_tag_route.py +5 -0
  1531. pulumi_alicloud/sae/ingress.py +5 -0
  1532. pulumi_alicloud/sae/load_balancer_internet.py +5 -0
  1533. pulumi_alicloud/sae/load_balancer_intranet.py +5 -0
  1534. pulumi_alicloud/sae/namespace.py +5 -0
  1535. pulumi_alicloud/sae/outputs.py +5 -0
  1536. pulumi_alicloud/sag/get_acls.py +18 -4
  1537. pulumi_alicloud/sag/get_smartag_flow_logs.py +26 -4
  1538. pulumi_alicloud/sag/outputs.py +5 -0
  1539. pulumi_alicloud/sag/smartag_flow_log.py +5 -0
  1540. pulumi_alicloud/scdn/_inputs.py +79 -0
  1541. pulumi_alicloud/scdn/domain.py +5 -0
  1542. pulumi_alicloud/scdn/domain_config.py +5 -0
  1543. pulumi_alicloud/scdn/get_domains.py +24 -4
  1544. pulumi_alicloud/scdn/outputs.py +5 -0
  1545. pulumi_alicloud/schedulerx/get_namespaces.py +18 -4
  1546. pulumi_alicloud/schedulerx/namespace.py +5 -0
  1547. pulumi_alicloud/schedulerx/outputs.py +5 -0
  1548. pulumi_alicloud/sddp/config.py +5 -0
  1549. pulumi_alicloud/sddp/data_limit.py +5 -0
  1550. pulumi_alicloud/sddp/get_configs.py +17 -4
  1551. pulumi_alicloud/sddp/get_data_limits.py +19 -4
  1552. pulumi_alicloud/sddp/get_instances.py +13 -4
  1553. pulumi_alicloud/sddp/get_rules.py +38 -4
  1554. pulumi_alicloud/sddp/instance.py +5 -0
  1555. pulumi_alicloud/sddp/outputs.py +5 -0
  1556. pulumi_alicloud/sddp/rule.py +5 -0
  1557. pulumi_alicloud/securitycenter/get_groups.py +18 -4
  1558. pulumi_alicloud/securitycenter/group.py +5 -0
  1559. pulumi_alicloud/securitycenter/outputs.py +5 -0
  1560. pulumi_alicloud/securitycenter/service_linked_role.py +5 -0
  1561. pulumi_alicloud/selectdb/_inputs.py +139 -0
  1562. pulumi_alicloud/selectdb/db_cluster.py +5 -0
  1563. pulumi_alicloud/selectdb/db_instance.py +5 -0
  1564. pulumi_alicloud/selectdb/get_db_clusters.py +15 -4
  1565. pulumi_alicloud/selectdb/get_db_instances.py +17 -4
  1566. pulumi_alicloud/selectdb/outputs.py +5 -0
  1567. pulumi_alicloud/servicecatalog/_inputs.py +39 -0
  1568. pulumi_alicloud/servicecatalog/get_end_user_products.py +25 -4
  1569. pulumi_alicloud/servicecatalog/get_launch_options.py +20 -4
  1570. pulumi_alicloud/servicecatalog/get_portfolios.py +30 -4
  1571. pulumi_alicloud/servicecatalog/get_product_as_end_users.py +21 -4
  1572. pulumi_alicloud/servicecatalog/get_product_versions.py +23 -4
  1573. pulumi_alicloud/servicecatalog/get_provisioned_products.py +31 -4
  1574. pulumi_alicloud/servicecatalog/outputs.py +5 -0
  1575. pulumi_alicloud/servicecatalog/portfolio.py +5 -0
  1576. pulumi_alicloud/servicecatalog/principal_portfolio_association.py +5 -0
  1577. pulumi_alicloud/servicecatalog/product.py +5 -0
  1578. pulumi_alicloud/servicecatalog/product_portfolio_association.py +5 -0
  1579. pulumi_alicloud/servicecatalog/product_version.py +5 -0
  1580. pulumi_alicloud/servicecatalog/provisioned_product.py +5 -0
  1581. pulumi_alicloud/servicemesh/_inputs.py +364 -0
  1582. pulumi_alicloud/servicemesh/extension_provider.py +5 -0
  1583. pulumi_alicloud/servicemesh/get_extension_providers.py +22 -4
  1584. pulumi_alicloud/servicemesh/get_service_meshes.py +22 -4
  1585. pulumi_alicloud/servicemesh/get_versions.py +17 -4
  1586. pulumi_alicloud/servicemesh/outputs.py +5 -0
  1587. pulumi_alicloud/servicemesh/service_mesh.py +5 -0
  1588. pulumi_alicloud/servicemesh/user_permission.py +5 -0
  1589. pulumi_alicloud/simpleapplicationserver/custom_image.py +5 -0
  1590. pulumi_alicloud/simpleapplicationserver/firewall_rule.py +5 -0
  1591. pulumi_alicloud/simpleapplicationserver/get_images.py +22 -4
  1592. pulumi_alicloud/simpleapplicationserver/get_instances.py +22 -4
  1593. pulumi_alicloud/simpleapplicationserver/get_server_custom_images.py +18 -4
  1594. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +24 -4
  1595. pulumi_alicloud/simpleapplicationserver/get_server_firewall_rules.py +17 -4
  1596. pulumi_alicloud/simpleapplicationserver/get_server_plans.py +27 -4
  1597. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +24 -4
  1598. pulumi_alicloud/simpleapplicationserver/instance.py +5 -0
  1599. pulumi_alicloud/simpleapplicationserver/outputs.py +5 -0
  1600. pulumi_alicloud/simpleapplicationserver/snapshot.py +5 -0
  1601. pulumi_alicloud/slb/_inputs.py +81 -0
  1602. pulumi_alicloud/slb/acl.py +5 -0
  1603. pulumi_alicloud/slb/acl_entry_attachment.py +5 -0
  1604. pulumi_alicloud/slb/application_load_balancer.py +5 -0
  1605. pulumi_alicloud/slb/attachment.py +5 -0
  1606. pulumi_alicloud/slb/backend_server.py +5 -0
  1607. pulumi_alicloud/slb/ca_certificate.py +5 -0
  1608. pulumi_alicloud/slb/domain_extension.py +5 -0
  1609. pulumi_alicloud/slb/get_acls.py +22 -4
  1610. pulumi_alicloud/slb/get_application_load_balancers.py +58 -4
  1611. pulumi_alicloud/slb/get_attachments.py +17 -4
  1612. pulumi_alicloud/slb/get_backend_servers.py +17 -4
  1613. pulumi_alicloud/slb/get_ca_certificates.py +22 -4
  1614. pulumi_alicloud/slb/get_domain_extensions.py +19 -4
  1615. pulumi_alicloud/slb/get_listeners.py +21 -4
  1616. pulumi_alicloud/slb/get_load_balancers.py +58 -4
  1617. pulumi_alicloud/slb/get_master_slave_server_groups.py +20 -4
  1618. pulumi_alicloud/slb/get_rules.py +22 -4
  1619. pulumi_alicloud/slb/get_server_certificates.py +22 -4
  1620. pulumi_alicloud/slb/get_server_groups.py +20 -4
  1621. pulumi_alicloud/slb/get_tls_cipher_policies.py +24 -4
  1622. pulumi_alicloud/slb/get_zones.py +24 -4
  1623. pulumi_alicloud/slb/listener.py +5 -0
  1624. pulumi_alicloud/slb/load_balancer.py +5 -0
  1625. pulumi_alicloud/slb/master_slave_server_group.py +5 -0
  1626. pulumi_alicloud/slb/outputs.py +5 -0
  1627. pulumi_alicloud/slb/rule.py +5 -0
  1628. pulumi_alicloud/slb/server_certificate.py +5 -0
  1629. pulumi_alicloud/slb/server_group.py +5 -0
  1630. pulumi_alicloud/slb/server_group_server_attachment.py +5 -0
  1631. pulumi_alicloud/slb/tls_cipher_policy.py +5 -0
  1632. pulumi_alicloud/sls/_inputs.py +476 -0
  1633. pulumi_alicloud/sls/alert.py +5 -0
  1634. pulumi_alicloud/sls/outputs.py +5 -0
  1635. pulumi_alicloud/sls/scheduled_sql.py +5 -0
  1636. pulumi_alicloud/sms/short_url.py +5 -0
  1637. pulumi_alicloud/tag/get_meta_tags.py +15 -4
  1638. pulumi_alicloud/tag/meta_tag.py +5 -0
  1639. pulumi_alicloud/tag/outputs.py +5 -0
  1640. pulumi_alicloud/tag/policy.py +5 -0
  1641. pulumi_alicloud/tag/policy_attachment.py +5 -0
  1642. pulumi_alicloud/threatdetection/_inputs.py +81 -0
  1643. pulumi_alicloud/threatdetection/anti_brute_force_rule.py +5 -0
  1644. pulumi_alicloud/threatdetection/backup_policy.py +5 -0
  1645. pulumi_alicloud/threatdetection/baseline_strategy.py +5 -0
  1646. pulumi_alicloud/threatdetection/client_file_protect.py +5 -0
  1647. pulumi_alicloud/threatdetection/client_user_define_rule.py +5 -0
  1648. pulumi_alicloud/threatdetection/file_upload_limit.py +5 -0
  1649. pulumi_alicloud/threatdetection/get_anti_brute_force_rules.py +18 -4
  1650. pulumi_alicloud/threatdetection/get_assets.py +29 -4
  1651. pulumi_alicloud/threatdetection/get_backup_policies.py +28 -4
  1652. pulumi_alicloud/threatdetection/get_baseline_strategies.py +22 -4
  1653. pulumi_alicloud/threatdetection/get_honey_pots.py +25 -4
  1654. pulumi_alicloud/threatdetection/get_honeypot_images.py +20 -4
  1655. pulumi_alicloud/threatdetection/get_honeypot_nodes.py +26 -4
  1656. pulumi_alicloud/threatdetection/get_honeypot_presets.py +33 -4
  1657. pulumi_alicloud/threatdetection/get_honeypot_probes.py +25 -4
  1658. pulumi_alicloud/threatdetection/get_instances.py +23 -4
  1659. pulumi_alicloud/threatdetection/get_log_shipper.py +18 -4
  1660. pulumi_alicloud/threatdetection/get_vul_whitelists.py +19 -4
  1661. pulumi_alicloud/threatdetection/get_web_lock_configs.py +27 -4
  1662. pulumi_alicloud/threatdetection/honey_pot.py +5 -0
  1663. pulumi_alicloud/threatdetection/honeypot_node.py +5 -0
  1664. pulumi_alicloud/threatdetection/honeypot_preset.py +5 -0
  1665. pulumi_alicloud/threatdetection/honeypot_probe.py +5 -0
  1666. pulumi_alicloud/threatdetection/image_event_operation.py +5 -0
  1667. pulumi_alicloud/threatdetection/instance.py +5 -0
  1668. pulumi_alicloud/threatdetection/malicious_file_whitelist_config.py +5 -0
  1669. pulumi_alicloud/threatdetection/oss_scan_config.py +5 -0
  1670. pulumi_alicloud/threatdetection/outputs.py +5 -0
  1671. pulumi_alicloud/threatdetection/sas_trail.py +5 -0
  1672. pulumi_alicloud/threatdetection/vul_whitelist.py +5 -0
  1673. pulumi_alicloud/threatdetection/web_lock_config.py +5 -0
  1674. pulumi_alicloud/tsdb/get_instances.py +27 -4
  1675. pulumi_alicloud/tsdb/get_zones.py +14 -4
  1676. pulumi_alicloud/tsdb/instance.py +5 -0
  1677. pulumi_alicloud/tsdb/outputs.py +5 -0
  1678. pulumi_alicloud/videosurveillance/get_service.py +13 -4
  1679. pulumi_alicloud/videosurveillance/get_system_groups.py +24 -4
  1680. pulumi_alicloud/videosurveillance/outputs.py +5 -0
  1681. pulumi_alicloud/videosurveillance/system_group.py +5 -0
  1682. pulumi_alicloud/vod/_inputs.py +29 -0
  1683. pulumi_alicloud/vod/domain.py +5 -0
  1684. pulumi_alicloud/vod/editing_project.py +5 -0
  1685. pulumi_alicloud/vod/get_domains.py +24 -4
  1686. pulumi_alicloud/vod/outputs.py +5 -0
  1687. pulumi_alicloud/vpc/_inputs.py +277 -0
  1688. pulumi_alicloud/vpc/bgp_group.py +5 -0
  1689. pulumi_alicloud/vpc/bgp_network.py +5 -0
  1690. pulumi_alicloud/vpc/bgp_peer.py +5 -0
  1691. pulumi_alicloud/vpc/common_bandwith_package.py +5 -0
  1692. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +5 -0
  1693. pulumi_alicloud/vpc/dhcp_options_set.py +5 -0
  1694. pulumi_alicloud/vpc/dhcp_options_set_attachment.py +5 -0
  1695. pulumi_alicloud/vpc/flow_log.py +5 -0
  1696. pulumi_alicloud/vpc/forward_entry.py +5 -0
  1697. pulumi_alicloud/vpc/gateway_endpoint.py +5 -0
  1698. pulumi_alicloud/vpc/gateway_endpoint_route_table_attachment.py +5 -0
  1699. pulumi_alicloud/vpc/gateway_route_table_attachment.py +5 -0
  1700. pulumi_alicloud/vpc/get_bgp_groups.py +22 -4
  1701. pulumi_alicloud/vpc/get_bgp_networks.py +19 -4
  1702. pulumi_alicloud/vpc/get_bgp_peers.py +21 -4
  1703. pulumi_alicloud/vpc/get_common_bandwidth_packages.py +28 -4
  1704. pulumi_alicloud/vpc/get_dhcp_options_sets.py +24 -4
  1705. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +14 -4
  1706. pulumi_alicloud/vpc/get_flow_log_service.py +13 -4
  1707. pulumi_alicloud/vpc/get_forward_entries.py +34 -4
  1708. pulumi_alicloud/vpc/get_havips.py +20 -4
  1709. pulumi_alicloud/vpc/get_ipsec_servers.py +22 -4
  1710. pulumi_alicloud/vpc/get_ipv4_gateways.py +24 -4
  1711. pulumi_alicloud/vpc/get_ipv6_addresses.py +24 -4
  1712. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +26 -4
  1713. pulumi_alicloud/vpc/get_ipv6_gateways.py +24 -4
  1714. pulumi_alicloud/vpc/get_ipv6_internet_bandwidths.py +21 -4
  1715. pulumi_alicloud/vpc/get_nat_gateways.py +43 -4
  1716. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +26 -4
  1717. pulumi_alicloud/vpc/get_nat_ips.py +28 -4
  1718. pulumi_alicloud/vpc/get_network_acls.py +28 -4
  1719. pulumi_alicloud/vpc/get_networks.py +45 -4
  1720. pulumi_alicloud/vpc/get_pbr_route_entries.py +17 -4
  1721. pulumi_alicloud/vpc/get_peer_connections.py +24 -4
  1722. pulumi_alicloud/vpc/get_prefix_lists.py +22 -4
  1723. pulumi_alicloud/vpc/get_public_ip_address_pool_cidr_blocks.py +21 -4
  1724. pulumi_alicloud/vpc/get_public_ip_address_pools.py +26 -4
  1725. pulumi_alicloud/vpc/get_route_entries.py +21 -4
  1726. pulumi_alicloud/vpc/get_route_tables.py +39 -4
  1727. pulumi_alicloud/vpc/get_router_interfaces.py +32 -4
  1728. pulumi_alicloud/vpc/get_snat_entries.py +30 -4
  1729. pulumi_alicloud/vpc/get_ssl_vpn_client_certs.py +20 -4
  1730. pulumi_alicloud/vpc/get_ssl_vpn_servers.py +20 -4
  1731. pulumi_alicloud/vpc/get_switches.py +40 -4
  1732. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +19 -4
  1733. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +19 -4
  1734. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +22 -4
  1735. pulumi_alicloud/vpc/get_traffic_mirror_service.py +13 -4
  1736. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +32 -4
  1737. pulumi_alicloud/vpc/get_vpc_flow_logs.py +34 -4
  1738. pulumi_alicloud/vpc/ha_vip.py +5 -0
  1739. pulumi_alicloud/vpc/ha_vip_attachment.py +5 -0
  1740. pulumi_alicloud/vpc/ha_vipv2.py +5 -0
  1741. pulumi_alicloud/vpc/ipv4_cidr_block.py +5 -0
  1742. pulumi_alicloud/vpc/ipv4_gateway.py +5 -0
  1743. pulumi_alicloud/vpc/ipv6_address.py +5 -0
  1744. pulumi_alicloud/vpc/ipv6_egress_rule.py +5 -0
  1745. pulumi_alicloud/vpc/ipv6_gateway.py +5 -0
  1746. pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +5 -0
  1747. pulumi_alicloud/vpc/nat_gateway.py +5 -0
  1748. pulumi_alicloud/vpc/nat_ip.py +5 -0
  1749. pulumi_alicloud/vpc/nat_ip_cidr.py +5 -0
  1750. pulumi_alicloud/vpc/network.py +5 -0
  1751. pulumi_alicloud/vpc/network_acl.py +5 -0
  1752. pulumi_alicloud/vpc/network_acl_attachment.py +5 -0
  1753. pulumi_alicloud/vpc/network_acl_entries.py +5 -0
  1754. pulumi_alicloud/vpc/network_interface.py +5 -0
  1755. pulumi_alicloud/vpc/network_interface_attachment.py +5 -0
  1756. pulumi_alicloud/vpc/outputs.py +5 -0
  1757. pulumi_alicloud/vpc/peer_connection.py +132 -59
  1758. pulumi_alicloud/vpc/peer_connection_accepter.py +268 -42
  1759. pulumi_alicloud/vpc/prefix_list.py +5 -0
  1760. pulumi_alicloud/vpc/public_ip_address_pool.py +5 -0
  1761. pulumi_alicloud/vpc/public_ip_address_pool_cidr_block.py +5 -0
  1762. pulumi_alicloud/vpc/route_entry.py +237 -210
  1763. pulumi_alicloud/vpc/route_table.py +5 -0
  1764. pulumi_alicloud/vpc/route_table_attachment.py +5 -0
  1765. pulumi_alicloud/vpc/router_interface.py +5 -0
  1766. pulumi_alicloud/vpc/router_interface_connection.py +5 -0
  1767. pulumi_alicloud/vpc/snat_entry.py +5 -0
  1768. pulumi_alicloud/vpc/subnet.py +5 -0
  1769. pulumi_alicloud/vpc/switch.py +5 -0
  1770. pulumi_alicloud/vpc/traffic_mirror_filter.py +5 -0
  1771. pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +5 -0
  1772. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +5 -0
  1773. pulumi_alicloud/vpc/traffic_mirror_session.py +5 -0
  1774. pulumi_alicloud/vpc/vbr_ha.py +5 -0
  1775. pulumi_alicloud/vpc/vpc_network_acl_attachment.py +5 -0
  1776. pulumi_alicloud/vpc/vswitch_cidr_reservation.py +5 -0
  1777. pulumi_alicloud/vpn/_inputs.py +405 -0
  1778. pulumi_alicloud/vpn/connection.py +5 -0
  1779. pulumi_alicloud/vpn/customer_gateway.py +5 -0
  1780. pulumi_alicloud/vpn/gateway.py +5 -0
  1781. pulumi_alicloud/vpn/gateway_vco_route.py +5 -0
  1782. pulumi_alicloud/vpn/gateway_vpn_attachment.py +5 -0
  1783. pulumi_alicloud/vpn/get_connections.py +22 -4
  1784. pulumi_alicloud/vpn/get_customer_gateways.py +18 -4
  1785. pulumi_alicloud/vpn/get_gateway_vco_routes.py +25 -4
  1786. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +26 -4
  1787. pulumi_alicloud/vpn/get_gateway_zones.py +17 -4
  1788. pulumi_alicloud/vpn/get_gateways.py +28 -4
  1789. pulumi_alicloud/vpn/ipsec_server.py +5 -0
  1790. pulumi_alicloud/vpn/outputs.py +5 -0
  1791. pulumi_alicloud/vpn/pbr_route_entry.py +5 -0
  1792. pulumi_alicloud/vpn/route_entry.py +5 -0
  1793. pulumi_alicloud/vpn/ssl_vpn_client_cert.py +5 -0
  1794. pulumi_alicloud/vpn/ssl_vpn_server.py +5 -0
  1795. pulumi_alicloud/waf/_inputs.py +15 -0
  1796. pulumi_alicloud/waf/certificate.py +5 -0
  1797. pulumi_alicloud/waf/domain.py +5 -0
  1798. pulumi_alicloud/waf/get_certificates.py +22 -4
  1799. pulumi_alicloud/waf/get_domains.py +24 -4
  1800. pulumi_alicloud/waf/get_instances.py +21 -4
  1801. pulumi_alicloud/waf/instance.py +5 -0
  1802. pulumi_alicloud/waf/outputs.py +5 -0
  1803. pulumi_alicloud/waf/protection_module.py +5 -0
  1804. pulumi_alicloud/wafv3/_inputs.py +173 -0
  1805. pulumi_alicloud/wafv3/defense_template.py +5 -0
  1806. pulumi_alicloud/wafv3/domain.py +5 -0
  1807. pulumi_alicloud/wafv3/get_domains.py +27 -4
  1808. pulumi_alicloud/wafv3/get_instances.py +14 -4
  1809. pulumi_alicloud/wafv3/instance.py +5 -0
  1810. pulumi_alicloud/wafv3/outputs.py +5 -0
  1811. pulumi_alicloud/yundun/_inputs.py +43 -0
  1812. pulumi_alicloud/yundun/bastion_host_instance.py +5 -0
  1813. pulumi_alicloud/yundun/db_audit_instance.py +5 -0
  1814. pulumi_alicloud/yundun/get_bastion_host_instances.py +20 -4
  1815. pulumi_alicloud/yundun/get_db_audit_instance.py +20 -4
  1816. pulumi_alicloud/yundun/outputs.py +5 -0
  1817. {pulumi_alicloud-3.63.0a1727424957.dist-info → pulumi_alicloud-3.63.1.dist-info}/METADATA +3 -2
  1818. pulumi_alicloud-3.63.1.dist-info/RECORD +1950 -0
  1819. {pulumi_alicloud-3.63.0a1727424957.dist-info → pulumi_alicloud-3.63.1.dist-info}/WHEEL +1 -1
  1820. pulumi_alicloud-3.63.0a1727424957.dist-info/RECORD +0 -1945
  1821. {pulumi_alicloud-3.63.0a1727424957.dist-info → pulumi_alicloud-3.63.1.dist-info}/top_level.txt +0 -0
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from .. import _utilities
11
16
  from . import outputs
12
17
  from ._inputs import *
@@ -21,30 +26,67 @@ class DomainResourceArgs:
21
26
  proxy_types: pulumi.Input[Sequence[pulumi.Input['DomainResourceProxyTypeArgs']]],
22
27
  real_servers: pulumi.Input[Sequence[pulumi.Input[str]]],
23
28
  rs_type: pulumi.Input[int],
29
+ cert: Optional[pulumi.Input[str]] = None,
30
+ cert_identifier: Optional[pulumi.Input[str]] = None,
31
+ cert_name: Optional[pulumi.Input[str]] = None,
32
+ cert_region: Optional[pulumi.Input[str]] = None,
24
33
  https_ext: Optional[pulumi.Input[str]] = None,
34
+ key: Optional[pulumi.Input[str]] = None,
25
35
  ocsp_enabled: Optional[pulumi.Input[bool]] = None):
26
36
  """
27
37
  The set of arguments for constructing a DomainResource resource.
28
- :param pulumi.Input[str] domain: The domain name of the website that you want to add to the instance.
29
- :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.
30
- > **NOTE:** There is a potential diff error because of the order of `instance_ids` values indefinite. So, from version 1.161.0, `instance_ids` type has been updated as `set` from `list`, and you can use tolist to convert it to a list.
38
+ :param pulumi.Input[str] domain: The domain name for which you want to configure the Static Page Caching policy.
39
+
40
+ > **NOTE:** You can call the [DescribeDomains](https://www.alibabacloud.com/help/en/doc-detail/91724.html) operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
41
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: InstanceIds
31
42
  :param pulumi.Input[Sequence[pulumi.Input['DomainResourceProxyTypeArgs']]] proxy_types: Protocol type and port number information. See `proxy_types` below.
32
- > **NOTE:** From version 1.206.0, `proxy_types` can be modified.
33
- :param pulumi.Input[Sequence[pulumi.Input[str]]] real_servers: the IP address. This field is required and must be a string array.
34
- :param pulumi.Input[int] rs_type: The address type of the origin server. Use the domain name of the origin server if you deploy proxies, such as Web Application Firewall (WAF), between the origin server and the Anti-DDoS Pro or Anti-DDoS Premium instance. If you use the domain name, you must enter the address of the proxy, such as the CNAME of WAF. Valid values:
35
- :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
36
- - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
37
- - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
38
- - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
39
- :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Default value: `false`. Valid values:
43
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] real_servers: Server address information of the source station.
44
+ :param pulumi.Input[int] rs_type: The address type of the origin server. Valid values:
45
+ :param pulumi.Input[str] cert: The private key of the certificate that you want to associate. This parameter must be used together with the CertName and Cert parameters.
46
+
47
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
48
+ :param pulumi.Input[str] cert_identifier: The name of the certificate.
49
+
50
+ > **NOTE:** You can specify the name of the certificate that you want to associate.
51
+ :param pulumi.Input[str] cert_name: The public key of the certificate that you want to associate. This parameter must be used together with the CertName and Key parameters.
52
+
53
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
54
+ :param pulumi.Input[str] cert_region: The region of the certificate. `cn-hangzhou` and `ap-southeast-1` are supported. The default value is `cn-hangzhou`.
55
+ :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of the `ProxyType` parameter includes `https`. The value is a string that consists of a JSON struct. The JSON struct contains the following fields:
56
+
57
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enforce HTTPS Routing is turned off. The value 1 indicates that Enforce HTTPS Routing is turned on. The default value is 0.
58
+
59
+ If your website supports both HTTP and HTTPS, this feature meets your business requirements. If you enable this feature, all HTTP requests to access the website are redirected to HTTPS requests on the standard port 443.
60
+
61
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP is turned off. The value 1 indicates that Enable HTTP is turned on. The default value is 0.
62
+
63
+ If your website does not support HTTPS, this feature meets your business requirements If this feature is enabled, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. This feature can redirect WebSockets requests to WebSocket requests. Requests are redirected over the standard port 80.
64
+
65
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional. Data type: integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP/2 is turned off. The value 1 indicates that Enable HTTP/2 is turned on. The default value is 0.
66
+
67
+ After you turn on the switch, HTTP/2 is used.
68
+ :param pulumi.Input[str] key: The globally unique ID of the certificate. The value is in the "Certificate ID-cn-hangzhou" format. For example, if the ID of the certificate is 123, the value of the CertIdentifier parameter is 123-cn-hangzhou.
69
+
70
+ > **NOTE:** You can specify only one of this parameter and the CertId parameter.
71
+ :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Valid values:
40
72
  """
41
73
  pulumi.set(__self__, "domain", domain)
42
74
  pulumi.set(__self__, "instance_ids", instance_ids)
43
75
  pulumi.set(__self__, "proxy_types", proxy_types)
44
76
  pulumi.set(__self__, "real_servers", real_servers)
45
77
  pulumi.set(__self__, "rs_type", rs_type)
78
+ if cert is not None:
79
+ pulumi.set(__self__, "cert", cert)
80
+ if cert_identifier is not None:
81
+ pulumi.set(__self__, "cert_identifier", cert_identifier)
82
+ if cert_name is not None:
83
+ pulumi.set(__self__, "cert_name", cert_name)
84
+ if cert_region is not None:
85
+ pulumi.set(__self__, "cert_region", cert_region)
46
86
  if https_ext is not None:
47
87
  pulumi.set(__self__, "https_ext", https_ext)
88
+ if key is not None:
89
+ pulumi.set(__self__, "key", key)
48
90
  if ocsp_enabled is not None:
49
91
  pulumi.set(__self__, "ocsp_enabled", ocsp_enabled)
50
92
 
@@ -52,7 +94,9 @@ class DomainResourceArgs:
52
94
  @pulumi.getter
53
95
  def domain(self) -> pulumi.Input[str]:
54
96
  """
55
- The domain name of the website that you want to add to the instance.
97
+ The domain name for which you want to configure the Static Page Caching policy.
98
+
99
+ > **NOTE:** You can call the [DescribeDomains](https://www.alibabacloud.com/help/en/doc-detail/91724.html) operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
56
100
  """
57
101
  return pulumi.get(self, "domain")
58
102
 
@@ -64,8 +108,7 @@ class DomainResourceArgs:
64
108
  @pulumi.getter(name="instanceIds")
65
109
  def instance_ids(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
66
110
  """
67
- A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.
68
- > **NOTE:** There is a potential diff error because of the order of `instance_ids` values indefinite. So, from version 1.161.0, `instance_ids` type has been updated as `set` from `list`, and you can use tolist to convert it to a list.
111
+ InstanceIds
69
112
  """
70
113
  return pulumi.get(self, "instance_ids")
71
114
 
@@ -78,7 +121,6 @@ class DomainResourceArgs:
78
121
  def proxy_types(self) -> pulumi.Input[Sequence[pulumi.Input['DomainResourceProxyTypeArgs']]]:
79
122
  """
80
123
  Protocol type and port number information. See `proxy_types` below.
81
- > **NOTE:** From version 1.206.0, `proxy_types` can be modified.
82
124
  """
83
125
  return pulumi.get(self, "proxy_types")
84
126
 
@@ -90,7 +132,7 @@ class DomainResourceArgs:
90
132
  @pulumi.getter(name="realServers")
91
133
  def real_servers(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
92
134
  """
93
- the IP address. This field is required and must be a string array.
135
+ Server address information of the source station.
94
136
  """
95
137
  return pulumi.get(self, "real_servers")
96
138
 
@@ -102,7 +144,7 @@ class DomainResourceArgs:
102
144
  @pulumi.getter(name="rsType")
103
145
  def rs_type(self) -> pulumi.Input[int]:
104
146
  """
105
- The address type of the origin server. Use the domain name of the origin server if you deploy proxies, such as Web Application Firewall (WAF), between the origin server and the Anti-DDoS Pro or Anti-DDoS Premium instance. If you use the domain name, you must enter the address of the proxy, such as the CNAME of WAF. Valid values:
147
+ The address type of the origin server. Valid values:
106
148
  """
107
149
  return pulumi.get(self, "rs_type")
108
150
 
@@ -110,14 +152,77 @@ class DomainResourceArgs:
110
152
  def rs_type(self, value: pulumi.Input[int]):
111
153
  pulumi.set(self, "rs_type", value)
112
154
 
155
+ @property
156
+ @pulumi.getter
157
+ def cert(self) -> Optional[pulumi.Input[str]]:
158
+ """
159
+ The private key of the certificate that you want to associate. This parameter must be used together with the CertName and Cert parameters.
160
+
161
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
162
+ """
163
+ return pulumi.get(self, "cert")
164
+
165
+ @cert.setter
166
+ def cert(self, value: Optional[pulumi.Input[str]]):
167
+ pulumi.set(self, "cert", value)
168
+
169
+ @property
170
+ @pulumi.getter(name="certIdentifier")
171
+ def cert_identifier(self) -> Optional[pulumi.Input[str]]:
172
+ """
173
+ The name of the certificate.
174
+
175
+ > **NOTE:** You can specify the name of the certificate that you want to associate.
176
+ """
177
+ return pulumi.get(self, "cert_identifier")
178
+
179
+ @cert_identifier.setter
180
+ def cert_identifier(self, value: Optional[pulumi.Input[str]]):
181
+ pulumi.set(self, "cert_identifier", value)
182
+
183
+ @property
184
+ @pulumi.getter(name="certName")
185
+ def cert_name(self) -> Optional[pulumi.Input[str]]:
186
+ """
187
+ The public key of the certificate that you want to associate. This parameter must be used together with the CertName and Key parameters.
188
+
189
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
190
+ """
191
+ return pulumi.get(self, "cert_name")
192
+
193
+ @cert_name.setter
194
+ def cert_name(self, value: Optional[pulumi.Input[str]]):
195
+ pulumi.set(self, "cert_name", value)
196
+
197
+ @property
198
+ @pulumi.getter(name="certRegion")
199
+ def cert_region(self) -> Optional[pulumi.Input[str]]:
200
+ """
201
+ The region of the certificate. `cn-hangzhou` and `ap-southeast-1` are supported. The default value is `cn-hangzhou`.
202
+ """
203
+ return pulumi.get(self, "cert_region")
204
+
205
+ @cert_region.setter
206
+ def cert_region(self, value: Optional[pulumi.Input[str]]):
207
+ pulumi.set(self, "cert_region", value)
208
+
113
209
  @property
114
210
  @pulumi.getter(name="httpsExt")
115
211
  def https_ext(self) -> Optional[pulumi.Input[str]]:
116
212
  """
117
- The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
118
- - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
119
- - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
120
- - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
213
+ The advanced HTTPS settings. This parameter takes effect only when the value of the `ProxyType` parameter includes `https`. The value is a string that consists of a JSON struct. The JSON struct contains the following fields:
214
+
215
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enforce HTTPS Routing is turned off. The value 1 indicates that Enforce HTTPS Routing is turned on. The default value is 0.
216
+
217
+ If your website supports both HTTP and HTTPS, this feature meets your business requirements. If you enable this feature, all HTTP requests to access the website are redirected to HTTPS requests on the standard port 443.
218
+
219
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP is turned off. The value 1 indicates that Enable HTTP is turned on. The default value is 0.
220
+
221
+ If your website does not support HTTPS, this feature meets your business requirements If this feature is enabled, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. This feature can redirect WebSockets requests to WebSocket requests. Requests are redirected over the standard port 80.
222
+
223
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional. Data type: integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP/2 is turned off. The value 1 indicates that Enable HTTP/2 is turned on. The default value is 0.
224
+
225
+ After you turn on the switch, HTTP/2 is used.
121
226
  """
122
227
  return pulumi.get(self, "https_ext")
123
228
 
@@ -125,11 +230,25 @@ class DomainResourceArgs:
125
230
  def https_ext(self, value: Optional[pulumi.Input[str]]):
126
231
  pulumi.set(self, "https_ext", value)
127
232
 
233
+ @property
234
+ @pulumi.getter
235
+ def key(self) -> Optional[pulumi.Input[str]]:
236
+ """
237
+ The globally unique ID of the certificate. The value is in the "Certificate ID-cn-hangzhou" format. For example, if the ID of the certificate is 123, the value of the CertIdentifier parameter is 123-cn-hangzhou.
238
+
239
+ > **NOTE:** You can specify only one of this parameter and the CertId parameter.
240
+ """
241
+ return pulumi.get(self, "key")
242
+
243
+ @key.setter
244
+ def key(self, value: Optional[pulumi.Input[str]]):
245
+ pulumi.set(self, "key", value)
246
+
128
247
  @property
129
248
  @pulumi.getter(name="ocspEnabled")
130
249
  def ocsp_enabled(self) -> Optional[pulumi.Input[bool]]:
131
250
  """
132
- Specifies whether to enable the OCSP feature. Default value: `false`. Valid values:
251
+ Specifies whether to enable the OCSP feature. Valid values:
133
252
  """
134
253
  return pulumi.get(self, "ocsp_enabled")
135
254
 
@@ -141,30 +260,65 @@ class DomainResourceArgs:
141
260
  @pulumi.input_type
142
261
  class _DomainResourceState:
143
262
  def __init__(__self__, *,
263
+ cert: Optional[pulumi.Input[str]] = None,
264
+ cert_identifier: Optional[pulumi.Input[str]] = None,
265
+ cert_name: Optional[pulumi.Input[str]] = None,
266
+ cert_region: Optional[pulumi.Input[str]] = None,
144
267
  cname: Optional[pulumi.Input[str]] = None,
145
268
  domain: Optional[pulumi.Input[str]] = None,
146
269
  https_ext: Optional[pulumi.Input[str]] = None,
147
270
  instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
271
+ key: Optional[pulumi.Input[str]] = None,
148
272
  ocsp_enabled: Optional[pulumi.Input[bool]] = None,
149
273
  proxy_types: Optional[pulumi.Input[Sequence[pulumi.Input['DomainResourceProxyTypeArgs']]]] = None,
150
274
  real_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
151
275
  rs_type: Optional[pulumi.Input[int]] = None):
152
276
  """
153
277
  Input properties used for looking up and filtering DomainResource resources.
154
- :param pulumi.Input[str] cname: (Available since v1.207.2) The CNAME assigned to the domain name.
155
- :param pulumi.Input[str] domain: The domain name of the website that you want to add to the instance.
156
- :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
157
- - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
158
- - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
159
- - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
160
- :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.
161
- > **NOTE:** There is a potential diff error because of the order of `instance_ids` values indefinite. So, from version 1.161.0, `instance_ids` type has been updated as `set` from `list`, and you can use tolist to convert it to a list.
162
- :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Default value: `false`. Valid values:
278
+ :param pulumi.Input[str] cert: The private key of the certificate that you want to associate. This parameter must be used together with the CertName and Cert parameters.
279
+
280
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
281
+ :param pulumi.Input[str] cert_identifier: The name of the certificate.
282
+
283
+ > **NOTE:** You can specify the name of the certificate that you want to associate.
284
+ :param pulumi.Input[str] cert_name: The public key of the certificate that you want to associate. This parameter must be used together with the CertName and Key parameters.
285
+
286
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
287
+ :param pulumi.Input[str] cert_region: The region of the certificate. `cn-hangzhou` and `ap-southeast-1` are supported. The default value is `cn-hangzhou`.
288
+ :param pulumi.Input[str] cname: The CNAME address to query.
289
+ :param pulumi.Input[str] domain: The domain name for which you want to configure the Static Page Caching policy.
290
+
291
+ > **NOTE:** You can call the [DescribeDomains](https://www.alibabacloud.com/help/en/doc-detail/91724.html) operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
292
+ :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of the `ProxyType` parameter includes `https`. The value is a string that consists of a JSON struct. The JSON struct contains the following fields:
293
+
294
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enforce HTTPS Routing is turned off. The value 1 indicates that Enforce HTTPS Routing is turned on. The default value is 0.
295
+
296
+ If your website supports both HTTP and HTTPS, this feature meets your business requirements. If you enable this feature, all HTTP requests to access the website are redirected to HTTPS requests on the standard port 443.
297
+
298
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP is turned off. The value 1 indicates that Enable HTTP is turned on. The default value is 0.
299
+
300
+ If your website does not support HTTPS, this feature meets your business requirements If this feature is enabled, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. This feature can redirect WebSockets requests to WebSocket requests. Requests are redirected over the standard port 80.
301
+
302
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional. Data type: integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP/2 is turned off. The value 1 indicates that Enable HTTP/2 is turned on. The default value is 0.
303
+
304
+ After you turn on the switch, HTTP/2 is used.
305
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: InstanceIds
306
+ :param pulumi.Input[str] key: The globally unique ID of the certificate. The value is in the "Certificate ID-cn-hangzhou" format. For example, if the ID of the certificate is 123, the value of the CertIdentifier parameter is 123-cn-hangzhou.
307
+
308
+ > **NOTE:** You can specify only one of this parameter and the CertId parameter.
309
+ :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Valid values:
163
310
  :param pulumi.Input[Sequence[pulumi.Input['DomainResourceProxyTypeArgs']]] proxy_types: Protocol type and port number information. See `proxy_types` below.
164
- > **NOTE:** From version 1.206.0, `proxy_types` can be modified.
165
- :param pulumi.Input[Sequence[pulumi.Input[str]]] real_servers: the IP address. This field is required and must be a string array.
166
- :param pulumi.Input[int] rs_type: The address type of the origin server. Use the domain name of the origin server if you deploy proxies, such as Web Application Firewall (WAF), between the origin server and the Anti-DDoS Pro or Anti-DDoS Premium instance. If you use the domain name, you must enter the address of the proxy, such as the CNAME of WAF. Valid values:
167
- """
311
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] real_servers: Server address information of the source station.
312
+ :param pulumi.Input[int] rs_type: The address type of the origin server. Valid values:
313
+ """
314
+ if cert is not None:
315
+ pulumi.set(__self__, "cert", cert)
316
+ if cert_identifier is not None:
317
+ pulumi.set(__self__, "cert_identifier", cert_identifier)
318
+ if cert_name is not None:
319
+ pulumi.set(__self__, "cert_name", cert_name)
320
+ if cert_region is not None:
321
+ pulumi.set(__self__, "cert_region", cert_region)
168
322
  if cname is not None:
169
323
  pulumi.set(__self__, "cname", cname)
170
324
  if domain is not None:
@@ -173,6 +327,8 @@ class _DomainResourceState:
173
327
  pulumi.set(__self__, "https_ext", https_ext)
174
328
  if instance_ids is not None:
175
329
  pulumi.set(__self__, "instance_ids", instance_ids)
330
+ if key is not None:
331
+ pulumi.set(__self__, "key", key)
176
332
  if ocsp_enabled is not None:
177
333
  pulumi.set(__self__, "ocsp_enabled", ocsp_enabled)
178
334
  if proxy_types is not None:
@@ -182,11 +338,65 @@ class _DomainResourceState:
182
338
  if rs_type is not None:
183
339
  pulumi.set(__self__, "rs_type", rs_type)
184
340
 
341
+ @property
342
+ @pulumi.getter
343
+ def cert(self) -> Optional[pulumi.Input[str]]:
344
+ """
345
+ The private key of the certificate that you want to associate. This parameter must be used together with the CertName and Cert parameters.
346
+
347
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
348
+ """
349
+ return pulumi.get(self, "cert")
350
+
351
+ @cert.setter
352
+ def cert(self, value: Optional[pulumi.Input[str]]):
353
+ pulumi.set(self, "cert", value)
354
+
355
+ @property
356
+ @pulumi.getter(name="certIdentifier")
357
+ def cert_identifier(self) -> Optional[pulumi.Input[str]]:
358
+ """
359
+ The name of the certificate.
360
+
361
+ > **NOTE:** You can specify the name of the certificate that you want to associate.
362
+ """
363
+ return pulumi.get(self, "cert_identifier")
364
+
365
+ @cert_identifier.setter
366
+ def cert_identifier(self, value: Optional[pulumi.Input[str]]):
367
+ pulumi.set(self, "cert_identifier", value)
368
+
369
+ @property
370
+ @pulumi.getter(name="certName")
371
+ def cert_name(self) -> Optional[pulumi.Input[str]]:
372
+ """
373
+ The public key of the certificate that you want to associate. This parameter must be used together with the CertName and Key parameters.
374
+
375
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
376
+ """
377
+ return pulumi.get(self, "cert_name")
378
+
379
+ @cert_name.setter
380
+ def cert_name(self, value: Optional[pulumi.Input[str]]):
381
+ pulumi.set(self, "cert_name", value)
382
+
383
+ @property
384
+ @pulumi.getter(name="certRegion")
385
+ def cert_region(self) -> Optional[pulumi.Input[str]]:
386
+ """
387
+ The region of the certificate. `cn-hangzhou` and `ap-southeast-1` are supported. The default value is `cn-hangzhou`.
388
+ """
389
+ return pulumi.get(self, "cert_region")
390
+
391
+ @cert_region.setter
392
+ def cert_region(self, value: Optional[pulumi.Input[str]]):
393
+ pulumi.set(self, "cert_region", value)
394
+
185
395
  @property
186
396
  @pulumi.getter
187
397
  def cname(self) -> Optional[pulumi.Input[str]]:
188
398
  """
189
- (Available since v1.207.2) The CNAME assigned to the domain name.
399
+ The CNAME address to query.
190
400
  """
191
401
  return pulumi.get(self, "cname")
192
402
 
@@ -198,7 +408,9 @@ class _DomainResourceState:
198
408
  @pulumi.getter
199
409
  def domain(self) -> Optional[pulumi.Input[str]]:
200
410
  """
201
- The domain name of the website that you want to add to the instance.
411
+ The domain name for which you want to configure the Static Page Caching policy.
412
+
413
+ > **NOTE:** You can call the [DescribeDomains](https://www.alibabacloud.com/help/en/doc-detail/91724.html) operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
202
414
  """
203
415
  return pulumi.get(self, "domain")
204
416
 
@@ -210,10 +422,19 @@ class _DomainResourceState:
210
422
  @pulumi.getter(name="httpsExt")
211
423
  def https_ext(self) -> Optional[pulumi.Input[str]]:
212
424
  """
213
- The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
214
- - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
215
- - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
216
- - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
425
+ The advanced HTTPS settings. This parameter takes effect only when the value of the `ProxyType` parameter includes `https`. The value is a string that consists of a JSON struct. The JSON struct contains the following fields:
426
+
427
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enforce HTTPS Routing is turned off. The value 1 indicates that Enforce HTTPS Routing is turned on. The default value is 0.
428
+
429
+ If your website supports both HTTP and HTTPS, this feature meets your business requirements. If you enable this feature, all HTTP requests to access the website are redirected to HTTPS requests on the standard port 443.
430
+
431
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP is turned off. The value 1 indicates that Enable HTTP is turned on. The default value is 0.
432
+
433
+ If your website does not support HTTPS, this feature meets your business requirements If this feature is enabled, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. This feature can redirect WebSockets requests to WebSocket requests. Requests are redirected over the standard port 80.
434
+
435
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional. Data type: integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP/2 is turned off. The value 1 indicates that Enable HTTP/2 is turned on. The default value is 0.
436
+
437
+ After you turn on the switch, HTTP/2 is used.
217
438
  """
218
439
  return pulumi.get(self, "https_ext")
219
440
 
@@ -225,8 +446,7 @@ class _DomainResourceState:
225
446
  @pulumi.getter(name="instanceIds")
226
447
  def instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
227
448
  """
228
- A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.
229
- > **NOTE:** There is a potential diff error because of the order of `instance_ids` values indefinite. So, from version 1.161.0, `instance_ids` type has been updated as `set` from `list`, and you can use tolist to convert it to a list.
449
+ InstanceIds
230
450
  """
231
451
  return pulumi.get(self, "instance_ids")
232
452
 
@@ -234,11 +454,25 @@ class _DomainResourceState:
234
454
  def instance_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
235
455
  pulumi.set(self, "instance_ids", value)
236
456
 
457
+ @property
458
+ @pulumi.getter
459
+ def key(self) -> Optional[pulumi.Input[str]]:
460
+ """
461
+ The globally unique ID of the certificate. The value is in the "Certificate ID-cn-hangzhou" format. For example, if the ID of the certificate is 123, the value of the CertIdentifier parameter is 123-cn-hangzhou.
462
+
463
+ > **NOTE:** You can specify only one of this parameter and the CertId parameter.
464
+ """
465
+ return pulumi.get(self, "key")
466
+
467
+ @key.setter
468
+ def key(self, value: Optional[pulumi.Input[str]]):
469
+ pulumi.set(self, "key", value)
470
+
237
471
  @property
238
472
  @pulumi.getter(name="ocspEnabled")
239
473
  def ocsp_enabled(self) -> Optional[pulumi.Input[bool]]:
240
474
  """
241
- Specifies whether to enable the OCSP feature. Default value: `false`. Valid values:
475
+ Specifies whether to enable the OCSP feature. Valid values:
242
476
  """
243
477
  return pulumi.get(self, "ocsp_enabled")
244
478
 
@@ -251,7 +485,6 @@ class _DomainResourceState:
251
485
  def proxy_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DomainResourceProxyTypeArgs']]]]:
252
486
  """
253
487
  Protocol type and port number information. See `proxy_types` below.
254
- > **NOTE:** From version 1.206.0, `proxy_types` can be modified.
255
488
  """
256
489
  return pulumi.get(self, "proxy_types")
257
490
 
@@ -263,7 +496,7 @@ class _DomainResourceState:
263
496
  @pulumi.getter(name="realServers")
264
497
  def real_servers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
265
498
  """
266
- the IP address. This field is required and must be a string array.
499
+ Server address information of the source station.
267
500
  """
268
501
  return pulumi.get(self, "real_servers")
269
502
 
@@ -275,7 +508,7 @@ class _DomainResourceState:
275
508
  @pulumi.getter(name="rsType")
276
509
  def rs_type(self) -> Optional[pulumi.Input[int]]:
277
510
  """
278
- The address type of the origin server. Use the domain name of the origin server if you deploy proxies, such as Web Application Firewall (WAF), between the origin server and the Anti-DDoS Pro or Anti-DDoS Premium instance. If you use the domain name, you must enter the address of the proxy, such as the CNAME of WAF. Valid values:
511
+ The address type of the origin server. Valid values:
279
512
  """
280
513
  return pulumi.get(self, "rs_type")
281
514
 
@@ -289,18 +522,23 @@ class DomainResource(pulumi.CustomResource):
289
522
  def __init__(__self__,
290
523
  resource_name: str,
291
524
  opts: Optional[pulumi.ResourceOptions] = None,
525
+ cert: Optional[pulumi.Input[str]] = None,
526
+ cert_identifier: Optional[pulumi.Input[str]] = None,
527
+ cert_name: Optional[pulumi.Input[str]] = None,
528
+ cert_region: Optional[pulumi.Input[str]] = None,
292
529
  domain: Optional[pulumi.Input[str]] = None,
293
530
  https_ext: Optional[pulumi.Input[str]] = None,
294
531
  instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
532
+ key: Optional[pulumi.Input[str]] = None,
295
533
  ocsp_enabled: Optional[pulumi.Input[bool]] = None,
296
534
  proxy_types: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DomainResourceProxyTypeArgs', 'DomainResourceProxyTypeArgsDict']]]]] = None,
297
535
  real_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
298
536
  rs_type: Optional[pulumi.Input[int]] = None,
299
537
  __props__=None):
300
538
  """
301
- Provides a Anti-DDoS Pro Domain Resource resource.
539
+ Provides a Ddos Coo Domain Resource resource.
302
540
 
303
- For information about Anti-DDoS Pro Domain Resource and how to use it, see [What is Domain Resource](https://www.alibabacloud.com/help/en/ddos-protection/latest/api-ddoscoo-2020-01-01-createwebrule).
541
+ For information about Ddos Coo Domain Resource and how to use it, see [What is Domain Resource](https://www.alibabacloud.com/help/en/anti-ddos/anti-ddos-pro-and-premium/developer-reference/api-ddoscoo-2020-01-01-createdomainresource).
304
542
 
305
543
  > **NOTE:** Available since v1.123.0.
306
544
 
@@ -342,26 +580,48 @@ class DomainResource(pulumi.CustomResource):
342
580
 
343
581
  ## Import
344
582
 
345
- Anti-DDoS Pro Domain Resource can be imported using the id, e.g.
583
+ Ddos Coo Domain Resource can be imported using the id, e.g.
346
584
 
347
585
  ```sh
348
- $ pulumi import alicloud:ddos/domainResource:DomainResource example <domain>
586
+ $ pulumi import alicloud:ddos/domainResource:DomainResource example <id>
349
587
  ```
350
588
 
351
589
  :param str resource_name: The name of the resource.
352
590
  :param pulumi.ResourceOptions opts: Options for the resource.
353
- :param pulumi.Input[str] domain: The domain name of the website that you want to add to the instance.
354
- :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
355
- - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
356
- - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
357
- - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
358
- :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.
359
- > **NOTE:** There is a potential diff error because of the order of `instance_ids` values indefinite. So, from version 1.161.0, `instance_ids` type has been updated as `set` from `list`, and you can use tolist to convert it to a list.
360
- :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Default value: `false`. Valid values:
591
+ :param pulumi.Input[str] cert: The private key of the certificate that you want to associate. This parameter must be used together with the CertName and Cert parameters.
592
+
593
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
594
+ :param pulumi.Input[str] cert_identifier: The name of the certificate.
595
+
596
+ > **NOTE:** You can specify the name of the certificate that you want to associate.
597
+ :param pulumi.Input[str] cert_name: The public key of the certificate that you want to associate. This parameter must be used together with the CertName and Key parameters.
598
+
599
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
600
+ :param pulumi.Input[str] cert_region: The region of the certificate. `cn-hangzhou` and `ap-southeast-1` are supported. The default value is `cn-hangzhou`.
601
+ :param pulumi.Input[str] domain: The domain name for which you want to configure the Static Page Caching policy.
602
+
603
+ > **NOTE:** You can call the [DescribeDomains](https://www.alibabacloud.com/help/en/doc-detail/91724.html) operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
604
+ :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of the `ProxyType` parameter includes `https`. The value is a string that consists of a JSON struct. The JSON struct contains the following fields:
605
+
606
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enforce HTTPS Routing is turned off. The value 1 indicates that Enforce HTTPS Routing is turned on. The default value is 0.
607
+
608
+ If your website supports both HTTP and HTTPS, this feature meets your business requirements. If you enable this feature, all HTTP requests to access the website are redirected to HTTPS requests on the standard port 443.
609
+
610
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP is turned off. The value 1 indicates that Enable HTTP is turned on. The default value is 0.
611
+
612
+ If your website does not support HTTPS, this feature meets your business requirements If this feature is enabled, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. This feature can redirect WebSockets requests to WebSocket requests. Requests are redirected over the standard port 80.
613
+
614
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional. Data type: integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP/2 is turned off. The value 1 indicates that Enable HTTP/2 is turned on. The default value is 0.
615
+
616
+ After you turn on the switch, HTTP/2 is used.
617
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: InstanceIds
618
+ :param pulumi.Input[str] key: The globally unique ID of the certificate. The value is in the "Certificate ID-cn-hangzhou" format. For example, if the ID of the certificate is 123, the value of the CertIdentifier parameter is 123-cn-hangzhou.
619
+
620
+ > **NOTE:** You can specify only one of this parameter and the CertId parameter.
621
+ :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Valid values:
361
622
  :param pulumi.Input[Sequence[pulumi.Input[Union['DomainResourceProxyTypeArgs', 'DomainResourceProxyTypeArgsDict']]]] proxy_types: Protocol type and port number information. See `proxy_types` below.
362
- > **NOTE:** From version 1.206.0, `proxy_types` can be modified.
363
- :param pulumi.Input[Sequence[pulumi.Input[str]]] real_servers: the IP address. This field is required and must be a string array.
364
- :param pulumi.Input[int] rs_type: The address type of the origin server. Use the domain name of the origin server if you deploy proxies, such as Web Application Firewall (WAF), between the origin server and the Anti-DDoS Pro or Anti-DDoS Premium instance. If you use the domain name, you must enter the address of the proxy, such as the CNAME of WAF. Valid values:
623
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] real_servers: Server address information of the source station.
624
+ :param pulumi.Input[int] rs_type: The address type of the origin server. Valid values:
365
625
  """
366
626
  ...
367
627
  @overload
@@ -370,9 +630,9 @@ class DomainResource(pulumi.CustomResource):
370
630
  args: DomainResourceArgs,
371
631
  opts: Optional[pulumi.ResourceOptions] = None):
372
632
  """
373
- Provides a Anti-DDoS Pro Domain Resource resource.
633
+ Provides a Ddos Coo Domain Resource resource.
374
634
 
375
- For information about Anti-DDoS Pro Domain Resource and how to use it, see [What is Domain Resource](https://www.alibabacloud.com/help/en/ddos-protection/latest/api-ddoscoo-2020-01-01-createwebrule).
635
+ For information about Ddos Coo Domain Resource and how to use it, see [What is Domain Resource](https://www.alibabacloud.com/help/en/anti-ddos/anti-ddos-pro-and-premium/developer-reference/api-ddoscoo-2020-01-01-createdomainresource).
376
636
 
377
637
  > **NOTE:** Available since v1.123.0.
378
638
 
@@ -414,10 +674,10 @@ class DomainResource(pulumi.CustomResource):
414
674
 
415
675
  ## Import
416
676
 
417
- Anti-DDoS Pro Domain Resource can be imported using the id, e.g.
677
+ Ddos Coo Domain Resource can be imported using the id, e.g.
418
678
 
419
679
  ```sh
420
- $ pulumi import alicloud:ddos/domainResource:DomainResource example <domain>
680
+ $ pulumi import alicloud:ddos/domainResource:DomainResource example <id>
421
681
  ```
422
682
 
423
683
  :param str resource_name: The name of the resource.
@@ -435,9 +695,14 @@ class DomainResource(pulumi.CustomResource):
435
695
  def _internal_init(__self__,
436
696
  resource_name: str,
437
697
  opts: Optional[pulumi.ResourceOptions] = None,
698
+ cert: Optional[pulumi.Input[str]] = None,
699
+ cert_identifier: Optional[pulumi.Input[str]] = None,
700
+ cert_name: Optional[pulumi.Input[str]] = None,
701
+ cert_region: Optional[pulumi.Input[str]] = None,
438
702
  domain: Optional[pulumi.Input[str]] = None,
439
703
  https_ext: Optional[pulumi.Input[str]] = None,
440
704
  instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
705
+ key: Optional[pulumi.Input[str]] = None,
441
706
  ocsp_enabled: Optional[pulumi.Input[bool]] = None,
442
707
  proxy_types: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DomainResourceProxyTypeArgs', 'DomainResourceProxyTypeArgsDict']]]]] = None,
443
708
  real_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -451,6 +716,10 @@ class DomainResource(pulumi.CustomResource):
451
716
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
452
717
  __props__ = DomainResourceArgs.__new__(DomainResourceArgs)
453
718
 
719
+ __props__.__dict__["cert"] = None if cert is None else pulumi.Output.secret(cert)
720
+ __props__.__dict__["cert_identifier"] = cert_identifier
721
+ __props__.__dict__["cert_name"] = cert_name
722
+ __props__.__dict__["cert_region"] = None if cert_region is None else pulumi.Output.secret(cert_region)
454
723
  if domain is None and not opts.urn:
455
724
  raise TypeError("Missing required property 'domain'")
456
725
  __props__.__dict__["domain"] = domain
@@ -458,6 +727,7 @@ class DomainResource(pulumi.CustomResource):
458
727
  if instance_ids is None and not opts.urn:
459
728
  raise TypeError("Missing required property 'instance_ids'")
460
729
  __props__.__dict__["instance_ids"] = instance_ids
730
+ __props__.__dict__["key"] = None if key is None else pulumi.Output.secret(key)
461
731
  __props__.__dict__["ocsp_enabled"] = ocsp_enabled
462
732
  if proxy_types is None and not opts.urn:
463
733
  raise TypeError("Missing required property 'proxy_types'")
@@ -469,6 +739,8 @@ class DomainResource(pulumi.CustomResource):
469
739
  raise TypeError("Missing required property 'rs_type'")
470
740
  __props__.__dict__["rs_type"] = rs_type
471
741
  __props__.__dict__["cname"] = None
742
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["cert", "certRegion", "key"])
743
+ opts = pulumi.ResourceOptions.merge(opts, secret_opts)
472
744
  super(DomainResource, __self__).__init__(
473
745
  'alicloud:ddos/domainResource:DomainResource',
474
746
  resource_name,
@@ -479,10 +751,15 @@ class DomainResource(pulumi.CustomResource):
479
751
  def get(resource_name: str,
480
752
  id: pulumi.Input[str],
481
753
  opts: Optional[pulumi.ResourceOptions] = None,
754
+ cert: Optional[pulumi.Input[str]] = None,
755
+ cert_identifier: Optional[pulumi.Input[str]] = None,
756
+ cert_name: Optional[pulumi.Input[str]] = None,
757
+ cert_region: Optional[pulumi.Input[str]] = None,
482
758
  cname: Optional[pulumi.Input[str]] = None,
483
759
  domain: Optional[pulumi.Input[str]] = None,
484
760
  https_ext: Optional[pulumi.Input[str]] = None,
485
761
  instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
762
+ key: Optional[pulumi.Input[str]] = None,
486
763
  ocsp_enabled: Optional[pulumi.Input[bool]] = None,
487
764
  proxy_types: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DomainResourceProxyTypeArgs', 'DomainResourceProxyTypeArgsDict']]]]] = None,
488
765
  real_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -494,39 +771,104 @@ class DomainResource(pulumi.CustomResource):
494
771
  :param str resource_name: The unique name of the resulting resource.
495
772
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
496
773
  :param pulumi.ResourceOptions opts: Options for the resource.
497
- :param pulumi.Input[str] cname: (Available since v1.207.2) The CNAME assigned to the domain name.
498
- :param pulumi.Input[str] domain: The domain name of the website that you want to add to the instance.
499
- :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
500
- - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
501
- - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
502
- - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
503
- :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.
504
- > **NOTE:** There is a potential diff error because of the order of `instance_ids` values indefinite. So, from version 1.161.0, `instance_ids` type has been updated as `set` from `list`, and you can use tolist to convert it to a list.
505
- :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Default value: `false`. Valid values:
774
+ :param pulumi.Input[str] cert: The private key of the certificate that you want to associate. This parameter must be used together with the CertName and Cert parameters.
775
+
776
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
777
+ :param pulumi.Input[str] cert_identifier: The name of the certificate.
778
+
779
+ > **NOTE:** You can specify the name of the certificate that you want to associate.
780
+ :param pulumi.Input[str] cert_name: The public key of the certificate that you want to associate. This parameter must be used together with the CertName and Key parameters.
781
+
782
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
783
+ :param pulumi.Input[str] cert_region: The region of the certificate. `cn-hangzhou` and `ap-southeast-1` are supported. The default value is `cn-hangzhou`.
784
+ :param pulumi.Input[str] cname: The CNAME address to query.
785
+ :param pulumi.Input[str] domain: The domain name for which you want to configure the Static Page Caching policy.
786
+
787
+ > **NOTE:** You can call the [DescribeDomains](https://www.alibabacloud.com/help/en/doc-detail/91724.html) operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
788
+ :param pulumi.Input[str] https_ext: The advanced HTTPS settings. This parameter takes effect only when the value of the `ProxyType` parameter includes `https`. The value is a string that consists of a JSON struct. The JSON struct contains the following fields:
789
+
790
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enforce HTTPS Routing is turned off. The value 1 indicates that Enforce HTTPS Routing is turned on. The default value is 0.
791
+
792
+ If your website supports both HTTP and HTTPS, this feature meets your business requirements. If you enable this feature, all HTTP requests to access the website are redirected to HTTPS requests on the standard port 443.
793
+
794
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP is turned off. The value 1 indicates that Enable HTTP is turned on. The default value is 0.
795
+
796
+ If your website does not support HTTPS, this feature meets your business requirements If this feature is enabled, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. This feature can redirect WebSockets requests to WebSocket requests. Requests are redirected over the standard port 80.
797
+
798
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional. Data type: integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP/2 is turned off. The value 1 indicates that Enable HTTP/2 is turned on. The default value is 0.
799
+
800
+ After you turn on the switch, HTTP/2 is used.
801
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: InstanceIds
802
+ :param pulumi.Input[str] key: The globally unique ID of the certificate. The value is in the "Certificate ID-cn-hangzhou" format. For example, if the ID of the certificate is 123, the value of the CertIdentifier parameter is 123-cn-hangzhou.
803
+
804
+ > **NOTE:** You can specify only one of this parameter and the CertId parameter.
805
+ :param pulumi.Input[bool] ocsp_enabled: Specifies whether to enable the OCSP feature. Valid values:
506
806
  :param pulumi.Input[Sequence[pulumi.Input[Union['DomainResourceProxyTypeArgs', 'DomainResourceProxyTypeArgsDict']]]] proxy_types: Protocol type and port number information. See `proxy_types` below.
507
- > **NOTE:** From version 1.206.0, `proxy_types` can be modified.
508
- :param pulumi.Input[Sequence[pulumi.Input[str]]] real_servers: the IP address. This field is required and must be a string array.
509
- :param pulumi.Input[int] rs_type: The address type of the origin server. Use the domain name of the origin server if you deploy proxies, such as Web Application Firewall (WAF), between the origin server and the Anti-DDoS Pro or Anti-DDoS Premium instance. If you use the domain name, you must enter the address of the proxy, such as the CNAME of WAF. Valid values:
807
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] real_servers: Server address information of the source station.
808
+ :param pulumi.Input[int] rs_type: The address type of the origin server. Valid values:
510
809
  """
511
810
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
512
811
 
513
812
  __props__ = _DomainResourceState.__new__(_DomainResourceState)
514
813
 
814
+ __props__.__dict__["cert"] = cert
815
+ __props__.__dict__["cert_identifier"] = cert_identifier
816
+ __props__.__dict__["cert_name"] = cert_name
817
+ __props__.__dict__["cert_region"] = cert_region
515
818
  __props__.__dict__["cname"] = cname
516
819
  __props__.__dict__["domain"] = domain
517
820
  __props__.__dict__["https_ext"] = https_ext
518
821
  __props__.__dict__["instance_ids"] = instance_ids
822
+ __props__.__dict__["key"] = key
519
823
  __props__.__dict__["ocsp_enabled"] = ocsp_enabled
520
824
  __props__.__dict__["proxy_types"] = proxy_types
521
825
  __props__.__dict__["real_servers"] = real_servers
522
826
  __props__.__dict__["rs_type"] = rs_type
523
827
  return DomainResource(resource_name, opts=opts, __props__=__props__)
524
828
 
829
+ @property
830
+ @pulumi.getter
831
+ def cert(self) -> pulumi.Output[Optional[str]]:
832
+ """
833
+ The private key of the certificate that you want to associate. This parameter must be used together with the CertName and Cert parameters.
834
+
835
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
836
+ """
837
+ return pulumi.get(self, "cert")
838
+
839
+ @property
840
+ @pulumi.getter(name="certIdentifier")
841
+ def cert_identifier(self) -> pulumi.Output[Optional[str]]:
842
+ """
843
+ The name of the certificate.
844
+
845
+ > **NOTE:** You can specify the name of the certificate that you want to associate.
846
+ """
847
+ return pulumi.get(self, "cert_identifier")
848
+
849
+ @property
850
+ @pulumi.getter(name="certName")
851
+ def cert_name(self) -> pulumi.Output[str]:
852
+ """
853
+ The public key of the certificate that you want to associate. This parameter must be used together with the CertName and Key parameters.
854
+
855
+ > **NOTE:** If you specify a value for the CertName, Cert, and Key parameters, you do not need to specify a value for the CertId parameter.
856
+ """
857
+ return pulumi.get(self, "cert_name")
858
+
859
+ @property
860
+ @pulumi.getter(name="certRegion")
861
+ def cert_region(self) -> pulumi.Output[Optional[str]]:
862
+ """
863
+ The region of the certificate. `cn-hangzhou` and `ap-southeast-1` are supported. The default value is `cn-hangzhou`.
864
+ """
865
+ return pulumi.get(self, "cert_region")
866
+
525
867
  @property
526
868
  @pulumi.getter
527
869
  def cname(self) -> pulumi.Output[str]:
528
870
  """
529
- (Available since v1.207.2) The CNAME assigned to the domain name.
871
+ The CNAME address to query.
530
872
  """
531
873
  return pulumi.get(self, "cname")
532
874
 
@@ -534,7 +876,9 @@ class DomainResource(pulumi.CustomResource):
534
876
  @pulumi.getter
535
877
  def domain(self) -> pulumi.Output[str]:
536
878
  """
537
- The domain name of the website that you want to add to the instance.
879
+ The domain name for which you want to configure the Static Page Caching policy.
880
+
881
+ > **NOTE:** You can call the [DescribeDomains](https://www.alibabacloud.com/help/en/doc-detail/91724.html) operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
538
882
  """
539
883
  return pulumi.get(self, "domain")
540
884
 
@@ -542,10 +886,19 @@ class DomainResource(pulumi.CustomResource):
542
886
  @pulumi.getter(name="httpsExt")
543
887
  def https_ext(self) -> pulumi.Output[str]:
544
888
  """
545
- The advanced HTTPS settings. This parameter takes effect only when the value of ProxyType includes https. This parameter is a string that contains a JSON struct. The JSON struct includes the following fields:
546
- - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enforce HTTPS Routing is turned off. The value `1` indicates that Enforce HTTPS Routing is turned on. The default value is `0`. If your website supports both HTTP and HTTPS, this feature suits your needs. If you turn on the switch, all HTTP requests are redirected to HTTPS requests on port 443 by default.
547
- - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP is turned off. The value `1` indicates that Enable HTTP is turned on. The default value is `0`. If your website does not support HTTPS, this feature suits your needs. If you turn on the switch, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. The feature can also redirect WebSockets requests to WebSocket requests. All requests are redirected over port 80.
548
- - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional and must be an integer. Valid values: `0` and `1`. The value `0` indicates that Enable HTTP/2 is turned off. The value `1` indicates that Enable HTTP/2 is turned on. The default value is `0`. After you turn on the switch, the protocol type is HTTP/2.
889
+ The advanced HTTPS settings. This parameter takes effect only when the value of the `ProxyType` parameter includes `https`. The value is a string that consists of a JSON struct. The JSON struct contains the following fields:
890
+
891
+ - `Http2https`: specifies whether to turn on Enforce HTTPS Routing. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enforce HTTPS Routing is turned off. The value 1 indicates that Enforce HTTPS Routing is turned on. The default value is 0.
892
+
893
+ If your website supports both HTTP and HTTPS, this feature meets your business requirements. If you enable this feature, all HTTP requests to access the website are redirected to HTTPS requests on the standard port 443.
894
+
895
+ - `Https2http`: specifies whether to turn on Enable HTTP. This field is optional and must be an integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP is turned off. The value 1 indicates that Enable HTTP is turned on. The default value is 0.
896
+
897
+ If your website does not support HTTPS, this feature meets your business requirements If this feature is enabled, all HTTPS requests are redirected to HTTP requests and forwarded to origin servers. This feature can redirect WebSockets requests to WebSocket requests. Requests are redirected over the standard port 80.
898
+
899
+ - `Http2`: specifies whether to turn on Enable HTTP/2. This field is optional. Data type: integer. Valid values: `0` and `1`. The value 0 indicates that Enable HTTP/2 is turned off. The value 1 indicates that Enable HTTP/2 is turned on. The default value is 0.
900
+
901
+ After you turn on the switch, HTTP/2 is used.
549
902
  """
550
903
  return pulumi.get(self, "https_ext")
551
904
 
@@ -553,16 +906,25 @@ class DomainResource(pulumi.CustomResource):
553
906
  @pulumi.getter(name="instanceIds")
554
907
  def instance_ids(self) -> pulumi.Output[Sequence[str]]:
555
908
  """
556
- A list of instance ID that you want to associate. If this parameter is empty, only the domain name of the website is added but no instance is associated with the website.
557
- > **NOTE:** There is a potential diff error because of the order of `instance_ids` values indefinite. So, from version 1.161.0, `instance_ids` type has been updated as `set` from `list`, and you can use tolist to convert it to a list.
909
+ InstanceIds
558
910
  """
559
911
  return pulumi.get(self, "instance_ids")
560
912
 
913
+ @property
914
+ @pulumi.getter
915
+ def key(self) -> pulumi.Output[Optional[str]]:
916
+ """
917
+ The globally unique ID of the certificate. The value is in the "Certificate ID-cn-hangzhou" format. For example, if the ID of the certificate is 123, the value of the CertIdentifier parameter is 123-cn-hangzhou.
918
+
919
+ > **NOTE:** You can specify only one of this parameter and the CertId parameter.
920
+ """
921
+ return pulumi.get(self, "key")
922
+
561
923
  @property
562
924
  @pulumi.getter(name="ocspEnabled")
563
925
  def ocsp_enabled(self) -> pulumi.Output[Optional[bool]]:
564
926
  """
565
- Specifies whether to enable the OCSP feature. Default value: `false`. Valid values:
927
+ Specifies whether to enable the OCSP feature. Valid values:
566
928
  """
567
929
  return pulumi.get(self, "ocsp_enabled")
568
930
 
@@ -571,7 +933,6 @@ class DomainResource(pulumi.CustomResource):
571
933
  def proxy_types(self) -> pulumi.Output[Sequence['outputs.DomainResourceProxyType']]:
572
934
  """
573
935
  Protocol type and port number information. See `proxy_types` below.
574
- > **NOTE:** From version 1.206.0, `proxy_types` can be modified.
575
936
  """
576
937
  return pulumi.get(self, "proxy_types")
577
938
 
@@ -579,7 +940,7 @@ class DomainResource(pulumi.CustomResource):
579
940
  @pulumi.getter(name="realServers")
580
941
  def real_servers(self) -> pulumi.Output[Sequence[str]]:
581
942
  """
582
- the IP address. This field is required and must be a string array.
943
+ Server address information of the source station.
583
944
  """
584
945
  return pulumi.get(self, "real_servers")
585
946
 
@@ -587,7 +948,7 @@ class DomainResource(pulumi.CustomResource):
587
948
  @pulumi.getter(name="rsType")
588
949
  def rs_type(self) -> pulumi.Output[int]:
589
950
  """
590
- The address type of the origin server. Use the domain name of the origin server if you deploy proxies, such as Web Application Firewall (WAF), between the origin server and the Anti-DDoS Pro or Anti-DDoS Premium instance. If you use the domain name, you must enter the address of the proxy, such as the CNAME of WAF. Valid values:
951
+ The address type of the origin server. Valid values:
591
952
  """
592
953
  return pulumi.get(self, "rs_type")
593
954