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
@@ -29,14 +29,11 @@ class HttpResponseHeaderModificationRuleArgs:
29
29
  site_version: Optional[pulumi.Input[int]] = None):
30
30
  """
31
31
  The set of arguments for constructing a HttpResponseHeaderModificationRule resource.
32
- :param pulumi.Input[Sequence[pulumi.Input['HttpResponseHeaderModificationRuleResponseHeaderModificationArgs']]] response_header_modifications: The configurations of modifying response headers. You can add, delete, or modify a response header. See `response_header_modification` below.
33
- :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
34
- :param pulumi.Input[str] rule: The rule content.
35
- :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
36
-
37
- - on
38
- - off
39
- :param pulumi.Input[str] rule_name: The rule name.
32
+ :param pulumi.Input[Sequence[pulumi.Input['HttpResponseHeaderModificationRuleResponseHeaderModificationArgs']]] response_header_modifications: Modify response headers, supporting add, delete, and modify operations. See `response_header_modification` below.
33
+ :param pulumi.Input[int] site_id: The site ID.
34
+ :param pulumi.Input[str] rule: Rule content.
35
+ :param pulumi.Input[str] rule_enable: Rule switch. Possible values:
36
+ :param pulumi.Input[str] rule_name: Rule name.
40
37
  :param pulumi.Input[int] site_version: The version number of the website configurations.
41
38
  """
42
39
  pulumi.set(__self__, "response_header_modifications", response_header_modifications)
@@ -54,7 +51,7 @@ class HttpResponseHeaderModificationRuleArgs:
54
51
  @pulumi.getter(name="responseHeaderModifications")
55
52
  def response_header_modifications(self) -> pulumi.Input[Sequence[pulumi.Input['HttpResponseHeaderModificationRuleResponseHeaderModificationArgs']]]:
56
53
  """
57
- The configurations of modifying response headers. You can add, delete, or modify a response header. See `response_header_modification` below.
54
+ Modify response headers, supporting add, delete, and modify operations. See `response_header_modification` below.
58
55
  """
59
56
  return pulumi.get(self, "response_header_modifications")
60
57
 
@@ -66,7 +63,7 @@ class HttpResponseHeaderModificationRuleArgs:
66
63
  @pulumi.getter(name="siteId")
67
64
  def site_id(self) -> pulumi.Input[int]:
68
65
  """
69
- The site ID, which can be obtained by calling the ListSites API.
66
+ The site ID.
70
67
  """
71
68
  return pulumi.get(self, "site_id")
72
69
 
@@ -78,7 +75,7 @@ class HttpResponseHeaderModificationRuleArgs:
78
75
  @pulumi.getter
79
76
  def rule(self) -> Optional[pulumi.Input[str]]:
80
77
  """
81
- The rule content.
78
+ Rule content.
82
79
  """
83
80
  return pulumi.get(self, "rule")
84
81
 
@@ -90,10 +87,7 @@ class HttpResponseHeaderModificationRuleArgs:
90
87
  @pulumi.getter(name="ruleEnable")
91
88
  def rule_enable(self) -> Optional[pulumi.Input[str]]:
92
89
  """
93
- Indicates whether the rule is enabled. Valid values:
94
-
95
- - on
96
- - off
90
+ Rule switch. Possible values:
97
91
  """
98
92
  return pulumi.get(self, "rule_enable")
99
93
 
@@ -105,7 +99,7 @@ class HttpResponseHeaderModificationRuleArgs:
105
99
  @pulumi.getter(name="ruleName")
106
100
  def rule_name(self) -> Optional[pulumi.Input[str]]:
107
101
  """
108
- The rule name.
102
+ Rule name.
109
103
  """
110
104
  return pulumi.get(self, "rule_name")
111
105
 
@@ -139,14 +133,11 @@ class _HttpResponseHeaderModificationRuleState:
139
133
  """
140
134
  Input properties used for looking up and filtering HttpResponseHeaderModificationRule resources.
141
135
  :param pulumi.Input[int] config_id: Config Id
142
- :param pulumi.Input[Sequence[pulumi.Input['HttpResponseHeaderModificationRuleResponseHeaderModificationArgs']]] response_header_modifications: The configurations of modifying response headers. You can add, delete, or modify a response header. See `response_header_modification` below.
143
- :param pulumi.Input[str] rule: The rule content.
144
- :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
145
-
146
- - on
147
- - off
148
- :param pulumi.Input[str] rule_name: The rule name.
149
- :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
136
+ :param pulumi.Input[Sequence[pulumi.Input['HttpResponseHeaderModificationRuleResponseHeaderModificationArgs']]] response_header_modifications: Modify response headers, supporting add, delete, and modify operations. See `response_header_modification` below.
137
+ :param pulumi.Input[str] rule: Rule content.
138
+ :param pulumi.Input[str] rule_enable: Rule switch. Possible values:
139
+ :param pulumi.Input[str] rule_name: Rule name.
140
+ :param pulumi.Input[int] site_id: The site ID.
150
141
  :param pulumi.Input[int] site_version: The version number of the website configurations.
151
142
  """
152
143
  if config_id is not None:
@@ -180,7 +171,7 @@ class _HttpResponseHeaderModificationRuleState:
180
171
  @pulumi.getter(name="responseHeaderModifications")
181
172
  def response_header_modifications(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['HttpResponseHeaderModificationRuleResponseHeaderModificationArgs']]]]:
182
173
  """
183
- The configurations of modifying response headers. You can add, delete, or modify a response header. See `response_header_modification` below.
174
+ Modify response headers, supporting add, delete, and modify operations. See `response_header_modification` below.
184
175
  """
185
176
  return pulumi.get(self, "response_header_modifications")
186
177
 
@@ -192,7 +183,7 @@ class _HttpResponseHeaderModificationRuleState:
192
183
  @pulumi.getter
193
184
  def rule(self) -> Optional[pulumi.Input[str]]:
194
185
  """
195
- The rule content.
186
+ Rule content.
196
187
  """
197
188
  return pulumi.get(self, "rule")
198
189
 
@@ -204,10 +195,7 @@ class _HttpResponseHeaderModificationRuleState:
204
195
  @pulumi.getter(name="ruleEnable")
205
196
  def rule_enable(self) -> Optional[pulumi.Input[str]]:
206
197
  """
207
- Indicates whether the rule is enabled. Valid values:
208
-
209
- - on
210
- - off
198
+ Rule switch. Possible values:
211
199
  """
212
200
  return pulumi.get(self, "rule_enable")
213
201
 
@@ -219,7 +207,7 @@ class _HttpResponseHeaderModificationRuleState:
219
207
  @pulumi.getter(name="ruleName")
220
208
  def rule_name(self) -> Optional[pulumi.Input[str]]:
221
209
  """
222
- The rule name.
210
+ Rule name.
223
211
  """
224
212
  return pulumi.get(self, "rule_name")
225
213
 
@@ -231,7 +219,7 @@ class _HttpResponseHeaderModificationRuleState:
231
219
  @pulumi.getter(name="siteId")
232
220
  def site_id(self) -> Optional[pulumi.Input[int]]:
233
221
  """
234
- The site ID, which can be obtained by calling the ListSites API.
222
+ The site ID.
235
223
  """
236
224
  return pulumi.get(self, "site_id")
237
225
 
@@ -330,14 +318,11 @@ class HttpResponseHeaderModificationRule(pulumi.CustomResource):
330
318
 
331
319
  :param str resource_name: The name of the resource.
332
320
  :param pulumi.ResourceOptions opts: Options for the resource.
333
- :param pulumi.Input[Sequence[pulumi.Input[Union['HttpResponseHeaderModificationRuleResponseHeaderModificationArgs', 'HttpResponseHeaderModificationRuleResponseHeaderModificationArgsDict']]]] response_header_modifications: The configurations of modifying response headers. You can add, delete, or modify a response header. See `response_header_modification` below.
334
- :param pulumi.Input[str] rule: The rule content.
335
- :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
336
-
337
- - on
338
- - off
339
- :param pulumi.Input[str] rule_name: The rule name.
340
- :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
321
+ :param pulumi.Input[Sequence[pulumi.Input[Union['HttpResponseHeaderModificationRuleResponseHeaderModificationArgs', 'HttpResponseHeaderModificationRuleResponseHeaderModificationArgsDict']]]] response_header_modifications: Modify response headers, supporting add, delete, and modify operations. See `response_header_modification` below.
322
+ :param pulumi.Input[str] rule: Rule content.
323
+ :param pulumi.Input[str] rule_enable: Rule switch. Possible values:
324
+ :param pulumi.Input[str] rule_name: Rule name.
325
+ :param pulumi.Input[int] site_id: The site ID.
341
326
  :param pulumi.Input[int] site_version: The version number of the website configurations.
342
327
  """
343
328
  ...
@@ -476,14 +461,11 @@ class HttpResponseHeaderModificationRule(pulumi.CustomResource):
476
461
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
477
462
  :param pulumi.ResourceOptions opts: Options for the resource.
478
463
  :param pulumi.Input[int] config_id: Config Id
479
- :param pulumi.Input[Sequence[pulumi.Input[Union['HttpResponseHeaderModificationRuleResponseHeaderModificationArgs', 'HttpResponseHeaderModificationRuleResponseHeaderModificationArgsDict']]]] response_header_modifications: The configurations of modifying response headers. You can add, delete, or modify a response header. See `response_header_modification` below.
480
- :param pulumi.Input[str] rule: The rule content.
481
- :param pulumi.Input[str] rule_enable: Indicates whether the rule is enabled. Valid values:
482
-
483
- - on
484
- - off
485
- :param pulumi.Input[str] rule_name: The rule name.
486
- :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
464
+ :param pulumi.Input[Sequence[pulumi.Input[Union['HttpResponseHeaderModificationRuleResponseHeaderModificationArgs', 'HttpResponseHeaderModificationRuleResponseHeaderModificationArgsDict']]]] response_header_modifications: Modify response headers, supporting add, delete, and modify operations. See `response_header_modification` below.
465
+ :param pulumi.Input[str] rule: Rule content.
466
+ :param pulumi.Input[str] rule_enable: Rule switch. Possible values:
467
+ :param pulumi.Input[str] rule_name: Rule name.
468
+ :param pulumi.Input[int] site_id: The site ID.
487
469
  :param pulumi.Input[int] site_version: The version number of the website configurations.
488
470
  """
489
471
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -511,7 +493,7 @@ class HttpResponseHeaderModificationRule(pulumi.CustomResource):
511
493
  @pulumi.getter(name="responseHeaderModifications")
512
494
  def response_header_modifications(self) -> pulumi.Output[Sequence['outputs.HttpResponseHeaderModificationRuleResponseHeaderModification']]:
513
495
  """
514
- The configurations of modifying response headers. You can add, delete, or modify a response header. See `response_header_modification` below.
496
+ Modify response headers, supporting add, delete, and modify operations. See `response_header_modification` below.
515
497
  """
516
498
  return pulumi.get(self, "response_header_modifications")
517
499
 
@@ -519,7 +501,7 @@ class HttpResponseHeaderModificationRule(pulumi.CustomResource):
519
501
  @pulumi.getter
520
502
  def rule(self) -> pulumi.Output[Optional[str]]:
521
503
  """
522
- The rule content.
504
+ Rule content.
523
505
  """
524
506
  return pulumi.get(self, "rule")
525
507
 
@@ -527,10 +509,7 @@ class HttpResponseHeaderModificationRule(pulumi.CustomResource):
527
509
  @pulumi.getter(name="ruleEnable")
528
510
  def rule_enable(self) -> pulumi.Output[Optional[str]]:
529
511
  """
530
- Indicates whether the rule is enabled. Valid values:
531
-
532
- - on
533
- - off
512
+ Rule switch. Possible values:
534
513
  """
535
514
  return pulumi.get(self, "rule_enable")
536
515
 
@@ -538,7 +517,7 @@ class HttpResponseHeaderModificationRule(pulumi.CustomResource):
538
517
  @pulumi.getter(name="ruleName")
539
518
  def rule_name(self) -> pulumi.Output[Optional[str]]:
540
519
  """
541
- The rule name.
520
+ Rule name.
542
521
  """
543
522
  return pulumi.get(self, "rule_name")
544
523
 
@@ -546,7 +525,7 @@ class HttpResponseHeaderModificationRule(pulumi.CustomResource):
546
525
  @pulumi.getter(name="siteId")
547
526
  def site_id(self) -> pulumi.Output[int]:
548
527
  """
549
- The site ID, which can be obtained by calling the ListSites API.
528
+ The site ID.
550
529
  """
551
530
  return pulumi.get(self, "site_id")
552
531
 
@@ -47,10 +47,12 @@ class HttpsApplicationConfigurationArgs:
47
47
  :param pulumi.Input[str] hsts_preload: Whether to enable HSTS preloading. It is disabled by default. Value range:
48
48
  :param pulumi.Input[str] https_force: Whether to enable forced HTTPS. It is disabled by default. Value range:
49
49
  :param pulumi.Input[str] https_force_code: Forced HTTPS jump status code, value range:
50
- :param pulumi.Input[str] rule: Rule Content.
51
- :param pulumi.Input[str] rule_enable: Rule switch. Value range:
52
- :param pulumi.Input[str] rule_name: Rule name, you can find out the rule whose rule name is the passed field.
53
- :param pulumi.Input[int] site_version: The version of the website configurations.
50
+ :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:
51
+ - Match all incoming requests: value set to true
52
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
53
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
54
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
55
+ :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.
54
56
  """
55
57
  pulumi.set(__self__, "site_id", site_id)
56
58
  if alt_svc is not None:
@@ -218,7 +220,9 @@ class HttpsApplicationConfigurationArgs:
218
220
  @pulumi.getter
219
221
  def rule(self) -> Optional[pulumi.Input[str]]:
220
222
  """
221
- Rule Content.
223
+ 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:
224
+ - Match all incoming requests: value set to true
225
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
222
226
  """
223
227
  return pulumi.get(self, "rule")
224
228
 
@@ -230,7 +234,7 @@ class HttpsApplicationConfigurationArgs:
230
234
  @pulumi.getter(name="ruleEnable")
231
235
  def rule_enable(self) -> Optional[pulumi.Input[str]]:
232
236
  """
233
- Rule switch. Value range:
237
+ Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
234
238
  """
235
239
  return pulumi.get(self, "rule_enable")
236
240
 
@@ -242,7 +246,7 @@ class HttpsApplicationConfigurationArgs:
242
246
  @pulumi.getter(name="ruleName")
243
247
  def rule_name(self) -> Optional[pulumi.Input[str]]:
244
248
  """
245
- Rule name, you can find out the rule whose rule name is the passed field.
249
+ Rule name. When adding global configuration, this parameter does not need to be set.
246
250
  """
247
251
  return pulumi.get(self, "rule_name")
248
252
 
@@ -254,7 +258,7 @@ class HttpsApplicationConfigurationArgs:
254
258
  @pulumi.getter(name="siteVersion")
255
259
  def site_version(self) -> Optional[pulumi.Input[int]]:
256
260
  """
257
- The version of the website configurations.
261
+ 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.
258
262
  """
259
263
  return pulumi.get(self, "site_version")
260
264
 
@@ -295,11 +299,13 @@ class _HttpsApplicationConfigurationState:
295
299
  :param pulumi.Input[str] hsts_preload: Whether to enable HSTS preloading. It is disabled by default. Value range:
296
300
  :param pulumi.Input[str] https_force: Whether to enable forced HTTPS. It is disabled by default. Value range:
297
301
  :param pulumi.Input[str] https_force_code: Forced HTTPS jump status code, value range:
298
- :param pulumi.Input[str] rule: Rule Content.
299
- :param pulumi.Input[str] rule_enable: Rule switch. Value range:
300
- :param pulumi.Input[str] rule_name: Rule name, you can find out the rule whose rule name is the passed field.
302
+ :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:
303
+ - Match all incoming requests: value set to true
304
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
305
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
306
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
301
307
  :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
302
- :param pulumi.Input[int] site_version: The version of the website configurations.
308
+ :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.
303
309
  """
304
310
  if alt_svc is not None:
305
311
  pulumi.set(__self__, "alt_svc", alt_svc)
@@ -470,7 +476,9 @@ class _HttpsApplicationConfigurationState:
470
476
  @pulumi.getter
471
477
  def rule(self) -> Optional[pulumi.Input[str]]:
472
478
  """
473
- Rule Content.
479
+ 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:
480
+ - Match all incoming requests: value set to true
481
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
474
482
  """
475
483
  return pulumi.get(self, "rule")
476
484
 
@@ -482,7 +490,7 @@ class _HttpsApplicationConfigurationState:
482
490
  @pulumi.getter(name="ruleEnable")
483
491
  def rule_enable(self) -> Optional[pulumi.Input[str]]:
484
492
  """
485
- Rule switch. Value range:
493
+ Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
486
494
  """
487
495
  return pulumi.get(self, "rule_enable")
488
496
 
@@ -494,7 +502,7 @@ class _HttpsApplicationConfigurationState:
494
502
  @pulumi.getter(name="ruleName")
495
503
  def rule_name(self) -> Optional[pulumi.Input[str]]:
496
504
  """
497
- Rule name, you can find out the rule whose rule name is the passed field.
505
+ Rule name. When adding global configuration, this parameter does not need to be set.
498
506
  """
499
507
  return pulumi.get(self, "rule_name")
500
508
 
@@ -518,7 +526,7 @@ class _HttpsApplicationConfigurationState:
518
526
  @pulumi.getter(name="siteVersion")
519
527
  def site_version(self) -> Optional[pulumi.Input[int]]:
520
528
  """
521
- The version of the website configurations.
529
+ 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.
522
530
  """
523
531
  return pulumi.get(self, "site_version")
524
532
 
@@ -607,11 +615,13 @@ class HttpsApplicationConfiguration(pulumi.CustomResource):
607
615
  :param pulumi.Input[str] hsts_preload: Whether to enable HSTS preloading. It is disabled by default. Value range:
608
616
  :param pulumi.Input[str] https_force: Whether to enable forced HTTPS. It is disabled by default. Value range:
609
617
  :param pulumi.Input[str] https_force_code: Forced HTTPS jump status code, value range:
610
- :param pulumi.Input[str] rule: Rule Content.
611
- :param pulumi.Input[str] rule_enable: Rule switch. Value range:
612
- :param pulumi.Input[str] rule_name: Rule name, you can find out the rule whose rule name is the passed field.
618
+ :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:
619
+ - Match all incoming requests: value set to true
620
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
621
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
622
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
613
623
  :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
614
- :param pulumi.Input[int] site_version: The version of the website configurations.
624
+ :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.
615
625
  """
616
626
  ...
617
627
  @overload
@@ -767,11 +777,13 @@ class HttpsApplicationConfiguration(pulumi.CustomResource):
767
777
  :param pulumi.Input[str] hsts_preload: Whether to enable HSTS preloading. It is disabled by default. Value range:
768
778
  :param pulumi.Input[str] https_force: Whether to enable forced HTTPS. It is disabled by default. Value range:
769
779
  :param pulumi.Input[str] https_force_code: Forced HTTPS jump status code, value range:
770
- :param pulumi.Input[str] rule: Rule Content.
771
- :param pulumi.Input[str] rule_enable: Rule switch. Value range:
772
- :param pulumi.Input[str] rule_name: Rule name, you can find out the rule whose rule name is the passed field.
780
+ :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:
781
+ - Match all incoming requests: value set to true
782
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
783
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
784
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
773
785
  :param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
774
- :param pulumi.Input[int] site_version: The version of the website configurations.
786
+ :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.
775
787
  """
776
788
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
777
789
 
@@ -887,7 +899,9 @@ class HttpsApplicationConfiguration(pulumi.CustomResource):
887
899
  @pulumi.getter
888
900
  def rule(self) -> pulumi.Output[Optional[str]]:
889
901
  """
890
- Rule Content.
902
+ 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:
903
+ - Match all incoming requests: value set to true
904
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
891
905
  """
892
906
  return pulumi.get(self, "rule")
893
907
 
@@ -895,7 +909,7 @@ class HttpsApplicationConfiguration(pulumi.CustomResource):
895
909
  @pulumi.getter(name="ruleEnable")
896
910
  def rule_enable(self) -> pulumi.Output[Optional[str]]:
897
911
  """
898
- Rule switch. Value range:
912
+ Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
899
913
  """
900
914
  return pulumi.get(self, "rule_enable")
901
915
 
@@ -903,7 +917,7 @@ class HttpsApplicationConfiguration(pulumi.CustomResource):
903
917
  @pulumi.getter(name="ruleName")
904
918
  def rule_name(self) -> pulumi.Output[Optional[str]]:
905
919
  """
906
- Rule name, you can find out the rule whose rule name is the passed field.
920
+ Rule name. When adding global configuration, this parameter does not need to be set.
907
921
  """
908
922
  return pulumi.get(self, "rule_name")
909
923
 
@@ -919,7 +933,7 @@ class HttpsApplicationConfiguration(pulumi.CustomResource):
919
933
  @pulumi.getter(name="siteVersion")
920
934
  def site_version(self) -> pulumi.Output[Optional[int]]:
921
935
  """
922
- The version of the website configurations.
936
+ 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.
923
937
  """
924
938
  return pulumi.get(self, "site_version")
925
939
 
@@ -35,7 +35,7 @@ class HttpsBasicConfigurationArgs:
35
35
  tls13: Optional[pulumi.Input[str]] = None):
36
36
  """
37
37
  The set of arguments for constructing a HttpsBasicConfiguration resource.
38
- :param pulumi.Input[int] site_id: Site ID, which can be obtained by calling the ListSites interface.
38
+ :param pulumi.Input[int] site_id: Site ID, which can be obtained by calling the [ListSites](https://next.api.alibabacloud.com/document/ESA/2024-09-10/ListSites) interface.
39
39
  :param pulumi.Input[str] ciphersuite: Custom cipher suite, indicating the specific encryption algorithm selected when CiphersuiteGroup is set to custom.
40
40
  :param pulumi.Input[str] ciphersuite_group: Cipher suite group. Default is all cipher suites. Possible values:
41
41
  - all: All cipher suites.
@@ -53,11 +53,13 @@ class HttpsBasicConfigurationArgs:
53
53
  :param pulumi.Input[str] ocsp_stapling: Indicates whether OCSP is enabled. Default is off. Possible values:
54
54
  - on: Enabled.
55
55
  - off: Disabled.
56
- :param pulumi.Input[str] rule: Matching rule content.
57
- :param pulumi.Input[str] rule_enable: Rule switch. Possible values:
58
- - on: Enable.
59
- - off: Disable.
60
- :param pulumi.Input[str] rule_name: Rule name, which can be used to find the rule with the specified name.
56
+ :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:
57
+ - Match all incoming requests: value set to true
58
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
59
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
60
+ - on: open.
61
+ - off: close.
62
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
61
63
  :param pulumi.Input[str] tls10: Whether to enable TLS1.0. Default is disabled. Possible values:
62
64
  - on: Enable.
63
65
  - off: Disable.
@@ -103,7 +105,7 @@ class HttpsBasicConfigurationArgs:
103
105
  @pulumi.getter(name="siteId")
104
106
  def site_id(self) -> pulumi.Input[int]:
105
107
  """
106
- Site ID, which can be obtained by calling the ListSites interface.
108
+ Site ID, which can be obtained by calling the [ListSites](https://next.api.alibabacloud.com/document/ESA/2024-09-10/ListSites) interface.
107
109
  """
108
110
  return pulumi.get(self, "site_id")
109
111
 
@@ -198,7 +200,9 @@ class HttpsBasicConfigurationArgs:
198
200
  @pulumi.getter
199
201
  def rule(self) -> Optional[pulumi.Input[str]]:
200
202
  """
201
- Matching rule content.
203
+ 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:
204
+ - Match all incoming requests: value set to true
205
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
202
206
  """
203
207
  return pulumi.get(self, "rule")
204
208
 
@@ -210,9 +214,9 @@ class HttpsBasicConfigurationArgs:
210
214
  @pulumi.getter(name="ruleEnable")
211
215
  def rule_enable(self) -> Optional[pulumi.Input[str]]:
212
216
  """
213
- Rule switch. Possible values:
214
- - on: Enable.
215
- - off: Disable.
217
+ Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
218
+ - on: open.
219
+ - off: close.
216
220
  """
217
221
  return pulumi.get(self, "rule_enable")
218
222
 
@@ -224,7 +228,7 @@ class HttpsBasicConfigurationArgs:
224
228
  @pulumi.getter(name="ruleName")
225
229
  def rule_name(self) -> Optional[pulumi.Input[str]]:
226
230
  """
227
- Rule name, which can be used to find the rule with the specified name.
231
+ Rule name. When adding global configuration, this parameter does not need to be set.
228
232
  """
229
233
  return pulumi.get(self, "rule_name")
230
234
 
@@ -327,12 +331,14 @@ class _HttpsBasicConfigurationState:
327
331
  :param pulumi.Input[str] ocsp_stapling: Indicates whether OCSP is enabled. Default is off. Possible values:
328
332
  - on: Enabled.
329
333
  - off: Disabled.
330
- :param pulumi.Input[str] rule: Matching rule content.
331
- :param pulumi.Input[str] rule_enable: Rule switch. Possible values:
332
- - on: Enable.
333
- - off: Disable.
334
- :param pulumi.Input[str] rule_name: Rule name, which can be used to find the rule with the specified name.
335
- :param pulumi.Input[int] site_id: Site ID, which can be obtained by calling the ListSites interface.
334
+ :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:
335
+ - Match all incoming requests: value set to true
336
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
337
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
338
+ - on: open.
339
+ - off: close.
340
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
341
+ :param pulumi.Input[int] site_id: Site ID, which can be obtained by calling the [ListSites](https://next.api.alibabacloud.com/document/ESA/2024-09-10/ListSites) interface.
336
342
  :param pulumi.Input[str] tls10: Whether to enable TLS1.0. Default is disabled. Possible values:
337
343
  - on: Enable.
338
344
  - off: Disable.
@@ -476,7 +482,9 @@ class _HttpsBasicConfigurationState:
476
482
  @pulumi.getter
477
483
  def rule(self) -> Optional[pulumi.Input[str]]:
478
484
  """
479
- Matching rule content.
485
+ 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:
486
+ - Match all incoming requests: value set to true
487
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
480
488
  """
481
489
  return pulumi.get(self, "rule")
482
490
 
@@ -488,9 +496,9 @@ class _HttpsBasicConfigurationState:
488
496
  @pulumi.getter(name="ruleEnable")
489
497
  def rule_enable(self) -> Optional[pulumi.Input[str]]:
490
498
  """
491
- Rule switch. Possible values:
492
- - on: Enable.
493
- - off: Disable.
499
+ Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
500
+ - on: open.
501
+ - off: close.
494
502
  """
495
503
  return pulumi.get(self, "rule_enable")
496
504
 
@@ -502,7 +510,7 @@ class _HttpsBasicConfigurationState:
502
510
  @pulumi.getter(name="ruleName")
503
511
  def rule_name(self) -> Optional[pulumi.Input[str]]:
504
512
  """
505
- Rule name, which can be used to find the rule with the specified name.
513
+ Rule name. When adding global configuration, this parameter does not need to be set.
506
514
  """
507
515
  return pulumi.get(self, "rule_name")
508
516
 
@@ -514,7 +522,7 @@ class _HttpsBasicConfigurationState:
514
522
  @pulumi.getter(name="siteId")
515
523
  def site_id(self) -> Optional[pulumi.Input[int]]:
516
524
  """
517
- Site ID, which can be obtained by calling the ListSites interface.
525
+ Site ID, which can be obtained by calling the [ListSites](https://next.api.alibabacloud.com/document/ESA/2024-09-10/ListSites) interface.
518
526
  """
519
527
  return pulumi.get(self, "site_id")
520
528
 
@@ -666,12 +674,14 @@ class HttpsBasicConfiguration(pulumi.CustomResource):
666
674
  :param pulumi.Input[str] ocsp_stapling: Indicates whether OCSP is enabled. Default is off. Possible values:
667
675
  - on: Enabled.
668
676
  - off: Disabled.
669
- :param pulumi.Input[str] rule: Matching rule content.
670
- :param pulumi.Input[str] rule_enable: Rule switch. Possible values:
671
- - on: Enable.
672
- - off: Disable.
673
- :param pulumi.Input[str] rule_name: Rule name, which can be used to find the rule with the specified name.
674
- :param pulumi.Input[int] site_id: Site ID, which can be obtained by calling the ListSites interface.
677
+ :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:
678
+ - Match all incoming requests: value set to true
679
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
680
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
681
+ - on: open.
682
+ - off: close.
683
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
684
+ :param pulumi.Input[int] site_id: Site ID, which can be obtained by calling the [ListSites](https://next.api.alibabacloud.com/document/ESA/2024-09-10/ListSites) interface.
675
685
  :param pulumi.Input[str] tls10: Whether to enable TLS1.0. Default is disabled. Possible values:
676
686
  - on: Enable.
677
687
  - off: Disable.
@@ -844,12 +854,14 @@ class HttpsBasicConfiguration(pulumi.CustomResource):
844
854
  :param pulumi.Input[str] ocsp_stapling: Indicates whether OCSP is enabled. Default is off. Possible values:
845
855
  - on: Enabled.
846
856
  - off: Disabled.
847
- :param pulumi.Input[str] rule: Matching rule content.
848
- :param pulumi.Input[str] rule_enable: Rule switch. Possible values:
849
- - on: Enable.
850
- - off: Disable.
851
- :param pulumi.Input[str] rule_name: Rule name, which can be used to find the rule with the specified name.
852
- :param pulumi.Input[int] site_id: Site ID, which can be obtained by calling the ListSites interface.
857
+ :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:
858
+ - Match all incoming requests: value set to true
859
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
860
+ :param pulumi.Input[str] rule_enable: Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
861
+ - on: open.
862
+ - off: close.
863
+ :param pulumi.Input[str] rule_name: Rule name. When adding global configuration, this parameter does not need to be set.
864
+ :param pulumi.Input[int] site_id: Site ID, which can be obtained by calling the [ListSites](https://next.api.alibabacloud.com/document/ESA/2024-09-10/ListSites) interface.
853
865
  :param pulumi.Input[str] tls10: Whether to enable TLS1.0. Default is disabled. Possible values:
854
866
  - on: Enable.
855
867
  - off: Disable.
@@ -955,7 +967,9 @@ class HttpsBasicConfiguration(pulumi.CustomResource):
955
967
  @pulumi.getter
956
968
  def rule(self) -> pulumi.Output[Optional[str]]:
957
969
  """
958
- Matching rule content.
970
+ 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:
971
+ - Match all incoming requests: value set to true
972
+ - Match specified request: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
959
973
  """
960
974
  return pulumi.get(self, "rule")
961
975
 
@@ -963,9 +977,9 @@ class HttpsBasicConfiguration(pulumi.CustomResource):
963
977
  @pulumi.getter(name="ruleEnable")
964
978
  def rule_enable(self) -> pulumi.Output[Optional[str]]:
965
979
  """
966
- Rule switch. Possible values:
967
- - on: Enable.
968
- - off: Disable.
980
+ Rule switch. When adding global configuration, this parameter does not need to be set. Value range:
981
+ - on: open.
982
+ - off: close.
969
983
  """
970
984
  return pulumi.get(self, "rule_enable")
971
985
 
@@ -973,7 +987,7 @@ class HttpsBasicConfiguration(pulumi.CustomResource):
973
987
  @pulumi.getter(name="ruleName")
974
988
  def rule_name(self) -> pulumi.Output[Optional[str]]:
975
989
  """
976
- Rule name, which can be used to find the rule with the specified name.
990
+ Rule name. When adding global configuration, this parameter does not need to be set.
977
991
  """
978
992
  return pulumi.get(self, "rule_name")
979
993
 
@@ -981,7 +995,7 @@ class HttpsBasicConfiguration(pulumi.CustomResource):
981
995
  @pulumi.getter(name="siteId")
982
996
  def site_id(self) -> pulumi.Output[int]:
983
997
  """
984
- Site ID, which can be obtained by calling the ListSites interface.
998
+ Site ID, which can be obtained by calling the [ListSites](https://next.api.alibabacloud.com/document/ESA/2024-09-10/ListSites) interface.
985
999
  """
986
1000
  return pulumi.get(self, "site_id")
987
1001