pulumi-oci 1.37.0__py3-none-any.whl → 1.37.0a1715927489__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 +0 -40
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +8 -10
  5. pulumi_oci/aianomalydetection/outputs.py +8 -22
  6. pulumi_oci/aidocument/_inputs.py +18 -22
  7. pulumi_oci/aidocument/outputs.py +18 -36
  8. pulumi_oci/ailanguage/_inputs.py +20 -4
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +20 -4
  11. pulumi_oci/aivision/_inputs.py +16 -0
  12. pulumi_oci/aivision/outputs.py +16 -0
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +414 -206
  16. pulumi_oci/apigateway/outputs.py +414 -206
  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 +26 -18
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +26 -18
  23. pulumi_oci/autoscaling/_inputs.py +16 -14
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +7 -20
  25. pulumi_oci/autoscaling/outputs.py +16 -14
  26. pulumi_oci/bigdataservice/_inputs.py +44 -32
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +44 -32
  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 +0 -9
  36. pulumi_oci/cloudguard/_inputs.py +488 -1066
  37. pulumi_oci/cloudguard/cloud_guard_configuration.py +57 -25
  38. pulumi_oci/cloudguard/cloud_guard_data_source.py +38 -54
  39. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  40. pulumi_oci/cloudguard/detector_recipe.py +53 -95
  41. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +7 -9
  42. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  43. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  44. pulumi_oci/cloudguard/get_data_source.py +10 -10
  45. pulumi_oci/cloudguard/get_data_source_events.py +7 -11
  46. pulumi_oci/cloudguard/get_data_sources.py +20 -24
  47. pulumi_oci/cloudguard/get_detector_recipe.py +15 -28
  48. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  49. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  50. pulumi_oci/cloudguard/get_guard_targets.py +17 -19
  51. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  52. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  53. pulumi_oci/cloudguard/get_problem_entities.py +3 -5
  54. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  55. pulumi_oci/cloudguard/get_responder_recipes.py +13 -15
  56. pulumi_oci/cloudguard/get_security_policies.py +12 -14
  57. pulumi_oci/cloudguard/get_security_policy.py +8 -12
  58. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  59. pulumi_oci/cloudguard/get_security_recipes.py +12 -14
  60. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  61. pulumi_oci/cloudguard/get_security_zones.py +15 -17
  62. pulumi_oci/cloudguard/managed_list.py +57 -57
  63. pulumi_oci/cloudguard/outputs.py +1808 -3493
  64. pulumi_oci/cloudguard/responder_recipe.py +39 -41
  65. pulumi_oci/cloudguard/security_recipe.py +27 -43
  66. pulumi_oci/cloudguard/security_zone.py +20 -22
  67. pulumi_oci/cloudguard/target.py +54 -54
  68. pulumi_oci/cloudmigrations/_inputs.py +496 -222
  69. pulumi_oci/cloudmigrations/outputs.py +498 -224
  70. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  71. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  72. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  73. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  74. pulumi_oci/containerengine/_inputs.py +22 -22
  75. pulumi_oci/containerengine/container_instance.py +21 -21
  76. pulumi_oci/containerengine/outputs.py +22 -22
  77. pulumi_oci/containerengine/virtual_node_pool.py +35 -7
  78. pulumi_oci/core/_inputs.py +668 -402
  79. pulumi_oci/core/boot_volume.py +7 -7
  80. pulumi_oci/core/cluster_network.py +22 -22
  81. pulumi_oci/core/cross_connect_group.py +20 -4
  82. pulumi_oci/core/drg_route_table_route_rule.py +0 -7
  83. pulumi_oci/core/get_image.py +0 -4
  84. pulumi_oci/core/get_instance.py +0 -4
  85. pulumi_oci/core/get_public_ip.py +0 -4
  86. pulumi_oci/core/get_public_ips.py +0 -8
  87. pulumi_oci/core/get_vtap.py +0 -2
  88. pulumi_oci/core/get_vtaps.py +0 -2
  89. pulumi_oci/core/image.py +0 -56
  90. pulumi_oci/core/instance.py +48 -48
  91. pulumi_oci/core/instance_configuration.py +28 -70
  92. pulumi_oci/core/instance_pool.py +7 -7
  93. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  94. pulumi_oci/core/network_security_group_security_rule.py +105 -28
  95. pulumi_oci/core/outputs.py +668 -748
  96. pulumi_oci/core/public_ip.py +0 -8
  97. pulumi_oci/core/vnic_attachment.py +24 -8
  98. pulumi_oci/core/volume.py +7 -7
  99. pulumi_oci/core/volume_group.py +7 -7
  100. pulumi_oci/core/vtap.py +0 -14
  101. pulumi_oci/database/_inputs.py +220 -188
  102. pulumi_oci/database/autonomous_database.py +7 -21
  103. pulumi_oci/database/autonomous_database_wallet.py +0 -28
  104. pulumi_oci/database/backup_destination.py +11 -11
  105. pulumi_oci/database/cloud_database_management.py +0 -14
  106. pulumi_oci/database/database.py +44 -28
  107. pulumi_oci/database/database_upgrade.py +4 -4
  108. pulumi_oci/database/db_home.py +13 -0
  109. pulumi_oci/database/get_autonomous_database_wallet.py +0 -8
  110. pulumi_oci/database/outputs.py +220 -188
  111. pulumi_oci/database/vm_cluster_network.py +4 -4
  112. pulumi_oci/databasemanagement/_inputs.py +8 -8
  113. pulumi_oci/databasemanagement/outputs.py +8 -8
  114. pulumi_oci/databasemigration/_inputs.py +34 -34
  115. pulumi_oci/databasemigration/connection.py +7 -7
  116. pulumi_oci/databasemigration/migration.py +7 -7
  117. pulumi_oci/databasemigration/outputs.py +34 -34
  118. pulumi_oci/databasetools/_inputs.py +36 -12
  119. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  120. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  121. pulumi_oci/databasetools/outputs.py +36 -12
  122. pulumi_oci/dataintegration/_inputs.py +330 -318
  123. pulumi_oci/dataintegration/outputs.py +330 -318
  124. pulumi_oci/dataintegration/workspace_application.py +7 -7
  125. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  126. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  127. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  128. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  129. pulumi_oci/dataintegration/workspace_project.py +7 -7
  130. pulumi_oci/dataintegration/workspace_task.py +47 -47
  131. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  132. pulumi_oci/datalabellingservice/outputs.py +10 -10
  133. pulumi_oci/datasafe/__init__.py +0 -2
  134. pulumi_oci/datasafe/_inputs.py +80 -72
  135. pulumi_oci/datasafe/library_masing_format.py +7 -7
  136. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  137. pulumi_oci/datasafe/masking_policy.py +7 -7
  138. pulumi_oci/datasafe/outputs.py +80 -72
  139. pulumi_oci/datasafe/report_definition.py +24 -8
  140. pulumi_oci/datasafe/target_database.py +21 -21
  141. pulumi_oci/datascience/_inputs.py +65 -337
  142. pulumi_oci/datascience/get_job_run.py +1 -11
  143. pulumi_oci/datascience/get_model_deployment.py +1 -11
  144. pulumi_oci/datascience/get_pipeline.py +0 -3
  145. pulumi_oci/datascience/get_pipeline_run.py +1 -14
  146. pulumi_oci/datascience/job_run.py +3 -52
  147. pulumi_oci/datascience/model_deployment.py +2 -51
  148. pulumi_oci/datascience/outputs.py +94 -757
  149. pulumi_oci/datascience/pipeline.py +14 -34
  150. pulumi_oci/datascience/pipeline_run.py +0 -65
  151. pulumi_oci/devops/_inputs.py +462 -80
  152. pulumi_oci/devops/deploy_stage.py +4 -4
  153. pulumi_oci/devops/deployment.py +7 -7
  154. pulumi_oci/devops/outputs.py +1143 -210
  155. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  156. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  157. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  158. pulumi_oci/disasterrecovery/outputs.py +6 -6
  159. pulumi_oci/dns/_inputs.py +8 -20
  160. pulumi_oci/dns/outputs.py +8 -42
  161. pulumi_oci/dns/rrset.py +7 -7
  162. pulumi_oci/dns/steering_policy.py +0 -42
  163. pulumi_oci/events/_inputs.py +12 -4
  164. pulumi_oci/events/outputs.py +12 -4
  165. pulumi_oci/events/rule.py +7 -7
  166. pulumi_oci/functions/_inputs.py +2 -2
  167. pulumi_oci/functions/outputs.py +2 -2
  168. pulumi_oci/goldengate/_inputs.py +4 -2
  169. pulumi_oci/goldengate/outputs.py +4 -2
  170. pulumi_oci/identity/_inputs.py +5954 -4860
  171. pulumi_oci/identity/domains_api_key.py +70 -70
  172. pulumi_oci/identity/domains_app.py +140 -119
  173. pulumi_oci/identity/domains_auth_token.py +21 -21
  174. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  175. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  176. pulumi_oci/identity/domains_my_api_key.py +70 -70
  177. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  178. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  179. pulumi_oci/identity/domains_my_oauth2client_credential.py +70 -49
  180. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  181. pulumi_oci/identity/domains_my_support_account.py +21 -21
  182. pulumi_oci/identity/domains_my_user_db_credential.py +41 -37
  183. pulumi_oci/identity/domains_oauth2client_credential.py +70 -49
  184. pulumi_oci/identity/domains_policy.py +49 -35
  185. pulumi_oci/identity/domains_rule.py +21 -28
  186. pulumi_oci/identity/domains_setting.py +21 -35
  187. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  188. pulumi_oci/identity/domains_user.py +175 -189
  189. pulumi_oci/identity/domains_user_db_credential.py +41 -37
  190. pulumi_oci/identity/outputs.py +6007 -4913
  191. pulumi_oci/integration/_inputs.py +0 -4
  192. pulumi_oci/integration/outputs.py +4 -16
  193. pulumi_oci/jms/_inputs.py +8 -0
  194. pulumi_oci/jms/outputs.py +8 -0
  195. pulumi_oci/kms/_inputs.py +6 -6
  196. pulumi_oci/kms/outputs.py +6 -6
  197. pulumi_oci/loadbalancer/_inputs.py +30 -14
  198. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +35 -7
  199. pulumi_oci/loadbalancer/outputs.py +30 -14
  200. pulumi_oci/loganalytics/_inputs.py +34 -26
  201. pulumi_oci/loganalytics/outputs.py +34 -26
  202. pulumi_oci/logging/_inputs.py +60 -60
  203. pulumi_oci/logging/outputs.py +60 -60
  204. pulumi_oci/managementagent/_inputs.py +46 -2
  205. pulumi_oci/managementagent/outputs.py +46 -2
  206. pulumi_oci/marketplace/_inputs.py +6 -6
  207. pulumi_oci/marketplace/outputs.py +6 -6
  208. pulumi_oci/marketplace/publication.py +11 -11
  209. pulumi_oci/mediaservices/_inputs.py +32 -8
  210. pulumi_oci/mediaservices/media_asset.py +18 -18
  211. pulumi_oci/mediaservices/media_workflow.py +38 -22
  212. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  213. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  214. pulumi_oci/mediaservices/outputs.py +32 -8
  215. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  216. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  217. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  218. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  219. pulumi_oci/meteringcomputation/outputs.py +2 -2
  220. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  221. pulumi_oci/monitoring/_inputs.py +4 -4
  222. pulumi_oci/monitoring/alarm.py +0 -21
  223. pulumi_oci/monitoring/get_alarm.py +0 -3
  224. pulumi_oci/monitoring/outputs.py +4 -10
  225. pulumi_oci/mysql/_inputs.py +22 -30
  226. pulumi_oci/mysql/outputs.py +22 -30
  227. pulumi_oci/mysql/replica.py +28 -12
  228. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +0 -2
  229. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +0 -14
  230. pulumi_oci/networkfirewall/outputs.py +0 -4
  231. pulumi_oci/networkloadbalancer/_inputs.py +26 -10
  232. pulumi_oci/networkloadbalancer/outputs.py +26 -10
  233. pulumi_oci/nosql/_inputs.py +12 -4
  234. pulumi_oci/nosql/outputs.py +12 -4
  235. pulumi_oci/objectstorage/_inputs.py +4 -4
  236. pulumi_oci/objectstorage/outputs.py +4 -4
  237. pulumi_oci/ocvp/_inputs.py +42 -86
  238. pulumi_oci/ocvp/get_retrieve_password.py +0 -1
  239. pulumi_oci/ocvp/outputs.py +42 -86
  240. pulumi_oci/ocvp/sddc.py +77 -49
  241. pulumi_oci/ons/subscription.py +0 -63
  242. pulumi_oci/opa/_inputs.py +2 -6
  243. pulumi_oci/opa/outputs.py +6 -18
  244. pulumi_oci/opsi/_inputs.py +6 -6
  245. pulumi_oci/opsi/exadata_insight.py +28 -28
  246. pulumi_oci/opsi/outputs.py +6 -6
  247. pulumi_oci/optimizer/_inputs.py +4 -4
  248. pulumi_oci/optimizer/outputs.py +4 -4
  249. pulumi_oci/osmanagement/_inputs.py +10 -2
  250. pulumi_oci/osmanagement/outputs.py +10 -2
  251. pulumi_oci/osmanagementhub/_inputs.py +8 -24
  252. pulumi_oci/osmanagementhub/event.py +0 -32
  253. pulumi_oci/osmanagementhub/get_event.py +0 -8
  254. pulumi_oci/osmanagementhub/get_events.py +0 -8
  255. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  256. pulumi_oci/osmanagementhub/outputs.py +8 -40
  257. pulumi_oci/osmanagementhub/software_source.py +7 -7
  258. pulumi_oci/ospgateway/_inputs.py +96 -96
  259. pulumi_oci/ospgateway/outputs.py +96 -96
  260. pulumi_oci/ospgateway/subscription.py +80 -80
  261. pulumi_oci/psql/_inputs.py +18 -10
  262. pulumi_oci/psql/db_system.py +14 -14
  263. pulumi_oci/psql/outputs.py +18 -10
  264. pulumi_oci/pulumi-plugin.json +1 -1
  265. pulumi_oci/queue/get_queue.py +9 -9
  266. pulumi_oci/queue/outputs.py +5 -5
  267. pulumi_oci/queue/queue.py +26 -77
  268. pulumi_oci/sch/_inputs.py +26 -26
  269. pulumi_oci/sch/connector.py +7 -7
  270. pulumi_oci/sch/outputs.py +26 -26
  271. pulumi_oci/servicecatalog/private_application.py +4 -4
  272. pulumi_oci/servicemesh/_inputs.py +24 -8
  273. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  274. pulumi_oci/servicemesh/outputs.py +24 -8
  275. pulumi_oci/stackmonitoring/_inputs.py +56 -40
  276. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  277. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  278. pulumi_oci/stackmonitoring/outputs.py +56 -40
  279. pulumi_oci/visualbuilder/_inputs.py +2 -6
  280. pulumi_oci/visualbuilder/outputs.py +6 -18
  281. pulumi_oci/vnmonitoring/_inputs.py +42 -10
  282. pulumi_oci/vnmonitoring/outputs.py +42 -10
  283. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  284. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  285. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  286. pulumi_oci/waas/_inputs.py +205 -133
  287. pulumi_oci/waas/outputs.py +205 -133
  288. pulumi_oci/waas/policy.py +7 -7
  289. pulumi_oci/waas/protection_rule.py +7 -7
  290. pulumi_oci/waf/_inputs.py +30 -36
  291. pulumi_oci/waf/network_address_list.py +7 -7
  292. pulumi_oci/waf/outputs.py +30 -36
  293. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/METADATA +1 -1
  294. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/RECORD +296 -307
  295. pulumi_oci/cloudguard/adhoc_query.py +0 -596
  296. pulumi_oci/cloudguard/get_adhoc_queries.py +0 -253
  297. pulumi_oci/cloudguard/get_adhoc_query.py +0 -249
  298. pulumi_oci/cloudguard/get_saved_queries.py +0 -190
  299. pulumi_oci/cloudguard/get_saved_query.py +0 -235
  300. pulumi_oci/cloudguard/get_wlp_agent.py +0 -258
  301. pulumi_oci/cloudguard/get_wlp_agents.py +0 -136
  302. pulumi_oci/cloudguard/saved_query.py +0 -595
  303. pulumi_oci/cloudguard/wlp_agent.py +0 -654
  304. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  305. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  306. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/top_level.txt +0 -0
@@ -579,7 +579,11 @@ class PolicyOriginCustomHeaderArgs:
579
579
  name: pulumi.Input[str],
580
580
  value: pulumi.Input[str]):
581
581
  """
582
- :param pulumi.Input[str] name: (Updatable) The name of the header.
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
583
587
  :param pulumi.Input[str] value: (Updatable) The value of the header.
584
588
  """
585
589
  pulumi.set(__self__, "name", name)
@@ -589,7 +593,11 @@ class PolicyOriginCustomHeaderArgs:
589
593
  @pulumi.getter
590
594
  def name(self) -> pulumi.Input[str]:
591
595
  """
592
- (Updatable) The name of the header.
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
593
601
  """
594
602
  return pulumi.get(self, "name")
595
603
 
@@ -643,7 +651,7 @@ class PolicyOriginGroupOriginGroupArgs:
643
651
  origin: pulumi.Input[str],
644
652
  weight: Optional[pulumi.Input[int]] = None):
645
653
  """
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.
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.
647
655
  """
648
656
  pulumi.set(__self__, "origin", origin)
649
657
  if weight is not None:
@@ -653,7 +661,7 @@ class PolicyOriginGroupOriginGroupArgs:
653
661
  @pulumi.getter
654
662
  def origin(self) -> pulumi.Input[str]:
655
663
  """
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.
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.
657
665
  """
658
666
  return pulumi.get(self, "origin")
659
667
 
@@ -964,9 +972,12 @@ class PolicyPolicyConfigHealthChecksArgs:
964
972
  **Note:** The only currently-supported header fields are Host and User-Agent.
965
973
  :param pulumi.Input[int] healthy_threshold: (Updatable) Number of successful health checks after which the server is marked up.
966
974
  :param pulumi.Input[int] interval_in_seconds: (Updatable) Time between health checks of an individual origin server, in seconds.
967
- :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the health checks.
975
+ :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
968
976
  :param pulumi.Input[bool] is_response_text_check_enabled: (Updatable) Enables or disables additional check for predefined text in addition to response code.
969
- :param pulumi.Input[str] method: (Updatable) An HTTP verb (i.e. HEAD, GET, or POST) to use when performing the health check.
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.
970
981
  :param pulumi.Input[str] path: (Updatable) Path to visit on your origins when performing the health check.
971
982
  :param pulumi.Input[int] timeout_in_seconds: (Updatable) Response timeout represents wait time until request is considered failed, in seconds.
972
983
  :param pulumi.Input[int] unhealthy_threshold: (Updatable) Number of failed health checks after which the server is marked down.
@@ -1064,7 +1075,7 @@ class PolicyPolicyConfigHealthChecksArgs:
1064
1075
  @pulumi.getter(name="isEnabled")
1065
1076
  def is_enabled(self) -> Optional[pulumi.Input[bool]]:
1066
1077
  """
1067
- (Updatable) Enables or disables the health checks.
1078
+ (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
1068
1079
  """
1069
1080
  return pulumi.get(self, "is_enabled")
1070
1081
 
@@ -1088,7 +1099,10 @@ class PolicyPolicyConfigHealthChecksArgs:
1088
1099
  @pulumi.getter
1089
1100
  def method(self) -> Optional[pulumi.Input[str]]:
1090
1101
  """
1091
- (Updatable) An HTTP verb (i.e. HEAD, GET, or POST) to use when performing the health check.
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.
1092
1106
  """
1093
1107
  return pulumi.get(self, "method")
1094
1108
 
@@ -1147,7 +1161,11 @@ class PolicyPolicyConfigLoadBalancingMethodArgs:
1147
1161
  * **[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.
1148
1162
  :param pulumi.Input[str] domain: (Updatable) The domain for which the cookie is set, defaults to WAAS policy domain.
1149
1163
  :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.
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.
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
1151
1169
  """
1152
1170
  pulumi.set(__self__, "method", method)
1153
1171
  if domain is not None:
@@ -1200,7 +1218,11 @@ class PolicyPolicyConfigLoadBalancingMethodArgs:
1200
1218
  @pulumi.getter
1201
1219
  def name(self) -> Optional[pulumi.Input[str]]:
1202
1220
  """
1203
- (Updatable) The name of the cookie used to track the persistence. Can contain any US-ASCII character except separator or control character.
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
1204
1226
  """
1205
1227
  return pulumi.get(self, "name")
1206
1228
 
@@ -1428,31 +1450,27 @@ class PolicyWafConfigAccessRuleArgs:
1428
1450
  redirect_url: Optional[pulumi.Input[str]] = None,
1429
1451
  response_header_manipulations: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigAccessRuleResponseHeaderManipulationArgs']]]] = None):
1430
1452
  """
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.
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
+
1438
1457
 
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`.
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`.
1447
1465
  :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.
1448
1466
  * **JS_CHALLENGE:** Bypasses JavaScript Challenge.
1449
1467
  * **DEVICE_FINGERPRINT_CHALLENGE:** Bypasses Device Fingerprint Challenge.
1450
1468
  * **HUMAN_INTERACTION_CHALLENGE:** Bypasses Human Interaction Challenge.
1451
1469
  * **CAPTCHA:** Bypasses CAPTCHA Challenge.
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.
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?`
1456
1474
  :param pulumi.Input[str] redirect_response_code: (Updatable) The response status code to return when `action` is set to `REDIRECT`.
1457
1475
  * **MOVED_PERMANENTLY:** Used for designating the permanent movement of a page (numerical code - 301).
1458
1476
  * **FOUND:** Used for designating the temporary movement of a page (numerical code - 302).
@@ -1493,15 +1511,7 @@ class PolicyWafConfigAccessRuleArgs:
1493
1511
  @pulumi.getter
1494
1512
  def action(self) -> pulumi.Input[str]:
1495
1513
  """
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.
1514
+ (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
1505
1515
  """
1506
1516
  return pulumi.get(self, "action")
1507
1517
 
@@ -1513,7 +1523,7 @@ class PolicyWafConfigAccessRuleArgs:
1513
1523
  @pulumi.getter
1514
1524
  def criterias(self) -> pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigAccessRuleCriteriaArgs']]]:
1515
1525
  """
1516
- (Updatable) The list of access rule criteria. The rule would be applied only for the requests that matched all the listed conditions.
1526
+ (Updatable) When defined, the JavaScript Challenge would be applied only for the requests that matched all the listed conditions.
1517
1527
  """
1518
1528
  return pulumi.get(self, "criterias")
1519
1529
 
@@ -1525,7 +1535,11 @@ class PolicyWafConfigAccessRuleArgs:
1525
1535
  @pulumi.getter
1526
1536
  def name(self) -> pulumi.Input[str]:
1527
1537
  """
1528
- (Updatable) The unique name of the access rule.
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
1529
1543
  """
1530
1544
  return pulumi.get(self, "name")
1531
1545
 
@@ -1537,7 +1551,7 @@ class PolicyWafConfigAccessRuleArgs:
1537
1551
  @pulumi.getter(name="blockAction")
1538
1552
  def block_action(self) -> Optional[pulumi.Input[str]]:
1539
1553
  """
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`.
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`.
1541
1555
  """
1542
1556
  return pulumi.get(self, "block_action")
1543
1557
 
@@ -1549,7 +1563,7 @@ class PolicyWafConfigAccessRuleArgs:
1549
1563
  @pulumi.getter(name="blockErrorPageCode")
1550
1564
  def block_error_page_code(self) -> Optional[pulumi.Input[str]]:
1551
1565
  """
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'.
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`.
1553
1567
  """
1554
1568
  return pulumi.get(self, "block_error_page_code")
1555
1569
 
@@ -1561,7 +1575,7 @@ class PolicyWafConfigAccessRuleArgs:
1561
1575
  @pulumi.getter(name="blockErrorPageDescription")
1562
1576
  def block_error_page_description(self) -> Optional[pulumi.Input[str]]:
1563
1577
  """
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.'
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.`
1565
1579
  """
1566
1580
  return pulumi.get(self, "block_error_page_description")
1567
1581
 
@@ -1573,7 +1587,7 @@ class PolicyWafConfigAccessRuleArgs:
1573
1587
  @pulumi.getter(name="blockErrorPageMessage")
1574
1588
  def block_error_page_message(self) -> Optional[pulumi.Input[str]]:
1575
1589
  """
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.'
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.'
1577
1591
  """
1578
1592
  return pulumi.get(self, "block_error_page_message")
1579
1593
 
@@ -1585,7 +1599,7 @@ class PolicyWafConfigAccessRuleArgs:
1585
1599
  @pulumi.getter(name="blockResponseCode")
1586
1600
  def block_response_code(self) -> Optional[pulumi.Input[int]]:
1587
1601
  """
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`.
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`.
1589
1603
  """
1590
1604
  return pulumi.get(self, "block_response_code")
1591
1605
 
@@ -1613,7 +1627,7 @@ class PolicyWafConfigAccessRuleArgs:
1613
1627
  @pulumi.getter(name="captchaFooter")
1614
1628
  def captcha_footer(self) -> Optional[pulumi.Input[str]]:
1615
1629
  """
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.
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`.
1617
1631
  """
1618
1632
  return pulumi.get(self, "captcha_footer")
1619
1633
 
@@ -1625,7 +1639,7 @@ class PolicyWafConfigAccessRuleArgs:
1625
1639
  @pulumi.getter(name="captchaHeader")
1626
1640
  def captcha_header(self) -> Optional[pulumi.Input[str]]:
1627
1641
  """
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.
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.`
1629
1643
  """
1630
1644
  return pulumi.get(self, "captcha_header")
1631
1645
 
@@ -1637,7 +1651,7 @@ class PolicyWafConfigAccessRuleArgs:
1637
1651
  @pulumi.getter(name="captchaSubmitLabel")
1638
1652
  def captcha_submit_label(self) -> Optional[pulumi.Input[str]]:
1639
1653
  """
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.
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`.
1641
1655
  """
1642
1656
  return pulumi.get(self, "captcha_submit_label")
1643
1657
 
@@ -1649,7 +1663,7 @@ class PolicyWafConfigAccessRuleArgs:
1649
1663
  @pulumi.getter(name="captchaTitle")
1650
1664
  def captcha_title(self) -> Optional[pulumi.Input[str]]:
1651
1665
  """
1652
- (Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `SHOW_CAPTCHA` and the request is challenged.
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?`
1653
1667
  """
1654
1668
  return pulumi.get(self, "captcha_title")
1655
1669
 
@@ -1729,7 +1743,7 @@ class PolicyWafConfigAccessRuleCriteriaArgs:
1729
1743
  * **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"
1730
1744
  * **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`
1731
1745
  * **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`
1732
- :param pulumi.Input[str] value: (Updatable) The criteria value.
1746
+ :param pulumi.Input[str] value: (Updatable) The value of the header.
1733
1747
  :param pulumi.Input[bool] is_case_sensitive: (Updatable) When enabled, the condition will be matched with case-sensitive rules.
1734
1748
  """
1735
1749
  pulumi.set(__self__, "condition", condition)
@@ -1778,7 +1792,7 @@ class PolicyWafConfigAccessRuleCriteriaArgs:
1778
1792
  @pulumi.getter
1779
1793
  def value(self) -> pulumi.Input[str]:
1780
1794
  """
1781
- (Updatable) The criteria value.
1795
+ (Updatable) The value of the header.
1782
1796
  """
1783
1797
  return pulumi.get(self, "value")
1784
1798
 
@@ -1806,9 +1820,9 @@ class PolicyWafConfigAccessRuleResponseHeaderManipulationArgs:
1806
1820
  header: pulumi.Input[str],
1807
1821
  value: Optional[pulumi.Input[str]] = None):
1808
1822
  """
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`
1823
+ :param pulumi.Input[str] action: (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
1810
1824
  :param pulumi.Input[str] header: (Updatable) A header field name that conforms to RFC 7230. Example: `example_header_name`
1811
- :param pulumi.Input[str] value: (Updatable) A header field value that conforms to RFC 7230. Example: `example_value`
1825
+ :param pulumi.Input[str] value: (Updatable) The value of the header.
1812
1826
  """
1813
1827
  pulumi.set(__self__, "action", action)
1814
1828
  pulumi.set(__self__, "header", header)
@@ -1819,7 +1833,7 @@ class PolicyWafConfigAccessRuleResponseHeaderManipulationArgs:
1819
1833
  @pulumi.getter
1820
1834
  def action(self) -> pulumi.Input[str]:
1821
1835
  """
1822
- (Updatable) The action can be one of these values: `ADD_HTTP_RESPONSE_HEADER`, `EXTEND_HTTP_RESPONSE_HEADER`, `REMOVE_HTTP_RESPONSE_HEADER`
1836
+ (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
1823
1837
  """
1824
1838
  return pulumi.get(self, "action")
1825
1839
 
@@ -1843,7 +1857,7 @@ class PolicyWafConfigAccessRuleResponseHeaderManipulationArgs:
1843
1857
  @pulumi.getter
1844
1858
  def value(self) -> Optional[pulumi.Input[str]]:
1845
1859
  """
1846
- (Updatable) A header field value that conforms to RFC 7230. Example: `example_value`
1860
+ (Updatable) The value of the header.
1847
1861
  """
1848
1862
  return pulumi.get(self, "value")
1849
1863
 
@@ -1860,9 +1874,9 @@ class PolicyWafConfigAddressRateLimitingArgs:
1860
1874
  block_response_code: Optional[pulumi.Input[int]] = None,
1861
1875
  max_delayed_count_per_address: Optional[pulumi.Input[int]] = None):
1862
1876
  """
1863
- :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the address rate limiting Web Application Firewall feature.
1877
+ :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
1864
1878
  :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`.
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`.
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`.
1866
1880
  :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`.
1867
1881
  """
1868
1882
  pulumi.set(__self__, "is_enabled", is_enabled)
@@ -1877,7 +1891,7 @@ class PolicyWafConfigAddressRateLimitingArgs:
1877
1891
  @pulumi.getter(name="isEnabled")
1878
1892
  def is_enabled(self) -> pulumi.Input[bool]:
1879
1893
  """
1880
- (Updatable) Enables or disables the address rate limiting Web Application Firewall feature.
1894
+ (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
1881
1895
  """
1882
1896
  return pulumi.get(self, "is_enabled")
1883
1897
 
@@ -1901,7 +1915,7 @@ class PolicyWafConfigAddressRateLimitingArgs:
1901
1915
  @pulumi.getter(name="blockResponseCode")
1902
1916
  def block_response_code(self) -> Optional[pulumi.Input[int]]:
1903
1917
  """
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`.
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`.
1905
1919
  """
1906
1920
  return pulumi.get(self, "block_response_code")
1907
1921
 
@@ -1933,11 +1947,13 @@ class PolicyWafConfigCachingRuleArgs:
1933
1947
  is_client_caching_enabled: Optional[pulumi.Input[bool]] = None,
1934
1948
  key: Optional[pulumi.Input[str]] = None):
1935
1949
  """
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.
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
1941
1957
  :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`
1942
1958
  :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`
1943
1959
  :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.
@@ -1959,9 +1975,7 @@ class PolicyWafConfigCachingRuleArgs:
1959
1975
  @pulumi.getter
1960
1976
  def action(self) -> pulumi.Input[str]:
1961
1977
  """
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.
1978
+ (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
1965
1979
  """
1966
1980
  return pulumi.get(self, "action")
1967
1981
 
@@ -1973,7 +1987,7 @@ class PolicyWafConfigCachingRuleArgs:
1973
1987
  @pulumi.getter
1974
1988
  def criterias(self) -> pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigCachingRuleCriteriaArgs']]]:
1975
1989
  """
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.
1990
+ (Updatable) When defined, the JavaScript Challenge would be applied only for the requests that matched all the listed conditions.
1977
1991
  """
1978
1992
  return pulumi.get(self, "criterias")
1979
1993
 
@@ -1985,7 +1999,11 @@ class PolicyWafConfigCachingRuleArgs:
1985
1999
  @pulumi.getter
1986
2000
  def name(self) -> pulumi.Input[str]:
1987
2001
  """
1988
- (Updatable) The name of the caching rule.
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
1989
2007
  """
1990
2008
  return pulumi.get(self, "name")
1991
2009
 
@@ -2048,14 +2066,33 @@ class PolicyWafConfigCachingRuleCriteriaArgs:
2048
2066
  condition: pulumi.Input[str],
2049
2067
  value: pulumi.Input[str]):
2050
2068
  """
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.
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 `/`.
2054
2073
  * **URL_PART_ENDS_WITH:** Matches if the concatenation of request URL path and query ends with the contents of the `value` field.
2055
2074
  * **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`
2056
2086
 
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.
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.
2059
2096
  """
2060
2097
  pulumi.set(__self__, "condition", condition)
2061
2098
  pulumi.set(__self__, "value", value)
@@ -2064,13 +2101,32 @@ class PolicyWafConfigCachingRuleCriteriaArgs:
2064
2101
  @pulumi.getter
2065
2102
  def condition(self) -> pulumi.Input[str]:
2066
2103
  """
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.
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 `/`.
2070
2108
  * **URL_PART_ENDS_WITH:** Matches if the concatenation of request URL path and query ends with the contents of the `value` field.
2071
2109
  * **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`
2072
2124
 
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.
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`
2074
2130
  """
2075
2131
  return pulumi.get(self, "condition")
2076
2132
 
@@ -2082,7 +2138,7 @@ class PolicyWafConfigCachingRuleCriteriaArgs:
2082
2138
  @pulumi.getter
2083
2139
  def value(self) -> pulumi.Input[str]:
2084
2140
  """
2085
- (Updatable) The value of the caching rule criteria.
2141
+ (Updatable) The value of the header.
2086
2142
  """
2087
2143
  return pulumi.get(self, "value")
2088
2144
 
@@ -2212,8 +2268,8 @@ class PolicyWafConfigCustomProtectionRuleArgs:
2212
2268
  exclusions: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigCustomProtectionRuleExclusionArgs']]]] = None,
2213
2269
  id: Optional[pulumi.Input[str]] = None):
2214
2270
  """
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)
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.
2217
2273
  :param pulumi.Input[str] id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom protection rule.
2218
2274
  """
2219
2275
  if action is not None:
@@ -2227,7 +2283,7 @@ class PolicyWafConfigCustomProtectionRuleArgs:
2227
2283
  @pulumi.getter
2228
2284
  def action(self) -> Optional[pulumi.Input[str]]:
2229
2285
  """
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.
2286
+ (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
2231
2287
  """
2232
2288
  return pulumi.get(self, "action")
2233
2289
 
@@ -2239,7 +2295,7 @@ class PolicyWafConfigCustomProtectionRuleArgs:
2239
2295
  @pulumi.getter
2240
2296
  def exclusions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyWafConfigCustomProtectionRuleExclusionArgs']]]]:
2241
2297
  """
2242
- (Updatable)
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.
2243
2299
  """
2244
2300
  return pulumi.get(self, "exclusions")
2245
2301
 
@@ -2311,12 +2367,12 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2311
2367
  max_address_count: Optional[pulumi.Input[int]] = None,
2312
2368
  max_address_count_expiration_in_seconds: Optional[pulumi.Input[int]] = None):
2313
2369
  """
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`.
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`.
2317
2373
  :param pulumi.Input['PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs'] challenge_settings: (Updatable) The challenge settings if `action` is set to `BLOCK`.
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`.
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`.
2320
2376
  :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`.
2321
2377
  :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`.
2322
2378
  """
@@ -2340,7 +2396,7 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2340
2396
  @pulumi.getter(name="isEnabled")
2341
2397
  def is_enabled(self) -> pulumi.Input[bool]:
2342
2398
  """
2343
- (Updatable) Enables or disables the device fingerprint challenge Web Application Firewall feature.
2399
+ (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
2344
2400
  """
2345
2401
  return pulumi.get(self, "is_enabled")
2346
2402
 
@@ -2352,7 +2408,7 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2352
2408
  @pulumi.getter
2353
2409
  def action(self) -> Optional[pulumi.Input[str]]:
2354
2410
  """
2355
- (Updatable) The action to take on requests from detected bots. If unspecified, defaults to `DETECT`.
2411
+ (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
2356
2412
  """
2357
2413
  return pulumi.get(self, "action")
2358
2414
 
@@ -2364,7 +2420,7 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2364
2420
  @pulumi.getter(name="actionExpirationInSeconds")
2365
2421
  def action_expiration_in_seconds(self) -> Optional[pulumi.Input[int]]:
2366
2422
  """
2367
- (Updatable) The number of seconds between challenges for the same IP address. If unspecified, defaults to `60`.
2423
+ (Updatable) The number of seconds between challenges from the same IP address. If unspecified, defaults to `60`.
2368
2424
  """
2369
2425
  return pulumi.get(self, "action_expiration_in_seconds")
2370
2426
 
@@ -2388,7 +2444,7 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2388
2444
  @pulumi.getter(name="failureThreshold")
2389
2445
  def failure_threshold(self) -> Optional[pulumi.Input[int]]:
2390
2446
  """
2391
- (Updatable) The number of failed requests allowed before taking action. If unspecified, defaults to `10`.
2447
+ (Updatable) The number of failed requests before taking action. If unspecified, defaults to `10`.
2392
2448
  """
2393
2449
  return pulumi.get(self, "failure_threshold")
2394
2450
 
@@ -2400,7 +2456,7 @@ class PolicyWafConfigDeviceFingerprintChallengeArgs:
2400
2456
  @pulumi.getter(name="failureThresholdExpirationInSeconds")
2401
2457
  def failure_threshold_expiration_in_seconds(self) -> Optional[pulumi.Input[int]]:
2402
2458
  """
2403
- (Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to `60`.
2459
+ (Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to `60`.
2404
2460
  """
2405
2461
  return pulumi.get(self, "failure_threshold_expiration_in_seconds")
2406
2462
 
@@ -2446,11 +2502,11 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2446
2502
  captcha_submit_label: Optional[pulumi.Input[str]] = None,
2447
2503
  captcha_title: Optional[pulumi.Input[str]] = None):
2448
2504
  """
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`.
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`.
2454
2510
  :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`.
2455
2511
  :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.`
2456
2512
  :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`.
@@ -2479,7 +2535,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2479
2535
  @pulumi.getter(name="blockAction")
2480
2536
  def block_action(self) -> Optional[pulumi.Input[str]]:
2481
2537
  """
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`.
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`.
2483
2539
  """
2484
2540
  return pulumi.get(self, "block_action")
2485
2541
 
@@ -2491,7 +2547,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2491
2547
  @pulumi.getter(name="blockErrorPageCode")
2492
2548
  def block_error_page_code(self) -> Optional[pulumi.Input[str]]:
2493
2549
  """
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`.
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`.
2495
2551
  """
2496
2552
  return pulumi.get(self, "block_error_page_code")
2497
2553
 
@@ -2503,7 +2559,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2503
2559
  @pulumi.getter(name="blockErrorPageDescription")
2504
2560
  def block_error_page_description(self) -> Optional[pulumi.Input[str]]:
2505
2561
  """
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.`
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.`
2507
2563
  """
2508
2564
  return pulumi.get(self, "block_error_page_description")
2509
2565
 
@@ -2515,7 +2571,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2515
2571
  @pulumi.getter(name="blockErrorPageMessage")
2516
2572
  def block_error_page_message(self) -> Optional[pulumi.Input[str]]:
2517
2573
  """
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`.
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.'
2519
2575
  """
2520
2576
  return pulumi.get(self, "block_error_page_message")
2521
2577
 
@@ -2527,7 +2583,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs:
2527
2583
  @pulumi.getter(name="blockResponseCode")
2528
2584
  def block_response_code(self) -> Optional[pulumi.Input[int]]:
2529
2585
  """
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`.
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`.
2531
2587
  """
2532
2588
  return pulumi.get(self, "block_response_code")
2533
2589
 
@@ -2598,9 +2654,9 @@ class PolicyWafConfigHumanInteractionChallengeArgs:
2598
2654
  recording_period_in_seconds: Optional[pulumi.Input[int]] = None,
2599
2655
  set_http_header: Optional[pulumi.Input['PolicyWafConfigHumanInteractionChallengeSetHttpHeaderArgs']] = None):
2600
2656
  """
2601
- :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the human interaction challenge Web Application Firewall feature.
2657
+ :param pulumi.Input[bool] is_enabled: (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
2602
2658
  :param pulumi.Input[str] action: (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
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`.
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`.
2604
2660
  :param pulumi.Input['PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs'] challenge_settings: (Updatable) The challenge settings if `action` is set to `BLOCK`.
2605
2661
  :param pulumi.Input[int] failure_threshold: (Updatable) The number of failed requests before taking action. If unspecified, defaults to `10`.
2606
2662
  :param pulumi.Input[int] failure_threshold_expiration_in_seconds: (Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to `60`.
@@ -2633,7 +2689,7 @@ class PolicyWafConfigHumanInteractionChallengeArgs:
2633
2689
  @pulumi.getter(name="isEnabled")
2634
2690
  def is_enabled(self) -> pulumi.Input[bool]:
2635
2691
  """
2636
- (Updatable) Enables or disables the human interaction challenge Web Application Firewall feature.
2692
+ (Updatable) Enables or disables the JavaScript challenge Web Application Firewall feature.
2637
2693
  """
2638
2694
  return pulumi.get(self, "is_enabled")
2639
2695
 
@@ -2657,7 +2713,7 @@ class PolicyWafConfigHumanInteractionChallengeArgs:
2657
2713
  @pulumi.getter(name="actionExpirationInSeconds")
2658
2714
  def action_expiration_in_seconds(self) -> Optional[pulumi.Input[int]]:
2659
2715
  """
2660
- (Updatable) The number of seconds between challenges for the same IP address. If unspecified, defaults to `60`.
2716
+ (Updatable) The number of seconds between challenges from the same IP address. If unspecified, defaults to `60`.
2661
2717
  """
2662
2718
  return pulumi.get(self, "action_expiration_in_seconds")
2663
2719
 
@@ -2763,11 +2819,11 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2763
2819
  captcha_submit_label: Optional[pulumi.Input[str]] = None,
2764
2820
  captcha_title: Optional[pulumi.Input[str]] = None):
2765
2821
  """
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`.
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`.
2771
2827
  :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`.
2772
2828
  :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.`
2773
2829
  :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`.
@@ -2796,7 +2852,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2796
2852
  @pulumi.getter(name="blockAction")
2797
2853
  def block_action(self) -> Optional[pulumi.Input[str]]:
2798
2854
  """
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`.
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`.
2800
2856
  """
2801
2857
  return pulumi.get(self, "block_action")
2802
2858
 
@@ -2808,7 +2864,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2808
2864
  @pulumi.getter(name="blockErrorPageCode")
2809
2865
  def block_error_page_code(self) -> Optional[pulumi.Input[str]]:
2810
2866
  """
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`.
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`.
2812
2868
  """
2813
2869
  return pulumi.get(self, "block_error_page_code")
2814
2870
 
@@ -2820,7 +2876,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2820
2876
  @pulumi.getter(name="blockErrorPageDescription")
2821
2877
  def block_error_page_description(self) -> Optional[pulumi.Input[str]]:
2822
2878
  """
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.`
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.`
2824
2880
  """
2825
2881
  return pulumi.get(self, "block_error_page_description")
2826
2882
 
@@ -2832,7 +2888,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2832
2888
  @pulumi.getter(name="blockErrorPageMessage")
2833
2889
  def block_error_page_message(self) -> Optional[pulumi.Input[str]]:
2834
2890
  """
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`.
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.'
2836
2892
  """
2837
2893
  return pulumi.get(self, "block_error_page_message")
2838
2894
 
@@ -2844,7 +2900,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs:
2844
2900
  @pulumi.getter(name="blockResponseCode")
2845
2901
  def block_response_code(self) -> Optional[pulumi.Input[int]]:
2846
2902
  """
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`.
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`.
2848
2904
  """
2849
2905
  return pulumi.get(self, "block_response_code")
2850
2906
 
@@ -2907,7 +2963,11 @@ class PolicyWafConfigHumanInteractionChallengeSetHttpHeaderArgs:
2907
2963
  name: pulumi.Input[str],
2908
2964
  value: pulumi.Input[str]):
2909
2965
  """
2910
- :param pulumi.Input[str] name: (Updatable) The name of the header.
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
2911
2971
  :param pulumi.Input[str] value: (Updatable) The value of the header.
2912
2972
  """
2913
2973
  pulumi.set(__self__, "name", name)
@@ -2917,7 +2977,11 @@ class PolicyWafConfigHumanInteractionChallengeSetHttpHeaderArgs:
2917
2977
  @pulumi.getter
2918
2978
  def name(self) -> pulumi.Input[str]:
2919
2979
  """
2920
- (Updatable) The name of the header.
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
2921
2985
  """
2922
2986
  return pulumi.get(self, "name")
2923
2987
 
@@ -3101,11 +3165,11 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3101
3165
  captcha_submit_label: Optional[pulumi.Input[str]] = None,
3102
3166
  captcha_title: Optional[pulumi.Input[str]] = None):
3103
3167
  """
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`.
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`.
3109
3173
  :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`.
3110
3174
  :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.`
3111
3175
  :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`.
@@ -3134,7 +3198,7 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3134
3198
  @pulumi.getter(name="blockAction")
3135
3199
  def block_action(self) -> Optional[pulumi.Input[str]]:
3136
3200
  """
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`.
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`.
3138
3202
  """
3139
3203
  return pulumi.get(self, "block_action")
3140
3204
 
@@ -3146,7 +3210,7 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3146
3210
  @pulumi.getter(name="blockErrorPageCode")
3147
3211
  def block_error_page_code(self) -> Optional[pulumi.Input[str]]:
3148
3212
  """
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`.
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`.
3150
3214
  """
3151
3215
  return pulumi.get(self, "block_error_page_code")
3152
3216
 
@@ -3158,7 +3222,7 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3158
3222
  @pulumi.getter(name="blockErrorPageDescription")
3159
3223
  def block_error_page_description(self) -> Optional[pulumi.Input[str]]:
3160
3224
  """
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.`
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.`
3162
3226
  """
3163
3227
  return pulumi.get(self, "block_error_page_description")
3164
3228
 
@@ -3170,7 +3234,7 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3170
3234
  @pulumi.getter(name="blockErrorPageMessage")
3171
3235
  def block_error_page_message(self) -> Optional[pulumi.Input[str]]:
3172
3236
  """
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`.
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.'
3174
3238
  """
3175
3239
  return pulumi.get(self, "block_error_page_message")
3176
3240
 
@@ -3182,7 +3246,7 @@ class PolicyWafConfigJsChallengeChallengeSettingsArgs:
3182
3246
  @pulumi.getter(name="blockResponseCode")
3183
3247
  def block_response_code(self) -> Optional[pulumi.Input[int]]:
3184
3248
  """
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`.
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`.
3186
3250
  """
3187
3251
  return pulumi.get(self, "block_response_code")
3188
3252
 
@@ -3272,7 +3336,7 @@ class PolicyWafConfigJsChallengeCriteriaArgs:
3272
3336
  * **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"
3273
3337
  * **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`
3274
3338
  * **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`
3275
- :param pulumi.Input[str] value: (Updatable) The criteria value.
3339
+ :param pulumi.Input[str] value: (Updatable) The value of the header.
3276
3340
  :param pulumi.Input[bool] is_case_sensitive: (Updatable) When enabled, the condition will be matched with case-sensitive rules.
3277
3341
  """
3278
3342
  pulumi.set(__self__, "condition", condition)
@@ -3321,7 +3385,7 @@ class PolicyWafConfigJsChallengeCriteriaArgs:
3321
3385
  @pulumi.getter
3322
3386
  def value(self) -> pulumi.Input[str]:
3323
3387
  """
3324
- (Updatable) The criteria value.
3388
+ (Updatable) The value of the header.
3325
3389
  """
3326
3390
  return pulumi.get(self, "value")
3327
3391
 
@@ -3348,7 +3412,11 @@ class PolicyWafConfigJsChallengeSetHttpHeaderArgs:
3348
3412
  name: pulumi.Input[str],
3349
3413
  value: pulumi.Input[str]):
3350
3414
  """
3351
- :param pulumi.Input[str] name: (Updatable) The name of the header.
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
3352
3420
  :param pulumi.Input[str] value: (Updatable) The value of the header.
3353
3421
  """
3354
3422
  pulumi.set(__self__, "name", name)
@@ -3358,7 +3426,11 @@ class PolicyWafConfigJsChallengeSetHttpHeaderArgs:
3358
3426
  @pulumi.getter
3359
3427
  def name(self) -> pulumi.Input[str]:
3360
3428
  """
3361
- (Updatable) The name of the header.
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
3362
3434
  """
3363
3435
  return pulumi.get(self, "name")
3364
3436