pulumi-alicloud 3.76.0a1743571220__py3-none-any.whl → 3.76.0a1744139894__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.76.0a1744139894.dist-info}/METADATA +1 -1
  235. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
  236. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
  237. {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
@@ -46,10 +46,12 @@ class RedirectRuleArgs:
46
46
  :param pulumi.Input[str] type: The redirect type. Valid value:
47
47
 
48
48
  - static
49
- :param pulumi.Input[str] rule: The rule content.
50
- :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
51
- :param pulumi.Input[str] rule_name: 规则名,可以查出规则名为所传字段的那条规则,只有传了functionName才生效
52
- :param pulumi.Input[int] site_version: The version of the website configurations.
49
+ :param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
50
+ Match all incoming requests: value set to true
51
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
52
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
53
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
54
+ :param pulumi.Input[int] site_version: The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
53
55
  """
54
56
  pulumi.set(__self__, "reserve_query_string", reserve_query_string)
55
57
  pulumi.set(__self__, "site_id", site_id)
@@ -140,7 +142,9 @@ class RedirectRuleArgs:
140
142
  @pulumi.getter
141
143
  def rule(self) -> Optional[pulumi.Input[str]]:
142
144
  """
143
- The rule content.
145
+ Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
146
+ ● Match all incoming requests: value set to true
147
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
144
148
  """
145
149
  return pulumi.get(self, "rule")
146
150
 
@@ -152,7 +156,7 @@ class RedirectRuleArgs:
152
156
  @pulumi.getter(name="ruleEnable")
153
157
  def rule_enable(self) -> Optional[pulumi.Input[str]]:
154
158
  """
155
- Indicates whether the rule is enabled. Valid values:
159
+ Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
156
160
  """
157
161
  return pulumi.get(self, "rule_enable")
158
162
 
@@ -164,7 +168,7 @@ class RedirectRuleArgs:
164
168
  @pulumi.getter(name="ruleName")
165
169
  def rule_name(self) -> Optional[pulumi.Input[str]]:
166
170
  """
167
- 规则名,可以查出规则名为所传字段的那条规则,只有传了functionName才生效
171
+ Rule name. When adding global configuration, this parameter does not need to be set.
168
172
  """
169
173
  return pulumi.get(self, "rule_name")
170
174
 
@@ -176,7 +180,7 @@ class RedirectRuleArgs:
176
180
  @pulumi.getter(name="siteVersion")
177
181
  def site_version(self) -> Optional[pulumi.Input[int]]:
178
182
  """
179
- The version of the website configurations.
183
+ The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
180
184
  """
181
185
  return pulumi.get(self, "site_version")
182
186
 
@@ -205,11 +209,13 @@ class _RedirectRuleState:
205
209
 
206
210
  - on
207
211
  - off
208
- :param pulumi.Input[str] rule: The rule content.
209
- :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
210
- :param pulumi.Input[str] rule_name: 规则名,可以查出规则名为所传字段的那条规则,只有传了functionName才生效
212
+ :param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
213
+ Match all incoming requests: value set to true
214
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
215
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
216
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
211
217
  :param pulumi.Input[int] site_id: The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
212
- :param pulumi.Input[int] site_version: The version of the website configurations.
218
+ :param pulumi.Input[int] site_version: The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
213
219
  :param pulumi.Input[str] status_code: The response code that you want to use to indicate URL redirection. Valid values:
214
220
 
215
221
  - 301
@@ -274,7 +280,9 @@ class _RedirectRuleState:
274
280
  @pulumi.getter
275
281
  def rule(self) -> Optional[pulumi.Input[str]]:
276
282
  """
277
- The rule content.
283
+ Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
284
+ ● Match all incoming requests: value set to true
285
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
278
286
  """
279
287
  return pulumi.get(self, "rule")
280
288
 
@@ -286,7 +294,7 @@ class _RedirectRuleState:
286
294
  @pulumi.getter(name="ruleEnable")
287
295
  def rule_enable(self) -> Optional[pulumi.Input[str]]:
288
296
  """
289
- Indicates whether the rule is enabled. Valid values:
297
+ Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
290
298
  """
291
299
  return pulumi.get(self, "rule_enable")
292
300
 
@@ -298,7 +306,7 @@ class _RedirectRuleState:
298
306
  @pulumi.getter(name="ruleName")
299
307
  def rule_name(self) -> Optional[pulumi.Input[str]]:
300
308
  """
301
- 规则名,可以查出规则名为所传字段的那条规则,只有传了functionName才生效
309
+ Rule name. When adding global configuration, this parameter does not need to be set.
302
310
  """
303
311
  return pulumi.get(self, "rule_name")
304
312
 
@@ -322,7 +330,7 @@ class _RedirectRuleState:
322
330
  @pulumi.getter(name="siteVersion")
323
331
  def site_version(self) -> Optional[pulumi.Input[int]]:
324
332
  """
325
- The version of the website configurations.
333
+ The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
326
334
  """
327
335
  return pulumi.get(self, "site_version")
328
336
 
@@ -448,11 +456,13 @@ class RedirectRule(pulumi.CustomResource):
448
456
 
449
457
  - on
450
458
  - off
451
- :param pulumi.Input[str] rule: The rule content.
452
- :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
453
- :param pulumi.Input[str] rule_name: 规则名,可以查出规则名为所传字段的那条规则,只有传了functionName才生效
459
+ :param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
460
+ Match all incoming requests: value set to true
461
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
462
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
463
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
454
464
  :param pulumi.Input[int] site_id: The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
455
- :param pulumi.Input[int] site_version: The version of the website configurations.
465
+ :param pulumi.Input[int] site_version: The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
456
466
  :param pulumi.Input[str] status_code: The response code that you want to use to indicate URL redirection. Valid values:
457
467
 
458
468
  - 301
@@ -608,11 +618,13 @@ class RedirectRule(pulumi.CustomResource):
608
618
 
609
619
  - on
610
620
  - off
611
- :param pulumi.Input[str] rule: The rule content.
612
- :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
613
- :param pulumi.Input[str] rule_name: 规则名,可以查出规则名为所传字段的那条规则,只有传了functionName才生效
621
+ :param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
622
+ Match all incoming requests: value set to true
623
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
624
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
625
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
614
626
  :param pulumi.Input[int] site_id: The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
615
- :param pulumi.Input[int] site_version: The version of the website configurations.
627
+ :param pulumi.Input[int] site_version: The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
616
628
  :param pulumi.Input[str] status_code: The response code that you want to use to indicate URL redirection. Valid values:
617
629
 
618
630
  - 301
@@ -664,7 +676,9 @@ class RedirectRule(pulumi.CustomResource):
664
676
  @pulumi.getter
665
677
  def rule(self) -> pulumi.Output[Optional[str]]:
666
678
  """
667
- The rule content.
679
+ Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
680
+ ● Match all incoming requests: value set to true
681
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
668
682
  """
669
683
  return pulumi.get(self, "rule")
670
684
 
@@ -672,7 +686,7 @@ class RedirectRule(pulumi.CustomResource):
672
686
  @pulumi.getter(name="ruleEnable")
673
687
  def rule_enable(self) -> pulumi.Output[Optional[str]]:
674
688
  """
675
- Indicates whether the rule is enabled. Valid values:
689
+ Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
676
690
  """
677
691
  return pulumi.get(self, "rule_enable")
678
692
 
@@ -680,7 +694,7 @@ class RedirectRule(pulumi.CustomResource):
680
694
  @pulumi.getter(name="ruleName")
681
695
  def rule_name(self) -> pulumi.Output[Optional[str]]:
682
696
  """
683
- 规则名,可以查出规则名为所传字段的那条规则,只有传了functionName才生效
697
+ Rule name. When adding global configuration, this parameter does not need to be set.
684
698
  """
685
699
  return pulumi.get(self, "rule_name")
686
700
 
@@ -696,7 +710,7 @@ class RedirectRule(pulumi.CustomResource):
696
710
  @pulumi.getter(name="siteVersion")
697
711
  def site_version(self) -> pulumi.Output[Optional[int]]:
698
712
  """
699
- The version of the website configurations.
713
+ The version number of the site configuration. For sites that have enabled configuration version management, this parameter can be used to specify the effective version of the configuration site, which defaults to version 0.
700
714
  """
701
715
  return pulumi.get(self, "site_version")
702
716
 
@@ -32,19 +32,17 @@ class RewriteUrlRuleArgs:
32
32
  The set of arguments for constructing a RewriteUrlRule resource.
33
33
  :param pulumi.Input[int] site_id: The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
34
34
  :param pulumi.Input[str] query_string: The desired query string to which you want to rewrite the query string in the original request.
35
- :param pulumi.Input[str] rewrite_query_string_type: The query string rewrite method. Valid value:
36
-
37
- - static
38
- :param pulumi.Input[str] rewrite_uri_type: The path rewrite method. Valid value:
39
-
40
- - static
41
- :param pulumi.Input[str] rule: The rule content.
35
+ :param pulumi.Input[str] rewrite_query_string_type: Query string rewrite type. Value range:
36
+ :param pulumi.Input[str] rewrite_uri_type: URI rewrite type. Value range:
37
+ :param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
38
+ Match all incoming requests: value set to true
39
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
42
40
  :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
43
41
 
44
42
  - on
45
43
  - off
46
- :param pulumi.Input[str] rule_name: Rule name. You can find the rule whose field is passed by the rule name. The rule takes effect only if functionName is passed.
47
- :param pulumi.Input[int] site_version: The version number of the website configurations.
44
+ :param pulumi.Input[str] rule_name: The rule name. You do not need to set this parameter when adding a global configuration.
45
+ :param pulumi.Input[int] site_version: Version number of the site configuration. For a site with configuration version management enabled, you can use this parameter to specify the site version in which the configuration takes effect. The default version is 0.
48
46
  :param pulumi.Input[str] uri: The desired URI to which you want to rewrite the path in the original request.
49
47
  """
50
48
  pulumi.set(__self__, "site_id", site_id)
@@ -93,9 +91,7 @@ class RewriteUrlRuleArgs:
93
91
  @pulumi.getter(name="rewriteQueryStringType")
94
92
  def rewrite_query_string_type(self) -> Optional[pulumi.Input[str]]:
95
93
  """
96
- The query string rewrite method. Valid value:
97
-
98
- - static
94
+ Query string rewrite type. Value range:
99
95
  """
100
96
  return pulumi.get(self, "rewrite_query_string_type")
101
97
 
@@ -107,9 +103,7 @@ class RewriteUrlRuleArgs:
107
103
  @pulumi.getter(name="rewriteUriType")
108
104
  def rewrite_uri_type(self) -> Optional[pulumi.Input[str]]:
109
105
  """
110
- The path rewrite method. Valid value:
111
-
112
- - static
106
+ URI rewrite type. Value range:
113
107
  """
114
108
  return pulumi.get(self, "rewrite_uri_type")
115
109
 
@@ -121,7 +115,9 @@ class RewriteUrlRuleArgs:
121
115
  @pulumi.getter
122
116
  def rule(self) -> Optional[pulumi.Input[str]]:
123
117
  """
124
- The rule content.
118
+ Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
119
+ ● Match all incoming requests: value set to true
120
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
125
121
  """
126
122
  return pulumi.get(self, "rule")
127
123
 
@@ -148,7 +144,7 @@ class RewriteUrlRuleArgs:
148
144
  @pulumi.getter(name="ruleName")
149
145
  def rule_name(self) -> Optional[pulumi.Input[str]]:
150
146
  """
151
- Rule name. You can find the rule whose field is passed by the rule name. The rule takes effect only if functionName is passed.
147
+ The rule name. You do not need to set this parameter when adding a global configuration.
152
148
  """
153
149
  return pulumi.get(self, "rule_name")
154
150
 
@@ -160,7 +156,7 @@ class RewriteUrlRuleArgs:
160
156
  @pulumi.getter(name="siteVersion")
161
157
  def site_version(self) -> Optional[pulumi.Input[int]]:
162
158
  """
163
- The version number of the website configurations.
159
+ Version number of the site configuration. For a site with configuration version management enabled, you can use this parameter to specify the site version in which the configuration takes effect. The default version is 0.
164
160
  """
165
161
  return pulumi.get(self, "site_version")
166
162
 
@@ -198,20 +194,18 @@ class _RewriteUrlRuleState:
198
194
  Input properties used for looking up and filtering RewriteUrlRule resources.
199
195
  :param pulumi.Input[int] config_id: ConfigId
200
196
  :param pulumi.Input[str] query_string: The desired query string to which you want to rewrite the query string in the original request.
201
- :param pulumi.Input[str] rewrite_query_string_type: The query string rewrite method. Valid value:
202
-
203
- - static
204
- :param pulumi.Input[str] rewrite_uri_type: The path rewrite method. Valid value:
205
-
206
- - static
207
- :param pulumi.Input[str] rule: The rule content.
197
+ :param pulumi.Input[str] rewrite_query_string_type: Query string rewrite type. Value range:
198
+ :param pulumi.Input[str] rewrite_uri_type: URI rewrite type. Value range:
199
+ :param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
200
+ Match all incoming requests: value set to true
201
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
208
202
  :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
209
203
 
210
204
  - on
211
205
  - off
212
- :param pulumi.Input[str] rule_name: Rule name. You can find the rule whose field is passed by the rule name. The rule takes effect only if functionName is passed.
206
+ :param pulumi.Input[str] rule_name: The rule name. You do not need to set this parameter when adding a global configuration.
213
207
  :param pulumi.Input[int] site_id: The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
214
- :param pulumi.Input[int] site_version: The version number of the website configurations.
208
+ :param pulumi.Input[int] site_version: Version number of the site configuration. For a site with configuration version management enabled, you can use this parameter to specify the site version in which the configuration takes effect. The default version is 0.
215
209
  :param pulumi.Input[str] uri: The desired URI to which you want to rewrite the path in the original request.
216
210
  """
217
211
  if config_id is not None:
@@ -263,9 +257,7 @@ class _RewriteUrlRuleState:
263
257
  @pulumi.getter(name="rewriteQueryStringType")
264
258
  def rewrite_query_string_type(self) -> Optional[pulumi.Input[str]]:
265
259
  """
266
- The query string rewrite method. Valid value:
267
-
268
- - static
260
+ Query string rewrite type. Value range:
269
261
  """
270
262
  return pulumi.get(self, "rewrite_query_string_type")
271
263
 
@@ -277,9 +269,7 @@ class _RewriteUrlRuleState:
277
269
  @pulumi.getter(name="rewriteUriType")
278
270
  def rewrite_uri_type(self) -> Optional[pulumi.Input[str]]:
279
271
  """
280
- The path rewrite method. Valid value:
281
-
282
- - static
272
+ URI rewrite type. Value range:
283
273
  """
284
274
  return pulumi.get(self, "rewrite_uri_type")
285
275
 
@@ -291,7 +281,9 @@ class _RewriteUrlRuleState:
291
281
  @pulumi.getter
292
282
  def rule(self) -> Optional[pulumi.Input[str]]:
293
283
  """
294
- The rule content.
284
+ Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
285
+ ● Match all incoming requests: value set to true
286
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
295
287
  """
296
288
  return pulumi.get(self, "rule")
297
289
 
@@ -318,7 +310,7 @@ class _RewriteUrlRuleState:
318
310
  @pulumi.getter(name="ruleName")
319
311
  def rule_name(self) -> Optional[pulumi.Input[str]]:
320
312
  """
321
- Rule name. You can find the rule whose field is passed by the rule name. The rule takes effect only if functionName is passed.
313
+ The rule name. You do not need to set this parameter when adding a global configuration.
322
314
  """
323
315
  return pulumi.get(self, "rule_name")
324
316
 
@@ -342,7 +334,7 @@ class _RewriteUrlRuleState:
342
334
  @pulumi.getter(name="siteVersion")
343
335
  def site_version(self) -> Optional[pulumi.Input[int]]:
344
336
  """
345
- The version number of the website configurations.
337
+ Version number of the site configuration. For a site with configuration version management enabled, you can use this parameter to specify the site version in which the configuration takes effect. The default version is 0.
346
338
  """
347
339
  return pulumi.get(self, "site_version")
348
340
 
@@ -433,20 +425,18 @@ class RewriteUrlRule(pulumi.CustomResource):
433
425
  :param str resource_name: The name of the resource.
434
426
  :param pulumi.ResourceOptions opts: Options for the resource.
435
427
  :param pulumi.Input[str] query_string: The desired query string to which you want to rewrite the query string in the original request.
436
- :param pulumi.Input[str] rewrite_query_string_type: The query string rewrite method. Valid value:
437
-
438
- - static
439
- :param pulumi.Input[str] rewrite_uri_type: The path rewrite method. Valid value:
440
-
441
- - static
442
- :param pulumi.Input[str] rule: The rule content.
428
+ :param pulumi.Input[str] rewrite_query_string_type: Query string rewrite type. Value range:
429
+ :param pulumi.Input[str] rewrite_uri_type: URI rewrite type. Value range:
430
+ :param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
431
+ Match all incoming requests: value set to true
432
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
443
433
  :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
444
434
 
445
435
  - on
446
436
  - off
447
- :param pulumi.Input[str] rule_name: Rule name. You can find the rule whose field is passed by the rule name. The rule takes effect only if functionName is passed.
437
+ :param pulumi.Input[str] rule_name: The rule name. You do not need to set this parameter when adding a global configuration.
448
438
  :param pulumi.Input[int] site_id: The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
449
- :param pulumi.Input[int] site_version: The version number of the website configurations.
439
+ :param pulumi.Input[int] site_version: Version number of the site configuration. For a site with configuration version management enabled, you can use this parameter to specify the site version in which the configuration takes effect. The default version is 0.
450
440
  :param pulumi.Input[str] uri: The desired URI to which you want to rewrite the path in the original request.
451
441
  """
452
442
  ...
@@ -581,20 +571,18 @@ class RewriteUrlRule(pulumi.CustomResource):
581
571
  :param pulumi.ResourceOptions opts: Options for the resource.
582
572
  :param pulumi.Input[int] config_id: ConfigId
583
573
  :param pulumi.Input[str] query_string: The desired query string to which you want to rewrite the query string in the original request.
584
- :param pulumi.Input[str] rewrite_query_string_type: The query string rewrite method. Valid value:
585
-
586
- - static
587
- :param pulumi.Input[str] rewrite_uri_type: The path rewrite method. Valid value:
588
-
589
- - static
590
- :param pulumi.Input[str] rule: The rule content.
574
+ :param pulumi.Input[str] rewrite_query_string_type: Query string rewrite type. Value range:
575
+ :param pulumi.Input[str] rewrite_uri_type: URI rewrite type. Value range:
576
+ :param pulumi.Input[str] rule: Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
577
+ Match all incoming requests: value set to true
578
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
591
579
  :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
592
580
 
593
581
  - on
594
582
  - off
595
- :param pulumi.Input[str] rule_name: Rule name. You can find the rule whose field is passed by the rule name. The rule takes effect only if functionName is passed.
583
+ :param pulumi.Input[str] rule_name: The rule name. You do not need to set this parameter when adding a global configuration.
596
584
  :param pulumi.Input[int] site_id: The website ID, which can be obtained by calling the [ListSites](https://www.alibabacloud.com/help/en/doc-detail/2850189.html) operation.
597
- :param pulumi.Input[int] site_version: The version number of the website configurations.
585
+ :param pulumi.Input[int] site_version: Version number of the site configuration. For a site with configuration version management enabled, you can use this parameter to specify the site version in which the configuration takes effect. The default version is 0.
598
586
  :param pulumi.Input[str] uri: The desired URI to which you want to rewrite the path in the original request.
599
587
  """
600
588
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -633,9 +621,7 @@ class RewriteUrlRule(pulumi.CustomResource):
633
621
  @pulumi.getter(name="rewriteQueryStringType")
634
622
  def rewrite_query_string_type(self) -> pulumi.Output[Optional[str]]:
635
623
  """
636
- The query string rewrite method. Valid value:
637
-
638
- - static
624
+ Query string rewrite type. Value range:
639
625
  """
640
626
  return pulumi.get(self, "rewrite_query_string_type")
641
627
 
@@ -643,9 +629,7 @@ class RewriteUrlRule(pulumi.CustomResource):
643
629
  @pulumi.getter(name="rewriteUriType")
644
630
  def rewrite_uri_type(self) -> pulumi.Output[Optional[str]]:
645
631
  """
646
- The path rewrite method. Valid value:
647
-
648
- - static
632
+ URI rewrite type. Value range:
649
633
  """
650
634
  return pulumi.get(self, "rewrite_uri_type")
651
635
 
@@ -653,7 +637,9 @@ class RewriteUrlRule(pulumi.CustomResource):
653
637
  @pulumi.getter
654
638
  def rule(self) -> pulumi.Output[Optional[str]]:
655
639
  """
656
- The rule content.
640
+ Rule content, using conditional expressions to match user requests. When adding global configuration, this parameter does not need to be set. There are two usage scenarios:
641
+ ● Match all incoming requests: value set to true
642
+ ● Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
657
643
  """
658
644
  return pulumi.get(self, "rule")
659
645
 
@@ -672,7 +658,7 @@ class RewriteUrlRule(pulumi.CustomResource):
672
658
  @pulumi.getter(name="ruleName")
673
659
  def rule_name(self) -> pulumi.Output[Optional[str]]:
674
660
  """
675
- Rule name. You can find the rule whose field is passed by the rule name. The rule takes effect only if functionName is passed.
661
+ The rule name. You do not need to set this parameter when adding a global configuration.
676
662
  """
677
663
  return pulumi.get(self, "rule_name")
678
664
 
@@ -688,7 +674,7 @@ class RewriteUrlRule(pulumi.CustomResource):
688
674
  @pulumi.getter(name="siteVersion")
689
675
  def site_version(self) -> pulumi.Output[Optional[int]]:
690
676
  """
691
- The version number of the website configurations.
677
+ Version number of the site configuration. For a site with configuration version management enabled, you can use this parameter to specify the site version in which the configuration takes effect. The default version is 0.
692
678
  """
693
679
  return pulumi.get(self, "site_version")
694
680