pulumi-alicloud 3.76.0a1743571220__py3-none-any.whl → 3.77.0a1744262757__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 (237) hide show
  1. pulumi_alicloud/__init__.py +271 -4
  2. pulumi_alicloud/_inputs.py +20 -0
  3. pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
  4. pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
  5. pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
  6. pulumi_alicloud/alb/server_group.py +2 -2
  7. pulumi_alicloud/alikafka/sasl_acl.py +7 -7
  8. pulumi_alicloud/apigateway/_inputs.py +134 -0
  9. pulumi_alicloud/apigateway/group.py +117 -5
  10. pulumi_alicloud/apigateway/instance.py +148 -7
  11. pulumi_alicloud/apigateway/outputs.py +107 -0
  12. pulumi_alicloud/arms/alert_contact.py +2 -2
  13. pulumi_alicloud/arms/alert_contact_group.py +2 -2
  14. pulumi_alicloud/arms/get_prometheus.py +2 -6
  15. pulumi_alicloud/arms/grafana_workspace.py +511 -69
  16. pulumi_alicloud/arms/outputs.py +18 -18
  17. pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
  18. pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
  19. pulumi_alicloud/cdn/domain_new.py +2 -2
  20. pulumi_alicloud/cen/_inputs.py +6 -3
  21. pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
  22. pulumi_alicloud/cen/instance.py +101 -59
  23. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
  24. pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
  25. pulumi_alicloud/cen/outputs.py +69 -26
  26. pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
  27. pulumi_alicloud/cen/transit_router.py +127 -53
  28. pulumi_alicloud/cen/transit_router_cidr.py +53 -35
  29. pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
  30. pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
  31. pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
  32. pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
  33. pulumi_alicloud/clickhouse/db_cluster.py +179 -6
  34. pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
  35. pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
  36. pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
  37. pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
  38. pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
  39. pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
  40. pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
  41. pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
  42. pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
  43. pulumi_alicloud/config/outputs.py +12 -0
  44. pulumi_alicloud/cs/__init__.py +1 -0
  45. pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
  46. pulumi_alicloud/cs/managed_kubernetes.py +127 -24
  47. pulumi_alicloud/cs/node_pool.py +42 -42
  48. pulumi_alicloud/cs/outputs.py +1782 -4
  49. pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
  50. pulumi_alicloud/dataworks/data_source.py +2 -2
  51. pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
  52. pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
  53. pulumi_alicloud/dataworks/di_job.py +2 -2
  54. pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
  55. pulumi_alicloud/dataworks/network.py +2 -2
  56. pulumi_alicloud/dataworks/project.py +2 -2
  57. pulumi_alicloud/dataworks/project_member.py +2 -2
  58. pulumi_alicloud/dbs/backup_plan.py +2 -2
  59. pulumi_alicloud/ddos/bgp_policy.py +2 -2
  60. pulumi_alicloud/eais/__init__.py +2 -0
  61. pulumi_alicloud/eais/_inputs.py +75 -0
  62. pulumi_alicloud/eais/client_instance_attachment.py +408 -0
  63. pulumi_alicloud/eais/instance.py +365 -118
  64. pulumi_alicloud/eais/outputs.py +32 -0
  65. pulumi_alicloud/ebs/disk_replica_group.py +512 -30
  66. pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
  67. pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
  68. pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
  69. pulumi_alicloud/ecp/instance.py +2 -2
  70. pulumi_alicloud/ecp/key_pair.py +4 -4
  71. pulumi_alicloud/ecs/_inputs.py +33 -0
  72. pulumi_alicloud/ecs/disk.py +1 -1
  73. pulumi_alicloud/ecs/ecs_disk.py +1 -1
  74. pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
  75. pulumi_alicloud/ecs/instance.py +1 -1
  76. pulumi_alicloud/ecs/outputs.py +26 -2
  77. pulumi_alicloud/eflo/__init__.py +5 -0
  78. pulumi_alicloud/eflo/_inputs.py +1717 -0
  79. pulumi_alicloud/eflo/cluster.py +935 -0
  80. pulumi_alicloud/eflo/invocation.py +1114 -0
  81. pulumi_alicloud/eflo/node.py +1013 -0
  82. pulumi_alicloud/eflo/node_group.py +1101 -0
  83. pulumi_alicloud/eflo/outputs.py +1366 -0
  84. pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
  85. pulumi_alicloud/ens/image.py +81 -34
  86. pulumi_alicloud/esa/__init__.py +4 -0
  87. pulumi_alicloud/esa/_inputs.py +640 -18
  88. pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
  89. pulumi_alicloud/esa/cache_rule.py +193 -179
  90. pulumi_alicloud/esa/certificate.py +99 -92
  91. pulumi_alicloud/esa/compression_rule.py +42 -28
  92. pulumi_alicloud/esa/edge_container_app.py +972 -0
  93. pulumi_alicloud/esa/edge_container_app_record.py +376 -0
  94. pulumi_alicloud/esa/http_request_header_modification_rule.py +56 -42
  95. pulumi_alicloud/esa/http_response_header_modification_rule.py +35 -56
  96. pulumi_alicloud/esa/https_application_configuration.py +42 -28
  97. pulumi_alicloud/esa/https_basic_configuration.py +56 -42
  98. pulumi_alicloud/esa/image_transform.py +42 -28
  99. pulumi_alicloud/esa/kv_namespace.py +11 -11
  100. pulumi_alicloud/esa/list.py +28 -28
  101. pulumi_alicloud/esa/network_optimization.py +56 -126
  102. pulumi_alicloud/esa/origin_pool.py +19 -19
  103. pulumi_alicloud/esa/origin_rule.py +67 -39
  104. pulumi_alicloud/esa/outputs.py +536 -12
  105. pulumi_alicloud/esa/page.py +28 -49
  106. pulumi_alicloud/esa/rate_plan_instance.py +86 -159
  107. pulumi_alicloud/esa/redirect_rule.py +42 -28
  108. pulumi_alicloud/esa/rewrite_url_rule.py +49 -63
  109. pulumi_alicloud/esa/site.py +67 -123
  110. pulumi_alicloud/esa/site_delivery_task.py +841 -0
  111. pulumi_alicloud/esa/waiting_room.py +269 -319
  112. pulumi_alicloud/esa/waiting_room_event.py +291 -305
  113. pulumi_alicloud/esa/waiting_room_rule.py +46 -53
  114. pulumi_alicloud/ess/_inputs.py +155 -0
  115. pulumi_alicloud/ess/outputs.py +128 -0
  116. pulumi_alicloud/ess/scaling_group.py +237 -2
  117. pulumi_alicloud/ess/scaling_rule.py +143 -2
  118. pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
  119. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  120. pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
  121. pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
  122. pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
  123. pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
  124. pulumi_alicloud/gpdb/streaming_job.py +2 -2
  125. pulumi_alicloud/ims/oidc_provider.py +24 -13
  126. pulumi_alicloud/kvstore/account.py +9 -9
  127. pulumi_alicloud/kvstore/connection.py +2 -2
  128. pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
  129. pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
  130. pulumi_alicloud/kvstore/instance.py +7 -7
  131. pulumi_alicloud/kvstore/outputs.py +2 -2
  132. pulumi_alicloud/live/caster.py +2 -2
  133. pulumi_alicloud/maxcompute/__init__.py +1 -0
  134. pulumi_alicloud/maxcompute/_inputs.py +232 -3
  135. pulumi_alicloud/maxcompute/outputs.py +183 -2
  136. pulumi_alicloud/maxcompute/project.py +2 -2
  137. pulumi_alicloud/maxcompute/quota.py +438 -0
  138. pulumi_alicloud/nas/mount_target.py +149 -54
  139. pulumi_alicloud/nlb/__init__.py +1 -0
  140. pulumi_alicloud/nlb/_inputs.py +43 -6
  141. pulumi_alicloud/nlb/load_balancer.py +212 -24
  142. pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
  143. pulumi_alicloud/nlb/outputs.py +30 -4
  144. pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
  145. pulumi_alicloud/oss/__init__.py +1 -0
  146. pulumi_alicloud/oss/_inputs.py +20 -0
  147. pulumi_alicloud/oss/access_point.py +2 -2
  148. pulumi_alicloud/oss/bucket_cname.py +2 -2
  149. pulumi_alicloud/oss/bucket_cors.py +2 -2
  150. pulumi_alicloud/oss/bucket_style.py +402 -0
  151. pulumi_alicloud/oss/bucket_website.py +2 -2
  152. pulumi_alicloud/oss/outputs.py +14 -0
  153. pulumi_alicloud/pai/service.py +59 -67
  154. pulumi_alicloud/polardb/cluster.py +75 -28
  155. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
  156. pulumi_alicloud/pulumi-plugin.json +1 -1
  157. pulumi_alicloud/ram/__init__.py +3 -0
  158. pulumi_alicloud/ram/_inputs.py +9 -9
  159. pulumi_alicloud/ram/access_key.py +77 -31
  160. pulumi_alicloud/ram/account_alias.py +18 -45
  161. pulumi_alicloud/ram/get_system_policys.py +189 -0
  162. pulumi_alicloud/ram/group.py +156 -35
  163. pulumi_alicloud/ram/group_policy_attachment.py +51 -29
  164. pulumi_alicloud/ram/login_profile.py +92 -38
  165. pulumi_alicloud/ram/outputs.py +91 -6
  166. pulumi_alicloud/ram/password_policy.py +779 -0
  167. pulumi_alicloud/ram/policy.py +199 -88
  168. pulumi_alicloud/ram/role_policy_attachment.py +51 -29
  169. pulumi_alicloud/ram/saml_provider.py +44 -37
  170. pulumi_alicloud/ram/user_group_attachment.py +273 -0
  171. pulumi_alicloud/ram/user_policy_attachment.py +49 -27
  172. pulumi_alicloud/rds/__init__.py +1 -0
  173. pulumi_alicloud/rds/custom_disk.py +1053 -0
  174. pulumi_alicloud/rds/instance.py +110 -14
  175. pulumi_alicloud/redis/tair_instance.py +14 -14
  176. pulumi_alicloud/resourcemanager/__init__.py +1 -0
  177. pulumi_alicloud/resourcemanager/_inputs.py +53 -0
  178. pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
  179. pulumi_alicloud/resourcemanager/outputs.py +50 -0
  180. pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
  181. pulumi_alicloud/rocketmq/__init__.py +1 -1
  182. pulumi_alicloud/rocketmq/_inputs.py +146 -4
  183. pulumi_alicloud/rocketmq/account.py +452 -0
  184. pulumi_alicloud/rocketmq/acl.py +473 -47
  185. pulumi_alicloud/rocketmq/client_user.py +8 -2
  186. pulumi_alicloud/rocketmq/consumer_group.py +121 -24
  187. pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
  188. pulumi_alicloud/rocketmq/outputs.py +113 -4
  189. pulumi_alicloud/rocketmq/qos.py +8 -2
  190. pulumi_alicloud/rocketmq/qos_car.py +10 -4
  191. pulumi_alicloud/rocketmq/qos_policy.py +6 -0
  192. pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
  193. pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
  194. pulumi_alicloud/rocketmq/snat_entry.py +8 -2
  195. pulumi_alicloud/sag/__init__.py +8 -0
  196. pulumi_alicloud/sag/acl.py +200 -0
  197. pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
  198. pulumi_alicloud/sag/client_user.py +560 -0
  199. pulumi_alicloud/sag/dnat_entry.py +512 -0
  200. pulumi_alicloud/sag/get_acls.py +2 -2
  201. pulumi_alicloud/sag/qos.py +202 -0
  202. pulumi_alicloud/sag/qos_car.py +654 -0
  203. pulumi_alicloud/sag/qos_policy.py +659 -0
  204. pulumi_alicloud/sag/snat_entry.py +313 -0
  205. pulumi_alicloud/securitycenter/group.py +2 -2
  206. pulumi_alicloud/selectdb/db_instance.py +60 -11
  207. pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
  208. pulumi_alicloud/sls/oss_export_sink.py +2 -2
  209. pulumi_alicloud/threatdetection/__init__.py +3 -0
  210. pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
  211. pulumi_alicloud/threatdetection/asset_bind.py +209 -0
  212. pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
  213. pulumi_alicloud/threatdetection/instance.py +271 -54
  214. pulumi_alicloud/threatdetection/log_meta.py +351 -0
  215. pulumi_alicloud/vpc/__init__.py +1 -0
  216. pulumi_alicloud/vpc/_inputs.py +281 -0
  217. pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
  218. pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
  219. pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
  220. pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
  221. pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
  222. pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
  223. pulumi_alicloud/vpc/ipv6_address.py +85 -5
  224. pulumi_alicloud/vpc/outputs.py +232 -0
  225. pulumi_alicloud/vpc/peer_connection.py +84 -42
  226. pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
  227. pulumi_alicloud/vpc/route_table.py +100 -45
  228. pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
  229. pulumi_alicloud/vpn/_inputs.py +716 -71
  230. pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
  231. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +20 -63
  232. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  233. pulumi_alicloud/vpn/outputs.py +1963 -998
  234. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/METADATA +1 -1
  235. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/RECORD +237 -197
  236. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/WHEEL +0 -0
  237. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/top_level.txt +0 -0
@@ -40,51 +40,43 @@ class WaitingRoomArgs:
40
40
  queue_all_enable: Optional[pulumi.Input[str]] = None):
41
41
  """
42
42
  The set of arguments for constructing a WaitingRoom resource.
43
- :param pulumi.Input[str] cookie_name: The name of the custom cookie.
44
- :param pulumi.Input[Sequence[pulumi.Input['WaitingRoomHostNameAndPathArgs']]] host_name_and_paths: The details of the hostname and path. See `host_name_and_path` below.
45
- :param pulumi.Input[str] new_users_per_minute: The maximum number of new users per minute.
46
- :param pulumi.Input[str] queuing_method: The queuing method. Valid values:
47
-
48
- - random: Users gain access to the origin randomly, regardless of the arrival time.
49
- - fifo: Users gain access to the origin in order of arrival.
50
- - passthrough: Users pass through the waiting room and go straight to the origin.
51
- - reject-all: Users are blocked from reaching the origin.
52
- :param pulumi.Input[str] queuing_status_code: The queuing method. Valid values:
53
-
54
- - random: Users gain access to the origin randomly, regardless of the arrival time.
55
- - fifo: Users gain access to the origin in order of arrival.
56
- - passthrough: Users pass through the waiting room and go straight to the origin.
57
- - reject-all: Users are blocked from reaching the origin.
58
- :param pulumi.Input[str] session_duration: The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
59
- :param pulumi.Input[str] status: The ID of the waiting room, which can be obtained by calling the [ListWaitingRooms](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
60
- :param pulumi.Input[str] total_active_users: The maximum number of active users.
61
- :param pulumi.Input[str] waiting_room_name: Specifies whether to enable the waiting room. Valid values:
62
-
63
- - on
64
- - off
65
- :param pulumi.Input[str] waiting_room_type: The type of the waiting room. Valid values:
66
-
67
- - default
68
- - custom
69
- :param pulumi.Input[str] custom_page_html: The HTML content or identifier of the custom queuing page. This parameter is valid only when `WaitingRoomType` is set to `custom`. The content must be URL-encoded.
70
- :param pulumi.Input[str] description: Specifies whether to enable JSON response. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
71
-
72
- - on
73
- - off
74
- :param pulumi.Input[str] disable_session_renewal_enable: The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
75
- :param pulumi.Input[str] json_response_enable: Indicates whether JSON response is enabled. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
76
-
77
- - on
78
- - off
79
- :param pulumi.Input[str] language: The language of the waiting room page. This parameter is returned when the waiting room type is set to default. Valid values:
80
-
81
- - enus: English.
82
- - zhcn: Simplified Chinese.
83
- - zhhk: Traditional Chinese.
84
- :param pulumi.Input[str] queue_all_enable: Indicates whether all requests must be queued. Valid values:
85
-
86
- - on
87
- - off
43
+ :param pulumi.Input[str] cookie_name: Custom Cookie name.
44
+ :param pulumi.Input[Sequence[pulumi.Input['WaitingRoomHostNameAndPathArgs']]] host_name_and_paths: Host name and path. See `host_name_and_path` below.
45
+ :param pulumi.Input[str] new_users_per_minute: Number of new users per minute.
46
+ :param pulumi.Input[str] queuing_method: Way of queuing. Value:
47
+ -'random': random.
48
+ -'fifo': first in, first out.
49
+ -'Passthrough ': through.
50
+ -'Reject-all': reject all.
51
+ :param pulumi.Input[str] queuing_status_code: Waiting room status code. Value:
52
+ -'200'
53
+ -'202'
54
+ -'429'
55
+ :param pulumi.Input[str] session_duration: Session duration in minutes.
56
+ :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
57
+ :param pulumi.Input[str] status: Waiting room enabled status. Value:
58
+ -'on': Enable waiting room
59
+ -'off': disabled waiting room
60
+ :param pulumi.Input[str] total_active_users: Total number of active users.
61
+ :param pulumi.Input[str] waiting_room_name: The name of the waiting room.
62
+ :param pulumi.Input[str] waiting_room_type: Waiting room type, support:
63
+ -'default': Indicates the default type.
64
+ -'custom': indicates a custom type.
65
+ :param pulumi.Input[str] custom_page_html: User-defined waiting room page content, when the waiting room type is custom type, you need to enter. The incoming content needs to be base64 encoded.
66
+ :param pulumi.Input[str] description: Waiting room description.
67
+ :param pulumi.Input[str] disable_session_renewal_enable: Disable session renewal. Value:
68
+ -'on': open.
69
+ -'off': closed.
70
+ :param pulumi.Input[str] json_response_enable: The JSON response. If the accept request header contains "application/json", JSON data is returned. Value:
71
+ -'on': open.
72
+ -'off': closed.
73
+ :param pulumi.Input[str] language: The language of the waiting room page. When the waiting room type is the default type, it needs to be passed in. The following types are supported:
74
+ -'enus': English.
75
+ -'zhcn': Simplified Chinese.
76
+ -'zhhk': Traditional Chinese.
77
+ :param pulumi.Input[str] queue_all_enable: All in line. Value:
78
+ -'on': open.
79
+ -'off': closed.
88
80
  """
89
81
  pulumi.set(__self__, "cookie_name", cookie_name)
90
82
  pulumi.set(__self__, "host_name_and_paths", host_name_and_paths)
@@ -114,7 +106,7 @@ class WaitingRoomArgs:
114
106
  @pulumi.getter(name="cookieName")
115
107
  def cookie_name(self) -> pulumi.Input[str]:
116
108
  """
117
- The name of the custom cookie.
109
+ Custom Cookie name.
118
110
  """
119
111
  return pulumi.get(self, "cookie_name")
120
112
 
@@ -126,7 +118,7 @@ class WaitingRoomArgs:
126
118
  @pulumi.getter(name="hostNameAndPaths")
127
119
  def host_name_and_paths(self) -> pulumi.Input[Sequence[pulumi.Input['WaitingRoomHostNameAndPathArgs']]]:
128
120
  """
129
- The details of the hostname and path. See `host_name_and_path` below.
121
+ Host name and path. See `host_name_and_path` below.
130
122
  """
131
123
  return pulumi.get(self, "host_name_and_paths")
132
124
 
@@ -138,7 +130,7 @@ class WaitingRoomArgs:
138
130
  @pulumi.getter(name="newUsersPerMinute")
139
131
  def new_users_per_minute(self) -> pulumi.Input[str]:
140
132
  """
141
- The maximum number of new users per minute.
133
+ Number of new users per minute.
142
134
  """
143
135
  return pulumi.get(self, "new_users_per_minute")
144
136
 
@@ -150,12 +142,11 @@ class WaitingRoomArgs:
150
142
  @pulumi.getter(name="queuingMethod")
151
143
  def queuing_method(self) -> pulumi.Input[str]:
152
144
  """
153
- The queuing method. Valid values:
154
-
155
- - random: Users gain access to the origin randomly, regardless of the arrival time.
156
- - fifo: Users gain access to the origin in order of arrival.
157
- - passthrough: Users pass through the waiting room and go straight to the origin.
158
- - reject-all: Users are blocked from reaching the origin.
145
+ Way of queuing. Value:
146
+ -'random': random.
147
+ -'fifo': first in, first out.
148
+ -'Passthrough ': through.
149
+ -'Reject-all': reject all.
159
150
  """
160
151
  return pulumi.get(self, "queuing_method")
161
152
 
@@ -167,12 +158,10 @@ class WaitingRoomArgs:
167
158
  @pulumi.getter(name="queuingStatusCode")
168
159
  def queuing_status_code(self) -> pulumi.Input[str]:
169
160
  """
170
- The queuing method. Valid values:
171
-
172
- - random: Users gain access to the origin randomly, regardless of the arrival time.
173
- - fifo: Users gain access to the origin in order of arrival.
174
- - passthrough: Users pass through the waiting room and go straight to the origin.
175
- - reject-all: Users are blocked from reaching the origin.
161
+ Waiting room status code. Value:
162
+ -'200'
163
+ -'202'
164
+ -'429'
176
165
  """
177
166
  return pulumi.get(self, "queuing_status_code")
178
167
 
@@ -184,7 +173,7 @@ class WaitingRoomArgs:
184
173
  @pulumi.getter(name="sessionDuration")
185
174
  def session_duration(self) -> pulumi.Input[str]:
186
175
  """
187
- The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
176
+ Session duration in minutes.
188
177
  """
189
178
  return pulumi.get(self, "session_duration")
190
179
 
@@ -195,6 +184,9 @@ class WaitingRoomArgs:
195
184
  @property
196
185
  @pulumi.getter(name="siteId")
197
186
  def site_id(self) -> pulumi.Input[int]:
187
+ """
188
+ The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
189
+ """
198
190
  return pulumi.get(self, "site_id")
199
191
 
200
192
  @site_id.setter
@@ -205,7 +197,9 @@ class WaitingRoomArgs:
205
197
  @pulumi.getter
206
198
  def status(self) -> pulumi.Input[str]:
207
199
  """
208
- The ID of the waiting room, which can be obtained by calling the [ListWaitingRooms](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
200
+ Waiting room enabled status. Value:
201
+ -'on': Enable waiting room
202
+ -'off': disabled waiting room
209
203
  """
210
204
  return pulumi.get(self, "status")
211
205
 
@@ -217,7 +211,7 @@ class WaitingRoomArgs:
217
211
  @pulumi.getter(name="totalActiveUsers")
218
212
  def total_active_users(self) -> pulumi.Input[str]:
219
213
  """
220
- The maximum number of active users.
214
+ Total number of active users.
221
215
  """
222
216
  return pulumi.get(self, "total_active_users")
223
217
 
@@ -229,10 +223,7 @@ class WaitingRoomArgs:
229
223
  @pulumi.getter(name="waitingRoomName")
230
224
  def waiting_room_name(self) -> pulumi.Input[str]:
231
225
  """
232
- Specifies whether to enable the waiting room. Valid values:
233
-
234
- - on
235
- - off
226
+ The name of the waiting room.
236
227
  """
237
228
  return pulumi.get(self, "waiting_room_name")
238
229
 
@@ -244,10 +235,9 @@ class WaitingRoomArgs:
244
235
  @pulumi.getter(name="waitingRoomType")
245
236
  def waiting_room_type(self) -> pulumi.Input[str]:
246
237
  """
247
- The type of the waiting room. Valid values:
248
-
249
- - default
250
- - custom
238
+ Waiting room type, support:
239
+ -'default': Indicates the default type.
240
+ -'custom': indicates a custom type.
251
241
  """
252
242
  return pulumi.get(self, "waiting_room_type")
253
243
 
@@ -259,7 +249,7 @@ class WaitingRoomArgs:
259
249
  @pulumi.getter(name="customPageHtml")
260
250
  def custom_page_html(self) -> Optional[pulumi.Input[str]]:
261
251
  """
262
- The HTML content or identifier of the custom queuing page. This parameter is valid only when `WaitingRoomType` is set to `custom`. The content must be URL-encoded.
252
+ User-defined waiting room page content, when the waiting room type is custom type, you need to enter. The incoming content needs to be base64 encoded.
263
253
  """
264
254
  return pulumi.get(self, "custom_page_html")
265
255
 
@@ -271,10 +261,7 @@ class WaitingRoomArgs:
271
261
  @pulumi.getter
272
262
  def description(self) -> Optional[pulumi.Input[str]]:
273
263
  """
274
- Specifies whether to enable JSON response. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
275
-
276
- - on
277
- - off
264
+ Waiting room description.
278
265
  """
279
266
  return pulumi.get(self, "description")
280
267
 
@@ -286,7 +273,9 @@ class WaitingRoomArgs:
286
273
  @pulumi.getter(name="disableSessionRenewalEnable")
287
274
  def disable_session_renewal_enable(self) -> Optional[pulumi.Input[str]]:
288
275
  """
289
- The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
276
+ Disable session renewal. Value:
277
+ -'on': open.
278
+ -'off': closed.
290
279
  """
291
280
  return pulumi.get(self, "disable_session_renewal_enable")
292
281
 
@@ -298,10 +287,9 @@ class WaitingRoomArgs:
298
287
  @pulumi.getter(name="jsonResponseEnable")
299
288
  def json_response_enable(self) -> Optional[pulumi.Input[str]]:
300
289
  """
301
- Indicates whether JSON response is enabled. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
302
-
303
- - on
304
- - off
290
+ The JSON response. If the accept request header contains "application/json", JSON data is returned. Value:
291
+ -'on': open.
292
+ -'off': closed.
305
293
  """
306
294
  return pulumi.get(self, "json_response_enable")
307
295
 
@@ -313,11 +301,10 @@ class WaitingRoomArgs:
313
301
  @pulumi.getter
314
302
  def language(self) -> Optional[pulumi.Input[str]]:
315
303
  """
316
- The language of the waiting room page. This parameter is returned when the waiting room type is set to default. Valid values:
317
-
318
- - enus: English.
319
- - zhcn: Simplified Chinese.
320
- - zhhk: Traditional Chinese.
304
+ The language of the waiting room page. When the waiting room type is the default type, it needs to be passed in. The following types are supported:
305
+ -'enus': English.
306
+ -'zhcn': Simplified Chinese.
307
+ -'zhhk': Traditional Chinese.
321
308
  """
322
309
  return pulumi.get(self, "language")
323
310
 
@@ -329,10 +316,9 @@ class WaitingRoomArgs:
329
316
  @pulumi.getter(name="queueAllEnable")
330
317
  def queue_all_enable(self) -> Optional[pulumi.Input[str]]:
331
318
  """
332
- Indicates whether all requests must be queued. Valid values:
333
-
334
- - on
335
- - off
319
+ All in line. Value:
320
+ -'on': open.
321
+ -'off': closed.
336
322
  """
337
323
  return pulumi.get(self, "queue_all_enable")
338
324
 
@@ -364,52 +350,44 @@ class _WaitingRoomState:
364
350
  waiting_room_type: Optional[pulumi.Input[str]] = None):
365
351
  """
366
352
  Input properties used for looking up and filtering WaitingRoom resources.
367
- :param pulumi.Input[str] cookie_name: The name of the custom cookie.
368
- :param pulumi.Input[str] custom_page_html: The HTML content or identifier of the custom queuing page. This parameter is valid only when `WaitingRoomType` is set to `custom`. The content must be URL-encoded.
369
- :param pulumi.Input[str] description: Specifies whether to enable JSON response. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
370
-
371
- - on
372
- - off
373
- :param pulumi.Input[str] disable_session_renewal_enable: The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
374
- :param pulumi.Input[Sequence[pulumi.Input['WaitingRoomHostNameAndPathArgs']]] host_name_and_paths: The details of the hostname and path. See `host_name_and_path` below.
375
- :param pulumi.Input[str] json_response_enable: Indicates whether JSON response is enabled. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
376
-
377
- - on
378
- - off
379
- :param pulumi.Input[str] language: The language of the waiting room page. This parameter is returned when the waiting room type is set to default. Valid values:
380
-
381
- - enus: English.
382
- - zhcn: Simplified Chinese.
383
- - zhhk: Traditional Chinese.
384
- :param pulumi.Input[str] new_users_per_minute: The maximum number of new users per minute.
385
- :param pulumi.Input[str] queue_all_enable: Indicates whether all requests must be queued. Valid values:
386
-
387
- - on
388
- - off
389
- :param pulumi.Input[str] queuing_method: The queuing method. Valid values:
390
-
391
- - random: Users gain access to the origin randomly, regardless of the arrival time.
392
- - fifo: Users gain access to the origin in order of arrival.
393
- - passthrough: Users pass through the waiting room and go straight to the origin.
394
- - reject-all: Users are blocked from reaching the origin.
395
- :param pulumi.Input[str] queuing_status_code: The queuing method. Valid values:
396
-
397
- - random: Users gain access to the origin randomly, regardless of the arrival time.
398
- - fifo: Users gain access to the origin in order of arrival.
399
- - passthrough: Users pass through the waiting room and go straight to the origin.
400
- - reject-all: Users are blocked from reaching the origin.
401
- :param pulumi.Input[str] session_duration: The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
402
- :param pulumi.Input[str] status: The ID of the waiting room, which can be obtained by calling the [ListWaitingRooms](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
403
- :param pulumi.Input[str] total_active_users: The maximum number of active users.
404
- :param pulumi.Input[str] waiting_room_id: The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
405
- :param pulumi.Input[str] waiting_room_name: Specifies whether to enable the waiting room. Valid values:
406
-
407
- - on
408
- - off
409
- :param pulumi.Input[str] waiting_room_type: The type of the waiting room. Valid values:
410
-
411
- - default
412
- - custom
353
+ :param pulumi.Input[str] cookie_name: Custom Cookie name.
354
+ :param pulumi.Input[str] custom_page_html: User-defined waiting room page content, when the waiting room type is custom type, you need to enter. The incoming content needs to be base64 encoded.
355
+ :param pulumi.Input[str] description: Waiting room description.
356
+ :param pulumi.Input[str] disable_session_renewal_enable: Disable session renewal. Value:
357
+ -'on': open.
358
+ -'off': closed.
359
+ :param pulumi.Input[Sequence[pulumi.Input['WaitingRoomHostNameAndPathArgs']]] host_name_and_paths: Host name and path. See `host_name_and_path` below.
360
+ :param pulumi.Input[str] json_response_enable: The JSON response. If the accept request header contains "application/json", JSON data is returned. Value:
361
+ -'on': open.
362
+ -'off': closed.
363
+ :param pulumi.Input[str] language: The language of the waiting room page. When the waiting room type is the default type, it needs to be passed in. The following types are supported:
364
+ -'enus': English.
365
+ -'zhcn': Simplified Chinese.
366
+ -'zhhk': Traditional Chinese.
367
+ :param pulumi.Input[str] new_users_per_minute: Number of new users per minute.
368
+ :param pulumi.Input[str] queue_all_enable: All in line. Value:
369
+ -'on': open.
370
+ -'off': closed.
371
+ :param pulumi.Input[str] queuing_method: Way of queuing. Value:
372
+ -'random': random.
373
+ -'fifo': first in, first out.
374
+ -'Passthrough ': through.
375
+ -'Reject-all': reject all.
376
+ :param pulumi.Input[str] queuing_status_code: Waiting room status code. Value:
377
+ -'200'
378
+ -'202'
379
+ -'429'
380
+ :param pulumi.Input[str] session_duration: Session duration in minutes.
381
+ :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
382
+ :param pulumi.Input[str] status: Waiting room enabled status. Value:
383
+ -'on': Enable waiting room
384
+ -'off': disabled waiting room
385
+ :param pulumi.Input[str] total_active_users: Total number of active users.
386
+ :param pulumi.Input[str] waiting_room_id: The waiting room ID, which can be obtained by calling the [ListWaitingRooms](https://help.aliyun.com/document_detail/2850279.html) API.
387
+ :param pulumi.Input[str] waiting_room_name: The name of the waiting room.
388
+ :param pulumi.Input[str] waiting_room_type: Waiting room type, support:
389
+ -'default': Indicates the default type.
390
+ -'custom': indicates a custom type.
413
391
  """
414
392
  if cookie_name is not None:
415
393
  pulumi.set(__self__, "cookie_name", cookie_name)
@@ -452,7 +430,7 @@ class _WaitingRoomState:
452
430
  @pulumi.getter(name="cookieName")
453
431
  def cookie_name(self) -> Optional[pulumi.Input[str]]:
454
432
  """
455
- The name of the custom cookie.
433
+ Custom Cookie name.
456
434
  """
457
435
  return pulumi.get(self, "cookie_name")
458
436
 
@@ -464,7 +442,7 @@ class _WaitingRoomState:
464
442
  @pulumi.getter(name="customPageHtml")
465
443
  def custom_page_html(self) -> Optional[pulumi.Input[str]]:
466
444
  """
467
- The HTML content or identifier of the custom queuing page. This parameter is valid only when `WaitingRoomType` is set to `custom`. The content must be URL-encoded.
445
+ User-defined waiting room page content, when the waiting room type is custom type, you need to enter. The incoming content needs to be base64 encoded.
468
446
  """
469
447
  return pulumi.get(self, "custom_page_html")
470
448
 
@@ -476,10 +454,7 @@ class _WaitingRoomState:
476
454
  @pulumi.getter
477
455
  def description(self) -> Optional[pulumi.Input[str]]:
478
456
  """
479
- Specifies whether to enable JSON response. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
480
-
481
- - on
482
- - off
457
+ Waiting room description.
483
458
  """
484
459
  return pulumi.get(self, "description")
485
460
 
@@ -491,7 +466,9 @@ class _WaitingRoomState:
491
466
  @pulumi.getter(name="disableSessionRenewalEnable")
492
467
  def disable_session_renewal_enable(self) -> Optional[pulumi.Input[str]]:
493
468
  """
494
- The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
469
+ Disable session renewal. Value:
470
+ -'on': open.
471
+ -'off': closed.
495
472
  """
496
473
  return pulumi.get(self, "disable_session_renewal_enable")
497
474
 
@@ -503,7 +480,7 @@ class _WaitingRoomState:
503
480
  @pulumi.getter(name="hostNameAndPaths")
504
481
  def host_name_and_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WaitingRoomHostNameAndPathArgs']]]]:
505
482
  """
506
- The details of the hostname and path. See `host_name_and_path` below.
483
+ Host name and path. See `host_name_and_path` below.
507
484
  """
508
485
  return pulumi.get(self, "host_name_and_paths")
509
486
 
@@ -515,10 +492,9 @@ class _WaitingRoomState:
515
492
  @pulumi.getter(name="jsonResponseEnable")
516
493
  def json_response_enable(self) -> Optional[pulumi.Input[str]]:
517
494
  """
518
- Indicates whether JSON response is enabled. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
519
-
520
- - on
521
- - off
495
+ The JSON response. If the accept request header contains "application/json", JSON data is returned. Value:
496
+ -'on': open.
497
+ -'off': closed.
522
498
  """
523
499
  return pulumi.get(self, "json_response_enable")
524
500
 
@@ -530,11 +506,10 @@ class _WaitingRoomState:
530
506
  @pulumi.getter
531
507
  def language(self) -> Optional[pulumi.Input[str]]:
532
508
  """
533
- The language of the waiting room page. This parameter is returned when the waiting room type is set to default. Valid values:
534
-
535
- - enus: English.
536
- - zhcn: Simplified Chinese.
537
- - zhhk: Traditional Chinese.
509
+ The language of the waiting room page. When the waiting room type is the default type, it needs to be passed in. The following types are supported:
510
+ -'enus': English.
511
+ -'zhcn': Simplified Chinese.
512
+ -'zhhk': Traditional Chinese.
538
513
  """
539
514
  return pulumi.get(self, "language")
540
515
 
@@ -546,7 +521,7 @@ class _WaitingRoomState:
546
521
  @pulumi.getter(name="newUsersPerMinute")
547
522
  def new_users_per_minute(self) -> Optional[pulumi.Input[str]]:
548
523
  """
549
- The maximum number of new users per minute.
524
+ Number of new users per minute.
550
525
  """
551
526
  return pulumi.get(self, "new_users_per_minute")
552
527
 
@@ -558,10 +533,9 @@ class _WaitingRoomState:
558
533
  @pulumi.getter(name="queueAllEnable")
559
534
  def queue_all_enable(self) -> Optional[pulumi.Input[str]]:
560
535
  """
561
- Indicates whether all requests must be queued. Valid values:
562
-
563
- - on
564
- - off
536
+ All in line. Value:
537
+ -'on': open.
538
+ -'off': closed.
565
539
  """
566
540
  return pulumi.get(self, "queue_all_enable")
567
541
 
@@ -573,12 +547,11 @@ class _WaitingRoomState:
573
547
  @pulumi.getter(name="queuingMethod")
574
548
  def queuing_method(self) -> Optional[pulumi.Input[str]]:
575
549
  """
576
- The queuing method. Valid values:
577
-
578
- - random: Users gain access to the origin randomly, regardless of the arrival time.
579
- - fifo: Users gain access to the origin in order of arrival.
580
- - passthrough: Users pass through the waiting room and go straight to the origin.
581
- - reject-all: Users are blocked from reaching the origin.
550
+ Way of queuing. Value:
551
+ -'random': random.
552
+ -'fifo': first in, first out.
553
+ -'Passthrough ': through.
554
+ -'Reject-all': reject all.
582
555
  """
583
556
  return pulumi.get(self, "queuing_method")
584
557
 
@@ -590,12 +563,10 @@ class _WaitingRoomState:
590
563
  @pulumi.getter(name="queuingStatusCode")
591
564
  def queuing_status_code(self) -> Optional[pulumi.Input[str]]:
592
565
  """
593
- The queuing method. Valid values:
594
-
595
- - random: Users gain access to the origin randomly, regardless of the arrival time.
596
- - fifo: Users gain access to the origin in order of arrival.
597
- - passthrough: Users pass through the waiting room and go straight to the origin.
598
- - reject-all: Users are blocked from reaching the origin.
566
+ Waiting room status code. Value:
567
+ -'200'
568
+ -'202'
569
+ -'429'
599
570
  """
600
571
  return pulumi.get(self, "queuing_status_code")
601
572
 
@@ -607,7 +578,7 @@ class _WaitingRoomState:
607
578
  @pulumi.getter(name="sessionDuration")
608
579
  def session_duration(self) -> Optional[pulumi.Input[str]]:
609
580
  """
610
- The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
581
+ Session duration in minutes.
611
582
  """
612
583
  return pulumi.get(self, "session_duration")
613
584
 
@@ -618,6 +589,9 @@ class _WaitingRoomState:
618
589
  @property
619
590
  @pulumi.getter(name="siteId")
620
591
  def site_id(self) -> Optional[pulumi.Input[int]]:
592
+ """
593
+ The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
594
+ """
621
595
  return pulumi.get(self, "site_id")
622
596
 
623
597
  @site_id.setter
@@ -628,7 +602,9 @@ class _WaitingRoomState:
628
602
  @pulumi.getter
629
603
  def status(self) -> Optional[pulumi.Input[str]]:
630
604
  """
631
- The ID of the waiting room, which can be obtained by calling the [ListWaitingRooms](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
605
+ Waiting room enabled status. Value:
606
+ -'on': Enable waiting room
607
+ -'off': disabled waiting room
632
608
  """
633
609
  return pulumi.get(self, "status")
634
610
 
@@ -640,7 +616,7 @@ class _WaitingRoomState:
640
616
  @pulumi.getter(name="totalActiveUsers")
641
617
  def total_active_users(self) -> Optional[pulumi.Input[str]]:
642
618
  """
643
- The maximum number of active users.
619
+ Total number of active users.
644
620
  """
645
621
  return pulumi.get(self, "total_active_users")
646
622
 
@@ -652,7 +628,7 @@ class _WaitingRoomState:
652
628
  @pulumi.getter(name="waitingRoomId")
653
629
  def waiting_room_id(self) -> Optional[pulumi.Input[str]]:
654
630
  """
655
- The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
631
+ The waiting room ID, which can be obtained by calling the [ListWaitingRooms](https://help.aliyun.com/document_detail/2850279.html) API.
656
632
  """
657
633
  return pulumi.get(self, "waiting_room_id")
658
634
 
@@ -664,10 +640,7 @@ class _WaitingRoomState:
664
640
  @pulumi.getter(name="waitingRoomName")
665
641
  def waiting_room_name(self) -> Optional[pulumi.Input[str]]:
666
642
  """
667
- Specifies whether to enable the waiting room. Valid values:
668
-
669
- - on
670
- - off
643
+ The name of the waiting room.
671
644
  """
672
645
  return pulumi.get(self, "waiting_room_name")
673
646
 
@@ -679,10 +652,9 @@ class _WaitingRoomState:
679
652
  @pulumi.getter(name="waitingRoomType")
680
653
  def waiting_room_type(self) -> Optional[pulumi.Input[str]]:
681
654
  """
682
- The type of the waiting room. Valid values:
683
-
684
- - default
685
- - custom
655
+ Waiting room type, support:
656
+ -'default': Indicates the default type.
657
+ -'custom': indicates a custom type.
686
658
  """
687
659
  return pulumi.get(self, "waiting_room_type")
688
660
 
@@ -781,51 +753,43 @@ class WaitingRoom(pulumi.CustomResource):
781
753
 
782
754
  :param str resource_name: The name of the resource.
783
755
  :param pulumi.ResourceOptions opts: Options for the resource.
784
- :param pulumi.Input[str] cookie_name: The name of the custom cookie.
785
- :param pulumi.Input[str] custom_page_html: The HTML content or identifier of the custom queuing page. This parameter is valid only when `WaitingRoomType` is set to `custom`. The content must be URL-encoded.
786
- :param pulumi.Input[str] description: Specifies whether to enable JSON response. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
787
-
788
- - on
789
- - off
790
- :param pulumi.Input[str] disable_session_renewal_enable: The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
791
- :param pulumi.Input[Sequence[pulumi.Input[Union['WaitingRoomHostNameAndPathArgs', 'WaitingRoomHostNameAndPathArgsDict']]]] host_name_and_paths: The details of the hostname and path. See `host_name_and_path` below.
792
- :param pulumi.Input[str] json_response_enable: Indicates whether JSON response is enabled. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
793
-
794
- - on
795
- - off
796
- :param pulumi.Input[str] language: The language of the waiting room page. This parameter is returned when the waiting room type is set to default. Valid values:
797
-
798
- - enus: English.
799
- - zhcn: Simplified Chinese.
800
- - zhhk: Traditional Chinese.
801
- :param pulumi.Input[str] new_users_per_minute: The maximum number of new users per minute.
802
- :param pulumi.Input[str] queue_all_enable: Indicates whether all requests must be queued. Valid values:
803
-
804
- - on
805
- - off
806
- :param pulumi.Input[str] queuing_method: The queuing method. Valid values:
807
-
808
- - random: Users gain access to the origin randomly, regardless of the arrival time.
809
- - fifo: Users gain access to the origin in order of arrival.
810
- - passthrough: Users pass through the waiting room and go straight to the origin.
811
- - reject-all: Users are blocked from reaching the origin.
812
- :param pulumi.Input[str] queuing_status_code: The queuing method. Valid values:
813
-
814
- - random: Users gain access to the origin randomly, regardless of the arrival time.
815
- - fifo: Users gain access to the origin in order of arrival.
816
- - passthrough: Users pass through the waiting room and go straight to the origin.
817
- - reject-all: Users are blocked from reaching the origin.
818
- :param pulumi.Input[str] session_duration: The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
819
- :param pulumi.Input[str] status: The ID of the waiting room, which can be obtained by calling the [ListWaitingRooms](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
820
- :param pulumi.Input[str] total_active_users: The maximum number of active users.
821
- :param pulumi.Input[str] waiting_room_name: Specifies whether to enable the waiting room. Valid values:
822
-
823
- - on
824
- - off
825
- :param pulumi.Input[str] waiting_room_type: The type of the waiting room. Valid values:
826
-
827
- - default
828
- - custom
756
+ :param pulumi.Input[str] cookie_name: Custom Cookie name.
757
+ :param pulumi.Input[str] custom_page_html: User-defined waiting room page content, when the waiting room type is custom type, you need to enter. The incoming content needs to be base64 encoded.
758
+ :param pulumi.Input[str] description: Waiting room description.
759
+ :param pulumi.Input[str] disable_session_renewal_enable: Disable session renewal. Value:
760
+ -'on': open.
761
+ -'off': closed.
762
+ :param pulumi.Input[Sequence[pulumi.Input[Union['WaitingRoomHostNameAndPathArgs', 'WaitingRoomHostNameAndPathArgsDict']]]] host_name_and_paths: Host name and path. See `host_name_and_path` below.
763
+ :param pulumi.Input[str] json_response_enable: The JSON response. If the accept request header contains "application/json", JSON data is returned. Value:
764
+ -'on': open.
765
+ -'off': closed.
766
+ :param pulumi.Input[str] language: The language of the waiting room page. When the waiting room type is the default type, it needs to be passed in. The following types are supported:
767
+ -'enus': English.
768
+ -'zhcn': Simplified Chinese.
769
+ -'zhhk': Traditional Chinese.
770
+ :param pulumi.Input[str] new_users_per_minute: Number of new users per minute.
771
+ :param pulumi.Input[str] queue_all_enable: All in line. Value:
772
+ -'on': open.
773
+ -'off': closed.
774
+ :param pulumi.Input[str] queuing_method: Way of queuing. Value:
775
+ -'random': random.
776
+ -'fifo': first in, first out.
777
+ -'Passthrough ': through.
778
+ -'Reject-all': reject all.
779
+ :param pulumi.Input[str] queuing_status_code: Waiting room status code. Value:
780
+ -'200'
781
+ -'202'
782
+ -'429'
783
+ :param pulumi.Input[str] session_duration: Session duration in minutes.
784
+ :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
785
+ :param pulumi.Input[str] status: Waiting room enabled status. Value:
786
+ -'on': Enable waiting room
787
+ -'off': disabled waiting room
788
+ :param pulumi.Input[str] total_active_users: Total number of active users.
789
+ :param pulumi.Input[str] waiting_room_name: The name of the waiting room.
790
+ :param pulumi.Input[str] waiting_room_type: Waiting room type, support:
791
+ -'default': Indicates the default type.
792
+ -'custom': indicates a custom type.
829
793
  """
830
794
  ...
831
795
  @overload
@@ -1014,52 +978,44 @@ class WaitingRoom(pulumi.CustomResource):
1014
978
  :param str resource_name: The unique name of the resulting resource.
1015
979
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1016
980
  :param pulumi.ResourceOptions opts: Options for the resource.
1017
- :param pulumi.Input[str] cookie_name: The name of the custom cookie.
1018
- :param pulumi.Input[str] custom_page_html: The HTML content or identifier of the custom queuing page. This parameter is valid only when `WaitingRoomType` is set to `custom`. The content must be URL-encoded.
1019
- :param pulumi.Input[str] description: Specifies whether to enable JSON response. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
1020
-
1021
- - on
1022
- - off
1023
- :param pulumi.Input[str] disable_session_renewal_enable: The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
1024
- :param pulumi.Input[Sequence[pulumi.Input[Union['WaitingRoomHostNameAndPathArgs', 'WaitingRoomHostNameAndPathArgsDict']]]] host_name_and_paths: The details of the hostname and path. See `host_name_and_path` below.
1025
- :param pulumi.Input[str] json_response_enable: Indicates whether JSON response is enabled. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
1026
-
1027
- - on
1028
- - off
1029
- :param pulumi.Input[str] language: The language of the waiting room page. This parameter is returned when the waiting room type is set to default. Valid values:
1030
-
1031
- - enus: English.
1032
- - zhcn: Simplified Chinese.
1033
- - zhhk: Traditional Chinese.
1034
- :param pulumi.Input[str] new_users_per_minute: The maximum number of new users per minute.
1035
- :param pulumi.Input[str] queue_all_enable: Indicates whether all requests must be queued. Valid values:
1036
-
1037
- - on
1038
- - off
1039
- :param pulumi.Input[str] queuing_method: The queuing method. Valid values:
1040
-
1041
- - random: Users gain access to the origin randomly, regardless of the arrival time.
1042
- - fifo: Users gain access to the origin in order of arrival.
1043
- - passthrough: Users pass through the waiting room and go straight to the origin.
1044
- - reject-all: Users are blocked from reaching the origin.
1045
- :param pulumi.Input[str] queuing_status_code: The queuing method. Valid values:
1046
-
1047
- - random: Users gain access to the origin randomly, regardless of the arrival time.
1048
- - fifo: Users gain access to the origin in order of arrival.
1049
- - passthrough: Users pass through the waiting room and go straight to the origin.
1050
- - reject-all: Users are blocked from reaching the origin.
1051
- :param pulumi.Input[str] session_duration: The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
1052
- :param pulumi.Input[str] status: The ID of the waiting room, which can be obtained by calling the [ListWaitingRooms](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
1053
- :param pulumi.Input[str] total_active_users: The maximum number of active users.
1054
- :param pulumi.Input[str] waiting_room_id: The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
1055
- :param pulumi.Input[str] waiting_room_name: Specifies whether to enable the waiting room. Valid values:
1056
-
1057
- - on
1058
- - off
1059
- :param pulumi.Input[str] waiting_room_type: The type of the waiting room. Valid values:
1060
-
1061
- - default
1062
- - custom
981
+ :param pulumi.Input[str] cookie_name: Custom Cookie name.
982
+ :param pulumi.Input[str] custom_page_html: User-defined waiting room page content, when the waiting room type is custom type, you need to enter. The incoming content needs to be base64 encoded.
983
+ :param pulumi.Input[str] description: Waiting room description.
984
+ :param pulumi.Input[str] disable_session_renewal_enable: Disable session renewal. Value:
985
+ -'on': open.
986
+ -'off': closed.
987
+ :param pulumi.Input[Sequence[pulumi.Input[Union['WaitingRoomHostNameAndPathArgs', 'WaitingRoomHostNameAndPathArgsDict']]]] host_name_and_paths: Host name and path. See `host_name_and_path` below.
988
+ :param pulumi.Input[str] json_response_enable: The JSON response. If the accept request header contains "application/json", JSON data is returned. Value:
989
+ -'on': open.
990
+ -'off': closed.
991
+ :param pulumi.Input[str] language: The language of the waiting room page. When the waiting room type is the default type, it needs to be passed in. The following types are supported:
992
+ -'enus': English.
993
+ -'zhcn': Simplified Chinese.
994
+ -'zhhk': Traditional Chinese.
995
+ :param pulumi.Input[str] new_users_per_minute: Number of new users per minute.
996
+ :param pulumi.Input[str] queue_all_enable: All in line. Value:
997
+ -'on': open.
998
+ -'off': closed.
999
+ :param pulumi.Input[str] queuing_method: Way of queuing. Value:
1000
+ -'random': random.
1001
+ -'fifo': first in, first out.
1002
+ -'Passthrough ': through.
1003
+ -'Reject-all': reject all.
1004
+ :param pulumi.Input[str] queuing_status_code: Waiting room status code. Value:
1005
+ -'200'
1006
+ -'202'
1007
+ -'429'
1008
+ :param pulumi.Input[str] session_duration: Session duration in minutes.
1009
+ :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
1010
+ :param pulumi.Input[str] status: Waiting room enabled status. Value:
1011
+ -'on': Enable waiting room
1012
+ -'off': disabled waiting room
1013
+ :param pulumi.Input[str] total_active_users: Total number of active users.
1014
+ :param pulumi.Input[str] waiting_room_id: The waiting room ID, which can be obtained by calling the [ListWaitingRooms](https://help.aliyun.com/document_detail/2850279.html) API.
1015
+ :param pulumi.Input[str] waiting_room_name: The name of the waiting room.
1016
+ :param pulumi.Input[str] waiting_room_type: Waiting room type, support:
1017
+ -'default': Indicates the default type.
1018
+ -'custom': indicates a custom type.
1063
1019
  """
1064
1020
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1065
1021
 
@@ -1089,7 +1045,7 @@ class WaitingRoom(pulumi.CustomResource):
1089
1045
  @pulumi.getter(name="cookieName")
1090
1046
  def cookie_name(self) -> pulumi.Output[str]:
1091
1047
  """
1092
- The name of the custom cookie.
1048
+ Custom Cookie name.
1093
1049
  """
1094
1050
  return pulumi.get(self, "cookie_name")
1095
1051
 
@@ -1097,7 +1053,7 @@ class WaitingRoom(pulumi.CustomResource):
1097
1053
  @pulumi.getter(name="customPageHtml")
1098
1054
  def custom_page_html(self) -> pulumi.Output[Optional[str]]:
1099
1055
  """
1100
- The HTML content or identifier of the custom queuing page. This parameter is valid only when `WaitingRoomType` is set to `custom`. The content must be URL-encoded.
1056
+ User-defined waiting room page content, when the waiting room type is custom type, you need to enter. The incoming content needs to be base64 encoded.
1101
1057
  """
1102
1058
  return pulumi.get(self, "custom_page_html")
1103
1059
 
@@ -1105,10 +1061,7 @@ class WaitingRoom(pulumi.CustomResource):
1105
1061
  @pulumi.getter
1106
1062
  def description(self) -> pulumi.Output[Optional[str]]:
1107
1063
  """
1108
- Specifies whether to enable JSON response. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
1109
-
1110
- - on
1111
- - off
1064
+ Waiting room description.
1112
1065
  """
1113
1066
  return pulumi.get(self, "description")
1114
1067
 
@@ -1116,7 +1069,9 @@ class WaitingRoom(pulumi.CustomResource):
1116
1069
  @pulumi.getter(name="disableSessionRenewalEnable")
1117
1070
  def disable_session_renewal_enable(self) -> pulumi.Output[Optional[str]]:
1118
1071
  """
1119
- The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
1072
+ Disable session renewal. Value:
1073
+ -'on': open.
1074
+ -'off': closed.
1120
1075
  """
1121
1076
  return pulumi.get(self, "disable_session_renewal_enable")
1122
1077
 
@@ -1124,7 +1079,7 @@ class WaitingRoom(pulumi.CustomResource):
1124
1079
  @pulumi.getter(name="hostNameAndPaths")
1125
1080
  def host_name_and_paths(self) -> pulumi.Output[Sequence['outputs.WaitingRoomHostNameAndPath']]:
1126
1081
  """
1127
- The details of the hostname and path. See `host_name_and_path` below.
1082
+ Host name and path. See `host_name_and_path` below.
1128
1083
  """
1129
1084
  return pulumi.get(self, "host_name_and_paths")
1130
1085
 
@@ -1132,10 +1087,9 @@ class WaitingRoom(pulumi.CustomResource):
1132
1087
  @pulumi.getter(name="jsonResponseEnable")
1133
1088
  def json_response_enable(self) -> pulumi.Output[Optional[str]]:
1134
1089
  """
1135
- Indicates whether JSON response is enabled. If you set this parameter to on, a JSON body is returned for requests to the waiting room with the header Accept: application/json. Valid values:
1136
-
1137
- - on
1138
- - off
1090
+ The JSON response. If the accept request header contains "application/json", JSON data is returned. Value:
1091
+ -'on': open.
1092
+ -'off': closed.
1139
1093
  """
1140
1094
  return pulumi.get(self, "json_response_enable")
1141
1095
 
@@ -1143,11 +1097,10 @@ class WaitingRoom(pulumi.CustomResource):
1143
1097
  @pulumi.getter
1144
1098
  def language(self) -> pulumi.Output[Optional[str]]:
1145
1099
  """
1146
- The language of the waiting room page. This parameter is returned when the waiting room type is set to default. Valid values:
1147
-
1148
- - enus: English.
1149
- - zhcn: Simplified Chinese.
1150
- - zhhk: Traditional Chinese.
1100
+ The language of the waiting room page. When the waiting room type is the default type, it needs to be passed in. The following types are supported:
1101
+ -'enus': English.
1102
+ -'zhcn': Simplified Chinese.
1103
+ -'zhhk': Traditional Chinese.
1151
1104
  """
1152
1105
  return pulumi.get(self, "language")
1153
1106
 
@@ -1155,7 +1108,7 @@ class WaitingRoom(pulumi.CustomResource):
1155
1108
  @pulumi.getter(name="newUsersPerMinute")
1156
1109
  def new_users_per_minute(self) -> pulumi.Output[str]:
1157
1110
  """
1158
- The maximum number of new users per minute.
1111
+ Number of new users per minute.
1159
1112
  """
1160
1113
  return pulumi.get(self, "new_users_per_minute")
1161
1114
 
@@ -1163,10 +1116,9 @@ class WaitingRoom(pulumi.CustomResource):
1163
1116
  @pulumi.getter(name="queueAllEnable")
1164
1117
  def queue_all_enable(self) -> pulumi.Output[Optional[str]]:
1165
1118
  """
1166
- Indicates whether all requests must be queued. Valid values:
1167
-
1168
- - on
1169
- - off
1119
+ All in line. Value:
1120
+ -'on': open.
1121
+ -'off': closed.
1170
1122
  """
1171
1123
  return pulumi.get(self, "queue_all_enable")
1172
1124
 
@@ -1174,12 +1126,11 @@ class WaitingRoom(pulumi.CustomResource):
1174
1126
  @pulumi.getter(name="queuingMethod")
1175
1127
  def queuing_method(self) -> pulumi.Output[str]:
1176
1128
  """
1177
- The queuing method. Valid values:
1178
-
1179
- - random: Users gain access to the origin randomly, regardless of the arrival time.
1180
- - fifo: Users gain access to the origin in order of arrival.
1181
- - passthrough: Users pass through the waiting room and go straight to the origin.
1182
- - reject-all: Users are blocked from reaching the origin.
1129
+ Way of queuing. Value:
1130
+ -'random': random.
1131
+ -'fifo': first in, first out.
1132
+ -'Passthrough ': through.
1133
+ -'Reject-all': reject all.
1183
1134
  """
1184
1135
  return pulumi.get(self, "queuing_method")
1185
1136
 
@@ -1187,12 +1138,10 @@ class WaitingRoom(pulumi.CustomResource):
1187
1138
  @pulumi.getter(name="queuingStatusCode")
1188
1139
  def queuing_status_code(self) -> pulumi.Output[str]:
1189
1140
  """
1190
- The queuing method. Valid values:
1191
-
1192
- - random: Users gain access to the origin randomly, regardless of the arrival time.
1193
- - fifo: Users gain access to the origin in order of arrival.
1194
- - passthrough: Users pass through the waiting room and go straight to the origin.
1195
- - reject-all: Users are blocked from reaching the origin.
1141
+ Waiting room status code. Value:
1142
+ -'200'
1143
+ -'202'
1144
+ -'429'
1196
1145
  """
1197
1146
  return pulumi.get(self, "queuing_status_code")
1198
1147
 
@@ -1200,20 +1149,25 @@ class WaitingRoom(pulumi.CustomResource):
1200
1149
  @pulumi.getter(name="sessionDuration")
1201
1150
  def session_duration(self) -> pulumi.Output[str]:
1202
1151
  """
1203
- The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
1152
+ Session duration in minutes.
1204
1153
  """
1205
1154
  return pulumi.get(self, "session_duration")
1206
1155
 
1207
1156
  @property
1208
1157
  @pulumi.getter(name="siteId")
1209
1158
  def site_id(self) -> pulumi.Output[int]:
1159
+ """
1160
+ The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
1161
+ """
1210
1162
  return pulumi.get(self, "site_id")
1211
1163
 
1212
1164
  @property
1213
1165
  @pulumi.getter
1214
1166
  def status(self) -> pulumi.Output[str]:
1215
1167
  """
1216
- The ID of the waiting room, which can be obtained by calling the [ListWaitingRooms](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
1168
+ Waiting room enabled status. Value:
1169
+ -'on': Enable waiting room
1170
+ -'off': disabled waiting room
1217
1171
  """
1218
1172
  return pulumi.get(self, "status")
1219
1173
 
@@ -1221,7 +1175,7 @@ class WaitingRoom(pulumi.CustomResource):
1221
1175
  @pulumi.getter(name="totalActiveUsers")
1222
1176
  def total_active_users(self) -> pulumi.Output[str]:
1223
1177
  """
1224
- The maximum number of active users.
1178
+ Total number of active users.
1225
1179
  """
1226
1180
  return pulumi.get(self, "total_active_users")
1227
1181
 
@@ -1229,7 +1183,7 @@ class WaitingRoom(pulumi.CustomResource):
1229
1183
  @pulumi.getter(name="waitingRoomId")
1230
1184
  def waiting_room_id(self) -> pulumi.Output[str]:
1231
1185
  """
1232
- The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
1186
+ The waiting room ID, which can be obtained by calling the [ListWaitingRooms](https://help.aliyun.com/document_detail/2850279.html) API.
1233
1187
  """
1234
1188
  return pulumi.get(self, "waiting_room_id")
1235
1189
 
@@ -1237,10 +1191,7 @@ class WaitingRoom(pulumi.CustomResource):
1237
1191
  @pulumi.getter(name="waitingRoomName")
1238
1192
  def waiting_room_name(self) -> pulumi.Output[str]:
1239
1193
  """
1240
- Specifies whether to enable the waiting room. Valid values:
1241
-
1242
- - on
1243
- - off
1194
+ The name of the waiting room.
1244
1195
  """
1245
1196
  return pulumi.get(self, "waiting_room_name")
1246
1197
 
@@ -1248,10 +1199,9 @@ class WaitingRoom(pulumi.CustomResource):
1248
1199
  @pulumi.getter(name="waitingRoomType")
1249
1200
  def waiting_room_type(self) -> pulumi.Output[str]:
1250
1201
  """
1251
- The type of the waiting room. Valid values:
1252
-
1253
- - default
1254
- - custom
1202
+ Waiting room type, support:
1203
+ -'default': Indicates the default type.
1204
+ -'custom': indicates a custom type.
1255
1205
  """
1256
1206
  return pulumi.get(self, "waiting_room_type")
1257
1207