pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.0__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.
- pulumi_oci/__init__.py +48 -0
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +10 -8
- pulumi_oci/aianomalydetection/outputs.py +22 -8
- pulumi_oci/aidocument/_inputs.py +22 -18
- pulumi_oci/aidocument/outputs.py +36 -18
- pulumi_oci/ailanguage/_inputs.py +4 -20
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +4 -20
- pulumi_oci/aivision/_inputs.py +0 -16
- pulumi_oci/aivision/outputs.py +0 -16
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +206 -414
- pulumi_oci/apigateway/outputs.py +206 -414
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +18 -26
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +18 -26
- pulumi_oci/autoscaling/_inputs.py +14 -16
- pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
- pulumi_oci/autoscaling/outputs.py +14 -16
- pulumi_oci/bigdataservice/__init__.py +1 -0
- pulumi_oci/bigdataservice/_inputs.py +135 -46
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
- pulumi_oci/bigdataservice/outputs.py +206 -50
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +9 -0
- pulumi_oci/cloudguard/_inputs.py +1066 -488
- pulumi_oci/cloudguard/adhoc_query.py +596 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
- pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +95 -53
- pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
- pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +11 -7
- pulumi_oci/cloudguard/get_data_sources.py +24 -20
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +19 -17
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +5 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
- pulumi_oci/cloudguard/get_saved_queries.py +190 -0
- pulumi_oci/cloudguard/get_saved_query.py +235 -0
- pulumi_oci/cloudguard/get_security_policies.py +14 -12
- pulumi_oci/cloudguard/get_security_policy.py +12 -8
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +14 -12
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +17 -15
- pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
- pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +3493 -1808
- pulumi_oci/cloudguard/responder_recipe.py +41 -39
- pulumi_oci/cloudguard/saved_query.py +595 -0
- pulumi_oci/cloudguard/security_recipe.py +43 -27
- pulumi_oci/cloudguard/security_zone.py +22 -20
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudguard/wlp_agent.py +654 -0
- pulumi_oci/cloudmigrations/_inputs.py +222 -496
- pulumi_oci/cloudmigrations/outputs.py +222 -496
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +7 -35
- pulumi_oci/core/_inputs.py +404 -670
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +4 -20
- pulumi_oci/core/drg_route_table_route_rule.py +7 -0
- pulumi_oci/core/get_image.py +4 -0
- pulumi_oci/core/get_instance.py +4 -0
- pulumi_oci/core/get_public_ip.py +4 -0
- pulumi_oci/core/get_public_ips.py +8 -0
- pulumi_oci/core/get_vtap.py +2 -0
- pulumi_oci/core/get_vtaps.py +2 -0
- pulumi_oci/core/image.py +56 -0
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +70 -28
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +28 -105
- pulumi_oci/core/outputs.py +748 -668
- pulumi_oci/core/public_ip.py +8 -0
- pulumi_oci/core/vnic_attachment.py +8 -24
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +14 -0
- pulumi_oci/database/_inputs.py +188 -220
- pulumi_oci/database/autonomous_database.py +21 -7
- pulumi_oci/database/autonomous_database_wallet.py +28 -0
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +14 -0
- pulumi_oci/database/database.py +28 -44
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +0 -13
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/outputs.py +188 -220
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +12 -36
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +12 -36
- pulumi_oci/dataintegration/_inputs.py +318 -330
- pulumi_oci/dataintegration/outputs.py +318 -330
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +72 -80
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/outputs.py +72 -80
- pulumi_oci/datasafe/report_definition.py +8 -24
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +337 -65
- pulumi_oci/datascience/get_job_run.py +11 -1
- pulumi_oci/datascience/get_model_deployment.py +11 -1
- pulumi_oci/datascience/get_pipeline.py +3 -0
- pulumi_oci/datascience/get_pipeline_run.py +14 -1
- pulumi_oci/datascience/job_run.py +52 -3
- pulumi_oci/datascience/model_deployment.py +51 -2
- pulumi_oci/datascience/outputs.py +767 -104
- pulumi_oci/datascience/pipeline.py +34 -14
- pulumi_oci/datascience/pipeline_run.py +65 -0
- pulumi_oci/devops/_inputs.py +80 -462
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +208 -1141
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +20 -8
- pulumi_oci/dns/outputs.py +42 -8
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +42 -0
- pulumi_oci/events/_inputs.py +4 -12
- pulumi_oci/events/outputs.py +4 -12
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +2 -4
- pulumi_oci/goldengate/outputs.py +2 -4
- pulumi_oci/identity/_inputs.py +4860 -5954
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +119 -140
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
- pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_policy.py +35 -49
- pulumi_oci/identity/domains_rule.py +28 -21
- pulumi_oci/identity/domains_setting.py +35 -21
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +189 -175
- pulumi_oci/identity/domains_user_db_credential.py +37 -41
- pulumi_oci/identity/outputs.py +4913 -6007
- pulumi_oci/integration/_inputs.py +4 -0
- pulumi_oci/integration/outputs.py +16 -4
- pulumi_oci/jms/_inputs.py +0 -8
- pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
- pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
- pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
- pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
- pulumi_oci/jms/outputs.py +38 -24
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +18 -30
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +18 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/outputs.py +26 -34
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +2 -46
- pulumi_oci/managementagent/outputs.py +2 -46
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +8 -32
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +22 -38
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +8 -32
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +21 -0
- pulumi_oci/monitoring/get_alarm.py +3 -0
- pulumi_oci/monitoring/outputs.py +10 -4
- pulumi_oci/mysql/_inputs.py +30 -22
- pulumi_oci/mysql/outputs.py +30 -22
- pulumi_oci/mysql/replica.py +12 -28
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
- pulumi_oci/networkfirewall/outputs.py +4 -0
- pulumi_oci/networkloadbalancer/_inputs.py +10 -26
- pulumi_oci/networkloadbalancer/outputs.py +10 -26
- pulumi_oci/nosql/_inputs.py +4 -12
- pulumi_oci/nosql/outputs.py +4 -12
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +86 -42
- pulumi_oci/ocvp/get_retrieve_password.py +1 -0
- pulumi_oci/ocvp/outputs.py +86 -42
- pulumi_oci/ocvp/sddc.py +49 -77
- pulumi_oci/ons/subscription.py +63 -0
- pulumi_oci/opa/_inputs.py +6 -2
- pulumi_oci/opa/outputs.py +18 -6
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +2 -10
- pulumi_oci/osmanagement/outputs.py +2 -10
- pulumi_oci/osmanagementhub/_inputs.py +24 -8
- pulumi_oci/osmanagementhub/event.py +32 -0
- pulumi_oci/osmanagementhub/get_event.py +8 -0
- pulumi_oci/osmanagementhub/get_events.py +8 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +40 -8
- pulumi_oci/osmanagementhub/software_source.py +7 -7
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +10 -18
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +10 -18
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +77 -26
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +8 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +8 -24
- pulumi_oci/stackmonitoring/_inputs.py +40 -56
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +40 -56
- pulumi_oci/visualbuilder/_inputs.py +6 -2
- pulumi_oci/visualbuilder/outputs.py +18 -6
- pulumi_oci/vnmonitoring/_inputs.py +10 -42
- pulumi_oci/vnmonitoring/outputs.py +10 -42
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +133 -205
- pulumi_oci/waas/outputs.py +133 -205
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +36 -30
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +36 -30
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
pulumi_oci/waas/outputs.py
CHANGED
@@ -636,11 +636,7 @@ class PolicyOriginCustomHeader(dict):
|
|
636
636
|
name: str,
|
637
637
|
value: str):
|
638
638
|
"""
|
639
|
-
:param str name: (Updatable) The
|
640
|
-
|
641
|
-
|
642
|
-
** IMPORTANT **
|
643
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
639
|
+
:param str name: (Updatable) The name of the header.
|
644
640
|
:param str value: (Updatable) The value of the header.
|
645
641
|
"""
|
646
642
|
pulumi.set(__self__, "name", name)
|
@@ -650,11 +646,7 @@ class PolicyOriginCustomHeader(dict):
|
|
650
646
|
@pulumi.getter
|
651
647
|
def name(self) -> str:
|
652
648
|
"""
|
653
|
-
(Updatable) The
|
654
|
-
|
655
|
-
|
656
|
-
** IMPORTANT **
|
657
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
649
|
+
(Updatable) The name of the header.
|
658
650
|
"""
|
659
651
|
return pulumi.get(self, "name")
|
660
652
|
|
@@ -709,7 +701,7 @@ class PolicyOriginGroupOriginGroup(dict):
|
|
709
701
|
origin: str,
|
710
702
|
weight: Optional[int] = None):
|
711
703
|
"""
|
712
|
-
:param str origin:
|
704
|
+
:param 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.
|
713
705
|
"""
|
714
706
|
pulumi.set(__self__, "origin", origin)
|
715
707
|
if weight is not None:
|
@@ -719,7 +711,7 @@ class PolicyOriginGroupOriginGroup(dict):
|
|
719
711
|
@pulumi.getter
|
720
712
|
def origin(self) -> str:
|
721
713
|
"""
|
722
|
-
|
714
|
+
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.
|
723
715
|
"""
|
724
716
|
return pulumi.get(self, "origin")
|
725
717
|
|
@@ -1040,12 +1032,9 @@ class PolicyPolicyConfigHealthChecks(dict):
|
|
1040
1032
|
**Note:** The only currently-supported header fields are Host and User-Agent.
|
1041
1033
|
:param int healthy_threshold: (Updatable) Number of successful health checks after which the server is marked up.
|
1042
1034
|
:param int interval_in_seconds: (Updatable) Time between health checks of an individual origin server, in seconds.
|
1043
|
-
:param bool is_enabled: (Updatable) Enables or disables the
|
1035
|
+
:param bool is_enabled: (Updatable) Enables or disables the health checks.
|
1044
1036
|
:param bool is_response_text_check_enabled: (Updatable) Enables or disables additional check for predefined text in addition to response code.
|
1045
|
-
:param str method: (Updatable)
|
1046
|
-
* **[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.
|
1047
|
-
* **[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.
|
1048
|
-
* **[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.
|
1037
|
+
:param str method: (Updatable) An HTTP verb (i.e. HEAD, GET, or POST) to use when performing the health check.
|
1049
1038
|
:param str path: (Updatable) Path to visit on your origins when performing the health check.
|
1050
1039
|
:param int timeout_in_seconds: (Updatable) Response timeout represents wait time until request is considered failed, in seconds.
|
1051
1040
|
:param int unhealthy_threshold: (Updatable) Number of failed health checks after which the server is marked down.
|
@@ -1123,7 +1112,7 @@ class PolicyPolicyConfigHealthChecks(dict):
|
|
1123
1112
|
@pulumi.getter(name="isEnabled")
|
1124
1113
|
def is_enabled(self) -> Optional[bool]:
|
1125
1114
|
"""
|
1126
|
-
(Updatable) Enables or disables the
|
1115
|
+
(Updatable) Enables or disables the health checks.
|
1127
1116
|
"""
|
1128
1117
|
return pulumi.get(self, "is_enabled")
|
1129
1118
|
|
@@ -1139,10 +1128,7 @@ class PolicyPolicyConfigHealthChecks(dict):
|
|
1139
1128
|
@pulumi.getter
|
1140
1129
|
def method(self) -> Optional[str]:
|
1141
1130
|
"""
|
1142
|
-
(Updatable)
|
1143
|
-
* **[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.
|
1144
|
-
* **[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.
|
1145
|
-
* **[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.
|
1131
|
+
(Updatable) An HTTP verb (i.e. HEAD, GET, or POST) to use when performing the health check.
|
1146
1132
|
"""
|
1147
1133
|
return pulumi.get(self, "method")
|
1148
1134
|
|
@@ -1202,11 +1188,7 @@ class PolicyPolicyConfigLoadBalancingMethod(dict):
|
|
1202
1188
|
* **[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.
|
1203
1189
|
:param str domain: (Updatable) The domain for which the cookie is set, defaults to WAAS policy domain.
|
1204
1190
|
:param 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.
|
1205
|
-
:param str name: (Updatable) The
|
1206
|
-
|
1207
|
-
|
1208
|
-
** IMPORTANT **
|
1209
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1191
|
+
:param str name: (Updatable) The name of the cookie used to track the persistence. Can contain any US-ASCII character except separator or control character.
|
1210
1192
|
"""
|
1211
1193
|
pulumi.set(__self__, "method", method)
|
1212
1194
|
if domain is not None:
|
@@ -1247,11 +1229,7 @@ class PolicyPolicyConfigLoadBalancingMethod(dict):
|
|
1247
1229
|
@pulumi.getter
|
1248
1230
|
def name(self) -> Optional[str]:
|
1249
1231
|
"""
|
1250
|
-
(Updatable) The
|
1251
|
-
|
1252
|
-
|
1253
|
-
** IMPORTANT **
|
1254
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1232
|
+
(Updatable) The name of the cookie used to track the persistence. Can contain any US-ASCII character except separator or control character.
|
1255
1233
|
"""
|
1256
1234
|
return pulumi.get(self, "name")
|
1257
1235
|
|
@@ -1501,27 +1479,31 @@ class PolicyWafConfigAccessRule(dict):
|
|
1501
1479
|
redirect_url: Optional[str] = None,
|
1502
1480
|
response_header_manipulations: Optional[Sequence['outputs.PolicyWafConfigAccessRuleResponseHeaderManipulation']] = None):
|
1503
1481
|
"""
|
1504
|
-
:param str action: (Updatable) The action to take
|
1505
|
-
|
1506
|
-
|
1482
|
+
:param str action: (Updatable) The action to take when the access criteria are met for a rule. If unspecified, defaults to `ALLOW`.
|
1483
|
+
* **ALLOW:** Takes no action, just logs the request.
|
1484
|
+
* **DETECT:** Takes no action, but creates an alert for the request.
|
1485
|
+
* **BLOCK:** Blocks the request by returning specified response code or showing error page.
|
1486
|
+
* **BYPASS:** Bypasses some or all challenges.
|
1487
|
+
* **REDIRECT:** Redirects the request to the specified URL. These fields are required when `REDIRECT` is selected: `redirectUrl`, `redirectResponseCode`.
|
1488
|
+
* **SHOW_CAPTCHA:** Show a CAPTCHA Challenge page instead of the requested page.
|
1507
1489
|
|
1508
|
-
|
1509
|
-
|
1510
|
-
|
1511
|
-
:param str block_action: (Updatable)
|
1512
|
-
:param 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
|
1513
|
-
:param 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
|
1514
|
-
:param 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
|
1515
|
-
:param int block_response_code: (Updatable) The response code
|
1490
|
+
Regardless of action, no further rules are processed once a rule is matched.
|
1491
|
+
:param Sequence['PolicyWafConfigAccessRuleCriteriaArgs'] criterias: (Updatable) The list of access rule criteria. The rule would be applied only for the requests that matched all the listed conditions.
|
1492
|
+
:param str name: (Updatable) The unique name of the access rule.
|
1493
|
+
:param 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`.
|
1494
|
+
:param 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'.
|
1495
|
+
:param 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.'
|
1496
|
+
:param 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.'
|
1497
|
+
:param 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`.
|
1516
1498
|
:param Sequence[str] bypass_challenges: (Updatable) The list of challenges to bypass when `action` is set to `BYPASS`. If unspecified or empty, all challenges are bypassed.
|
1517
1499
|
* **JS_CHALLENGE:** Bypasses JavaScript Challenge.
|
1518
1500
|
* **DEVICE_FINGERPRINT_CHALLENGE:** Bypasses Device Fingerprint Challenge.
|
1519
1501
|
* **HUMAN_INTERACTION_CHALLENGE:** Bypasses Human Interaction Challenge.
|
1520
1502
|
* **CAPTCHA:** Bypasses CAPTCHA Challenge.
|
1521
|
-
:param str captcha_footer: (Updatable) The text to show in the footer when showing a CAPTCHA challenge when `action` is set to `
|
1522
|
-
:param str captcha_header: (Updatable) The text to show in the header when showing a CAPTCHA challenge when `action` is set to `
|
1523
|
-
:param str captcha_submit_label: (Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `
|
1524
|
-
:param str captcha_title: (Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `
|
1503
|
+
:param 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.
|
1504
|
+
:param 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.
|
1505
|
+
:param 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.
|
1506
|
+
:param str captcha_title: (Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `SHOW_CAPTCHA` and the request is challenged.
|
1525
1507
|
:param str redirect_response_code: (Updatable) The response status code to return when `action` is set to `REDIRECT`.
|
1526
1508
|
* **MOVED_PERMANENTLY:** Used for designating the permanent movement of a page (numerical code - 301).
|
1527
1509
|
* **FOUND:** Used for designating the temporary movement of a page (numerical code - 302).
|
@@ -1562,7 +1544,15 @@ class PolicyWafConfigAccessRule(dict):
|
|
1562
1544
|
@pulumi.getter
|
1563
1545
|
def action(self) -> str:
|
1564
1546
|
"""
|
1565
|
-
(Updatable) The action to take
|
1547
|
+
(Updatable) The action to take when the access criteria are met for a rule. If unspecified, defaults to `ALLOW`.
|
1548
|
+
* **ALLOW:** Takes no action, just logs the request.
|
1549
|
+
* **DETECT:** Takes no action, but creates an alert for the request.
|
1550
|
+
* **BLOCK:** Blocks the request by returning specified response code or showing error page.
|
1551
|
+
* **BYPASS:** Bypasses some or all challenges.
|
1552
|
+
* **REDIRECT:** Redirects the request to the specified URL. These fields are required when `REDIRECT` is selected: `redirectUrl`, `redirectResponseCode`.
|
1553
|
+
* **SHOW_CAPTCHA:** Show a CAPTCHA Challenge page instead of the requested page.
|
1554
|
+
|
1555
|
+
Regardless of action, no further rules are processed once a rule is matched.
|
1566
1556
|
"""
|
1567
1557
|
return pulumi.get(self, "action")
|
1568
1558
|
|
@@ -1570,7 +1560,7 @@ class PolicyWafConfigAccessRule(dict):
|
|
1570
1560
|
@pulumi.getter
|
1571
1561
|
def criterias(self) -> Sequence['outputs.PolicyWafConfigAccessRuleCriteria']:
|
1572
1562
|
"""
|
1573
|
-
(Updatable)
|
1563
|
+
(Updatable) The list of access rule criteria. The rule would be applied only for the requests that matched all the listed conditions.
|
1574
1564
|
"""
|
1575
1565
|
return pulumi.get(self, "criterias")
|
1576
1566
|
|
@@ -1578,11 +1568,7 @@ class PolicyWafConfigAccessRule(dict):
|
|
1578
1568
|
@pulumi.getter
|
1579
1569
|
def name(self) -> str:
|
1580
1570
|
"""
|
1581
|
-
(Updatable) The unique name of the
|
1582
|
-
|
1583
|
-
|
1584
|
-
** IMPORTANT **
|
1585
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1571
|
+
(Updatable) The unique name of the access rule.
|
1586
1572
|
"""
|
1587
1573
|
return pulumi.get(self, "name")
|
1588
1574
|
|
@@ -1590,7 +1576,7 @@ class PolicyWafConfigAccessRule(dict):
|
|
1590
1576
|
@pulumi.getter(name="blockAction")
|
1591
1577
|
def block_action(self) -> Optional[str]:
|
1592
1578
|
"""
|
1593
|
-
(Updatable)
|
1579
|
+
(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`.
|
1594
1580
|
"""
|
1595
1581
|
return pulumi.get(self, "block_action")
|
1596
1582
|
|
@@ -1598,7 +1584,7 @@ class PolicyWafConfigAccessRule(dict):
|
|
1598
1584
|
@pulumi.getter(name="blockErrorPageCode")
|
1599
1585
|
def block_error_page_code(self) -> Optional[str]:
|
1600
1586
|
"""
|
1601
|
-
(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
|
1587
|
+
(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'.
|
1602
1588
|
"""
|
1603
1589
|
return pulumi.get(self, "block_error_page_code")
|
1604
1590
|
|
@@ -1606,7 +1592,7 @@ class PolicyWafConfigAccessRule(dict):
|
|
1606
1592
|
@pulumi.getter(name="blockErrorPageDescription")
|
1607
1593
|
def block_error_page_description(self) -> Optional[str]:
|
1608
1594
|
"""
|
1609
|
-
(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
|
1595
|
+
(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.'
|
1610
1596
|
"""
|
1611
1597
|
return pulumi.get(self, "block_error_page_description")
|
1612
1598
|
|
@@ -1614,7 +1600,7 @@ class PolicyWafConfigAccessRule(dict):
|
|
1614
1600
|
@pulumi.getter(name="blockErrorPageMessage")
|
1615
1601
|
def block_error_page_message(self) -> Optional[str]:
|
1616
1602
|
"""
|
1617
|
-
(Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the
|
1603
|
+
(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.'
|
1618
1604
|
"""
|
1619
1605
|
return pulumi.get(self, "block_error_page_message")
|
1620
1606
|
|
@@ -1622,7 +1608,7 @@ class PolicyWafConfigAccessRule(dict):
|
|
1622
1608
|
@pulumi.getter(name="blockResponseCode")
|
1623
1609
|
def block_response_code(self) -> Optional[int]:
|
1624
1610
|
"""
|
1625
|
-
(Updatable) The response code
|
1611
|
+
(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`.
|
1626
1612
|
"""
|
1627
1613
|
return pulumi.get(self, "block_response_code")
|
1628
1614
|
|
@@ -1642,7 +1628,7 @@ class PolicyWafConfigAccessRule(dict):
|
|
1642
1628
|
@pulumi.getter(name="captchaFooter")
|
1643
1629
|
def captcha_footer(self) -> Optional[str]:
|
1644
1630
|
"""
|
1645
|
-
(Updatable) The text to show in the footer when showing a CAPTCHA challenge when `action` is set to `
|
1631
|
+
(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.
|
1646
1632
|
"""
|
1647
1633
|
return pulumi.get(self, "captcha_footer")
|
1648
1634
|
|
@@ -1650,7 +1636,7 @@ class PolicyWafConfigAccessRule(dict):
|
|
1650
1636
|
@pulumi.getter(name="captchaHeader")
|
1651
1637
|
def captcha_header(self) -> Optional[str]:
|
1652
1638
|
"""
|
1653
|
-
(Updatable) The text to show in the header when showing a CAPTCHA challenge when `action` is set to `
|
1639
|
+
(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.
|
1654
1640
|
"""
|
1655
1641
|
return pulumi.get(self, "captcha_header")
|
1656
1642
|
|
@@ -1658,7 +1644,7 @@ class PolicyWafConfigAccessRule(dict):
|
|
1658
1644
|
@pulumi.getter(name="captchaSubmitLabel")
|
1659
1645
|
def captcha_submit_label(self) -> Optional[str]:
|
1660
1646
|
"""
|
1661
|
-
(Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `
|
1647
|
+
(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.
|
1662
1648
|
"""
|
1663
1649
|
return pulumi.get(self, "captcha_submit_label")
|
1664
1650
|
|
@@ -1666,7 +1652,7 @@ class PolicyWafConfigAccessRule(dict):
|
|
1666
1652
|
@pulumi.getter(name="captchaTitle")
|
1667
1653
|
def captcha_title(self) -> Optional[str]:
|
1668
1654
|
"""
|
1669
|
-
(Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `
|
1655
|
+
(Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `SHOW_CAPTCHA` and the request is challenged.
|
1670
1656
|
"""
|
1671
1657
|
return pulumi.get(self, "captcha_title")
|
1672
1658
|
|
@@ -1747,7 +1733,7 @@ class PolicyWafConfigAccessRuleCriteria(dict):
|
|
1747
1733
|
* **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"
|
1748
1734
|
* **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`
|
1749
1735
|
* **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`
|
1750
|
-
:param str value: (Updatable) The value
|
1736
|
+
:param str value: (Updatable) The criteria value.
|
1751
1737
|
:param bool is_case_sensitive: (Updatable) When enabled, the condition will be matched with case-sensitive rules.
|
1752
1738
|
"""
|
1753
1739
|
pulumi.set(__self__, "condition", condition)
|
@@ -1792,7 +1778,7 @@ class PolicyWafConfigAccessRuleCriteria(dict):
|
|
1792
1778
|
@pulumi.getter
|
1793
1779
|
def value(self) -> str:
|
1794
1780
|
"""
|
1795
|
-
(Updatable) The value
|
1781
|
+
(Updatable) The criteria value.
|
1796
1782
|
"""
|
1797
1783
|
return pulumi.get(self, "value")
|
1798
1784
|
|
@@ -1812,9 +1798,9 @@ class PolicyWafConfigAccessRuleResponseHeaderManipulation(dict):
|
|
1812
1798
|
header: str,
|
1813
1799
|
value: Optional[str] = None):
|
1814
1800
|
"""
|
1815
|
-
:param str action: (Updatable) The action
|
1801
|
+
:param str action: (Updatable) The action can be one of these values: `ADD_HTTP_RESPONSE_HEADER`, `EXTEND_HTTP_RESPONSE_HEADER`, `REMOVE_HTTP_RESPONSE_HEADER`
|
1816
1802
|
:param str header: (Updatable) A header field name that conforms to RFC 7230. Example: `example_header_name`
|
1817
|
-
:param str value: (Updatable)
|
1803
|
+
:param str value: (Updatable) A header field value that conforms to RFC 7230. Example: `example_value`
|
1818
1804
|
"""
|
1819
1805
|
pulumi.set(__self__, "action", action)
|
1820
1806
|
pulumi.set(__self__, "header", header)
|
@@ -1825,7 +1811,7 @@ class PolicyWafConfigAccessRuleResponseHeaderManipulation(dict):
|
|
1825
1811
|
@pulumi.getter
|
1826
1812
|
def action(self) -> str:
|
1827
1813
|
"""
|
1828
|
-
(Updatable) The action
|
1814
|
+
(Updatable) The action can be one of these values: `ADD_HTTP_RESPONSE_HEADER`, `EXTEND_HTTP_RESPONSE_HEADER`, `REMOVE_HTTP_RESPONSE_HEADER`
|
1829
1815
|
"""
|
1830
1816
|
return pulumi.get(self, "action")
|
1831
1817
|
|
@@ -1841,7 +1827,7 @@ class PolicyWafConfigAccessRuleResponseHeaderManipulation(dict):
|
|
1841
1827
|
@pulumi.getter
|
1842
1828
|
def value(self) -> Optional[str]:
|
1843
1829
|
"""
|
1844
|
-
(Updatable)
|
1830
|
+
(Updatable) A header field value that conforms to RFC 7230. Example: `example_value`
|
1845
1831
|
"""
|
1846
1832
|
return pulumi.get(self, "value")
|
1847
1833
|
|
@@ -1877,9 +1863,9 @@ class PolicyWafConfigAddressRateLimiting(dict):
|
|
1877
1863
|
block_response_code: Optional[int] = None,
|
1878
1864
|
max_delayed_count_per_address: Optional[int] = None):
|
1879
1865
|
"""
|
1880
|
-
:param bool is_enabled: (Updatable) Enables or disables the
|
1866
|
+
:param bool is_enabled: (Updatable) Enables or disables the address rate limiting Web Application Firewall feature.
|
1881
1867
|
:param int allowed_rate_per_address: (Updatable) The number of allowed requests per second from one IP address. If unspecified, defaults to `1`.
|
1882
|
-
:param int block_response_code: (Updatable) The response code returned when
|
1868
|
+
:param 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`.
|
1883
1869
|
:param 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`.
|
1884
1870
|
"""
|
1885
1871
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
@@ -1894,7 +1880,7 @@ class PolicyWafConfigAddressRateLimiting(dict):
|
|
1894
1880
|
@pulumi.getter(name="isEnabled")
|
1895
1881
|
def is_enabled(self) -> bool:
|
1896
1882
|
"""
|
1897
|
-
(Updatable) Enables or disables the
|
1883
|
+
(Updatable) Enables or disables the address rate limiting Web Application Firewall feature.
|
1898
1884
|
"""
|
1899
1885
|
return pulumi.get(self, "is_enabled")
|
1900
1886
|
|
@@ -1910,7 +1896,7 @@ class PolicyWafConfigAddressRateLimiting(dict):
|
|
1910
1896
|
@pulumi.getter(name="blockResponseCode")
|
1911
1897
|
def block_response_code(self) -> Optional[int]:
|
1912
1898
|
"""
|
1913
|
-
(Updatable) The response code returned when
|
1899
|
+
(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`.
|
1914
1900
|
"""
|
1915
1901
|
return pulumi.get(self, "block_response_code")
|
1916
1902
|
|
@@ -1955,13 +1941,11 @@ class PolicyWafConfigCachingRule(dict):
|
|
1955
1941
|
is_client_caching_enabled: Optional[bool] = None,
|
1956
1942
|
key: Optional[str] = None):
|
1957
1943
|
"""
|
1958
|
-
:param str action: (Updatable) The action to take
|
1959
|
-
|
1960
|
-
|
1961
|
-
|
1962
|
-
|
1963
|
-
** IMPORTANT **
|
1964
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1944
|
+
:param str action: (Updatable) The action to take when the criteria of a caching rule are met.
|
1945
|
+
* **CACHE:** Caches requested content when the criteria of the rule are met.
|
1946
|
+
* **BYPASS_CACHE:** Allows requests to bypass the cache and be directed to the origin when the criteria of the rule is met.
|
1947
|
+
:param Sequence['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.
|
1948
|
+
:param str name: (Updatable) The name of the caching rule.
|
1965
1949
|
:param 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`
|
1966
1950
|
:param 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`
|
1967
1951
|
:param 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.
|
@@ -1983,7 +1967,9 @@ class PolicyWafConfigCachingRule(dict):
|
|
1983
1967
|
@pulumi.getter
|
1984
1968
|
def action(self) -> str:
|
1985
1969
|
"""
|
1986
|
-
(Updatable) The action to take
|
1970
|
+
(Updatable) The action to take when the criteria of a caching rule are met.
|
1971
|
+
* **CACHE:** Caches requested content when the criteria of the rule are met.
|
1972
|
+
* **BYPASS_CACHE:** Allows requests to bypass the cache and be directed to the origin when the criteria of the rule is met.
|
1987
1973
|
"""
|
1988
1974
|
return pulumi.get(self, "action")
|
1989
1975
|
|
@@ -1991,7 +1977,7 @@ class PolicyWafConfigCachingRule(dict):
|
|
1991
1977
|
@pulumi.getter
|
1992
1978
|
def criterias(self) -> Sequence['outputs.PolicyWafConfigCachingRuleCriteria']:
|
1993
1979
|
"""
|
1994
|
-
(Updatable)
|
1980
|
+
(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.
|
1995
1981
|
"""
|
1996
1982
|
return pulumi.get(self, "criterias")
|
1997
1983
|
|
@@ -1999,11 +1985,7 @@ class PolicyWafConfigCachingRule(dict):
|
|
1999
1985
|
@pulumi.getter
|
2000
1986
|
def name(self) -> str:
|
2001
1987
|
"""
|
2002
|
-
(Updatable) The
|
2003
|
-
|
2004
|
-
|
2005
|
-
** IMPORTANT **
|
2006
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1988
|
+
(Updatable) The name of the caching rule.
|
2007
1989
|
"""
|
2008
1990
|
return pulumi.get(self, "name")
|
2009
1991
|
|
@@ -2046,33 +2028,14 @@ class PolicyWafConfigCachingRuleCriteria(dict):
|
|
2046
2028
|
condition: str,
|
2047
2029
|
value: str):
|
2048
2030
|
"""
|
2049
|
-
:param str condition: (Updatable) The
|
2050
|
-
* **URL_IS:** Matches if the concatenation of request URL path and query is identical to the contents of the `value` field.
|
2051
|
-
* **
|
2052
|
-
* **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 `/`.
|
2031
|
+
:param str condition: (Updatable) The condition of the caching rule criteria.
|
2032
|
+
* **URL_IS:** Matches if the concatenation of request URL path and query is identical to the contents of the `value` field.
|
2033
|
+
* **URL_STARTS_WITH:** Matches if the concatenation of request URL path and query starts with the contents of the `value` field.
|
2053
2034
|
* **URL_PART_ENDS_WITH:** Matches if the concatenation of request URL path and query ends with the contents of the `value` field.
|
2054
2035
|
* **URL_PART_CONTAINS:** Matches if the concatenation of request URL path and query contains the contents of the `value` field.
|
2055
|
-
* **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).
|
2056
|
-
* **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).
|
2057
|
-
* **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.
|
2058
|
-
* **URL_PART_DOES_NOT_CONTAIN:** Matches if the concatenation of request URL path and query does not contain the contents of the `value` field.
|
2059
|
-
* **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.
|
2060
|
-
* **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"
|
2061
|
-
* **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"
|
2062
|
-
* **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.
|
2063
|
-
* **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.
|
2064
|
-
* **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.
|
2065
|
-
* **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`
|
2066
2036
|
|
2067
|
-
|
2068
|
-
|
2069
|
-
|
2070
|
-
*Example:* "GET\\nPOST"
|
2071
|
-
* **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"
|
2072
|
-
* **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"
|
2073
|
-
* **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`
|
2074
|
-
* **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`
|
2075
|
-
:param str value: (Updatable) The value of the header.
|
2037
|
+
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.
|
2038
|
+
:param str value: (Updatable) The value of the caching rule criteria.
|
2076
2039
|
"""
|
2077
2040
|
pulumi.set(__self__, "condition", condition)
|
2078
2041
|
pulumi.set(__self__, "value", value)
|
@@ -2081,32 +2044,13 @@ class PolicyWafConfigCachingRuleCriteria(dict):
|
|
2081
2044
|
@pulumi.getter
|
2082
2045
|
def condition(self) -> str:
|
2083
2046
|
"""
|
2084
|
-
(Updatable) The
|
2085
|
-
* **URL_IS:** Matches if the concatenation of request URL path and query is identical to the contents of the `value` field.
|
2086
|
-
* **
|
2087
|
-
* **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 `/`.
|
2047
|
+
(Updatable) The condition of the caching rule criteria.
|
2048
|
+
* **URL_IS:** Matches if the concatenation of request URL path and query is identical to the contents of the `value` field.
|
2049
|
+
* **URL_STARTS_WITH:** Matches if the concatenation of request URL path and query starts with the contents of the `value` field.
|
2088
2050
|
* **URL_PART_ENDS_WITH:** Matches if the concatenation of request URL path and query ends with the contents of the `value` field.
|
2089
2051
|
* **URL_PART_CONTAINS:** Matches if the concatenation of request URL path and query contains the contents of the `value` field.
|
2090
|
-
* **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).
|
2091
|
-
* **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).
|
2092
|
-
* **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.
|
2093
|
-
* **URL_PART_DOES_NOT_CONTAIN:** Matches if the concatenation of request URL path and query does not contain the contents of the `value` field.
|
2094
|
-
* **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.
|
2095
|
-
* **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"
|
2096
|
-
* **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"
|
2097
|
-
* **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.
|
2098
|
-
* **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.
|
2099
|
-
* **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.
|
2100
|
-
* **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`
|
2101
2052
|
|
2102
|
-
|
2103
|
-
* **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`
|
2104
|
-
|
2105
|
-
*Example:* "GET\\nPOST"
|
2106
|
-
* **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"
|
2107
|
-
* **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"
|
2108
|
-
* **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`
|
2109
|
-
* **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`
|
2053
|
+
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.
|
2110
2054
|
"""
|
2111
2055
|
return pulumi.get(self, "condition")
|
2112
2056
|
|
@@ -2114,7 +2058,7 @@ class PolicyWafConfigCachingRuleCriteria(dict):
|
|
2114
2058
|
@pulumi.getter
|
2115
2059
|
def value(self) -> str:
|
2116
2060
|
"""
|
2117
|
-
(Updatable) The value of the
|
2061
|
+
(Updatable) The value of the caching rule criteria.
|
2118
2062
|
"""
|
2119
2063
|
return pulumi.get(self, "value")
|
2120
2064
|
|
@@ -2237,8 +2181,8 @@ class PolicyWafConfigCustomProtectionRule(dict):
|
|
2237
2181
|
exclusions: Optional[Sequence['outputs.PolicyWafConfigCustomProtectionRuleExclusion']] = None,
|
2238
2182
|
id: Optional[str] = None):
|
2239
2183
|
"""
|
2240
|
-
:param str action: (Updatable) The action to take
|
2241
|
-
:param Sequence['PolicyWafConfigCustomProtectionRuleExclusionArgs'] exclusions: (Updatable)
|
2184
|
+
:param 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.
|
2185
|
+
:param Sequence['PolicyWafConfigCustomProtectionRuleExclusionArgs'] exclusions: (Updatable)
|
2242
2186
|
:param str id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom protection rule.
|
2243
2187
|
"""
|
2244
2188
|
if action is not None:
|
@@ -2252,7 +2196,7 @@ class PolicyWafConfigCustomProtectionRule(dict):
|
|
2252
2196
|
@pulumi.getter
|
2253
2197
|
def action(self) -> Optional[str]:
|
2254
2198
|
"""
|
2255
|
-
(Updatable) The action to take
|
2199
|
+
(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.
|
2256
2200
|
"""
|
2257
2201
|
return pulumi.get(self, "action")
|
2258
2202
|
|
@@ -2260,7 +2204,7 @@ class PolicyWafConfigCustomProtectionRule(dict):
|
|
2260
2204
|
@pulumi.getter
|
2261
2205
|
def exclusions(self) -> Optional[Sequence['outputs.PolicyWafConfigCustomProtectionRuleExclusion']]:
|
2262
2206
|
"""
|
2263
|
-
(Updatable)
|
2207
|
+
(Updatable)
|
2264
2208
|
"""
|
2265
2209
|
return pulumi.get(self, "exclusions")
|
2266
2210
|
|
@@ -2345,12 +2289,12 @@ class PolicyWafConfigDeviceFingerprintChallenge(dict):
|
|
2345
2289
|
max_address_count: Optional[int] = None,
|
2346
2290
|
max_address_count_expiration_in_seconds: Optional[int] = None):
|
2347
2291
|
"""
|
2348
|
-
:param bool is_enabled: (Updatable) Enables or disables the
|
2349
|
-
:param str action: (Updatable) The action to take
|
2350
|
-
:param int action_expiration_in_seconds: (Updatable) The number of seconds between challenges
|
2292
|
+
:param bool is_enabled: (Updatable) Enables or disables the device fingerprint challenge Web Application Firewall feature.
|
2293
|
+
:param str action: (Updatable) The action to take on requests from detected bots. If unspecified, defaults to `DETECT`.
|
2294
|
+
:param int action_expiration_in_seconds: (Updatable) The number of seconds between challenges for the same IP address. If unspecified, defaults to `60`.
|
2351
2295
|
:param 'PolicyWafConfigDeviceFingerprintChallengeChallengeSettingsArgs' challenge_settings: (Updatable) The challenge settings if `action` is set to `BLOCK`.
|
2352
|
-
:param int failure_threshold: (Updatable) The number of failed requests before taking action. If unspecified, defaults to `10`.
|
2353
|
-
:param int failure_threshold_expiration_in_seconds: (Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to
|
2296
|
+
:param int failure_threshold: (Updatable) The number of failed requests allowed before taking action. If unspecified, defaults to `10`.
|
2297
|
+
:param int failure_threshold_expiration_in_seconds: (Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to `60`.
|
2354
2298
|
:param int max_address_count: (Updatable) The maximum number of IP addresses permitted with the same device fingerprint. If unspecified, defaults to `20`.
|
2355
2299
|
:param int max_address_count_expiration_in_seconds: (Updatable) The number of seconds before the maximum addresses count resets. If unspecified, defaults to `60`.
|
2356
2300
|
"""
|
@@ -2374,7 +2318,7 @@ class PolicyWafConfigDeviceFingerprintChallenge(dict):
|
|
2374
2318
|
@pulumi.getter(name="isEnabled")
|
2375
2319
|
def is_enabled(self) -> bool:
|
2376
2320
|
"""
|
2377
|
-
(Updatable) Enables or disables the
|
2321
|
+
(Updatable) Enables or disables the device fingerprint challenge Web Application Firewall feature.
|
2378
2322
|
"""
|
2379
2323
|
return pulumi.get(self, "is_enabled")
|
2380
2324
|
|
@@ -2382,7 +2326,7 @@ class PolicyWafConfigDeviceFingerprintChallenge(dict):
|
|
2382
2326
|
@pulumi.getter
|
2383
2327
|
def action(self) -> Optional[str]:
|
2384
2328
|
"""
|
2385
|
-
(Updatable) The action to take
|
2329
|
+
(Updatable) The action to take on requests from detected bots. If unspecified, defaults to `DETECT`.
|
2386
2330
|
"""
|
2387
2331
|
return pulumi.get(self, "action")
|
2388
2332
|
|
@@ -2390,7 +2334,7 @@ class PolicyWafConfigDeviceFingerprintChallenge(dict):
|
|
2390
2334
|
@pulumi.getter(name="actionExpirationInSeconds")
|
2391
2335
|
def action_expiration_in_seconds(self) -> Optional[int]:
|
2392
2336
|
"""
|
2393
|
-
(Updatable) The number of seconds between challenges
|
2337
|
+
(Updatable) The number of seconds between challenges for the same IP address. If unspecified, defaults to `60`.
|
2394
2338
|
"""
|
2395
2339
|
return pulumi.get(self, "action_expiration_in_seconds")
|
2396
2340
|
|
@@ -2406,7 +2350,7 @@ class PolicyWafConfigDeviceFingerprintChallenge(dict):
|
|
2406
2350
|
@pulumi.getter(name="failureThreshold")
|
2407
2351
|
def failure_threshold(self) -> Optional[int]:
|
2408
2352
|
"""
|
2409
|
-
(Updatable) The number of failed requests before taking action. If unspecified, defaults to `10`.
|
2353
|
+
(Updatable) The number of failed requests allowed before taking action. If unspecified, defaults to `10`.
|
2410
2354
|
"""
|
2411
2355
|
return pulumi.get(self, "failure_threshold")
|
2412
2356
|
|
@@ -2414,7 +2358,7 @@ class PolicyWafConfigDeviceFingerprintChallenge(dict):
|
|
2414
2358
|
@pulumi.getter(name="failureThresholdExpirationInSeconds")
|
2415
2359
|
def failure_threshold_expiration_in_seconds(self) -> Optional[int]:
|
2416
2360
|
"""
|
2417
|
-
(Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to
|
2361
|
+
(Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to `60`.
|
2418
2362
|
"""
|
2419
2363
|
return pulumi.get(self, "failure_threshold_expiration_in_seconds")
|
2420
2364
|
|
@@ -2481,11 +2425,11 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettings(dict):
|
|
2481
2425
|
captcha_submit_label: Optional[str] = None,
|
2482
2426
|
captcha_title: Optional[str] = None):
|
2483
2427
|
"""
|
2484
|
-
:param str block_action: (Updatable)
|
2485
|
-
:param 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
|
2486
|
-
:param 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
|
2487
|
-
:param 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
|
2488
|
-
:param int block_response_code: (Updatable) The response code
|
2428
|
+
:param 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`.
|
2429
|
+
:param 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`.
|
2430
|
+
:param 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.`
|
2431
|
+
:param 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`.
|
2432
|
+
:param 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`.
|
2489
2433
|
:param 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`.
|
2490
2434
|
:param 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.`
|
2491
2435
|
:param 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`.
|
@@ -2514,7 +2458,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettings(dict):
|
|
2514
2458
|
@pulumi.getter(name="blockAction")
|
2515
2459
|
def block_action(self) -> Optional[str]:
|
2516
2460
|
"""
|
2517
|
-
(Updatable)
|
2461
|
+
(Updatable) The method used to block requests that fail the challenge, if `action` is set to `BLOCK`. If unspecified, defaults to `SHOW_ERROR_PAGE`.
|
2518
2462
|
"""
|
2519
2463
|
return pulumi.get(self, "block_action")
|
2520
2464
|
|
@@ -2522,7 +2466,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettings(dict):
|
|
2522
2466
|
@pulumi.getter(name="blockErrorPageCode")
|
2523
2467
|
def block_error_page_code(self) -> Optional[str]:
|
2524
2468
|
"""
|
2525
|
-
(Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE
|
2469
|
+
(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`.
|
2526
2470
|
"""
|
2527
2471
|
return pulumi.get(self, "block_error_page_code")
|
2528
2472
|
|
@@ -2530,7 +2474,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettings(dict):
|
|
2530
2474
|
@pulumi.getter(name="blockErrorPageDescription")
|
2531
2475
|
def block_error_page_description(self) -> Optional[str]:
|
2532
2476
|
"""
|
2533
|
-
(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
|
2477
|
+
(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.`
|
2534
2478
|
"""
|
2535
2479
|
return pulumi.get(self, "block_error_page_description")
|
2536
2480
|
|
@@ -2538,7 +2482,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettings(dict):
|
|
2538
2482
|
@pulumi.getter(name="blockErrorPageMessage")
|
2539
2483
|
def block_error_page_message(self) -> Optional[str]:
|
2540
2484
|
"""
|
2541
|
-
(Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the
|
2485
|
+
(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`.
|
2542
2486
|
"""
|
2543
2487
|
return pulumi.get(self, "block_error_page_message")
|
2544
2488
|
|
@@ -2546,7 +2490,7 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettings(dict):
|
|
2546
2490
|
@pulumi.getter(name="blockResponseCode")
|
2547
2491
|
def block_response_code(self) -> Optional[int]:
|
2548
2492
|
"""
|
2549
|
-
(Updatable) The response code
|
2493
|
+
(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`.
|
2550
2494
|
"""
|
2551
2495
|
return pulumi.get(self, "block_response_code")
|
2552
2496
|
|
@@ -2630,9 +2574,9 @@ class PolicyWafConfigHumanInteractionChallenge(dict):
|
|
2630
2574
|
recording_period_in_seconds: Optional[int] = None,
|
2631
2575
|
set_http_header: Optional['outputs.PolicyWafConfigHumanInteractionChallengeSetHttpHeader'] = None):
|
2632
2576
|
"""
|
2633
|
-
:param bool is_enabled: (Updatable) Enables or disables the
|
2577
|
+
:param bool is_enabled: (Updatable) Enables or disables the human interaction challenge Web Application Firewall feature.
|
2634
2578
|
:param str action: (Updatable) The action to take against requests from detected bots. If unspecified, defaults to `DETECT`.
|
2635
|
-
:param int action_expiration_in_seconds: (Updatable) The number of seconds between challenges
|
2579
|
+
:param int action_expiration_in_seconds: (Updatable) The number of seconds between challenges for the same IP address. If unspecified, defaults to `60`.
|
2636
2580
|
:param 'PolicyWafConfigHumanInteractionChallengeChallengeSettingsArgs' challenge_settings: (Updatable) The challenge settings if `action` is set to `BLOCK`.
|
2637
2581
|
:param int failure_threshold: (Updatable) The number of failed requests before taking action. If unspecified, defaults to `10`.
|
2638
2582
|
:param int failure_threshold_expiration_in_seconds: (Updatable) The number of seconds before the failure threshold resets. If unspecified, defaults to `60`.
|
@@ -2665,7 +2609,7 @@ class PolicyWafConfigHumanInteractionChallenge(dict):
|
|
2665
2609
|
@pulumi.getter(name="isEnabled")
|
2666
2610
|
def is_enabled(self) -> bool:
|
2667
2611
|
"""
|
2668
|
-
(Updatable) Enables or disables the
|
2612
|
+
(Updatable) Enables or disables the human interaction challenge Web Application Firewall feature.
|
2669
2613
|
"""
|
2670
2614
|
return pulumi.get(self, "is_enabled")
|
2671
2615
|
|
@@ -2681,7 +2625,7 @@ class PolicyWafConfigHumanInteractionChallenge(dict):
|
|
2681
2625
|
@pulumi.getter(name="actionExpirationInSeconds")
|
2682
2626
|
def action_expiration_in_seconds(self) -> Optional[int]:
|
2683
2627
|
"""
|
2684
|
-
(Updatable) The number of seconds between challenges
|
2628
|
+
(Updatable) The number of seconds between challenges for the same IP address. If unspecified, defaults to `60`.
|
2685
2629
|
"""
|
2686
2630
|
return pulumi.get(self, "action_expiration_in_seconds")
|
2687
2631
|
|
@@ -2788,11 +2732,11 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettings(dict):
|
|
2788
2732
|
captcha_submit_label: Optional[str] = None,
|
2789
2733
|
captcha_title: Optional[str] = None):
|
2790
2734
|
"""
|
2791
|
-
:param str block_action: (Updatable)
|
2792
|
-
:param 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
|
2793
|
-
:param 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
|
2794
|
-
:param 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
|
2795
|
-
:param int block_response_code: (Updatable) The response code
|
2735
|
+
:param 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`.
|
2736
|
+
:param 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`.
|
2737
|
+
:param 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.`
|
2738
|
+
:param 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`.
|
2739
|
+
:param 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`.
|
2796
2740
|
:param 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`.
|
2797
2741
|
:param 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.`
|
2798
2742
|
:param 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`.
|
@@ -2821,7 +2765,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettings(dict):
|
|
2821
2765
|
@pulumi.getter(name="blockAction")
|
2822
2766
|
def block_action(self) -> Optional[str]:
|
2823
2767
|
"""
|
2824
|
-
(Updatable)
|
2768
|
+
(Updatable) The method used to block requests that fail the challenge, if `action` is set to `BLOCK`. If unspecified, defaults to `SHOW_ERROR_PAGE`.
|
2825
2769
|
"""
|
2826
2770
|
return pulumi.get(self, "block_action")
|
2827
2771
|
|
@@ -2829,7 +2773,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettings(dict):
|
|
2829
2773
|
@pulumi.getter(name="blockErrorPageCode")
|
2830
2774
|
def block_error_page_code(self) -> Optional[str]:
|
2831
2775
|
"""
|
2832
|
-
(Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE
|
2776
|
+
(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`.
|
2833
2777
|
"""
|
2834
2778
|
return pulumi.get(self, "block_error_page_code")
|
2835
2779
|
|
@@ -2837,7 +2781,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettings(dict):
|
|
2837
2781
|
@pulumi.getter(name="blockErrorPageDescription")
|
2838
2782
|
def block_error_page_description(self) -> Optional[str]:
|
2839
2783
|
"""
|
2840
|
-
(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
|
2784
|
+
(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.`
|
2841
2785
|
"""
|
2842
2786
|
return pulumi.get(self, "block_error_page_description")
|
2843
2787
|
|
@@ -2845,7 +2789,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettings(dict):
|
|
2845
2789
|
@pulumi.getter(name="blockErrorPageMessage")
|
2846
2790
|
def block_error_page_message(self) -> Optional[str]:
|
2847
2791
|
"""
|
2848
|
-
(Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the
|
2792
|
+
(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`.
|
2849
2793
|
"""
|
2850
2794
|
return pulumi.get(self, "block_error_page_message")
|
2851
2795
|
|
@@ -2853,7 +2797,7 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettings(dict):
|
|
2853
2797
|
@pulumi.getter(name="blockResponseCode")
|
2854
2798
|
def block_response_code(self) -> Optional[int]:
|
2855
2799
|
"""
|
2856
|
-
(Updatable) The response code
|
2800
|
+
(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`.
|
2857
2801
|
"""
|
2858
2802
|
return pulumi.get(self, "block_response_code")
|
2859
2803
|
|
@@ -2896,11 +2840,7 @@ class PolicyWafConfigHumanInteractionChallengeSetHttpHeader(dict):
|
|
2896
2840
|
name: str,
|
2897
2841
|
value: str):
|
2898
2842
|
"""
|
2899
|
-
:param str name: (Updatable) The
|
2900
|
-
|
2901
|
-
|
2902
|
-
** IMPORTANT **
|
2903
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2843
|
+
:param str name: (Updatable) The name of the header.
|
2904
2844
|
:param str value: (Updatable) The value of the header.
|
2905
2845
|
"""
|
2906
2846
|
pulumi.set(__self__, "name", name)
|
@@ -2910,11 +2850,7 @@ class PolicyWafConfigHumanInteractionChallengeSetHttpHeader(dict):
|
|
2910
2850
|
@pulumi.getter
|
2911
2851
|
def name(self) -> str:
|
2912
2852
|
"""
|
2913
|
-
(Updatable) The
|
2914
|
-
|
2915
|
-
|
2916
|
-
** IMPORTANT **
|
2917
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2853
|
+
(Updatable) The name of the header.
|
2918
2854
|
"""
|
2919
2855
|
return pulumi.get(self, "name")
|
2920
2856
|
|
@@ -3116,11 +3052,11 @@ class PolicyWafConfigJsChallengeChallengeSettings(dict):
|
|
3116
3052
|
captcha_submit_label: Optional[str] = None,
|
3117
3053
|
captcha_title: Optional[str] = None):
|
3118
3054
|
"""
|
3119
|
-
:param str block_action: (Updatable)
|
3120
|
-
:param 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
|
3121
|
-
:param 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
|
3122
|
-
:param 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
|
3123
|
-
:param int block_response_code: (Updatable) The response code
|
3055
|
+
:param 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`.
|
3056
|
+
:param 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`.
|
3057
|
+
:param 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.`
|
3058
|
+
:param 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`.
|
3059
|
+
:param 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`.
|
3124
3060
|
:param 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`.
|
3125
3061
|
:param 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.`
|
3126
3062
|
:param 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`.
|
@@ -3149,7 +3085,7 @@ class PolicyWafConfigJsChallengeChallengeSettings(dict):
|
|
3149
3085
|
@pulumi.getter(name="blockAction")
|
3150
3086
|
def block_action(self) -> Optional[str]:
|
3151
3087
|
"""
|
3152
|
-
(Updatable)
|
3088
|
+
(Updatable) The method used to block requests that fail the challenge, if `action` is set to `BLOCK`. If unspecified, defaults to `SHOW_ERROR_PAGE`.
|
3153
3089
|
"""
|
3154
3090
|
return pulumi.get(self, "block_action")
|
3155
3091
|
|
@@ -3157,7 +3093,7 @@ class PolicyWafConfigJsChallengeChallengeSettings(dict):
|
|
3157
3093
|
@pulumi.getter(name="blockErrorPageCode")
|
3158
3094
|
def block_error_page_code(self) -> Optional[str]:
|
3159
3095
|
"""
|
3160
|
-
(Updatable) The error code to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE
|
3096
|
+
(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`.
|
3161
3097
|
"""
|
3162
3098
|
return pulumi.get(self, "block_error_page_code")
|
3163
3099
|
|
@@ -3165,7 +3101,7 @@ class PolicyWafConfigJsChallengeChallengeSettings(dict):
|
|
3165
3101
|
@pulumi.getter(name="blockErrorPageDescription")
|
3166
3102
|
def block_error_page_description(self) -> Optional[str]:
|
3167
3103
|
"""
|
3168
|
-
(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
|
3104
|
+
(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.`
|
3169
3105
|
"""
|
3170
3106
|
return pulumi.get(self, "block_error_page_description")
|
3171
3107
|
|
@@ -3173,7 +3109,7 @@ class PolicyWafConfigJsChallengeChallengeSettings(dict):
|
|
3173
3109
|
@pulumi.getter(name="blockErrorPageMessage")
|
3174
3110
|
def block_error_page_message(self) -> Optional[str]:
|
3175
3111
|
"""
|
3176
|
-
(Updatable) The message to show on the error page when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_ERROR_PAGE`, and the
|
3112
|
+
(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`.
|
3177
3113
|
"""
|
3178
3114
|
return pulumi.get(self, "block_error_page_message")
|
3179
3115
|
|
@@ -3181,7 +3117,7 @@ class PolicyWafConfigJsChallengeChallengeSettings(dict):
|
|
3181
3117
|
@pulumi.getter(name="blockResponseCode")
|
3182
3118
|
def block_response_code(self) -> Optional[int]:
|
3183
3119
|
"""
|
3184
|
-
(Updatable) The response code
|
3120
|
+
(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`.
|
3185
3121
|
"""
|
3186
3122
|
return pulumi.get(self, "block_response_code")
|
3187
3123
|
|
@@ -3268,7 +3204,7 @@ class PolicyWafConfigJsChallengeCriteria(dict):
|
|
3268
3204
|
* **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"
|
3269
3205
|
* **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`
|
3270
3206
|
* **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`
|
3271
|
-
:param str value: (Updatable) The value
|
3207
|
+
:param str value: (Updatable) The criteria value.
|
3272
3208
|
:param bool is_case_sensitive: (Updatable) When enabled, the condition will be matched with case-sensitive rules.
|
3273
3209
|
"""
|
3274
3210
|
pulumi.set(__self__, "condition", condition)
|
@@ -3313,7 +3249,7 @@ class PolicyWafConfigJsChallengeCriteria(dict):
|
|
3313
3249
|
@pulumi.getter
|
3314
3250
|
def value(self) -> str:
|
3315
3251
|
"""
|
3316
|
-
(Updatable) The value
|
3252
|
+
(Updatable) The criteria value.
|
3317
3253
|
"""
|
3318
3254
|
return pulumi.get(self, "value")
|
3319
3255
|
|
@@ -3332,11 +3268,7 @@ class PolicyWafConfigJsChallengeSetHttpHeader(dict):
|
|
3332
3268
|
name: str,
|
3333
3269
|
value: str):
|
3334
3270
|
"""
|
3335
|
-
:param str name: (Updatable) The
|
3336
|
-
|
3337
|
-
|
3338
|
-
** IMPORTANT **
|
3339
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3271
|
+
:param str name: (Updatable) The name of the header.
|
3340
3272
|
:param str value: (Updatable) The value of the header.
|
3341
3273
|
"""
|
3342
3274
|
pulumi.set(__self__, "name", name)
|
@@ -3346,11 +3278,7 @@ class PolicyWafConfigJsChallengeSetHttpHeader(dict):
|
|
3346
3278
|
@pulumi.getter
|
3347
3279
|
def name(self) -> str:
|
3348
3280
|
"""
|
3349
|
-
(Updatable) The
|
3350
|
-
|
3351
|
-
|
3352
|
-
** IMPORTANT **
|
3353
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3281
|
+
(Updatable) The name of the header.
|
3354
3282
|
"""
|
3355
3283
|
return pulumi.get(self, "name")
|
3356
3284
|
|