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
@@ -41,50 +41,48 @@ class WaitingRoomEventArgs:
41
41
  waiting_room_id: Optional[pulumi.Input[str]] = None):
42
42
  """
43
43
  The set of arguments for constructing a WaitingRoomEvent resource.
44
- :param pulumi.Input[str] end_time: The start time of the event. This value is a UNIX timestamp.
45
- :param pulumi.Input[str] new_users_per_minute: The maximum number of active users.
46
- :param pulumi.Input[str] queuing_method: Specifies whether to disable session renewal. Valid values:
47
-
48
- - on
49
- - off
50
- :param pulumi.Input[str] queuing_status_code: The queuing method. Valid values:
51
-
52
- - random: Users gain access to the origin randomly, regardless of the arrival time.
53
- - fifo: Users gain access to the origin in order of arrival.
54
- - passthrough: Users pass through the waiting room and go straight to the origin.
55
- - reject-all: All requests are blocked from accessing the origin.
56
- :param pulumi.Input[str] session_duration: The maximum number of new users per minute.
44
+ :param pulumi.Input[str] end_time: The timestamp of the end time of the event.
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: User session duration in minutes.
57
56
  :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
58
- :param pulumi.Input[str] start_time: The content of the custom waiting room page. You must specify this parameter if you set WaitingRoomType to custom. The content must be Base64-encoded.
59
- :param pulumi.Input[str] status: The ID of the waiting room event, which can be obtained by calling the [ListWaitingRoomEvents](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
60
- :param pulumi.Input[str] total_active_users: The name of the waiting room event.
61
- :param pulumi.Input[str] waiting_room_event_name: Specifies whether to enable the waiting room event. Valid values:
62
- :param pulumi.Input[str] waiting_room_type: The description of the waiting room.
63
- :param pulumi.Input[str] custom_page_html: The type of the waiting room. Valid values:
64
-
65
- - default
66
- - custom
67
- :param pulumi.Input[str] description: Specifies whether to enable JSON response. Valid values:
68
-
69
- - on
70
- - off
71
- :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.
72
- :param pulumi.Input[str] json_response_enable: The HTTP status code to return while a user is in the queue. Valid values:
73
-
74
- - 200
75
- - 202
76
- - 429
77
- :param pulumi.Input[str] language: Specifies whether to enable random queuing.
78
-
79
- - on
80
- - off
81
- :param pulumi.Input[str] pre_queue_enable: The end time of the event. This value is a UNIX timestamp.
82
- :param pulumi.Input[str] pre_queue_start_time: Specifies whether to enable pre-queuing.
83
-
84
- - on
85
- - off
86
- :param pulumi.Input[str] random_pre_queue_enable: The start time for pre-queuing.
87
- :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.
57
+ :param pulumi.Input[str] start_time: The timestamp of the event start time.
58
+ :param pulumi.Input[str] status: Enabled status. Value:
59
+ -'on': Enable waiting room events
60
+ -'off': Disable waiting room events
61
+ :param pulumi.Input[str] total_active_users: Total number of active users.
62
+ :param pulumi.Input[str] waiting_room_event_name: Event name, custom event description.
63
+ :param pulumi.Input[str] waiting_room_type: Waiting room type. The following types are supported:
64
+ -'default': the default type.
65
+ -'custom': custom type.
66
+ :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.
67
+ :param pulumi.Input[str] description: Waiting room description.
68
+ :param pulumi.Input[str] disable_session_renewal_enable: Disable session renewal. Value:
69
+ -'on': open.
70
+ -'off': closed.
71
+ :param pulumi.Input[str] json_response_enable: JSON response switch. Value:
72
+ -'on': open.
73
+ -'off': closed.
74
+ :param pulumi.Input[str] language: Default language setting. Values include:
75
+ -'enus': English.
76
+ -'zhcn': Simplified Chinese.
77
+ -'zhhk': Traditional Chinese.
78
+ :param pulumi.Input[str] pre_queue_enable: Pre-queue switch.
79
+ -'on': open.
80
+ -'off': closed.
81
+ :param pulumi.Input[str] pre_queue_start_time: Pre-queue start time.
82
+ :param pulumi.Input[str] random_pre_queue_enable: Random queue switch.
83
+ -'on': open.
84
+ -'off': closed.
85
+ :param pulumi.Input[str] waiting_room_id: Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
88
86
  """
89
87
  pulumi.set(__self__, "end_time", end_time)
90
88
  pulumi.set(__self__, "new_users_per_minute", new_users_per_minute)
@@ -120,7 +118,7 @@ class WaitingRoomEventArgs:
120
118
  @pulumi.getter(name="endTime")
121
119
  def end_time(self) -> pulumi.Input[str]:
122
120
  """
123
- The start time of the event. This value is a UNIX timestamp.
121
+ The timestamp of the end time of the event.
124
122
  """
125
123
  return pulumi.get(self, "end_time")
126
124
 
@@ -132,7 +130,7 @@ class WaitingRoomEventArgs:
132
130
  @pulumi.getter(name="newUsersPerMinute")
133
131
  def new_users_per_minute(self) -> pulumi.Input[str]:
134
132
  """
135
- The maximum number of active users.
133
+ Number of new users per minute.
136
134
  """
137
135
  return pulumi.get(self, "new_users_per_minute")
138
136
 
@@ -144,10 +142,11 @@ class WaitingRoomEventArgs:
144
142
  @pulumi.getter(name="queuingMethod")
145
143
  def queuing_method(self) -> pulumi.Input[str]:
146
144
  """
147
- Specifies whether to disable session renewal. Valid values:
148
-
149
- - on
150
- - off
145
+ Way of queuing. Value:
146
+ -'random': random.
147
+ -'fifo': first in, first out.
148
+ -'passthrough ': through.
149
+ -'reject-all': reject all.
151
150
  """
152
151
  return pulumi.get(self, "queuing_method")
153
152
 
@@ -159,12 +158,10 @@ class WaitingRoomEventArgs:
159
158
  @pulumi.getter(name="queuingStatusCode")
160
159
  def queuing_status_code(self) -> pulumi.Input[str]:
161
160
  """
162
- The queuing method. Valid values:
163
-
164
- - random: Users gain access to the origin randomly, regardless of the arrival time.
165
- - fifo: Users gain access to the origin in order of arrival.
166
- - passthrough: Users pass through the waiting room and go straight to the origin.
167
- - reject-all: All requests are blocked from accessing the origin.
161
+ Waiting room status code. Value:
162
+ -'200'
163
+ -'202'
164
+ -'429'
168
165
  """
169
166
  return pulumi.get(self, "queuing_status_code")
170
167
 
@@ -176,7 +173,7 @@ class WaitingRoomEventArgs:
176
173
  @pulumi.getter(name="sessionDuration")
177
174
  def session_duration(self) -> pulumi.Input[str]:
178
175
  """
179
- The maximum number of new users per minute.
176
+ User session duration in minutes.
180
177
  """
181
178
  return pulumi.get(self, "session_duration")
182
179
 
@@ -200,7 +197,7 @@ class WaitingRoomEventArgs:
200
197
  @pulumi.getter(name="startTime")
201
198
  def start_time(self) -> pulumi.Input[str]:
202
199
  """
203
- The content of the custom waiting room page. You must specify this parameter if you set WaitingRoomType to custom. The content must be Base64-encoded.
200
+ The timestamp of the event start time.
204
201
  """
205
202
  return pulumi.get(self, "start_time")
206
203
 
@@ -212,7 +209,9 @@ class WaitingRoomEventArgs:
212
209
  @pulumi.getter
213
210
  def status(self) -> pulumi.Input[str]:
214
211
  """
215
- The ID of the waiting room event, which can be obtained by calling the [ListWaitingRoomEvents](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
212
+ Enabled status. Value:
213
+ -'on': Enable waiting room events
214
+ -'off': Disable waiting room events
216
215
  """
217
216
  return pulumi.get(self, "status")
218
217
 
@@ -224,7 +223,7 @@ class WaitingRoomEventArgs:
224
223
  @pulumi.getter(name="totalActiveUsers")
225
224
  def total_active_users(self) -> pulumi.Input[str]:
226
225
  """
227
- The name of the waiting room event.
226
+ Total number of active users.
228
227
  """
229
228
  return pulumi.get(self, "total_active_users")
230
229
 
@@ -236,7 +235,7 @@ class WaitingRoomEventArgs:
236
235
  @pulumi.getter(name="waitingRoomEventName")
237
236
  def waiting_room_event_name(self) -> pulumi.Input[str]:
238
237
  """
239
- Specifies whether to enable the waiting room event. Valid values:
238
+ Event name, custom event description.
240
239
  """
241
240
  return pulumi.get(self, "waiting_room_event_name")
242
241
 
@@ -248,7 +247,9 @@ class WaitingRoomEventArgs:
248
247
  @pulumi.getter(name="waitingRoomType")
249
248
  def waiting_room_type(self) -> pulumi.Input[str]:
250
249
  """
251
- The description of the waiting room.
250
+ Waiting room type. The following types are supported:
251
+ -'default': the default type.
252
+ -'custom': custom type.
252
253
  """
253
254
  return pulumi.get(self, "waiting_room_type")
254
255
 
@@ -260,10 +261,7 @@ class WaitingRoomEventArgs:
260
261
  @pulumi.getter(name="customPageHtml")
261
262
  def custom_page_html(self) -> Optional[pulumi.Input[str]]:
262
263
  """
263
- The type of the waiting room. Valid values:
264
-
265
- - default
266
- - custom
264
+ 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.
267
265
  """
268
266
  return pulumi.get(self, "custom_page_html")
269
267
 
@@ -275,10 +273,7 @@ class WaitingRoomEventArgs:
275
273
  @pulumi.getter
276
274
  def description(self) -> Optional[pulumi.Input[str]]:
277
275
  """
278
- Specifies whether to enable JSON response. Valid values:
279
-
280
- - on
281
- - off
276
+ Waiting room description.
282
277
  """
283
278
  return pulumi.get(self, "description")
284
279
 
@@ -290,7 +285,9 @@ class WaitingRoomEventArgs:
290
285
  @pulumi.getter(name="disableSessionRenewalEnable")
291
286
  def disable_session_renewal_enable(self) -> Optional[pulumi.Input[str]]:
292
287
  """
293
- The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
288
+ Disable session renewal. Value:
289
+ -'on': open.
290
+ -'off': closed.
294
291
  """
295
292
  return pulumi.get(self, "disable_session_renewal_enable")
296
293
 
@@ -302,11 +299,9 @@ class WaitingRoomEventArgs:
302
299
  @pulumi.getter(name="jsonResponseEnable")
303
300
  def json_response_enable(self) -> Optional[pulumi.Input[str]]:
304
301
  """
305
- The HTTP status code to return while a user is in the queue. Valid values:
306
-
307
- - 200
308
- - 202
309
- - 429
302
+ JSON response switch. Value:
303
+ -'on': open.
304
+ -'off': closed.
310
305
  """
311
306
  return pulumi.get(self, "json_response_enable")
312
307
 
@@ -318,10 +313,10 @@ class WaitingRoomEventArgs:
318
313
  @pulumi.getter
319
314
  def language(self) -> Optional[pulumi.Input[str]]:
320
315
  """
321
- Specifies whether to enable random queuing.
322
-
323
- - on
324
- - off
316
+ Default language setting. Values include:
317
+ -'enus': English.
318
+ -'zhcn': Simplified Chinese.
319
+ -'zhhk': Traditional Chinese.
325
320
  """
326
321
  return pulumi.get(self, "language")
327
322
 
@@ -333,7 +328,9 @@ class WaitingRoomEventArgs:
333
328
  @pulumi.getter(name="preQueueEnable")
334
329
  def pre_queue_enable(self) -> Optional[pulumi.Input[str]]:
335
330
  """
336
- The end time of the event. This value is a UNIX timestamp.
331
+ Pre-queue switch.
332
+ -'on': open.
333
+ -'off': closed.
337
334
  """
338
335
  return pulumi.get(self, "pre_queue_enable")
339
336
 
@@ -345,10 +342,7 @@ class WaitingRoomEventArgs:
345
342
  @pulumi.getter(name="preQueueStartTime")
346
343
  def pre_queue_start_time(self) -> Optional[pulumi.Input[str]]:
347
344
  """
348
- Specifies whether to enable pre-queuing.
349
-
350
- - on
351
- - off
345
+ Pre-queue start time.
352
346
  """
353
347
  return pulumi.get(self, "pre_queue_start_time")
354
348
 
@@ -360,7 +354,9 @@ class WaitingRoomEventArgs:
360
354
  @pulumi.getter(name="randomPreQueueEnable")
361
355
  def random_pre_queue_enable(self) -> Optional[pulumi.Input[str]]:
362
356
  """
363
- The start time for pre-queuing.
357
+ Random queue switch.
358
+ -'on': open.
359
+ -'off': closed.
364
360
  """
365
361
  return pulumi.get(self, "random_pre_queue_enable")
366
362
 
@@ -372,7 +368,7 @@ class WaitingRoomEventArgs:
372
368
  @pulumi.getter(name="waitingRoomId")
373
369
  def waiting_room_id(self) -> Optional[pulumi.Input[str]]:
374
370
  """
375
- The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
371
+ Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
376
372
  """
377
373
  return pulumi.get(self, "waiting_room_id")
378
374
 
@@ -407,51 +403,49 @@ class _WaitingRoomEventState:
407
403
  waiting_room_type: Optional[pulumi.Input[str]] = None):
408
404
  """
409
405
  Input properties used for looking up and filtering WaitingRoomEvent resources.
410
- :param pulumi.Input[str] custom_page_html: The type of the waiting room. Valid values:
411
-
412
- - default
413
- - custom
414
- :param pulumi.Input[str] description: Specifies whether to enable JSON response. Valid values:
415
-
416
- - on
417
- - off
418
- :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.
419
- :param pulumi.Input[str] end_time: The start time of the event. This value is a UNIX timestamp.
420
- :param pulumi.Input[str] json_response_enable: The HTTP status code to return while a user is in the queue. Valid values:
421
-
422
- - 200
423
- - 202
424
- - 429
425
- :param pulumi.Input[str] language: Specifies whether to enable random queuing.
426
-
427
- - on
428
- - off
429
- :param pulumi.Input[str] new_users_per_minute: The maximum number of active users.
430
- :param pulumi.Input[str] pre_queue_enable: The end time of the event. This value is a UNIX timestamp.
431
- :param pulumi.Input[str] pre_queue_start_time: Specifies whether to enable pre-queuing.
432
-
433
- - on
434
- - off
435
- :param pulumi.Input[str] queuing_method: Specifies whether to disable session renewal. Valid values:
436
-
437
- - on
438
- - off
439
- :param pulumi.Input[str] queuing_status_code: The queuing method. Valid values:
440
-
441
- - random: Users gain access to the origin randomly, regardless of the arrival time.
442
- - fifo: Users gain access to the origin in order of arrival.
443
- - passthrough: Users pass through the waiting room and go straight to the origin.
444
- - reject-all: All requests are blocked from accessing the origin.
445
- :param pulumi.Input[str] random_pre_queue_enable: The start time for pre-queuing.
446
- :param pulumi.Input[str] session_duration: The maximum number of new users per minute.
406
+ :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.
407
+ :param pulumi.Input[str] description: Waiting room description.
408
+ :param pulumi.Input[str] disable_session_renewal_enable: Disable session renewal. Value:
409
+ -'on': open.
410
+ -'off': closed.
411
+ :param pulumi.Input[str] end_time: The timestamp of the end time of the event.
412
+ :param pulumi.Input[str] json_response_enable: JSON response switch. Value:
413
+ -'on': open.
414
+ -'off': closed.
415
+ :param pulumi.Input[str] language: Default language setting. Values include:
416
+ -'enus': English.
417
+ -'zhcn': Simplified Chinese.
418
+ -'zhhk': Traditional Chinese.
419
+ :param pulumi.Input[str] new_users_per_minute: Number of new users per minute.
420
+ :param pulumi.Input[str] pre_queue_enable: Pre-queue switch.
421
+ -'on': open.
422
+ -'off': closed.
423
+ :param pulumi.Input[str] pre_queue_start_time: Pre-queue start time.
424
+ :param pulumi.Input[str] queuing_method: Way of queuing. Value:
425
+ -'random': random.
426
+ -'fifo': first in, first out.
427
+ -'passthrough ': through.
428
+ -'reject-all': reject all.
429
+ :param pulumi.Input[str] queuing_status_code: Waiting room status code. Value:
430
+ -'200'
431
+ -'202'
432
+ -'429'
433
+ :param pulumi.Input[str] random_pre_queue_enable: Random queue switch.
434
+ -'on': open.
435
+ -'off': closed.
436
+ :param pulumi.Input[str] session_duration: User session duration in minutes.
447
437
  :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
448
- :param pulumi.Input[str] start_time: The content of the custom waiting room page. You must specify this parameter if you set WaitingRoomType to custom. The content must be Base64-encoded.
449
- :param pulumi.Input[str] status: The ID of the waiting room event, which can be obtained by calling the [ListWaitingRoomEvents](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
450
- :param pulumi.Input[str] total_active_users: The name of the waiting room event.
451
- :param pulumi.Input[int] waiting_room_event_id: The unique ID of the waiting room, which can be obtained by calling the [ListWaitingRooms](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
452
- :param pulumi.Input[str] waiting_room_event_name: Specifies whether to enable the waiting room event. Valid values:
453
- :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.
454
- :param pulumi.Input[str] waiting_room_type: The description of the waiting room.
438
+ :param pulumi.Input[str] start_time: The timestamp of the event start time.
439
+ :param pulumi.Input[str] status: Enabled status. Value:
440
+ -'on': Enable waiting room events
441
+ -'off': Disable waiting room events
442
+ :param pulumi.Input[str] total_active_users: Total number of active users.
443
+ :param pulumi.Input[int] waiting_room_event_id: The waiting room event ID, which can be obtained by calling the [ListWaitingRoomEvents](https://help.aliyun.com/document_detail/2850279.html) operation.
444
+ :param pulumi.Input[str] waiting_room_event_name: Event name, custom event description.
445
+ :param pulumi.Input[str] waiting_room_id: Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
446
+ :param pulumi.Input[str] waiting_room_type: Waiting room type. The following types are supported:
447
+ -'default': the default type.
448
+ -'custom': custom type.
455
449
  """
456
450
  if custom_page_html is not None:
457
451
  pulumi.set(__self__, "custom_page_html", custom_page_html)
@@ -500,10 +494,7 @@ class _WaitingRoomEventState:
500
494
  @pulumi.getter(name="customPageHtml")
501
495
  def custom_page_html(self) -> Optional[pulumi.Input[str]]:
502
496
  """
503
- The type of the waiting room. Valid values:
504
-
505
- - default
506
- - custom
497
+ 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.
507
498
  """
508
499
  return pulumi.get(self, "custom_page_html")
509
500
 
@@ -515,10 +506,7 @@ class _WaitingRoomEventState:
515
506
  @pulumi.getter
516
507
  def description(self) -> Optional[pulumi.Input[str]]:
517
508
  """
518
- Specifies whether to enable JSON response. Valid values:
519
-
520
- - on
521
- - off
509
+ Waiting room description.
522
510
  """
523
511
  return pulumi.get(self, "description")
524
512
 
@@ -530,7 +518,9 @@ class _WaitingRoomEventState:
530
518
  @pulumi.getter(name="disableSessionRenewalEnable")
531
519
  def disable_session_renewal_enable(self) -> Optional[pulumi.Input[str]]:
532
520
  """
533
- The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
521
+ Disable session renewal. Value:
522
+ -'on': open.
523
+ -'off': closed.
534
524
  """
535
525
  return pulumi.get(self, "disable_session_renewal_enable")
536
526
 
@@ -542,7 +532,7 @@ class _WaitingRoomEventState:
542
532
  @pulumi.getter(name="endTime")
543
533
  def end_time(self) -> Optional[pulumi.Input[str]]:
544
534
  """
545
- The start time of the event. This value is a UNIX timestamp.
535
+ The timestamp of the end time of the event.
546
536
  """
547
537
  return pulumi.get(self, "end_time")
548
538
 
@@ -554,11 +544,9 @@ class _WaitingRoomEventState:
554
544
  @pulumi.getter(name="jsonResponseEnable")
555
545
  def json_response_enable(self) -> Optional[pulumi.Input[str]]:
556
546
  """
557
- The HTTP status code to return while a user is in the queue. Valid values:
558
-
559
- - 200
560
- - 202
561
- - 429
547
+ JSON response switch. Value:
548
+ -'on': open.
549
+ -'off': closed.
562
550
  """
563
551
  return pulumi.get(self, "json_response_enable")
564
552
 
@@ -570,10 +558,10 @@ class _WaitingRoomEventState:
570
558
  @pulumi.getter
571
559
  def language(self) -> Optional[pulumi.Input[str]]:
572
560
  """
573
- Specifies whether to enable random queuing.
574
-
575
- - on
576
- - off
561
+ Default language setting. Values include:
562
+ -'enus': English.
563
+ -'zhcn': Simplified Chinese.
564
+ -'zhhk': Traditional Chinese.
577
565
  """
578
566
  return pulumi.get(self, "language")
579
567
 
@@ -585,7 +573,7 @@ class _WaitingRoomEventState:
585
573
  @pulumi.getter(name="newUsersPerMinute")
586
574
  def new_users_per_minute(self) -> Optional[pulumi.Input[str]]:
587
575
  """
588
- The maximum number of active users.
576
+ Number of new users per minute.
589
577
  """
590
578
  return pulumi.get(self, "new_users_per_minute")
591
579
 
@@ -597,7 +585,9 @@ class _WaitingRoomEventState:
597
585
  @pulumi.getter(name="preQueueEnable")
598
586
  def pre_queue_enable(self) -> Optional[pulumi.Input[str]]:
599
587
  """
600
- The end time of the event. This value is a UNIX timestamp.
588
+ Pre-queue switch.
589
+ -'on': open.
590
+ -'off': closed.
601
591
  """
602
592
  return pulumi.get(self, "pre_queue_enable")
603
593
 
@@ -609,10 +599,7 @@ class _WaitingRoomEventState:
609
599
  @pulumi.getter(name="preQueueStartTime")
610
600
  def pre_queue_start_time(self) -> Optional[pulumi.Input[str]]:
611
601
  """
612
- Specifies whether to enable pre-queuing.
613
-
614
- - on
615
- - off
602
+ Pre-queue start time.
616
603
  """
617
604
  return pulumi.get(self, "pre_queue_start_time")
618
605
 
@@ -624,10 +611,11 @@ class _WaitingRoomEventState:
624
611
  @pulumi.getter(name="queuingMethod")
625
612
  def queuing_method(self) -> Optional[pulumi.Input[str]]:
626
613
  """
627
- Specifies whether to disable session renewal. Valid values:
628
-
629
- - on
630
- - off
614
+ Way of queuing. Value:
615
+ -'random': random.
616
+ -'fifo': first in, first out.
617
+ -'passthrough ': through.
618
+ -'reject-all': reject all.
631
619
  """
632
620
  return pulumi.get(self, "queuing_method")
633
621
 
@@ -639,12 +627,10 @@ class _WaitingRoomEventState:
639
627
  @pulumi.getter(name="queuingStatusCode")
640
628
  def queuing_status_code(self) -> Optional[pulumi.Input[str]]:
641
629
  """
642
- The queuing method. Valid values:
643
-
644
- - random: Users gain access to the origin randomly, regardless of the arrival time.
645
- - fifo: Users gain access to the origin in order of arrival.
646
- - passthrough: Users pass through the waiting room and go straight to the origin.
647
- - reject-all: All requests are blocked from accessing the origin.
630
+ Waiting room status code. Value:
631
+ -'200'
632
+ -'202'
633
+ -'429'
648
634
  """
649
635
  return pulumi.get(self, "queuing_status_code")
650
636
 
@@ -656,7 +642,9 @@ class _WaitingRoomEventState:
656
642
  @pulumi.getter(name="randomPreQueueEnable")
657
643
  def random_pre_queue_enable(self) -> Optional[pulumi.Input[str]]:
658
644
  """
659
- The start time for pre-queuing.
645
+ Random queue switch.
646
+ -'on': open.
647
+ -'off': closed.
660
648
  """
661
649
  return pulumi.get(self, "random_pre_queue_enable")
662
650
 
@@ -668,7 +656,7 @@ class _WaitingRoomEventState:
668
656
  @pulumi.getter(name="sessionDuration")
669
657
  def session_duration(self) -> Optional[pulumi.Input[str]]:
670
658
  """
671
- The maximum number of new users per minute.
659
+ User session duration in minutes.
672
660
  """
673
661
  return pulumi.get(self, "session_duration")
674
662
 
@@ -692,7 +680,7 @@ class _WaitingRoomEventState:
692
680
  @pulumi.getter(name="startTime")
693
681
  def start_time(self) -> Optional[pulumi.Input[str]]:
694
682
  """
695
- The content of the custom waiting room page. You must specify this parameter if you set WaitingRoomType to custom. The content must be Base64-encoded.
683
+ The timestamp of the event start time.
696
684
  """
697
685
  return pulumi.get(self, "start_time")
698
686
 
@@ -704,7 +692,9 @@ class _WaitingRoomEventState:
704
692
  @pulumi.getter
705
693
  def status(self) -> Optional[pulumi.Input[str]]:
706
694
  """
707
- The ID of the waiting room event, which can be obtained by calling the [ListWaitingRoomEvents](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
695
+ Enabled status. Value:
696
+ -'on': Enable waiting room events
697
+ -'off': Disable waiting room events
708
698
  """
709
699
  return pulumi.get(self, "status")
710
700
 
@@ -716,7 +706,7 @@ class _WaitingRoomEventState:
716
706
  @pulumi.getter(name="totalActiveUsers")
717
707
  def total_active_users(self) -> Optional[pulumi.Input[str]]:
718
708
  """
719
- The name of the waiting room event.
709
+ Total number of active users.
720
710
  """
721
711
  return pulumi.get(self, "total_active_users")
722
712
 
@@ -728,7 +718,7 @@ class _WaitingRoomEventState:
728
718
  @pulumi.getter(name="waitingRoomEventId")
729
719
  def waiting_room_event_id(self) -> Optional[pulumi.Input[int]]:
730
720
  """
731
- The unique ID of the waiting room, which can be obtained by calling the [ListWaitingRooms](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
721
+ The waiting room event ID, which can be obtained by calling the [ListWaitingRoomEvents](https://help.aliyun.com/document_detail/2850279.html) operation.
732
722
  """
733
723
  return pulumi.get(self, "waiting_room_event_id")
734
724
 
@@ -740,7 +730,7 @@ class _WaitingRoomEventState:
740
730
  @pulumi.getter(name="waitingRoomEventName")
741
731
  def waiting_room_event_name(self) -> Optional[pulumi.Input[str]]:
742
732
  """
743
- Specifies whether to enable the waiting room event. Valid values:
733
+ Event name, custom event description.
744
734
  """
745
735
  return pulumi.get(self, "waiting_room_event_name")
746
736
 
@@ -752,7 +742,7 @@ class _WaitingRoomEventState:
752
742
  @pulumi.getter(name="waitingRoomId")
753
743
  def waiting_room_id(self) -> Optional[pulumi.Input[str]]:
754
744
  """
755
- The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
745
+ Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
756
746
  """
757
747
  return pulumi.get(self, "waiting_room_id")
758
748
 
@@ -764,7 +754,9 @@ class _WaitingRoomEventState:
764
754
  @pulumi.getter(name="waitingRoomType")
765
755
  def waiting_room_type(self) -> Optional[pulumi.Input[str]]:
766
756
  """
767
- The description of the waiting room.
757
+ Waiting room type. The following types are supported:
758
+ -'default': the default type.
759
+ -'custom': custom type.
768
760
  """
769
761
  return pulumi.get(self, "waiting_room_type")
770
762
 
@@ -875,50 +867,48 @@ class WaitingRoomEvent(pulumi.CustomResource):
875
867
 
876
868
  :param str resource_name: The name of the resource.
877
869
  :param pulumi.ResourceOptions opts: Options for the resource.
878
- :param pulumi.Input[str] custom_page_html: The type of the waiting room. Valid values:
879
-
880
- - default
881
- - custom
882
- :param pulumi.Input[str] description: Specifies whether to enable JSON response. Valid values:
883
-
884
- - on
885
- - off
886
- :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.
887
- :param pulumi.Input[str] end_time: The start time of the event. This value is a UNIX timestamp.
888
- :param pulumi.Input[str] json_response_enable: The HTTP status code to return while a user is in the queue. Valid values:
889
-
890
- - 200
891
- - 202
892
- - 429
893
- :param pulumi.Input[str] language: Specifies whether to enable random queuing.
894
-
895
- - on
896
- - off
897
- :param pulumi.Input[str] new_users_per_minute: The maximum number of active users.
898
- :param pulumi.Input[str] pre_queue_enable: The end time of the event. This value is a UNIX timestamp.
899
- :param pulumi.Input[str] pre_queue_start_time: Specifies whether to enable pre-queuing.
900
-
901
- - on
902
- - off
903
- :param pulumi.Input[str] queuing_method: Specifies whether to disable session renewal. Valid values:
904
-
905
- - on
906
- - off
907
- :param pulumi.Input[str] queuing_status_code: The queuing method. Valid values:
908
-
909
- - random: Users gain access to the origin randomly, regardless of the arrival time.
910
- - fifo: Users gain access to the origin in order of arrival.
911
- - passthrough: Users pass through the waiting room and go straight to the origin.
912
- - reject-all: All requests are blocked from accessing the origin.
913
- :param pulumi.Input[str] random_pre_queue_enable: The start time for pre-queuing.
914
- :param pulumi.Input[str] session_duration: The maximum number of new users per minute.
870
+ :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.
871
+ :param pulumi.Input[str] description: Waiting room description.
872
+ :param pulumi.Input[str] disable_session_renewal_enable: Disable session renewal. Value:
873
+ -'on': open.
874
+ -'off': closed.
875
+ :param pulumi.Input[str] end_time: The timestamp of the end time of the event.
876
+ :param pulumi.Input[str] json_response_enable: JSON response switch. Value:
877
+ -'on': open.
878
+ -'off': closed.
879
+ :param pulumi.Input[str] language: Default language setting. Values include:
880
+ -'enus': English.
881
+ -'zhcn': Simplified Chinese.
882
+ -'zhhk': Traditional Chinese.
883
+ :param pulumi.Input[str] new_users_per_minute: Number of new users per minute.
884
+ :param pulumi.Input[str] pre_queue_enable: Pre-queue switch.
885
+ -'on': open.
886
+ -'off': closed.
887
+ :param pulumi.Input[str] pre_queue_start_time: Pre-queue start time.
888
+ :param pulumi.Input[str] queuing_method: Way of queuing. Value:
889
+ -'random': random.
890
+ -'fifo': first in, first out.
891
+ -'passthrough ': through.
892
+ -'reject-all': reject all.
893
+ :param pulumi.Input[str] queuing_status_code: Waiting room status code. Value:
894
+ -'200'
895
+ -'202'
896
+ -'429'
897
+ :param pulumi.Input[str] random_pre_queue_enable: Random queue switch.
898
+ -'on': open.
899
+ -'off': closed.
900
+ :param pulumi.Input[str] session_duration: User session duration in minutes.
915
901
  :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
916
- :param pulumi.Input[str] start_time: The content of the custom waiting room page. You must specify this parameter if you set WaitingRoomType to custom. The content must be Base64-encoded.
917
- :param pulumi.Input[str] status: The ID of the waiting room event, which can be obtained by calling the [ListWaitingRoomEvents](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
918
- :param pulumi.Input[str] total_active_users: The name of the waiting room event.
919
- :param pulumi.Input[str] waiting_room_event_name: Specifies whether to enable the waiting room event. Valid values:
920
- :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.
921
- :param pulumi.Input[str] waiting_room_type: The description of the waiting room.
902
+ :param pulumi.Input[str] start_time: The timestamp of the event start time.
903
+ :param pulumi.Input[str] status: Enabled status. Value:
904
+ -'on': Enable waiting room events
905
+ -'off': Disable waiting room events
906
+ :param pulumi.Input[str] total_active_users: Total number of active users.
907
+ :param pulumi.Input[str] waiting_room_event_name: Event name, custom event description.
908
+ :param pulumi.Input[str] waiting_room_id: Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
909
+ :param pulumi.Input[str] waiting_room_type: Waiting room type. The following types are supported:
910
+ -'default': the default type.
911
+ -'custom': custom type.
922
912
  """
923
913
  ...
924
914
  @overload
@@ -1125,51 +1115,49 @@ class WaitingRoomEvent(pulumi.CustomResource):
1125
1115
  :param str resource_name: The unique name of the resulting resource.
1126
1116
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1127
1117
  :param pulumi.ResourceOptions opts: Options for the resource.
1128
- :param pulumi.Input[str] custom_page_html: The type of the waiting room. Valid values:
1129
-
1130
- - default
1131
- - custom
1132
- :param pulumi.Input[str] description: Specifies whether to enable JSON response. Valid values:
1133
-
1134
- - on
1135
- - off
1136
- :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.
1137
- :param pulumi.Input[str] end_time: The start time of the event. This value is a UNIX timestamp.
1138
- :param pulumi.Input[str] json_response_enable: The HTTP status code to return while a user is in the queue. Valid values:
1139
-
1140
- - 200
1141
- - 202
1142
- - 429
1143
- :param pulumi.Input[str] language: Specifies whether to enable random queuing.
1144
-
1145
- - on
1146
- - off
1147
- :param pulumi.Input[str] new_users_per_minute: The maximum number of active users.
1148
- :param pulumi.Input[str] pre_queue_enable: The end time of the event. This value is a UNIX timestamp.
1149
- :param pulumi.Input[str] pre_queue_start_time: Specifies whether to enable pre-queuing.
1150
-
1151
- - on
1152
- - off
1153
- :param pulumi.Input[str] queuing_method: Specifies whether to disable session renewal. Valid values:
1154
-
1155
- - on
1156
- - off
1157
- :param pulumi.Input[str] queuing_status_code: The queuing method. Valid values:
1158
-
1159
- - random: Users gain access to the origin randomly, regardless of the arrival time.
1160
- - fifo: Users gain access to the origin in order of arrival.
1161
- - passthrough: Users pass through the waiting room and go straight to the origin.
1162
- - reject-all: All requests are blocked from accessing the origin.
1163
- :param pulumi.Input[str] random_pre_queue_enable: The start time for pre-queuing.
1164
- :param pulumi.Input[str] session_duration: The maximum number of new users per minute.
1118
+ :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.
1119
+ :param pulumi.Input[str] description: Waiting room description.
1120
+ :param pulumi.Input[str] disable_session_renewal_enable: Disable session renewal. Value:
1121
+ -'on': open.
1122
+ -'off': closed.
1123
+ :param pulumi.Input[str] end_time: The timestamp of the end time of the event.
1124
+ :param pulumi.Input[str] json_response_enable: JSON response switch. Value:
1125
+ -'on': open.
1126
+ -'off': closed.
1127
+ :param pulumi.Input[str] language: Default language setting. Values include:
1128
+ -'enus': English.
1129
+ -'zhcn': Simplified Chinese.
1130
+ -'zhhk': Traditional Chinese.
1131
+ :param pulumi.Input[str] new_users_per_minute: Number of new users per minute.
1132
+ :param pulumi.Input[str] pre_queue_enable: Pre-queue switch.
1133
+ -'on': open.
1134
+ -'off': closed.
1135
+ :param pulumi.Input[str] pre_queue_start_time: Pre-queue start time.
1136
+ :param pulumi.Input[str] queuing_method: Way of queuing. Value:
1137
+ -'random': random.
1138
+ -'fifo': first in, first out.
1139
+ -'passthrough ': through.
1140
+ -'reject-all': reject all.
1141
+ :param pulumi.Input[str] queuing_status_code: Waiting room status code. Value:
1142
+ -'200'
1143
+ -'202'
1144
+ -'429'
1145
+ :param pulumi.Input[str] random_pre_queue_enable: Random queue switch.
1146
+ -'on': open.
1147
+ -'off': closed.
1148
+ :param pulumi.Input[str] session_duration: User session duration in minutes.
1165
1149
  :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
1166
- :param pulumi.Input[str] start_time: The content of the custom waiting room page. You must specify this parameter if you set WaitingRoomType to custom. The content must be Base64-encoded.
1167
- :param pulumi.Input[str] status: The ID of the waiting room event, which can be obtained by calling the [ListWaitingRoomEvents](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
1168
- :param pulumi.Input[str] total_active_users: The name of the waiting room event.
1169
- :param pulumi.Input[int] waiting_room_event_id: The unique ID of the waiting room, which can be obtained by calling the [ListWaitingRooms](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
1170
- :param pulumi.Input[str] waiting_room_event_name: Specifies whether to enable the waiting room event. Valid values:
1171
- :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.
1172
- :param pulumi.Input[str] waiting_room_type: The description of the waiting room.
1150
+ :param pulumi.Input[str] start_time: The timestamp of the event start time.
1151
+ :param pulumi.Input[str] status: Enabled status. Value:
1152
+ -'on': Enable waiting room events
1153
+ -'off': Disable waiting room events
1154
+ :param pulumi.Input[str] total_active_users: Total number of active users.
1155
+ :param pulumi.Input[int] waiting_room_event_id: The waiting room event ID, which can be obtained by calling the [ListWaitingRoomEvents](https://help.aliyun.com/document_detail/2850279.html) operation.
1156
+ :param pulumi.Input[str] waiting_room_event_name: Event name, custom event description.
1157
+ :param pulumi.Input[str] waiting_room_id: Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
1158
+ :param pulumi.Input[str] waiting_room_type: Waiting room type. The following types are supported:
1159
+ -'default': the default type.
1160
+ -'custom': custom type.
1173
1161
  """
1174
1162
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1175
1163
 
@@ -1202,10 +1190,7 @@ class WaitingRoomEvent(pulumi.CustomResource):
1202
1190
  @pulumi.getter(name="customPageHtml")
1203
1191
  def custom_page_html(self) -> pulumi.Output[Optional[str]]:
1204
1192
  """
1205
- The type of the waiting room. Valid values:
1206
-
1207
- - default
1208
- - custom
1193
+ 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.
1209
1194
  """
1210
1195
  return pulumi.get(self, "custom_page_html")
1211
1196
 
@@ -1213,10 +1198,7 @@ class WaitingRoomEvent(pulumi.CustomResource):
1213
1198
  @pulumi.getter
1214
1199
  def description(self) -> pulumi.Output[Optional[str]]:
1215
1200
  """
1216
- Specifies whether to enable JSON response. Valid values:
1217
-
1218
- - on
1219
- - off
1201
+ Waiting room description.
1220
1202
  """
1221
1203
  return pulumi.get(self, "description")
1222
1204
 
@@ -1224,7 +1206,9 @@ class WaitingRoomEvent(pulumi.CustomResource):
1224
1206
  @pulumi.getter(name="disableSessionRenewalEnable")
1225
1207
  def disable_session_renewal_enable(self) -> pulumi.Output[Optional[str]]:
1226
1208
  """
1227
- The maximum duration for which a session remains valid after a user leaves the origin. Unit: minutes.
1209
+ Disable session renewal. Value:
1210
+ -'on': open.
1211
+ -'off': closed.
1228
1212
  """
1229
1213
  return pulumi.get(self, "disable_session_renewal_enable")
1230
1214
 
@@ -1232,7 +1216,7 @@ class WaitingRoomEvent(pulumi.CustomResource):
1232
1216
  @pulumi.getter(name="endTime")
1233
1217
  def end_time(self) -> pulumi.Output[str]:
1234
1218
  """
1235
- The start time of the event. This value is a UNIX timestamp.
1219
+ The timestamp of the end time of the event.
1236
1220
  """
1237
1221
  return pulumi.get(self, "end_time")
1238
1222
 
@@ -1240,11 +1224,9 @@ class WaitingRoomEvent(pulumi.CustomResource):
1240
1224
  @pulumi.getter(name="jsonResponseEnable")
1241
1225
  def json_response_enable(self) -> pulumi.Output[Optional[str]]:
1242
1226
  """
1243
- The HTTP status code to return while a user is in the queue. Valid values:
1244
-
1245
- - 200
1246
- - 202
1247
- - 429
1227
+ JSON response switch. Value:
1228
+ -'on': open.
1229
+ -'off': closed.
1248
1230
  """
1249
1231
  return pulumi.get(self, "json_response_enable")
1250
1232
 
@@ -1252,10 +1234,10 @@ class WaitingRoomEvent(pulumi.CustomResource):
1252
1234
  @pulumi.getter
1253
1235
  def language(self) -> pulumi.Output[Optional[str]]:
1254
1236
  """
1255
- Specifies whether to enable random queuing.
1256
-
1257
- - on
1258
- - off
1237
+ Default language setting. Values include:
1238
+ -'enus': English.
1239
+ -'zhcn': Simplified Chinese.
1240
+ -'zhhk': Traditional Chinese.
1259
1241
  """
1260
1242
  return pulumi.get(self, "language")
1261
1243
 
@@ -1263,7 +1245,7 @@ class WaitingRoomEvent(pulumi.CustomResource):
1263
1245
  @pulumi.getter(name="newUsersPerMinute")
1264
1246
  def new_users_per_minute(self) -> pulumi.Output[str]:
1265
1247
  """
1266
- The maximum number of active users.
1248
+ Number of new users per minute.
1267
1249
  """
1268
1250
  return pulumi.get(self, "new_users_per_minute")
1269
1251
 
@@ -1271,7 +1253,9 @@ class WaitingRoomEvent(pulumi.CustomResource):
1271
1253
  @pulumi.getter(name="preQueueEnable")
1272
1254
  def pre_queue_enable(self) -> pulumi.Output[Optional[str]]:
1273
1255
  """
1274
- The end time of the event. This value is a UNIX timestamp.
1256
+ Pre-queue switch.
1257
+ -'on': open.
1258
+ -'off': closed.
1275
1259
  """
1276
1260
  return pulumi.get(self, "pre_queue_enable")
1277
1261
 
@@ -1279,10 +1263,7 @@ class WaitingRoomEvent(pulumi.CustomResource):
1279
1263
  @pulumi.getter(name="preQueueStartTime")
1280
1264
  def pre_queue_start_time(self) -> pulumi.Output[Optional[str]]:
1281
1265
  """
1282
- Specifies whether to enable pre-queuing.
1283
-
1284
- - on
1285
- - off
1266
+ Pre-queue start time.
1286
1267
  """
1287
1268
  return pulumi.get(self, "pre_queue_start_time")
1288
1269
 
@@ -1290,10 +1271,11 @@ class WaitingRoomEvent(pulumi.CustomResource):
1290
1271
  @pulumi.getter(name="queuingMethod")
1291
1272
  def queuing_method(self) -> pulumi.Output[str]:
1292
1273
  """
1293
- Specifies whether to disable session renewal. Valid values:
1294
-
1295
- - on
1296
- - off
1274
+ Way of queuing. Value:
1275
+ -'random': random.
1276
+ -'fifo': first in, first out.
1277
+ -'passthrough ': through.
1278
+ -'reject-all': reject all.
1297
1279
  """
1298
1280
  return pulumi.get(self, "queuing_method")
1299
1281
 
@@ -1301,12 +1283,10 @@ class WaitingRoomEvent(pulumi.CustomResource):
1301
1283
  @pulumi.getter(name="queuingStatusCode")
1302
1284
  def queuing_status_code(self) -> pulumi.Output[str]:
1303
1285
  """
1304
- The queuing method. Valid values:
1305
-
1306
- - random: Users gain access to the origin randomly, regardless of the arrival time.
1307
- - fifo: Users gain access to the origin in order of arrival.
1308
- - passthrough: Users pass through the waiting room and go straight to the origin.
1309
- - reject-all: All requests are blocked from accessing the origin.
1286
+ Waiting room status code. Value:
1287
+ -'200'
1288
+ -'202'
1289
+ -'429'
1310
1290
  """
1311
1291
  return pulumi.get(self, "queuing_status_code")
1312
1292
 
@@ -1314,7 +1294,9 @@ class WaitingRoomEvent(pulumi.CustomResource):
1314
1294
  @pulumi.getter(name="randomPreQueueEnable")
1315
1295
  def random_pre_queue_enable(self) -> pulumi.Output[Optional[str]]:
1316
1296
  """
1317
- The start time for pre-queuing.
1297
+ Random queue switch.
1298
+ -'on': open.
1299
+ -'off': closed.
1318
1300
  """
1319
1301
  return pulumi.get(self, "random_pre_queue_enable")
1320
1302
 
@@ -1322,7 +1304,7 @@ class WaitingRoomEvent(pulumi.CustomResource):
1322
1304
  @pulumi.getter(name="sessionDuration")
1323
1305
  def session_duration(self) -> pulumi.Output[str]:
1324
1306
  """
1325
- The maximum number of new users per minute.
1307
+ User session duration in minutes.
1326
1308
  """
1327
1309
  return pulumi.get(self, "session_duration")
1328
1310
 
@@ -1338,7 +1320,7 @@ class WaitingRoomEvent(pulumi.CustomResource):
1338
1320
  @pulumi.getter(name="startTime")
1339
1321
  def start_time(self) -> pulumi.Output[str]:
1340
1322
  """
1341
- The content of the custom waiting room page. You must specify this parameter if you set WaitingRoomType to custom. The content must be Base64-encoded.
1323
+ The timestamp of the event start time.
1342
1324
  """
1343
1325
  return pulumi.get(self, "start_time")
1344
1326
 
@@ -1346,7 +1328,9 @@ class WaitingRoomEvent(pulumi.CustomResource):
1346
1328
  @pulumi.getter
1347
1329
  def status(self) -> pulumi.Output[str]:
1348
1330
  """
1349
- The ID of the waiting room event, which can be obtained by calling the [ListWaitingRoomEvents](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
1331
+ Enabled status. Value:
1332
+ -'on': Enable waiting room events
1333
+ -'off': Disable waiting room events
1350
1334
  """
1351
1335
  return pulumi.get(self, "status")
1352
1336
 
@@ -1354,7 +1338,7 @@ class WaitingRoomEvent(pulumi.CustomResource):
1354
1338
  @pulumi.getter(name="totalActiveUsers")
1355
1339
  def total_active_users(self) -> pulumi.Output[str]:
1356
1340
  """
1357
- The name of the waiting room event.
1341
+ Total number of active users.
1358
1342
  """
1359
1343
  return pulumi.get(self, "total_active_users")
1360
1344
 
@@ -1362,7 +1346,7 @@ class WaitingRoomEvent(pulumi.CustomResource):
1362
1346
  @pulumi.getter(name="waitingRoomEventId")
1363
1347
  def waiting_room_event_id(self) -> pulumi.Output[int]:
1364
1348
  """
1365
- The unique ID of the waiting room, which can be obtained by calling the [ListWaitingRooms](https://www.alibabacloud.com/help/en/doc-detail/2850279.html) operation.
1349
+ The waiting room event ID, which can be obtained by calling the [ListWaitingRoomEvents](https://help.aliyun.com/document_detail/2850279.html) operation.
1366
1350
  """
1367
1351
  return pulumi.get(self, "waiting_room_event_id")
1368
1352
 
@@ -1370,7 +1354,7 @@ class WaitingRoomEvent(pulumi.CustomResource):
1370
1354
  @pulumi.getter(name="waitingRoomEventName")
1371
1355
  def waiting_room_event_name(self) -> pulumi.Output[str]:
1372
1356
  """
1373
- Specifies whether to enable the waiting room event. Valid values:
1357
+ Event name, custom event description.
1374
1358
  """
1375
1359
  return pulumi.get(self, "waiting_room_event_name")
1376
1360
 
@@ -1378,7 +1362,7 @@ class WaitingRoomEvent(pulumi.CustomResource):
1378
1362
  @pulumi.getter(name="waitingRoomId")
1379
1363
  def waiting_room_id(self) -> pulumi.Output[str]:
1380
1364
  """
1381
- The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
1365
+ Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
1382
1366
  """
1383
1367
  return pulumi.get(self, "waiting_room_id")
1384
1368
 
@@ -1386,7 +1370,9 @@ class WaitingRoomEvent(pulumi.CustomResource):
1386
1370
  @pulumi.getter(name="waitingRoomType")
1387
1371
  def waiting_room_type(self) -> pulumi.Output[str]:
1388
1372
  """
1389
- The description of the waiting room.
1373
+ Waiting room type. The following types are supported:
1374
+ -'default': the default type.
1375
+ -'custom': custom type.
1390
1376
  """
1391
1377
  return pulumi.get(self, "waiting_room_type")
1392
1378