pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.37.0a1716526633__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.
Files changed (307) hide show
  1. pulumi_oci/__init__.py +40 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/_inputs.py +32 -44
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +32 -44
  29. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  30. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  31. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  32. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  33. pulumi_oci/cloudbridge/_inputs.py +18 -18
  34. pulumi_oci/cloudbridge/outputs.py +18 -18
  35. pulumi_oci/cloudguard/__init__.py +9 -0
  36. pulumi_oci/cloudguard/_inputs.py +1066 -488
  37. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  38. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  39. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  40. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  41. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  42. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  43. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  44. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  45. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  46. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  47. pulumi_oci/cloudguard/get_data_source.py +10 -10
  48. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  49. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  50. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  51. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  52. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  53. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  54. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  55. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  56. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  57. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  58. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  59. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  60. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  61. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  62. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  63. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  64. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  65. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  66. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  67. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  68. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  69. pulumi_oci/cloudguard/managed_list.py +57 -57
  70. pulumi_oci/cloudguard/outputs.py +3493 -1808
  71. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  72. pulumi_oci/cloudguard/saved_query.py +595 -0
  73. pulumi_oci/cloudguard/security_recipe.py +43 -27
  74. pulumi_oci/cloudguard/security_zone.py +22 -20
  75. pulumi_oci/cloudguard/target.py +54 -54
  76. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  77. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  78. pulumi_oci/cloudmigrations/outputs.py +222 -496
  79. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  80. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  81. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  82. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  83. pulumi_oci/containerengine/_inputs.py +22 -22
  84. pulumi_oci/containerengine/container_instance.py +21 -21
  85. pulumi_oci/containerengine/outputs.py +22 -22
  86. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  87. pulumi_oci/core/_inputs.py +404 -670
  88. pulumi_oci/core/boot_volume.py +7 -7
  89. pulumi_oci/core/cluster_network.py +22 -22
  90. pulumi_oci/core/cross_connect_group.py +4 -20
  91. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  92. pulumi_oci/core/get_image.py +4 -0
  93. pulumi_oci/core/get_instance.py +4 -0
  94. pulumi_oci/core/get_public_ip.py +4 -0
  95. pulumi_oci/core/get_public_ips.py +8 -0
  96. pulumi_oci/core/get_vtap.py +2 -0
  97. pulumi_oci/core/get_vtaps.py +2 -0
  98. pulumi_oci/core/image.py +56 -0
  99. pulumi_oci/core/instance.py +48 -48
  100. pulumi_oci/core/instance_configuration.py +70 -28
  101. pulumi_oci/core/instance_pool.py +7 -7
  102. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  103. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  104. pulumi_oci/core/outputs.py +748 -668
  105. pulumi_oci/core/public_ip.py +8 -0
  106. pulumi_oci/core/vnic_attachment.py +8 -24
  107. pulumi_oci/core/volume.py +7 -7
  108. pulumi_oci/core/volume_group.py +7 -7
  109. pulumi_oci/core/vtap.py +14 -0
  110. pulumi_oci/database/_inputs.py +188 -220
  111. pulumi_oci/database/autonomous_database.py +21 -7
  112. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  113. pulumi_oci/database/backup_destination.py +11 -11
  114. pulumi_oci/database/cloud_database_management.py +14 -0
  115. pulumi_oci/database/database.py +28 -44
  116. pulumi_oci/database/database_upgrade.py +4 -4
  117. pulumi_oci/database/db_home.py +0 -13
  118. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  119. pulumi_oci/database/outputs.py +188 -220
  120. pulumi_oci/database/vm_cluster_network.py +4 -4
  121. pulumi_oci/databasemanagement/_inputs.py +8 -8
  122. pulumi_oci/databasemanagement/outputs.py +8 -8
  123. pulumi_oci/databasemigration/_inputs.py +34 -34
  124. pulumi_oci/databasemigration/connection.py +7 -7
  125. pulumi_oci/databasemigration/migration.py +7 -7
  126. pulumi_oci/databasemigration/outputs.py +34 -34
  127. pulumi_oci/databasetools/_inputs.py +12 -36
  128. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  129. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  130. pulumi_oci/databasetools/outputs.py +12 -36
  131. pulumi_oci/dataintegration/_inputs.py +318 -330
  132. pulumi_oci/dataintegration/outputs.py +318 -330
  133. pulumi_oci/dataintegration/workspace_application.py +7 -7
  134. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  135. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  136. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  137. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  138. pulumi_oci/dataintegration/workspace_project.py +7 -7
  139. pulumi_oci/dataintegration/workspace_task.py +47 -47
  140. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  141. pulumi_oci/datalabellingservice/outputs.py +10 -10
  142. pulumi_oci/datasafe/__init__.py +2 -0
  143. pulumi_oci/datasafe/_inputs.py +72 -80
  144. pulumi_oci/datasafe/library_masing_format.py +7 -7
  145. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  146. pulumi_oci/datasafe/masking_policy.py +7 -7
  147. pulumi_oci/datasafe/outputs.py +72 -80
  148. pulumi_oci/datasafe/report_definition.py +8 -24
  149. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  150. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  151. pulumi_oci/datasafe/target_database.py +21 -21
  152. pulumi_oci/datascience/_inputs.py +337 -65
  153. pulumi_oci/datascience/get_job_run.py +11 -1
  154. pulumi_oci/datascience/get_model_deployment.py +11 -1
  155. pulumi_oci/datascience/get_pipeline.py +3 -0
  156. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  157. pulumi_oci/datascience/job_run.py +52 -3
  158. pulumi_oci/datascience/model_deployment.py +51 -2
  159. pulumi_oci/datascience/outputs.py +767 -104
  160. pulumi_oci/datascience/pipeline.py +34 -14
  161. pulumi_oci/datascience/pipeline_run.py +65 -0
  162. pulumi_oci/devops/_inputs.py +80 -462
  163. pulumi_oci/devops/deploy_stage.py +4 -4
  164. pulumi_oci/devops/deployment.py +7 -7
  165. pulumi_oci/devops/outputs.py +208 -1141
  166. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  167. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  168. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  169. pulumi_oci/disasterrecovery/outputs.py +6 -6
  170. pulumi_oci/dns/_inputs.py +20 -8
  171. pulumi_oci/dns/outputs.py +42 -8
  172. pulumi_oci/dns/rrset.py +7 -7
  173. pulumi_oci/dns/steering_policy.py +42 -0
  174. pulumi_oci/events/_inputs.py +4 -12
  175. pulumi_oci/events/outputs.py +4 -12
  176. pulumi_oci/events/rule.py +7 -7
  177. pulumi_oci/functions/_inputs.py +2 -2
  178. pulumi_oci/functions/outputs.py +2 -2
  179. pulumi_oci/goldengate/_inputs.py +2 -4
  180. pulumi_oci/goldengate/outputs.py +2 -4
  181. pulumi_oci/identity/_inputs.py +4860 -5954
  182. pulumi_oci/identity/domains_api_key.py +70 -70
  183. pulumi_oci/identity/domains_app.py +119 -140
  184. pulumi_oci/identity/domains_auth_token.py +21 -21
  185. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  186. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  187. pulumi_oci/identity/domains_my_api_key.py +70 -70
  188. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  189. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  190. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  191. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  192. pulumi_oci/identity/domains_my_support_account.py +21 -21
  193. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  194. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  195. pulumi_oci/identity/domains_policy.py +35 -49
  196. pulumi_oci/identity/domains_rule.py +28 -21
  197. pulumi_oci/identity/domains_setting.py +35 -21
  198. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  199. pulumi_oci/identity/domains_user.py +189 -175
  200. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  201. pulumi_oci/identity/outputs.py +4913 -6007
  202. pulumi_oci/integration/_inputs.py +4 -0
  203. pulumi_oci/integration/outputs.py +16 -4
  204. pulumi_oci/jms/_inputs.py +0 -8
  205. pulumi_oci/jms/outputs.py +0 -8
  206. pulumi_oci/kms/_inputs.py +6 -6
  207. pulumi_oci/kms/outputs.py +6 -6
  208. pulumi_oci/loadbalancer/_inputs.py +14 -30
  209. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  210. pulumi_oci/loadbalancer/outputs.py +14 -30
  211. pulumi_oci/loganalytics/_inputs.py +26 -34
  212. pulumi_oci/loganalytics/outputs.py +26 -34
  213. pulumi_oci/logging/_inputs.py +60 -60
  214. pulumi_oci/logging/outputs.py +60 -60
  215. pulumi_oci/managementagent/_inputs.py +2 -46
  216. pulumi_oci/managementagent/outputs.py +2 -46
  217. pulumi_oci/marketplace/_inputs.py +6 -6
  218. pulumi_oci/marketplace/outputs.py +6 -6
  219. pulumi_oci/marketplace/publication.py +11 -11
  220. pulumi_oci/mediaservices/_inputs.py +8 -32
  221. pulumi_oci/mediaservices/media_asset.py +18 -18
  222. pulumi_oci/mediaservices/media_workflow.py +22 -38
  223. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  224. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  225. pulumi_oci/mediaservices/outputs.py +8 -32
  226. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  227. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  228. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  229. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  230. pulumi_oci/meteringcomputation/outputs.py +2 -2
  231. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  232. pulumi_oci/monitoring/_inputs.py +4 -4
  233. pulumi_oci/monitoring/alarm.py +21 -0
  234. pulumi_oci/monitoring/get_alarm.py +3 -0
  235. pulumi_oci/monitoring/outputs.py +10 -4
  236. pulumi_oci/mysql/_inputs.py +30 -22
  237. pulumi_oci/mysql/outputs.py +30 -22
  238. pulumi_oci/mysql/replica.py +12 -28
  239. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  240. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  241. pulumi_oci/networkfirewall/outputs.py +4 -0
  242. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  243. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  244. pulumi_oci/nosql/_inputs.py +4 -12
  245. pulumi_oci/nosql/outputs.py +4 -12
  246. pulumi_oci/objectstorage/_inputs.py +4 -4
  247. pulumi_oci/objectstorage/outputs.py +4 -4
  248. pulumi_oci/ocvp/_inputs.py +86 -42
  249. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  250. pulumi_oci/ocvp/outputs.py +86 -42
  251. pulumi_oci/ocvp/sddc.py +49 -77
  252. pulumi_oci/ons/subscription.py +63 -0
  253. pulumi_oci/opa/_inputs.py +6 -2
  254. pulumi_oci/opa/outputs.py +18 -6
  255. pulumi_oci/opsi/_inputs.py +6 -6
  256. pulumi_oci/opsi/exadata_insight.py +28 -28
  257. pulumi_oci/opsi/outputs.py +6 -6
  258. pulumi_oci/optimizer/_inputs.py +4 -4
  259. pulumi_oci/optimizer/outputs.py +4 -4
  260. pulumi_oci/osmanagement/_inputs.py +2 -10
  261. pulumi_oci/osmanagement/outputs.py +2 -10
  262. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  263. pulumi_oci/osmanagementhub/event.py +32 -0
  264. pulumi_oci/osmanagementhub/get_event.py +8 -0
  265. pulumi_oci/osmanagementhub/get_events.py +8 -0
  266. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  267. pulumi_oci/osmanagementhub/outputs.py +40 -8
  268. pulumi_oci/osmanagementhub/software_source.py +7 -7
  269. pulumi_oci/ospgateway/_inputs.py +96 -96
  270. pulumi_oci/ospgateway/outputs.py +96 -96
  271. pulumi_oci/ospgateway/subscription.py +80 -80
  272. pulumi_oci/psql/_inputs.py +10 -18
  273. pulumi_oci/psql/db_system.py +14 -14
  274. pulumi_oci/psql/outputs.py +10 -18
  275. pulumi_oci/pulumi-plugin.json +1 -1
  276. pulumi_oci/queue/get_queue.py +9 -9
  277. pulumi_oci/queue/outputs.py +5 -5
  278. pulumi_oci/queue/queue.py +77 -26
  279. pulumi_oci/sch/_inputs.py +26 -26
  280. pulumi_oci/sch/connector.py +7 -7
  281. pulumi_oci/sch/outputs.py +26 -26
  282. pulumi_oci/servicecatalog/private_application.py +4 -4
  283. pulumi_oci/servicemesh/_inputs.py +8 -24
  284. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  285. pulumi_oci/servicemesh/outputs.py +8 -24
  286. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  287. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  288. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  289. pulumi_oci/stackmonitoring/outputs.py +40 -56
  290. pulumi_oci/visualbuilder/_inputs.py +6 -2
  291. pulumi_oci/visualbuilder/outputs.py +18 -6
  292. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  293. pulumi_oci/vnmonitoring/outputs.py +10 -42
  294. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  295. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  296. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  297. pulumi_oci/waas/_inputs.py +133 -205
  298. pulumi_oci/waas/outputs.py +133 -205
  299. pulumi_oci/waas/policy.py +7 -7
  300. pulumi_oci/waas/protection_rule.py +7 -7
  301. pulumi_oci/waf/_inputs.py +36 -30
  302. pulumi_oci/waf/network_address_list.py +7 -7
  303. pulumi_oci/waf/outputs.py +36 -30
  304. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/METADATA +1 -1
  305. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/RECORD +307 -296
  306. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/top_level.txt +0 -0
@@ -579,11 +579,7 @@ class PolicyOriginCustomHeaderArgs:
579
579
  name: pulumi.Input[str],
580
580
  value: pulumi.Input[str]):
581
581
  """
582
- :param pulumi.Input[str] name: (Updatable) The unique name of the whitelist.
583
-
584
-
585
- ** IMPORTANT **
586
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
582
+ :param pulumi.Input[str] name: (Updatable) The name of the header.
587
583
  :param pulumi.Input[str] value: (Updatable) The value of the header.
588
584
  """
589
585
  pulumi.set(__self__, "name", name)
@@ -593,11 +589,7 @@ class PolicyOriginCustomHeaderArgs:
593
589
  @pulumi.getter
594
590
  def name(self) -> pulumi.Input[str]:
595
591
  """
596
- (Updatable) The unique name of the whitelist.
597
-
598
-
599
- ** IMPORTANT **
600
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
592
+ (Updatable) The name of the header.
601
593
  """
602
594
  return pulumi.get(self, "name")
603
595
 
@@ -651,7 +643,7 @@ class PolicyOriginGroupOriginGroupArgs:
651
643
  origin: pulumi.Input[str],
652
644
  weight: Optional[pulumi.Input[int]] = None):
653
645
  """
654
- :param pulumi.Input[str] origin: (Updatable) The key in the map of origins referencing the origin used for the Web Application Firewall. The origin must already be included in `Origins`. Required when creating the `WafConfig` resource, but is not required upon updating the configuration.
646
+ :param pulumi.Input[str] origin: The key in the map of origins referencing the origin used for the Web Application Firewall. The origin must already be included in `Origins`. Required when creating the `WafConfig` resource, but not on update.
655
647
  """
656
648
  pulumi.set(__self__, "origin", origin)
657
649
  if weight is not None:
@@ -661,7 +653,7 @@ class PolicyOriginGroupOriginGroupArgs:
661
653
  @pulumi.getter
662
654
  def origin(self) -> pulumi.Input[str]:
663
655
  """
664
- (Updatable) The key in the map of origins referencing the origin used for the Web Application Firewall. The origin must already be included in `Origins`. Required when creating the `WafConfig` resource, but is not required upon updating the configuration.
656
+ The key in the map of origins referencing the origin used for the Web Application Firewall. The origin must already be included in `Origins`. Required when creating the `WafConfig` resource, but not on update.
665
657
  """
666
658
  return pulumi.get(self, "origin")
667
659
 
@@ -972,12 +964,9 @@ class PolicyPolicyConfigHealthChecksArgs:
972
964
  **Note:** The only currently-supported header fields are Host and User-Agent.
973
965
  :param pulumi.Input[int] healthy_threshold: (Updatable) Number of successful health checks after which the server is marked up.
974
966
  :param pulumi.Input[int] interval_in_seconds: (Updatable) Time between health checks of an individual origin server, in seconds.
975
- :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
967
+ :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the health checks.
976
968
  :param pulumi.Input[bool] is_response_text_check_enabled: (Updatable) Enables or disables additional check for predefined text in addition to response code.
977
- :param pulumi.Input[str] method: (Updatable) Load balancing methods are algorithms used to efficiently distribute traffic among origin servers.
978
- * **[IP_HASH](https://www.terraform.io/iaas/api/#/en/waas/latest/datatypes/IPHashLoadBalancingMethod):** All the incoming requests from the same client IP address should go to the same content origination server. IP_HASH load balancing method uses origin weights when choosing which origin should the hash be assigned to initially.
979
- * **[ROUND_ROBIN](https://www.terraform.io/iaas/api/#/en/waas/latest/datatypes/RoundRobinLoadBalancingMethod):** Forwards requests sequentially to the available origin servers. The first request - to the first origin server, the second request - to the next origin server, and so on. After it sends a request to the last origin server, it starts again with the first origin server. When using weights on origins, Weighted Round Robin assigns more requests to origins with a greater weight. Over a period of time, origins will receive a number of requests in proportion to their weight.
980
- * **[STICKY_COOKIE](https://www.terraform.io/iaas/api/#/en/waas/latest/datatypes/StickyCookieLoadBalancingMethod):** Adds a session cookie to the first response from the origin server and identifies the server that sent the response. The client's next request contains the cookie value, and nginx routes the request to the origin server that responded to the first request. STICKY_COOKIE load balancing method falls back to Round Robin for the first request.
969
+ :param pulumi.Input[str] method: (Updatable) An HTTP verb (i.e. HEAD, GET, or POST) to use when performing the health check.
981
970
  :param pulumi.Input[str] path: (Updatable) Path to visit on your origins when performing the health check.
982
971
  :param pulumi.Input[int] timeout_in_seconds: (Updatable) Response timeout represents wait time until request is considered failed, in seconds.
983
972
  :param pulumi.Input[int] unhealthy_threshold: (Updatable) Number of failed health checks after which the server is marked down.
@@ -1075,7 +1064,7 @@ class PolicyPolicyConfigHealthChecksArgs:
1075
1064
  @pulumi.getter(name="isEnabled")
1076
1065
  def is_enabled(self) -> Optional[pulumi.Input[bool]]:
1077
1066
  """
1078
- (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
1067
+ (Updatable) Enables or disables the health checks.
1079
1068
  """
1080
1069
  return pulumi.get(self, "is_enabled")
1081
1070
 
@@ -1099,10 +1088,7 @@ class PolicyPolicyConfigHealthChecksArgs:
1099
1088
  @pulumi.getter
1100
1089
  def method(self) -> Optional[pulumi.Input[str]]:
1101
1090
  """
1102
- (Updatable) Load balancing methods are algorithms used to efficiently distribute traffic among origin servers.
1103
- * **[IP_HASH](https://www.terraform.io/iaas/api/#/en/waas/latest/datatypes/IPHashLoadBalancingMethod):** All the incoming requests from the same client IP address should go to the same content origination server. IP_HASH load balancing method uses origin weights when choosing which origin should the hash be assigned to initially.
1104
- * **[ROUND_ROBIN](https://www.terraform.io/iaas/api/#/en/waas/latest/datatypes/RoundRobinLoadBalancingMethod):** Forwards requests sequentially to the available origin servers. The first request - to the first origin server, the second request - to the next origin server, and so on. After it sends a request to the last origin server, it starts again with the first origin server. When using weights on origins, Weighted Round Robin assigns more requests to origins with a greater weight. Over a period of time, origins will receive a number of requests in proportion to their weight.
1105
- * **[STICKY_COOKIE](https://www.terraform.io/iaas/api/#/en/waas/latest/datatypes/StickyCookieLoadBalancingMethod):** Adds a session cookie to the first response from the origin server and identifies the server that sent the response. The client's next request contains the cookie value, and nginx routes the request to the origin server that responded to the first request. STICKY_COOKIE load balancing method falls back to Round Robin for the first request.
1091
+ (Updatable) An HTTP verb (i.e. HEAD, GET, or POST) to use when performing the health check.
1106
1092
  """
1107
1093
  return pulumi.get(self, "method")
1108
1094
 
@@ -1161,11 +1147,7 @@ class PolicyPolicyConfigLoadBalancingMethodArgs:
1161
1147
  * **[STICKY_COOKIE](https://www.terraform.io/iaas/api/#/en/waas/latest/datatypes/StickyCookieLoadBalancingMethod):** Adds a session cookie to the first response from the origin server and identifies the server that sent the response. The client's next request contains the cookie value, and nginx routes the request to the origin server that responded to the first request. STICKY_COOKIE load balancing method falls back to Round Robin for the first request.
1162
1148
  :param pulumi.Input[str] domain: (Updatable) The domain for which the cookie is set, defaults to WAAS policy domain.
1163
1149
  :param pulumi.Input[int] expiration_time_in_seconds: (Updatable) The time for which a browser should keep the cookie in seconds. Empty value will cause the cookie to expire at the end of a browser session.
1164
- :param pulumi.Input[str] name: (Updatable) The unique name of the whitelist.
1165
-
1166
-
1167
- ** IMPORTANT **
1168
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1150
+ :param pulumi.Input[str] name: (Updatable) The name of the cookie used to track the persistence. Can contain any US-ASCII character except separator or control character.
1169
1151
  """
1170
1152
  pulumi.set(__self__, "method", method)
1171
1153
  if domain is not None:
@@ -1218,11 +1200,7 @@ class PolicyPolicyConfigLoadBalancingMethodArgs:
1218
1200
  @pulumi.getter
1219
1201
  def name(self) -> Optional[pulumi.Input[str]]:
1220
1202
  """
1221
- (Updatable) The unique name of the whitelist.
1222
-
1223
-
1224
- ** IMPORTANT **
1225
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1203
+ (Updatable) The name of the cookie used to track the persistence. Can contain any US-ASCII character except separator or control character.
1226
1204
  """
1227
1205
  return pulumi.get(self, "name")
1228
1206
 
@@ -1450,27 +1428,31 @@ class PolicyWafConfigAccessRuleArgs:
1450
1428
  redirect_url: Optional[pulumi.Input[str]] = None,
1451
1429
  response_header_manipulations: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigAccessRuleResponseHeaderManipulationArgs']]]] = None):
1452
1430
  """
1453
- :param pulumi.Input[str] action: (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
1454
- :param pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigAccessRuleCriteriaArgs']]] criterias: (Updatable) When defined, the JavaScript Challenge would be applied only for the requests that matched all the listed conditions.
1455
- :param pulumi.Input[str] name: (Updatable) The unique name of the whitelist.
1456
-
1431
+ :param pulumi.Input[str] action: (Updatable) The action to take when the access criteria are met for a rule. If unspecified, defaults to `ALLOW`.
1432
+ * **ALLOW:** Takes no action, just logs the request.
1433
+ * **DETECT:** Takes no action, but creates an alert for the request.
1434
+ * **BLOCK:** Blocks the request by returning specified response code or showing error page.
1435
+ * **BYPASS:** Bypasses some or all challenges.
1436
+ * **REDIRECT:** Redirects the request to the specified URL. These fields are required when `REDIRECT` is selected: `redirectUrl`, `redirectResponseCode`.
1437
+ * **SHOW_CAPTCHA:** Show a CAPTCHA Challenge page instead of the requested page.
1457
1438
 
1458
- ** IMPORTANT **
1459
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1460
- :param pulumi.Input[str] block_action: (Updatable) If `action` is set to `BLOCK`, this specifies how the traffic is blocked when detected as malicious by a protection rule. If unspecified, defaults to `SET_RESPONSE_CODE`.
1461
- :param pulumi.Input[str] block_error_page_code: (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`.
1462
- :param pulumi.Input[str] block_error_page_description: (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
1463
- :param pulumi.Input[str] block_error_page_message: (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to 'Access to the website is blocked.'
1464
- :param pulumi.Input[int] block_response_code: (Updatable) The response code returned when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`. The list of available response codes: `400`, `401`, `403`, `405`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `500`, `501`, `502`, `503`, `504`, `507`.
1439
+ Regardless of action, no further rules are processed once a rule is matched.
1440
+ :param pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigAccessRuleCriteriaArgs']]] criterias: (Updatable) The list of access rule criteria. The rule would be applied only for the requests that matched all the listed conditions.
1441
+ :param pulumi.Input[str] name: (Updatable) The unique name of the access rule.
1442
+ :param pulumi.Input[str] block_action: (Updatable) The method used to block requests if `action` is set to `BLOCK` and the access criteria are met. If unspecified, defaults to `SET_RESPONSE_CODE`.
1443
+ :param pulumi.Input[str] block_error_page_code: (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the access criteria are met. If unspecified, defaults to 'Access rules'.
1444
+ :param pulumi.Input[str] block_error_page_description: (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the access criteria are met. If unspecified, defaults to 'Access blocked by website owner. Please contact support.'
1445
+ :param pulumi.Input[str] block_error_page_message: (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the access criteria are met. If unspecified, defaults to 'Access to the website is blocked.'
1446
+ :param pulumi.Input[int] block_response_code: (Updatable) The response status code to return when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the access criteria are met. If unspecified, defaults to `403`. The list of available response codes: `200`, `201`, `202`, `204`, `206`, `300`, `301`, `302`, `303`, `304`, `307`, `400`, `401`, `403`, `404`, `405`, `408`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `422`, `444`, `494`, `495`, `496`, `497`, `499`, `500`, `501`, `502`, `503`, `504`, `507`.
1465
1447
  :param pulumi.Input[Sequence[pulumi.Input[str]]] bypass_challenges: (Updatable) The list of challenges to bypass when `action` is set to `BYPASS`. If unspecified or empty, all challenges are bypassed.
1466
1448
  * **JS_CHALLENGE:** Bypasses JavaScript Challenge.
1467
1449
  * **DEVICE_FINGERPRINT_CHALLENGE:** Bypasses Device Fingerprint Challenge.
1468
1450
  * **HUMAN_INTERACTION_CHALLENGE:** Bypasses Human Interaction Challenge.
1469
1451
  * **CAPTCHA:** Bypasses CAPTCHA Challenge.
1470
- :param pulumi.Input[str] captcha_footer: (Updatable) The text to show in the footer when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, default to `Enter the letters and numbers as they are shown in image above`.
1471
- :param pulumi.Input[str] captcha_header: (Updatable) The text to show in the header when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `We have detected an increased number of attempts to access this webapp. To help us keep this webapp secure, please let us know that you are not a robot by entering the text from captcha below.`
1472
- :param pulumi.Input[str] captcha_submit_label: (Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
1473
- :param pulumi.Input[str] captcha_title: (Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Are you human?`
1452
+ :param pulumi.Input[str] captcha_footer: (Updatable) The text to show in the footer when showing a CAPTCHA challenge when `action` is set to `SHOW_CAPTCHA` and the request is challenged.
1453
+ :param pulumi.Input[str] captcha_header: (Updatable) The text to show in the header when showing a CAPTCHA challenge when `action` is set to `SHOW_CAPTCHA` and the request is challenged.
1454
+ :param pulumi.Input[str] captcha_submit_label: (Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `SHOW_CAPTCHA` and the request is challenged.
1455
+ :param pulumi.Input[str] captcha_title: (Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `SHOW_CAPTCHA` and the request is challenged.
1474
1456
  :param pulumi.Input[str] redirect_response_code: (Updatable) The response status code to return when `action` is set to `REDIRECT`.
1475
1457
  * **MOVED_PERMANENTLY:** Used for designating the permanent movement of a page (numerical code - 301).
1476
1458
  * **FOUND:** Used for designating the temporary movement of a page (numerical code - 302).
@@ -1511,7 +1493,15 @@ class PolicyWafConfigAccessRuleArgs:
1511
1493
  @pulumi.getter
1512
1494
  def action(self) -> pulumi.Input[str]:
1513
1495
  """
1514
- (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
1496
+ (Updatable) The action to take when the access criteria are met for a rule. If unspecified, defaults to `ALLOW`.
1497
+ * **ALLOW:** Takes no action, just logs the request.
1498
+ * **DETECT:** Takes no action, but creates an alert for the request.
1499
+ * **BLOCK:** Blocks the request by returning specified response code or showing error page.
1500
+ * **BYPASS:** Bypasses some or all challenges.
1501
+ * **REDIRECT:** Redirects the request to the specified URL. These fields are required when `REDIRECT` is selected: `redirectUrl`, `redirectResponseCode`.
1502
+ * **SHOW_CAPTCHA:** Show a CAPTCHA Challenge page instead of the requested page.
1503
+
1504
+ Regardless of action, no further rules are processed once a rule is matched.
1515
1505
  """
1516
1506
  return pulumi.get(self, "action")
1517
1507
 
@@ -1523,7 +1513,7 @@ class PolicyWafConfigAccessRuleArgs:
1523
1513
  @pulumi.getter
1524
1514
  def criterias(self) -> pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigAccessRuleCriteriaArgs']]]:
1525
1515
  """
1526
- (Updatable) When defined, the JavaScript Challenge would be applied only for the requests that matched all the listed conditions.
1516
+ (Updatable) The list of access rule criteria. The rule would be applied only for the requests that matched all the listed conditions.
1527
1517
  """
1528
1518
  return pulumi.get(self, "criterias")
1529
1519
 
@@ -1535,11 +1525,7 @@ class PolicyWafConfigAccessRuleArgs:
1535
1525
  @pulumi.getter
1536
1526
  def name(self) -> pulumi.Input[str]:
1537
1527
  """
1538
- (Updatable) The unique name of the whitelist.
1539
-
1540
-
1541
- ** IMPORTANT **
1542
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1528
+ (Updatable) The unique name of the access rule.
1543
1529
  """
1544
1530
  return pulumi.get(self, "name")
1545
1531
 
@@ -1551,7 +1537,7 @@ class PolicyWafConfigAccessRuleArgs:
1551
1537
  @pulumi.getter(name="blockAction")
1552
1538
  def block_action(self) -> Optional[pulumi.Input[str]]:
1553
1539
  """
1554
- (Updatable) If `action` is set to `BLOCK`, this specifies how the traffic is blocked when detected as malicious by a protection rule. If unspecified, defaults to `SET_RESPONSE_CODE`.
1540
+ (Updatable) The method used to block requests if `action` is set to `BLOCK` and the access criteria are met. If unspecified, defaults to `SET_RESPONSE_CODE`.
1555
1541
  """
1556
1542
  return pulumi.get(self, "block_action")
1557
1543
 
@@ -1563,7 +1549,7 @@ class PolicyWafConfigAccessRuleArgs:
1563
1549
  @pulumi.getter(name="blockErrorPageCode")
1564
1550
  def block_error_page_code(self) -> Optional[pulumi.Input[str]]:
1565
1551
  """
1566
- (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`.
1552
+ (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the access criteria are met. If unspecified, defaults to 'Access rules'.
1567
1553
  """
1568
1554
  return pulumi.get(self, "block_error_page_code")
1569
1555
 
@@ -1575,7 +1561,7 @@ class PolicyWafConfigAccessRuleArgs:
1575
1561
  @pulumi.getter(name="blockErrorPageDescription")
1576
1562
  def block_error_page_description(self) -> Optional[pulumi.Input[str]]:
1577
1563
  """
1578
- (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
1564
+ (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the access criteria are met. If unspecified, defaults to 'Access blocked by website owner. Please contact support.'
1579
1565
  """
1580
1566
  return pulumi.get(self, "block_error_page_description")
1581
1567
 
@@ -1587,7 +1573,7 @@ class PolicyWafConfigAccessRuleArgs:
1587
1573
  @pulumi.getter(name="blockErrorPageMessage")
1588
1574
  def block_error_page_message(self) -> Optional[pulumi.Input[str]]:
1589
1575
  """
1590
- (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to 'Access to the website is blocked.'
1576
+ (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the access criteria are met. If unspecified, defaults to 'Access to the website is blocked.'
1591
1577
  """
1592
1578
  return pulumi.get(self, "block_error_page_message")
1593
1579
 
@@ -1599,7 +1585,7 @@ class PolicyWafConfigAccessRuleArgs:
1599
1585
  @pulumi.getter(name="blockResponseCode")
1600
1586
  def block_response_code(self) -> Optional[pulumi.Input[int]]:
1601
1587
  """
1602
- (Updatable) The response code returned when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`. The list of available response codes: `400`, `401`, `403`, `405`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `500`, `501`, `502`, `503`, `504`, `507`.
1588
+ (Updatable) The response status code to return when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the access criteria are met. If unspecified, defaults to `403`. The list of available response codes: `200`, `201`, `202`, `204`, `206`, `300`, `301`, `302`, `303`, `304`, `307`, `400`, `401`, `403`, `404`, `405`, `408`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `422`, `444`, `494`, `495`, `496`, `497`, `499`, `500`, `501`, `502`, `503`, `504`, `507`.
1603
1589
  """
1604
1590
  return pulumi.get(self, "block_response_code")
1605
1591
 
@@ -1627,7 +1613,7 @@ class PolicyWafConfigAccessRuleArgs:
1627
1613
  @pulumi.getter(name="captchaFooter")
1628
1614
  def captcha_footer(self) -> Optional[pulumi.Input[str]]:
1629
1615
  """
1630
- (Updatable) The text to show in the footer when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, default to `Enter the letters and numbers as they are shown in image above`.
1616
+ (Updatable) The text to show in the footer when showing a CAPTCHA challenge when `action` is set to `SHOW_CAPTCHA` and the request is challenged.
1631
1617
  """
1632
1618
  return pulumi.get(self, "captcha_footer")
1633
1619
 
@@ -1639,7 +1625,7 @@ class PolicyWafConfigAccessRuleArgs:
1639
1625
  @pulumi.getter(name="captchaHeader")
1640
1626
  def captcha_header(self) -> Optional[pulumi.Input[str]]:
1641
1627
  """
1642
- (Updatable) The text to show in the header when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `We have detected an increased number of attempts to access this webapp. To help us keep this webapp secure, please let us know that you are not a robot by entering the text from captcha below.`
1628
+ (Updatable) The text to show in the header when showing a CAPTCHA challenge when `action` is set to `SHOW_CAPTCHA` and the request is challenged.
1643
1629
  """
1644
1630
  return pulumi.get(self, "captcha_header")
1645
1631
 
@@ -1651,7 +1637,7 @@ class PolicyWafConfigAccessRuleArgs:
1651
1637
  @pulumi.getter(name="captchaSubmitLabel")
1652
1638
  def captcha_submit_label(self) -> Optional[pulumi.Input[str]]:
1653
1639
  """
1654
- (Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
1640
+ (Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `SHOW_CAPTCHA` and the request is challenged.
1655
1641
  """
1656
1642
  return pulumi.get(self, "captcha_submit_label")
1657
1643
 
@@ -1663,7 +1649,7 @@ class PolicyWafConfigAccessRuleArgs:
1663
1649
  @pulumi.getter(name="captchaTitle")
1664
1650
  def captcha_title(self) -> Optional[pulumi.Input[str]]:
1665
1651
  """
1666
- (Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Are you human?`
1652
+ (Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `SHOW_CAPTCHA` and the request is challenged.
1667
1653
  """
1668
1654
  return pulumi.get(self, "captcha_title")
1669
1655
 
@@ -1743,7 +1729,7 @@ class PolicyWafConfigAccessRuleCriteriaArgs:
1743
1729
  * **COUNTRY_IS_NOT:** Matches if the request does not originate from any of countries in the `value` field. The `value` in this case is string with one or multiple countries separated by new line symbol \\n Country codes are in ISO 3166-1 alpha-2 format. For a list of codes, see [ISO's website](https://www.iso.org/obp/ui/#search/code/). *Example:* "AL\\nDZ\\nAM"
1744
1730
  * **USER_AGENT_IS:** Matches if the requesting user agent is identical to the contents of the `value` field. *Example:* `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0`
1745
1731
  * **USER_AGENT_IS_NOT:** Matches if the requesting user agent is not identical to the contents of the `value` field. *Example:* `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0`
1746
- :param pulumi.Input[str] value: (Updatable) The value of the header.
1732
+ :param pulumi.Input[str] value: (Updatable) The criteria value.
1747
1733
  :param pulumi.Input[bool] is_case_sensitive: (Updatable) When enabled, the condition will be matched with case-sensitive rules.
1748
1734
  """
1749
1735
  pulumi.set(__self__, "condition", condition)
@@ -1792,7 +1778,7 @@ class PolicyWafConfigAccessRuleCriteriaArgs:
1792
1778
  @pulumi.getter
1793
1779
  def value(self) -> pulumi.Input[str]:
1794
1780
  """
1795
- (Updatable) The value of the header.
1781
+ (Updatable) The criteria value.
1796
1782
  """
1797
1783
  return pulumi.get(self, "value")
1798
1784
 
@@ -1820,9 +1806,9 @@ class PolicyWafConfigAccessRuleResponseHeaderManipulationArgs:
1820
1806
  header: pulumi.Input[str],
1821
1807
  value: Optional[pulumi.Input[str]] = None):
1822
1808
  """
1823
- :param pulumi.Input[str] action: (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
1809
+ :param pulumi.Input[str] action: (Updatable) The action can be one of these values: `ADD_HTTP_RESPONSE_HEADER`, `EXTEND_HTTP_RESPONSE_HEADER`, `REMOVE_HTTP_RESPONSE_HEADER`
1824
1810
  :param pulumi.Input[str] header: (Updatable) A header field name that conforms to RFC 7230. Example: `example_header_name`
1825
- :param pulumi.Input[str] value: (Updatable) The value of the header.
1811
+ :param pulumi.Input[str] value: (Updatable) A header field value that conforms to RFC 7230. Example: `example_value`
1826
1812
  """
1827
1813
  pulumi.set(__self__, "action", action)
1828
1814
  pulumi.set(__self__, "header", header)
@@ -1833,7 +1819,7 @@ class PolicyWafConfigAccessRuleResponseHeaderManipulationArgs:
1833
1819
  @pulumi.getter
1834
1820
  def action(self) -> pulumi.Input[str]:
1835
1821
  """
1836
- (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
1822
+ (Updatable) The action can be one of these values: `ADD_HTTP_RESPONSE_HEADER`, `EXTEND_HTTP_RESPONSE_HEADER`, `REMOVE_HTTP_RESPONSE_HEADER`
1837
1823
  """
1838
1824
  return pulumi.get(self, "action")
1839
1825
 
@@ -1857,7 +1843,7 @@ class PolicyWafConfigAccessRuleResponseHeaderManipulationArgs:
1857
1843
  @pulumi.getter
1858
1844
  def value(self) -> Optional[pulumi.Input[str]]:
1859
1845
  """
1860
- (Updatable) The value of the header.
1846
+ (Updatable) A header field value that conforms to RFC 7230. Example: `example_value`
1861
1847
  """
1862
1848
  return pulumi.get(self, "value")
1863
1849
 
@@ -1874,9 +1860,9 @@ class PolicyWafConfigAddressRateLimitingArgs:
1874
1860
  block_response_code: Optional[pulumi.Input[int]] = None,
1875
1861
  max_delayed_count_per_address: Optional[pulumi.Input[int]] = None):
1876
1862
  """
1877
- :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
1863
+ :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the address rate limiting Web Application Firewall feature.
1878
1864
  :param pulumi.Input[int] allowed_rate_per_address: (Updatable) The number of allowed requests per second from one IP address. If unspecified, defaults to `1`.
1879
- :param pulumi.Input[int] block_response_code: (Updatable) The response code returned when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`. The list of available response codes: `400`, `401`, `403`, `405`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `500`, `501`, `502`, `503`, `504`, `507`.
1865
+ :param pulumi.Input[int] block_response_code: (Updatable) The response status code returned when a request is blocked. If unspecified, defaults to `503`. The list of available response codes: `400`, `401`, `403`, `404`, `405`, `408`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `422`, `494`, `495`, `496`, `497`, `499`, `500`, `501`, `502`, `503`, `504`, `507`.
1880
1866
  :param pulumi.Input[int] max_delayed_count_per_address: (Updatable) The maximum number of requests allowed to be queued before subsequent requests are dropped. If unspecified, defaults to `10`.
1881
1867
  """
1882
1868
  pulumi.set(__self__, "is_enabled", is_enabled)
@@ -1891,7 +1877,7 @@ class PolicyWafConfigAddressRateLimitingArgs:
1891
1877
  @pulumi.getter(name="isEnabled")
1892
1878
  def is_enabled(self) -> pulumi.Input[bool]:
1893
1879
  """
1894
- (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
1880
+ (Updatable) Enables or disables the address rate limiting Web Application Firewall feature.
1895
1881
  """
1896
1882
  return pulumi.get(self, "is_enabled")
1897
1883
 
@@ -1915,7 +1901,7 @@ class PolicyWafConfigAddressRateLimitingArgs:
1915
1901
  @pulumi.getter(name="blockResponseCode")
1916
1902
  def block_response_code(self) -> Optional[pulumi.Input[int]]:
1917
1903
  """
1918
- (Updatable) The response code returned when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`. The list of available response codes: `400`, `401`, `403`, `405`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `500`, `501`, `502`, `503`, `504`, `507`.
1904
+ (Updatable) The response status code returned when a request is blocked. If unspecified, defaults to `503`. The list of available response codes: `400`, `401`, `403`, `404`, `405`, `408`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `422`, `494`, `495`, `496`, `497`, `499`, `500`, `501`, `502`, `503`, `504`, `507`.
1919
1905
  """
1920
1906
  return pulumi.get(self, "block_response_code")
1921
1907
 
@@ -1947,13 +1933,11 @@ class PolicyWafConfigCachingRuleArgs:
1947
1933
  is_client_caching_enabled: Optional[pulumi.Input[bool]] = None,
1948
1934
  key: Optional[pulumi.Input[str]] = None):
1949
1935
  """
1950
- :param pulumi.Input[str] action: (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
1951
- :param pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigCachingRuleCriteriaArgs']]] criterias: (Updatable) When defined, the JavaScript Challenge would be applied only for the requests that matched all the listed conditions.
1952
- :param pulumi.Input[str] name: (Updatable) The unique name of the whitelist.
1953
-
1954
-
1955
- ** IMPORTANT **
1956
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1936
+ :param pulumi.Input[str] action: (Updatable) The action to take when the criteria of a caching rule are met.
1937
+ * **CACHE:** Caches requested content when the criteria of the rule are met.
1938
+ * **BYPASS_CACHE:** Allows requests to bypass the cache and be directed to the origin when the criteria of the rule is met.
1939
+ :param pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigCachingRuleCriteriaArgs']]] criterias: (Updatable) The array of the rule criteria with condition and value. The caching rule would be applied for the requests that matched any of the listed conditions.
1940
+ :param pulumi.Input[str] name: (Updatable) The name of the caching rule.
1957
1941
  :param pulumi.Input[str] caching_duration: (Updatable) The duration to cache content for the caching rule, specified in ISO 8601 extended format. Supported units: seconds, minutes, hours, days, weeks, months. The maximum value that can be set for any unit is `99`. Mixing of multiple units is not supported. Only applies when the `action` is set to `CACHE`. Example: `PT1H`
1958
1942
  :param pulumi.Input[str] client_caching_duration: (Updatable) The duration to cache content in the user's browser, specified in ISO 8601 extended format. Supported units: seconds, minutes, hours, days, weeks, months. The maximum value that can be set for any unit is `99`. Mixing of multiple units is not supported. Only applies when the `action` is set to `CACHE`. Example: `PT1H`
1959
1943
  :param pulumi.Input[bool] is_client_caching_enabled: (Updatable) Enables or disables client caching. Browsers use the `Cache-Control` header value for caching content locally in the browser. This setting overrides the addition of a `Cache-Control` header in responses.
@@ -1975,7 +1959,9 @@ class PolicyWafConfigCachingRuleArgs:
1975
1959
  @pulumi.getter
1976
1960
  def action(self) -> pulumi.Input[str]:
1977
1961
  """
1978
- (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
1962
+ (Updatable) The action to take when the criteria of a caching rule are met.
1963
+ * **CACHE:** Caches requested content when the criteria of the rule are met.
1964
+ * **BYPASS_CACHE:** Allows requests to bypass the cache and be directed to the origin when the criteria of the rule is met.
1979
1965
  """
1980
1966
  return pulumi.get(self, "action")
1981
1967
 
@@ -1987,7 +1973,7 @@ class PolicyWafConfigCachingRuleArgs:
1987
1973
  @pulumi.getter
1988
1974
  def criterias(self) -> pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigCachingRuleCriteriaArgs']]]:
1989
1975
  """
1990
- (Updatable) When defined, the JavaScript Challenge would be applied only for the requests that matched all the listed conditions.
1976
+ (Updatable) The array of the rule criteria with condition and value. The caching rule would be applied for the requests that matched any of the listed conditions.
1991
1977
  """
1992
1978
  return pulumi.get(self, "criterias")
1993
1979
 
@@ -1999,11 +1985,7 @@ class PolicyWafConfigCachingRuleArgs:
1999
1985
  @pulumi.getter
2000
1986
  def name(self) -> pulumi.Input[str]:
2001
1987
  """
2002
- (Updatable) The unique name of the whitelist.
2003
-
2004
-
2005
- ** IMPORTANT **
2006
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1988
+ (Updatable) The name of the caching rule.
2007
1989
  """
2008
1990
  return pulumi.get(self, "name")
2009
1991
 
@@ -2066,33 +2048,14 @@ class PolicyWafConfigCachingRuleCriteriaArgs:
2066
2048
  condition: pulumi.Input[str],
2067
2049
  value: pulumi.Input[str]):
2068
2050
  """
2069
- :param pulumi.Input[str] condition: (Updatable) The criteria the access rule and JavaScript Challenge uses to determine if action should be taken on a request.
2070
- * **URL_IS:** Matches if the concatenation of request URL path and query is identical to the contents of the `value` field. URL must start with a `/`.
2071
- * **URL_IS_NOT:** Matches if the concatenation of request URL path and query is not identical to the contents of the `value` field. URL must start with a `/`.
2072
- * **URL_STARTS_WITH:** Matches if the concatenation of request URL path and query starts with the contents of the `value` field. URL must start with a `/`.
2051
+ :param pulumi.Input[str] condition: (Updatable) The condition of the caching rule criteria.
2052
+ * **URL_IS:** Matches if the concatenation of request URL path and query is identical to the contents of the `value` field.
2053
+ * **URL_STARTS_WITH:** Matches if the concatenation of request URL path and query starts with the contents of the `value` field.
2073
2054
  * **URL_PART_ENDS_WITH:** Matches if the concatenation of request URL path and query ends with the contents of the `value` field.
2074
2055
  * **URL_PART_CONTAINS:** Matches if the concatenation of request URL path and query contains the contents of the `value` field.
2075
- * **URL_REGEX:** Matches if the concatenation of request URL path and query is described by the regular expression in the value field. The value must be a valid regular expression recognized by the PCRE library in Nginx (https://www.pcre.org).
2076
- * **URL_DOES_NOT_MATCH_REGEX:** Matches if the concatenation of request URL path and query is not described by the regular expression in the `value` field. The value must be a valid regular expression recognized by the PCRE library in Nginx (https://www.pcre.org).
2077
- * **URL_DOES_NOT_START_WITH:** Matches if the concatenation of request URL path and query does not start with the contents of the `value` field.
2078
- * **URL_PART_DOES_NOT_CONTAIN:** Matches if the concatenation of request URL path and query does not contain the contents of the `value` field.
2079
- * **URL_PART_DOES_NOT_END_WITH:** Matches if the concatenation of request URL path and query does not end with the contents of the `value` field.
2080
- * **IP_IS:** Matches if the request originates from one of the IP addresses contained in the defined address list. The `value` in this case is string with one or multiple IPs or CIDR notations separated by new line symbol \\n *Example:* "1.1.1.1\\n1.1.1.2\\n1.2.2.1/30"
2081
- * **IP_IS_NOT:** Matches if the request does not originate from any of the IP addresses contained in the defined address list. The `value` in this case is string with one or multiple IPs or CIDR notations separated by new line symbol \\n *Example:* "1.1.1.1\\n1.1.1.2\\n1.2.2.1/30"
2082
- * **IP_IN_LIST:** Matches if the request originates from one of the IP addresses contained in the referenced address list. The `value` in this case is OCID of the address list.
2083
- * **IP_NOT_IN_LIST:** Matches if the request does not originate from any IP address contained in the referenced address list. The `value` field in this case is OCID of the address list.
2084
- * **HTTP_HEADER_CONTAINS:** The HTTP_HEADER_CONTAINS criteria is defined using a compound value separated by a colon: a header field name and a header field value. `host:test.example.com` is an example of a criteria value where `host` is the header field name and `test.example.com` is the header field value. A request matches when the header field name is a case insensitive match and the header field value is a case insensitive, substring match. *Example:* With a criteria value of `host:test.example.com`, where `host` is the name of the field and `test.example.com` is the value of the host field, a request with the header values, `Host: www.test.example.com` will match, where as a request with header values of `host: www.example.com` or `host: test.sub.example.com` will not match.
2085
- * **HTTP_METHOD_IS:** Matches if the request method is identical to one of the values listed in field. The `value` in this case is string with one or multiple HTTP methods separated by new line symbol \\n The list of available methods: `GET`, `HEAD`, `POST`, `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`, `PATCH`
2086
2056
 
2087
- *Example:* "GET\\nPOST"
2088
- * **HTTP_METHOD_IS_NOT:** Matches if the request is not identical to any of the contents of the `value` field. The `value` in this case is string with one or multiple HTTP methods separated by new line symbol \\n The list of available methods: `GET`, `HEAD`, `POST`, `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`, `PATCH`
2089
-
2090
- *Example:* "GET\\nPOST"
2091
- * **COUNTRY_IS:** Matches if the request originates from one of countries in the `value` field. The `value` in this case is string with one or multiple countries separated by new line symbol \\n Country codes are in ISO 3166-1 alpha-2 format. For a list of codes, see [ISO's website](https://www.iso.org/obp/ui/#search/code/). *Example:* "AL\\nDZ\\nAM"
2092
- * **COUNTRY_IS_NOT:** Matches if the request does not originate from any of countries in the `value` field. The `value` in this case is string with one or multiple countries separated by new line symbol \\n Country codes are in ISO 3166-1 alpha-2 format. For a list of codes, see [ISO's website](https://www.iso.org/obp/ui/#search/code/). *Example:* "AL\\nDZ\\nAM"
2093
- * **USER_AGENT_IS:** Matches if the requesting user agent is identical to the contents of the `value` field. *Example:* `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0`
2094
- * **USER_AGENT_IS_NOT:** Matches if the requesting user agent is not identical to the contents of the `value` field. *Example:* `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0`
2095
- :param pulumi.Input[str] value: (Updatable) The value of the header.
2057
+ URLs must start with a `/`. URLs can't contain restricted double slashes `//`. URLs can't contain the restricted `'` `&` `?` symbols. Resources to cache can only be specified by a URL, any query parameters are ignored.
2058
+ :param pulumi.Input[str] value: (Updatable) The value of the caching rule criteria.
2096
2059
  """
2097
2060
  pulumi.set(__self__, "condition", condition)
2098
2061
  pulumi.set(__self__, "value", value)
@@ -2101,32 +2064,13 @@ class PolicyWafConfigCachingRuleCriteriaArgs:
2101
2064
  @pulumi.getter
2102
2065
  def condition(self) -> pulumi.Input[str]:
2103
2066
  """
2104
- (Updatable) The criteria the access rule and JavaScript Challenge uses to determine if action should be taken on a request.
2105
- * **URL_IS:** Matches if the concatenation of request URL path and query is identical to the contents of the `value` field. URL must start with a `/`.
2106
- * **URL_IS_NOT:** Matches if the concatenation of request URL path and query is not identical to the contents of the `value` field. URL must start with a `/`.
2107
- * **URL_STARTS_WITH:** Matches if the concatenation of request URL path and query starts with the contents of the `value` field. URL must start with a `/`.
2067
+ (Updatable) The condition of the caching rule criteria.
2068
+ * **URL_IS:** Matches if the concatenation of request URL path and query is identical to the contents of the `value` field.
2069
+ * **URL_STARTS_WITH:** Matches if the concatenation of request URL path and query starts with the contents of the `value` field.
2108
2070
  * **URL_PART_ENDS_WITH:** Matches if the concatenation of request URL path and query ends with the contents of the `value` field.
2109
2071
  * **URL_PART_CONTAINS:** Matches if the concatenation of request URL path and query contains the contents of the `value` field.
2110
- * **URL_REGEX:** Matches if the concatenation of request URL path and query is described by the regular expression in the value field. The value must be a valid regular expression recognized by the PCRE library in Nginx (https://www.pcre.org).
2111
- * **URL_DOES_NOT_MATCH_REGEX:** Matches if the concatenation of request URL path and query is not described by the regular expression in the `value` field. The value must be a valid regular expression recognized by the PCRE library in Nginx (https://www.pcre.org).
2112
- * **URL_DOES_NOT_START_WITH:** Matches if the concatenation of request URL path and query does not start with the contents of the `value` field.
2113
- * **URL_PART_DOES_NOT_CONTAIN:** Matches if the concatenation of request URL path and query does not contain the contents of the `value` field.
2114
- * **URL_PART_DOES_NOT_END_WITH:** Matches if the concatenation of request URL path and query does not end with the contents of the `value` field.
2115
- * **IP_IS:** Matches if the request originates from one of the IP addresses contained in the defined address list. The `value` in this case is string with one or multiple IPs or CIDR notations separated by new line symbol \\n *Example:* "1.1.1.1\\n1.1.1.2\\n1.2.2.1/30"
2116
- * **IP_IS_NOT:** Matches if the request does not originate from any of the IP addresses contained in the defined address list. The `value` in this case is string with one or multiple IPs or CIDR notations separated by new line symbol \\n *Example:* "1.1.1.1\\n1.1.1.2\\n1.2.2.1/30"
2117
- * **IP_IN_LIST:** Matches if the request originates from one of the IP addresses contained in the referenced address list. The `value` in this case is OCID of the address list.
2118
- * **IP_NOT_IN_LIST:** Matches if the request does not originate from any IP address contained in the referenced address list. The `value` field in this case is OCID of the address list.
2119
- * **HTTP_HEADER_CONTAINS:** The HTTP_HEADER_CONTAINS criteria is defined using a compound value separated by a colon: a header field name and a header field value. `host:test.example.com` is an example of a criteria value where `host` is the header field name and `test.example.com` is the header field value. A request matches when the header field name is a case insensitive match and the header field value is a case insensitive, substring match. *Example:* With a criteria value of `host:test.example.com`, where `host` is the name of the field and `test.example.com` is the value of the host field, a request with the header values, `Host: www.test.example.com` will match, where as a request with header values of `host: www.example.com` or `host: test.sub.example.com` will not match.
2120
- * **HTTP_METHOD_IS:** Matches if the request method is identical to one of the values listed in field. The `value` in this case is string with one or multiple HTTP methods separated by new line symbol \\n The list of available methods: `GET`, `HEAD`, `POST`, `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`, `PATCH`
2121
-
2122
- *Example:* "GET\\nPOST"
2123
- * **HTTP_METHOD_IS_NOT:** Matches if the request is not identical to any of the contents of the `value` field. The `value` in this case is string with one or multiple HTTP methods separated by new line symbol \\n The list of available methods: `GET`, `HEAD`, `POST`, `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`, `PATCH`
2124
2072
 
2125
- *Example:* "GET\\nPOST"
2126
- * **COUNTRY_IS:** Matches if the request originates from one of countries in the `value` field. The `value` in this case is string with one or multiple countries separated by new line symbol \\n Country codes are in ISO 3166-1 alpha-2 format. For a list of codes, see [ISO's website](https://www.iso.org/obp/ui/#search/code/). *Example:* "AL\\nDZ\\nAM"
2127
- * **COUNTRY_IS_NOT:** Matches if the request does not originate from any of countries in the `value` field. The `value` in this case is string with one or multiple countries separated by new line symbol \\n Country codes are in ISO 3166-1 alpha-2 format. For a list of codes, see [ISO's website](https://www.iso.org/obp/ui/#search/code/). *Example:* "AL\\nDZ\\nAM"
2128
- * **USER_AGENT_IS:** Matches if the requesting user agent is identical to the contents of the `value` field. *Example:* `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0`
2129
- * **USER_AGENT_IS_NOT:** Matches if the requesting user agent is not identical to the contents of the `value` field. *Example:* `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0`
2073
+ URLs must start with a `/`. URLs can't contain restricted double slashes `//`. URLs can't contain the restricted `'` `&` `?` symbols. Resources to cache can only be specified by a URL, any query parameters are ignored.
2130
2074
  """
2131
2075
  return pulumi.get(self, "condition")
2132
2076
 
@@ -2138,7 +2082,7 @@ class PolicyWafConfigCachingRuleCriteriaArgs:
2138
2082
  @pulumi.getter
2139
2083
  def value(self) -> pulumi.Input[str]:
2140
2084
  """
2141
- (Updatable) The value of the header.
2085
+ (Updatable) The value of the caching rule criteria.
2142
2086
  """
2143
2087
  return pulumi.get(self, "value")
2144
2088
 
@@ -2268,8 +2212,8 @@ class PolicyWafConfigCustomProtectionRuleArgs:
2268
2212
  exclusions: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigCustomProtectionRuleExclusionArgs']]]] = None,
2269
2213
  id: Optional[pulumi.Input[str]] = None):
2270
2214
  """
2271
- :param pulumi.Input[str] action: (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
2272
- :param pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigCustomProtectionRuleExclusionArgs']]] exclusions: (Updatable) An array of The target property of a request that would allow it to bypass the protection rule. For example, when `target` is `REQUEST_COOKIE_NAMES`, the list may include names of cookies to exclude from the protection rule. When the target is `ARGS`, the list may include strings of URL query parameters and values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from the protection rule. `Exclusions` properties must not contain whitespace, comma or |. **Note:** If protection rules have been enabled that utilize the `maxArgumentCount` or `maxTotalNameLengthOfArguments` properties, and the `target` property has been set to `ARGS`, it is important that the `exclusions` properties be defined to honor those protection rule settings in a consistent manner.
2215
+ :param pulumi.Input[str] action: (Updatable) The action to take when the custom protection rule is triggered. `DETECT` - Logs the request when the criteria of the custom protection rule are met. `BLOCK` - Blocks the request when the criteria of the custom protection rule are met.
2216
+ :param pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigCustomProtectionRuleExclusionArgs']]] exclusions: (Updatable)
2273
2217
  :param pulumi.Input[str] id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom protection rule.
2274
2218
  """
2275
2219
  if action is not None:
@@ -2283,7 +2227,7 @@ class PolicyWafConfigCustomProtectionRuleArgs:
2283
2227
  @pulumi.getter
2284
2228
  def action(self) -> Optional[pulumi.Input[str]]:
2285
2229
  """
2286
- (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
2230
+ (Updatable) The action to take when the custom protection rule is triggered. `DETECT` - Logs the request when the criteria of the custom protection rule are met. `BLOCK` - Blocks the request when the criteria of the custom protection rule are met.
2287
2231
  """
2288
2232
  return pulumi.get(self, "action")
2289
2233
 
@@ -2295,7 +2239,7 @@ class PolicyWafConfigCustomProtectionRuleArgs:
2295
2239
  @pulumi.getter
2296
2240
  def exclusions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigCustomProtectionRuleExclusionArgs']]]]:
2297
2241
  """
2298
- (Updatable) An array of The target property of a request that would allow it to bypass the protection rule. For example, when `target` is `REQUEST_COOKIE_NAMES`, the list may include names of cookies to exclude from the protection rule. When the target is `ARGS`, the list may include strings of URL query parameters and values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from the protection rule. `Exclusions` properties must not contain whitespace, comma or |. **Note:** If protection rules have been enabled that utilize the `maxArgumentCount` or `maxTotalNameLengthOfArguments` properties, and the `target` property has been set to `ARGS`, it is important that the `exclusions` properties be defined to honor those protection rule settings in a consistent manner.
2242
+ (Updatable)
2299
2243
  """
2300
2244
  return pulumi.get(self, "exclusions")
2301
2245
 
@@ -2367,12 +2311,12 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2367
2311
  max_address_count: Optional[pulumi.Input[int]] = None,
2368
2312
  max_address_count_expiration_in_seconds: Optional[pulumi.Input[int]] = None):
2369
2313
  """
2370
- :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
2371
- :param pulumi.Input[str] action: (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
2372
- :param pulumi.Input[int] action_expiration_in_seconds: (Updatable) The number of seconds between challenges from the same IP address. If unspecified, defaults to `60`.
2314
+ :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the device fingerprint challenge Web Application Firewall feature.
2315
+ :param pulumi.Input[str] action: (Updatable) The action to take on requests from detected bots. If unspecified, defaults to `DETECT`.
2316
+ :param pulumi.Input[int] action_expiration_in_seconds: (Updatable) The number of seconds between challenges for the same IP address. If unspecified, defaults to `60`.
2373
2317
  :param pulumi.Input['PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs'] challenge_settings: (Updatable) The challenge settings if `action` is set to `BLOCK`.
2374
- :param pulumi.Input[int] failure_threshold: (Updatable) The number of failed requests before taking action. If unspecified, defaults to `10`.
2375
- :param pulumi.Input[int] failure_threshold_expiration_in_seconds: (Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to `60`.
2318
+ :param pulumi.Input[int] failure_threshold: (Updatable) The number of failed requests allowed before taking action. If unspecified, defaults to `10`.
2319
+ :param pulumi.Input[int] failure_threshold_expiration_in_seconds: (Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to `60`.
2376
2320
  :param pulumi.Input[int] max_address_count: (Updatable) The maximum number of IP addresses permitted with the same device fingerprint. If unspecified, defaults to `20`.
2377
2321
  :param pulumi.Input[int] max_address_count_expiration_in_seconds: (Updatable) The number of seconds before the maximum addresses count resets. If unspecified, defaults to `60`.
2378
2322
  """
@@ -2396,7 +2340,7 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2396
2340
  @pulumi.getter(name="isEnabled")
2397
2341
  def is_enabled(self) -> pulumi.Input[bool]:
2398
2342
  """
2399
- (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
2343
+ (Updatable) Enables or disables the device fingerprint challenge Web Application Firewall feature.
2400
2344
  """
2401
2345
  return pulumi.get(self, "is_enabled")
2402
2346
 
@@ -2408,7 +2352,7 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2408
2352
  @pulumi.getter
2409
2353
  def action(self) -> Optional[pulumi.Input[str]]:
2410
2354
  """
2411
- (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
2355
+ (Updatable) The action to take on requests from detected bots. If unspecified, defaults to `DETECT`.
2412
2356
  """
2413
2357
  return pulumi.get(self, "action")
2414
2358
 
@@ -2420,7 +2364,7 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2420
2364
  @pulumi.getter(name="actionExpirationInSeconds")
2421
2365
  def action_expiration_in_seconds(self) -> Optional[pulumi.Input[int]]:
2422
2366
  """
2423
- (Updatable) The number of seconds between challenges from the same IP address. If unspecified, defaults to `60`.
2367
+ (Updatable) The number of seconds between challenges for the same IP address. If unspecified, defaults to `60`.
2424
2368
  """
2425
2369
  return pulumi.get(self, "action_expiration_in_seconds")
2426
2370
 
@@ -2444,7 +2388,7 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2444
2388
  @pulumi.getter(name="failureThreshold")
2445
2389
  def failure_threshold(self) -> Optional[pulumi.Input[int]]:
2446
2390
  """
2447
- (Updatable) The number of failed requests before taking action. If unspecified, defaults to `10`.
2391
+ (Updatable) The number of failed requests allowed before taking action. If unspecified, defaults to `10`.
2448
2392
  """
2449
2393
  return pulumi.get(self, "failure_threshold")
2450
2394
 
@@ -2456,7 +2400,7 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2456
2400
  @pulumi.getter(name="failureThresholdExpirationInSeconds")
2457
2401
  def failure_threshold_expiration_in_seconds(self) -> Optional[pulumi.Input[int]]:
2458
2402
  """
2459
- (Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to `60`.
2403
+ (Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to `60`.
2460
2404
  """
2461
2405
  return pulumi.get(self, "failure_threshold_expiration_in_seconds")
2462
2406
 
@@ -2502,11 +2446,11 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2502
2446
  captcha_submit_label: Optional[pulumi.Input[str]] = None,
2503
2447
  captcha_title: Optional[pulumi.Input[str]] = None):
2504
2448
  """
2505
- :param pulumi.Input[str] block_action: (Updatable) If `action` is set to `BLOCK`, this specifies how the traffic is blocked when detected as malicious by a protection rule. If unspecified, defaults to `SET_RESPONSE_CODE`.
2506
- :param pulumi.Input[str] block_error_page_code: (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`.
2507
- :param pulumi.Input[str] block_error_page_description: (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
2508
- :param pulumi.Input[str] block_error_page_message: (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to 'Access to the website is blocked.'
2509
- :param pulumi.Input[int] block_response_code: (Updatable) The response code returned when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`. The list of available response codes: `400`, `401`, `403`, `405`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `500`, `501`, `502`, `503`, `504`, `507`.
2449
+ :param pulumi.Input[str] block_action: (Updatable) The method used to block requests that fail the challenge, if `action` is set to `BLOCK`. If unspecified, defaults to `SHOW_ERROR_PAGE`.
2450
+ :param pulumi.Input[str] block_error_page_code: (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE` and the request is blocked. If unspecified, defaults to `403`.
2451
+ :param pulumi.Input[str] block_error_page_description: (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
2452
+ :param pulumi.Input[str] block_error_page_message: (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access to the website is blocked`.
2453
+ :param pulumi.Input[int] block_response_code: (Updatable) The response status code to return when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE` or `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `403`. The list of available response codes: `200`, `201`, `202`, `204`, `206`, `300`, `301`, `302`, `303`, `304`, `307`, `400`, `401`, `403`, `404`, `405`, `408`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `422`, `444`, `494`, `495`, `496`, `497`, `499`, `500`, `501`, `502`, `503`, `504`, `507`.
2510
2454
  :param pulumi.Input[str] captcha_footer: (Updatable) The text to show in the footer when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, default to `Enter the letters and numbers as they are shown in image above`.
2511
2455
  :param pulumi.Input[str] captcha_header: (Updatable) The text to show in the header when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `We have detected an increased number of attempts to access this webapp. To help us keep this webapp secure, please let us know that you are not a robot by entering the text from captcha below.`
2512
2456
  :param pulumi.Input[str] captcha_submit_label: (Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
@@ -2535,7 +2479,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2535
2479
  @pulumi.getter(name="blockAction")
2536
2480
  def block_action(self) -> Optional[pulumi.Input[str]]:
2537
2481
  """
2538
- (Updatable) If `action` is set to `BLOCK`, this specifies how the traffic is blocked when detected as malicious by a protection rule. If unspecified, defaults to `SET_RESPONSE_CODE`.
2482
+ (Updatable) The method used to block requests that fail the challenge, if `action` is set to `BLOCK`. If unspecified, defaults to `SHOW_ERROR_PAGE`.
2539
2483
  """
2540
2484
  return pulumi.get(self, "block_action")
2541
2485
 
@@ -2547,7 +2491,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2547
2491
  @pulumi.getter(name="blockErrorPageCode")
2548
2492
  def block_error_page_code(self) -> Optional[pulumi.Input[str]]:
2549
2493
  """
2550
- (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`.
2494
+ (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE` and the request is blocked. If unspecified, defaults to `403`.
2551
2495
  """
2552
2496
  return pulumi.get(self, "block_error_page_code")
2553
2497
 
@@ -2559,7 +2503,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2559
2503
  @pulumi.getter(name="blockErrorPageDescription")
2560
2504
  def block_error_page_description(self) -> Optional[pulumi.Input[str]]:
2561
2505
  """
2562
- (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
2506
+ (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
2563
2507
  """
2564
2508
  return pulumi.get(self, "block_error_page_description")
2565
2509
 
@@ -2571,7 +2515,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2571
2515
  @pulumi.getter(name="blockErrorPageMessage")
2572
2516
  def block_error_page_message(self) -> Optional[pulumi.Input[str]]:
2573
2517
  """
2574
- (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to 'Access to the website is blocked.'
2518
+ (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access to the website is blocked`.
2575
2519
  """
2576
2520
  return pulumi.get(self, "block_error_page_message")
2577
2521
 
@@ -2583,7 +2527,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2583
2527
  @pulumi.getter(name="blockResponseCode")
2584
2528
  def block_response_code(self) -> Optional[pulumi.Input[int]]:
2585
2529
  """
2586
- (Updatable) The response code returned when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`. The list of available response codes: `400`, `401`, `403`, `405`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `500`, `501`, `502`, `503`, `504`, `507`.
2530
+ (Updatable) The response status code to return when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE` or `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `403`. The list of available response codes: `200`, `201`, `202`, `204`, `206`, `300`, `301`, `302`, `303`, `304`, `307`, `400`, `401`, `403`, `404`, `405`, `408`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `422`, `444`, `494`, `495`, `496`, `497`, `499`, `500`, `501`, `502`, `503`, `504`, `507`.
2587
2531
  """
2588
2532
  return pulumi.get(self, "block_response_code")
2589
2533
 
@@ -2654,9 +2598,9 @@ class PolicyWafConfigHumanInteractionChallengeArgs:
2654
2598
  recording_period_in_seconds: Optional[pulumi.Input[int]] = None,
2655
2599
  set_http_header: Optional[pulumi.Input['PolicyWafConfigHumanInteractionChallengeSetHttpHeaderArgs']] = None):
2656
2600
  """
2657
- :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
2601
+ :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the human interaction challenge Web Application Firewall feature.
2658
2602
  :param pulumi.Input[str] action: (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
2659
- :param pulumi.Input[int] action_expiration_in_seconds: (Updatable) The number of seconds between challenges from the same IP address. If unspecified, defaults to `60`.
2603
+ :param pulumi.Input[int] action_expiration_in_seconds: (Updatable) The number of seconds between challenges for the same IP address. If unspecified, defaults to `60`.
2660
2604
  :param pulumi.Input['PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs'] challenge_settings: (Updatable) The challenge settings if `action` is set to `BLOCK`.
2661
2605
  :param pulumi.Input[int] failure_threshold: (Updatable) The number of failed requests before taking action. If unspecified, defaults to `10`.
2662
2606
  :param pulumi.Input[int] failure_threshold_expiration_in_seconds: (Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to `60`.
@@ -2689,7 +2633,7 @@ class PolicyWafConfigHumanInteractionChallengeArgs:
2689
2633
  @pulumi.getter(name="isEnabled")
2690
2634
  def is_enabled(self) -> pulumi.Input[bool]:
2691
2635
  """
2692
- (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
2636
+ (Updatable) Enables or disables the human interaction challenge Web Application Firewall feature.
2693
2637
  """
2694
2638
  return pulumi.get(self, "is_enabled")
2695
2639
 
@@ -2713,7 +2657,7 @@ class PolicyWafConfigHumanInteractionChallengeArgs:
2713
2657
  @pulumi.getter(name="actionExpirationInSeconds")
2714
2658
  def action_expiration_in_seconds(self) -> Optional[pulumi.Input[int]]:
2715
2659
  """
2716
- (Updatable) The number of seconds between challenges from the same IP address. If unspecified, defaults to `60`.
2660
+ (Updatable) The number of seconds between challenges for the same IP address. If unspecified, defaults to `60`.
2717
2661
  """
2718
2662
  return pulumi.get(self, "action_expiration_in_seconds")
2719
2663
 
@@ -2819,11 +2763,11 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2819
2763
  captcha_submit_label: Optional[pulumi.Input[str]] = None,
2820
2764
  captcha_title: Optional[pulumi.Input[str]] = None):
2821
2765
  """
2822
- :param pulumi.Input[str] block_action: (Updatable) If `action` is set to `BLOCK`, this specifies how the traffic is blocked when detected as malicious by a protection rule. If unspecified, defaults to `SET_RESPONSE_CODE`.
2823
- :param pulumi.Input[str] block_error_page_code: (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`.
2824
- :param pulumi.Input[str] block_error_page_description: (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
2825
- :param pulumi.Input[str] block_error_page_message: (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to 'Access to the website is blocked.'
2826
- :param pulumi.Input[int] block_response_code: (Updatable) The response code returned when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`. The list of available response codes: `400`, `401`, `403`, `405`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `500`, `501`, `502`, `503`, `504`, `507`.
2766
+ :param pulumi.Input[str] block_action: (Updatable) The method used to block requests that fail the challenge, if `action` is set to `BLOCK`. If unspecified, defaults to `SHOW_ERROR_PAGE`.
2767
+ :param pulumi.Input[str] block_error_page_code: (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE` and the request is blocked. If unspecified, defaults to `403`.
2768
+ :param pulumi.Input[str] block_error_page_description: (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
2769
+ :param pulumi.Input[str] block_error_page_message: (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access to the website is blocked`.
2770
+ :param pulumi.Input[int] block_response_code: (Updatable) The response status code to return when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE` or `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `403`. The list of available response codes: `200`, `201`, `202`, `204`, `206`, `300`, `301`, `302`, `303`, `304`, `307`, `400`, `401`, `403`, `404`, `405`, `408`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `422`, `444`, `494`, `495`, `496`, `497`, `499`, `500`, `501`, `502`, `503`, `504`, `507`.
2827
2771
  :param pulumi.Input[str] captcha_footer: (Updatable) The text to show in the footer when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, default to `Enter the letters and numbers as they are shown in image above`.
2828
2772
  :param pulumi.Input[str] captcha_header: (Updatable) The text to show in the header when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `We have detected an increased number of attempts to access this webapp. To help us keep this webapp secure, please let us know that you are not a robot by entering the text from captcha below.`
2829
2773
  :param pulumi.Input[str] captcha_submit_label: (Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
@@ -2852,7 +2796,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2852
2796
  @pulumi.getter(name="blockAction")
2853
2797
  def block_action(self) -> Optional[pulumi.Input[str]]:
2854
2798
  """
2855
- (Updatable) If `action` is set to `BLOCK`, this specifies how the traffic is blocked when detected as malicious by a protection rule. If unspecified, defaults to `SET_RESPONSE_CODE`.
2799
+ (Updatable) The method used to block requests that fail the challenge, if `action` is set to `BLOCK`. If unspecified, defaults to `SHOW_ERROR_PAGE`.
2856
2800
  """
2857
2801
  return pulumi.get(self, "block_action")
2858
2802
 
@@ -2864,7 +2808,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2864
2808
  @pulumi.getter(name="blockErrorPageCode")
2865
2809
  def block_error_page_code(self) -> Optional[pulumi.Input[str]]:
2866
2810
  """
2867
- (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`.
2811
+ (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE` and the request is blocked. If unspecified, defaults to `403`.
2868
2812
  """
2869
2813
  return pulumi.get(self, "block_error_page_code")
2870
2814
 
@@ -2876,7 +2820,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2876
2820
  @pulumi.getter(name="blockErrorPageDescription")
2877
2821
  def block_error_page_description(self) -> Optional[pulumi.Input[str]]:
2878
2822
  """
2879
- (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
2823
+ (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
2880
2824
  """
2881
2825
  return pulumi.get(self, "block_error_page_description")
2882
2826
 
@@ -2888,7 +2832,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2888
2832
  @pulumi.getter(name="blockErrorPageMessage")
2889
2833
  def block_error_page_message(self) -> Optional[pulumi.Input[str]]:
2890
2834
  """
2891
- (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to 'Access to the website is blocked.'
2835
+ (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access to the website is blocked`.
2892
2836
  """
2893
2837
  return pulumi.get(self, "block_error_page_message")
2894
2838
 
@@ -2900,7 +2844,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2900
2844
  @pulumi.getter(name="blockResponseCode")
2901
2845
  def block_response_code(self) -> Optional[pulumi.Input[int]]:
2902
2846
  """
2903
- (Updatable) The response code returned when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`. The list of available response codes: `400`, `401`, `403`, `405`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `500`, `501`, `502`, `503`, `504`, `507`.
2847
+ (Updatable) The response status code to return when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE` or `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `403`. The list of available response codes: `200`, `201`, `202`, `204`, `206`, `300`, `301`, `302`, `303`, `304`, `307`, `400`, `401`, `403`, `404`, `405`, `408`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `422`, `444`, `494`, `495`, `496`, `497`, `499`, `500`, `501`, `502`, `503`, `504`, `507`.
2904
2848
  """
2905
2849
  return pulumi.get(self, "block_response_code")
2906
2850
 
@@ -2963,11 +2907,7 @@ class PolicyWafConfigHumanInteractionChallengeSetHttpHeaderArgs:
2963
2907
  name: pulumi.Input[str],
2964
2908
  value: pulumi.Input[str]):
2965
2909
  """
2966
- :param pulumi.Input[str] name: (Updatable) The unique name of the whitelist.
2967
-
2968
-
2969
- ** IMPORTANT **
2970
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2910
+ :param pulumi.Input[str] name: (Updatable) The name of the header.
2971
2911
  :param pulumi.Input[str] value: (Updatable) The value of the header.
2972
2912
  """
2973
2913
  pulumi.set(__self__, "name", name)
@@ -2977,11 +2917,7 @@ class PolicyWafConfigHumanInteractionChallengeSetHttpHeaderArgs:
2977
2917
  @pulumi.getter
2978
2918
  def name(self) -> pulumi.Input[str]:
2979
2919
  """
2980
- (Updatable) The unique name of the whitelist.
2981
-
2982
-
2983
- ** IMPORTANT **
2984
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2920
+ (Updatable) The name of the header.
2985
2921
  """
2986
2922
  return pulumi.get(self, "name")
2987
2923
 
@@ -3165,11 +3101,11 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3165
3101
  captcha_submit_label: Optional[pulumi.Input[str]] = None,
3166
3102
  captcha_title: Optional[pulumi.Input[str]] = None):
3167
3103
  """
3168
- :param pulumi.Input[str] block_action: (Updatable) If `action` is set to `BLOCK`, this specifies how the traffic is blocked when detected as malicious by a protection rule. If unspecified, defaults to `SET_RESPONSE_CODE`.
3169
- :param pulumi.Input[str] block_error_page_code: (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`.
3170
- :param pulumi.Input[str] block_error_page_description: (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
3171
- :param pulumi.Input[str] block_error_page_message: (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to 'Access to the website is blocked.'
3172
- :param pulumi.Input[int] block_response_code: (Updatable) The response code returned when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`. The list of available response codes: `400`, `401`, `403`, `405`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `500`, `501`, `502`, `503`, `504`, `507`.
3104
+ :param pulumi.Input[str] block_action: (Updatable) The method used to block requests that fail the challenge, if `action` is set to `BLOCK`. If unspecified, defaults to `SHOW_ERROR_PAGE`.
3105
+ :param pulumi.Input[str] block_error_page_code: (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE` and the request is blocked. If unspecified, defaults to `403`.
3106
+ :param pulumi.Input[str] block_error_page_description: (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
3107
+ :param pulumi.Input[str] block_error_page_message: (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access to the website is blocked`.
3108
+ :param pulumi.Input[int] block_response_code: (Updatable) The response status code to return when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE` or `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `403`. The list of available response codes: `200`, `201`, `202`, `204`, `206`, `300`, `301`, `302`, `303`, `304`, `307`, `400`, `401`, `403`, `404`, `405`, `408`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `422`, `444`, `494`, `495`, `496`, `497`, `499`, `500`, `501`, `502`, `503`, `504`, `507`.
3173
3109
  :param pulumi.Input[str] captcha_footer: (Updatable) The text to show in the footer when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, default to `Enter the letters and numbers as they are shown in image above`.
3174
3110
  :param pulumi.Input[str] captcha_header: (Updatable) The text to show in the header when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `We have detected an increased number of attempts to access this webapp. To help us keep this webapp secure, please let us know that you are not a robot by entering the text from captcha below.`
3175
3111
  :param pulumi.Input[str] captcha_submit_label: (Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
@@ -3198,7 +3134,7 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3198
3134
  @pulumi.getter(name="blockAction")
3199
3135
  def block_action(self) -> Optional[pulumi.Input[str]]:
3200
3136
  """
3201
- (Updatable) If `action` is set to `BLOCK`, this specifies how the traffic is blocked when detected as malicious by a protection rule. If unspecified, defaults to `SET_RESPONSE_CODE`.
3137
+ (Updatable) The method used to block requests that fail the challenge, if `action` is set to `BLOCK`. If unspecified, defaults to `SHOW_ERROR_PAGE`.
3202
3138
  """
3203
3139
  return pulumi.get(self, "block_action")
3204
3140
 
@@ -3210,7 +3146,7 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3210
3146
  @pulumi.getter(name="blockErrorPageCode")
3211
3147
  def block_error_page_code(self) -> Optional[pulumi.Input[str]]:
3212
3148
  """
3213
- (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`.
3149
+ (Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE` and the request is blocked. If unspecified, defaults to `403`.
3214
3150
  """
3215
3151
  return pulumi.get(self, "block_error_page_code")
3216
3152
 
@@ -3222,7 +3158,7 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3222
3158
  @pulumi.getter(name="blockErrorPageDescription")
3223
3159
  def block_error_page_description(self) -> Optional[pulumi.Input[str]]:
3224
3160
  """
3225
- (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
3161
+ (Updatable) The description text to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access blocked by website owner. Please contact support.`
3226
3162
  """
3227
3163
  return pulumi.get(self, "block_error_page_description")
3228
3164
 
@@ -3234,7 +3170,7 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3234
3170
  @pulumi.getter(name="blockErrorPageMessage")
3235
3171
  def block_error_page_message(self) -> Optional[pulumi.Input[str]]:
3236
3172
  """
3237
- (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to 'Access to the website is blocked.'
3173
+ (Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `Access to the website is blocked`.
3238
3174
  """
3239
3175
  return pulumi.get(self, "block_error_page_message")
3240
3176
 
@@ -3246,7 +3182,7 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3246
3182
  @pulumi.getter(name="blockResponseCode")
3247
3183
  def block_response_code(self) -> Optional[pulumi.Input[int]]:
3248
3184
  """
3249
- (Updatable) The response code returned when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`. The list of available response codes: `400`, `401`, `403`, `405`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `500`, `501`, `502`, `503`, `504`, `507`.
3185
+ (Updatable) The response status code to return when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE` or `SHOW_ERROR_PAGE`, and the request is blocked. If unspecified, defaults to `403`. The list of available response codes: `200`, `201`, `202`, `204`, `206`, `300`, `301`, `302`, `303`, `304`, `307`, `400`, `401`, `403`, `404`, `405`, `408`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `422`, `444`, `494`, `495`, `496`, `497`, `499`, `500`, `501`, `502`, `503`, `504`, `507`.
3250
3186
  """
3251
3187
  return pulumi.get(self, "block_response_code")
3252
3188
 
@@ -3336,7 +3272,7 @@ class PolicyWafConfigJsChallengeCriteriaArgs:
3336
3272
  * **COUNTRY_IS_NOT:** Matches if the request does not originate from any of countries in the `value` field. The `value` in this case is string with one or multiple countries separated by new line symbol \\n Country codes are in ISO 3166-1 alpha-2 format. For a list of codes, see [ISO's website](https://www.iso.org/obp/ui/#search/code/). *Example:* "AL\\nDZ\\nAM"
3337
3273
  * **USER_AGENT_IS:** Matches if the requesting user agent is identical to the contents of the `value` field. *Example:* `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0`
3338
3274
  * **USER_AGENT_IS_NOT:** Matches if the requesting user agent is not identical to the contents of the `value` field. *Example:* `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0`
3339
- :param pulumi.Input[str] value: (Updatable) The value of the header.
3275
+ :param pulumi.Input[str] value: (Updatable) The criteria value.
3340
3276
  :param pulumi.Input[bool] is_case_sensitive: (Updatable) When enabled, the condition will be matched with case-sensitive rules.
3341
3277
  """
3342
3278
  pulumi.set(__self__, "condition", condition)
@@ -3385,7 +3321,7 @@ class PolicyWafConfigJsChallengeCriteriaArgs:
3385
3321
  @pulumi.getter
3386
3322
  def value(self) -> pulumi.Input[str]:
3387
3323
  """
3388
- (Updatable) The value of the header.
3324
+ (Updatable) The criteria value.
3389
3325
  """
3390
3326
  return pulumi.get(self, "value")
3391
3327
 
@@ -3412,11 +3348,7 @@ class PolicyWafConfigJsChallengeSetHttpHeaderArgs:
3412
3348
  name: pulumi.Input[str],
3413
3349
  value: pulumi.Input[str]):
3414
3350
  """
3415
- :param pulumi.Input[str] name: (Updatable) The unique name of the whitelist.
3416
-
3417
-
3418
- ** IMPORTANT **
3419
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3351
+ :param pulumi.Input[str] name: (Updatable) The name of the header.
3420
3352
  :param pulumi.Input[str] value: (Updatable) The value of the header.
3421
3353
  """
3422
3354
  pulumi.set(__self__, "name", name)
@@ -3426,11 +3358,7 @@ class PolicyWafConfigJsChallengeSetHttpHeaderArgs:
3426
3358
  @pulumi.getter
3427
3359
  def name(self) -> pulumi.Input[str]:
3428
3360
  """
3429
- (Updatable) The unique name of the whitelist.
3430
-
3431
-
3432
- ** IMPORTANT **
3433
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3361
+ (Updatable) The name of the header.
3434
3362
  """
3435
3363
  return pulumi.get(self, "name")
3436
3364