Skip to content

xcsh_protected_application (Data Source)

Retrieves information about applications protected by Bot Defense in F5 Distributed Cloud. This is a read-only data source.

~> Note: For more information, see the F5 Distributed Cloud API documentation.

# ProtectedApplication Data Source Example
terraform {
required_version = ">= 1.0"
required_providers {
xcsh = {
source = "f5-sales-demo/xcsh"
version = ">= 0.1.0"
}
}
}
# Look up an existing ProtectedApplication by name
data "xcsh_protected_application" "example" {
name = "example-protected-application"
namespace = "staging"
}
output "protected_application_id" {
value = data.xcsh_protected_application.example.id
}

-> Syntax Rule: This provider uses OneOf groups for mutually exclusive options. Fields documented as “Optional Block” use block syntax field_name { ... }. Empty OneOf object attributes use field_name = {}; conditional selection uses condition ? {} : null. Boolean attributes (such as add_hsts and http_redirect) use = true or = false.

🔶 High Risk Operations — Some operations on this resource have high danger level. Destructive operations may require confirmation.

• name - Required String
Name of the ProtectedApplication

• namespace - Required String
Namespace where the ProtectedApplication exists

In addition to all arguments above, the following attributes are exported:

• adobe_commerce_connector - Optional Object
Configuration parameter for adobe commerce connector

• annotations - Optional Map
Annotations applied to this resource

• big_ip_iapp - Optional Object
Enable this option

• cloudflare - Optional String
Bot Defense policy configuration for Cloudflare

• cloudfront - Optional String
Bot Defense policy configuration for AWS Cloudfront

• custom_connector - Optional Object
Configuration parameter for custom connector

• description - Optional String
Description of the ProtectedApplication

• f5_big_ip - Optional Object
Enable this option

• id - Optional String
Unique identifier for the resource

• labels - Optional Map
Labels applied to this resource

• region - Optional String Defaults to US
Possible values are US, EU, ASIA, CA
[Enum: US|EU|ASIA|CA] Defines a selection for Bot Defense region - US: US United States of America - EU: EU European Union - ASIA: ASIA Asia - CA: CA Canada

• salesforce_commerce_connector - Optional Object
Configuration parameter for salesforce commerce connector


A cloudflare block supports the following:

• continue_mitigation_action_hdr - Optional String
Case-insensitive HTTP header name for Continue Mitigation Action when add header selected

• disable_js_insert - Optional Object
Configuration parameter for disable js insert

• disable_mobile_sdk - Optional Object
Enable this option

• js_insertion_rules - Optional String
Defines custom JavaScript insertion rules for Bot Defense Policy

• loglevel - Optional String Defaults to LOG_UNDEFINED
Possible values are LOG_UNDEFINED, LOG_ERROR, LOG_WARNING, LOG_INFO, LOG_DEBUG
[Enum: LOG_UNDEFINED|LOG_ERROR|LOG_WARNING|LOG_INFO|LOG_DEBUG] Select the level of logging desired. Levels are cumulative (e.g. Debug includes Error, Warning, and Informational) - LOG_UNDEFINED: Undefined - LOG_ERROR: Error Log only errors - LOG_WARNING: Warning Log malicious requests - LOG_INFO: Info Log all requests - LOG_DEBUG: Debug Log debugging data

• manual_js_insert - Optional String
Insert JavaScript Manually. Insert JavaScript manually

• mobile_sdk_config - Optional String
Mobile SDK Configuration. Mobile SDK configuration

• protected_endpoints - Optional List
List of protected endpoints (max 128 items)

• timeout - Optional Number
The timeout for the inference check, in milliseconds

• trusted_clients - Optional List
Define your allowlists to skip Bot Defense inference processing

A disable_js_insert block (within cloudflare) supports the following:

A disable_mobile_sdk block (within cloudflare) supports the following:

A js_insertion_rules block (within cloudflare) supports the following:

• exclude_list - Optional List
Optional JavaScript insertions exclude list of domain and path matchers

• javascript_location - Optional String Defaults to JAVA_SCRIPT_LOCATION_UNDEFINED
Possible values are JAVA_SCRIPT_LOCATION_UNDEFINED, AFTER_HEAD, AFTER_TITLE_END, BEFORE_SCRIPT
[Enum: JAVA_SCRIPT_LOCATION_UNDEFINED|AFTER_HEAD|AFTER_TITLE_END|BEFORE_SCRIPT] All inside networks. - JAVA_SCRIPT_LOCATION_UNDEFINED: JAVA_SCRIPT_LOCATION_UNDEFINED Undefined Insert JavaScript after <HEAD> tag Insert JavaScript after </title> tag. Insert JavaScript before first tag

• js_download_path - Optional String
Web client will fetch F5 Client JavaScript from this path. This path must not conflict with any other website/application paths. If not specified, default to ‘/common.js’

• rules - Optional List
Required list of pages to insert Bot Defense client JavaScript

Cloudflare Js Insertion Rules Exclude List

Section titled “Cloudflare Js Insertion Rules Exclude List”

An exclude_list block (within cloudflare.js_insertion_rules) supports the following:

• any_domain - Optional Object
Enable this option

• domain - Optional String
Domain name for routing and identification

• metadata - Optional String
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create

• path - Optional String
Path match of the URI can be either be, Prefix match or exact match or regular expression match

Cloudflare Js Insertion Rules Exclude List Any Domain

Section titled “Cloudflare Js Insertion Rules Exclude List Any Domain”

Deeply nested Domain block collapsed for readability.

Cloudflare Js Insertion Rules Exclude List Domain

Section titled “Cloudflare Js Insertion Rules Exclude List Domain”

A domain block (within cloudflare.js_insertion_rules.exclude_list) supports the following:

• exact_value - Optional String
Exact domain name

• regex_value - Optional String
Regular Expression value for the domain name

• suffix_value - Optional String
Suffix of domain name e.g ‘xyz.com’ will match ‘*.xyz.com’ and ‘xyz.com’

Cloudflare Js Insertion Rules Exclude List Metadata

Section titled “Cloudflare Js Insertion Rules Exclude List Metadata”

A metadata block (within cloudflare.js_insertion_rules.exclude_list) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

Cloudflare Js Insertion Rules Exclude List Path

Section titled “Cloudflare Js Insertion Rules Exclude List Path”

A path block (within cloudflare.js_insertion_rules.exclude_list) supports the following:

• path - Optional String
Exact path value to match

• prefix - Optional String
Path prefix to match (e.g. The value / will match on all paths)

• regex - Optional String
Regular expression of path match (e.g. The value .* will match on all paths)

A rules block (within cloudflare.js_insertion_rules) supports the following:

• any_domain - Optional Object
Enable this option

• domain - Optional String
Domain name for routing and identification

• exact_path - Optional String
Exact path value to match

• glob - Optional String
Accepts wildcards * to match multiple characters or ? To match a single character

• metadata - Optional String
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create

• prefix - Optional String
Path prefix to match (e.g. The value / will match on all paths)

Cloudflare Js Insertion Rules Rules Any Domain

Section titled “Cloudflare Js Insertion Rules Rules Any Domain”

An any_domain block (within cloudflare.js_insertion_rules.rules) supports the following:

Cloudflare Js Insertion Rules Rules Domain

Section titled “Cloudflare Js Insertion Rules Rules Domain”

A domain block (within cloudflare.js_insertion_rules.rules) supports the following:

• exact_value - Optional String
Exact domain name

• regex_value - Optional String
Regular Expression value for the domain name

• suffix_value - Optional String
Suffix of domain name e.g ‘xyz.com’ will match ‘*.xyz.com’ and ‘xyz.com’

Cloudflare Js Insertion Rules Rules Metadata

Section titled “Cloudflare Js Insertion Rules Rules Metadata”

A metadata block (within cloudflare.js_insertion_rules.rules) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

A manual_js_insert block (within cloudflare) supports the following:

• js_download_path - Optional String
Web client will fetch F5 Client JavaScript from this path. This path must not conflict with any other website/application paths. If not specified, default to ‘/common.js’

A mobile_sdk_config block (within cloudflare) supports the following:

• mobile_identifier - Optional String
Mobile Traffic Identifier. Mobile traffic identifier type

Cloudflare Mobile SDK Config Mobile Identifier

Section titled “Cloudflare Mobile SDK Config Mobile Identifier”

A mobile_identifier block (within cloudflare.mobile_sdk_config) supports the following:

• headers - Optional List
List of headers that can be used to identify mobile traffic

Cloudflare Mobile SDK Config Mobile Identifier Headers

Section titled “Cloudflare Mobile SDK Config Mobile Identifier Headers”

A headers block (within cloudflare.mobile_sdk_config.mobile_identifier) supports the following:

• exact - Optional String
Header value to match exactly

• name - Optional String
Name. Name of the header

• regex - Optional String
Regex match of the header value in re2 format

A protected_endpoints block (within cloudflare) supports the following:

• any_domain - Optional Object
Enable this option

• domain - Optional String
Domain name for routing and identification

• http_methods - Optional List Defaults to METHOD_ANY
Possible values are METHOD_ANY, METHOD_GET, METHOD_POST, METHOD_PUT, METHOD_PATCH, METHOD_DELETE, METHOD_GET_DOCUMENT
[Enum: METHOD_ANY|METHOD_GET|METHOD_POST|METHOD_PUT|METHOD_PATCH|METHOD_DELETE|METHOD_GET_DOCUMENT] HTTP Methods. List of HTTP methods

• metadata - Optional String
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create

• mobile_client - Optional String
Mobile Client. Mobile client configuration OPTIONS

• path - Optional String
Path. URI Path

• query - Optional String
Enter a regular expression to match your query parameters of interest

• web_client - Optional String
Web Client. Web client configuration OPTIONS

• web_mobile_client - Optional String
Web and Mobile client configuration OPTIONS

An any_domain block (within cloudflare.protected_endpoints) supports the following:

A domain block (within cloudflare.protected_endpoints) supports the following:

• exact_value - Optional String
Exact domain name

• regex_value - Optional String
Regular Expression value for the domain name

• suffix_value - Optional String
Suffix of domain name e.g ‘xyz.com’ will match ‘*.xyz.com’ and ‘xyz.com’

A metadata block (within cloudflare.protected_endpoints) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

Cloudflare Protected Endpoints Mobile Client

Section titled “Cloudflare Protected Endpoints Mobile Client”

A mobile_client block (within cloudflare.protected_endpoints) supports the following:

• block - Optional String
Block Response for Mobile. Block Response

• continue - Optional String
Select Continue Bot Mitigation Action. Continue mitigation action

Cloudflare Protected Endpoints Mobile Client Block

Section titled “Cloudflare Protected Endpoints Mobile Client Block”

A block block (within cloudflare.protected_endpoints.mobile_client) supports the following:

• body - Optional String
Body. Custom body message

• content_type - Optional String
Content type to use in a block response

• status - Optional String Defaults to EmptyStatusCode
Possible values are EmptyStatusCode, Continue, OK, Created, Accepted, NonAuthoritativeInformation, NoContent, ResetContent, PartialContent, MultiStatus, AlreadyReported, IMUsed, MultipleChoices, MovedPermanently, Found, SeeOther, NotModified, UseProxy, TemporaryRedirect, PermanentRedirect, BadRequest, Unauthorized, PaymentRequired, Forbidden, NotFound, MethodNotAllowed, NotAcceptable, ProxyAuthenticationRequired, RequestTimeout, Conflict, Gone, LengthRequired, PreconditionFailed, PayloadTooLarge, URITooLong, UnsupportedMediaType, RangeNotSatisfiable, ExpectationFailed, MisdirectedRequest, UnprocessableEntity, Locked, FailedDependency, UpgradeRequired, PreconditionRequired, TooManyRequests, RequestHeaderFieldsTooLarge, InternalServerError, NotImplemented, BadGateway, ServiceUnavailable, GatewayTimeout, HTTPVersionNotSupported, VariantAlsoNegotiates, InsufficientStorage, LoopDetected, NotExtended, NetworkAuthenticationRequired
[Enum: EmptyStatusCode|Continue|OK|Created|Accepted|NonAuthoritativeInformation|NoContent|ResetContent|PartialContent|MultiStatus|AlreadyReported|IMUsed|MultipleChoices|MovedPermanently|Found|SeeOther|NotModified|UseProxy|TemporaryRedirect|PermanentRedirect|BadRequest|Unauthorized|PaymentRequired|Forbidden|NotFound|MethodNotAllowed|NotAcceptable|ProxyAuthenticationRequired|RequestTimeout|Conflict|Gone|LengthRequired|PreconditionFailed|PayloadTooLarge|URITooLong|UnsupportedMediaType|RangeNotSatisfiable|ExpectationFailed|MisdirectedRequest|UnprocessableEntity|Locked|FailedDependency|UpgradeRequired|PreconditionRequired|TooManyRequests|RequestHeaderFieldsTooLarge|InternalServerError|NotImplemented|BadGateway|ServiceUnavailable|GatewayTimeout|HTTPVersionNotSupported|VariantAlsoNegotiates|InsufficientStorage|LoopDetected|NotExtended|NetworkAuthenticationRequired] HTTP response status codes EmptyStatusCode response codes means it is not specified Continue status code OK status code Created status code Accepted status code Non Authoritative Information status code No Content status code Reset Content status code Partial Content status code Multi Status

Cloudflare Protected Endpoints Mobile Client Continue

Section titled “Cloudflare Protected Endpoints Mobile Client Continue”

A continue block (within cloudflare.protected_endpoints.mobile_client) supports the following:

• add_header - Optional Object
Enable this option

• no_header - Optional Object
Enable this option

Cloudflare Protected Endpoints Mobile Client Continue Add Header

Section titled “Cloudflare Protected Endpoints Mobile Client Continue Add Header”

Deeply nested Header block collapsed for readability.

Cloudflare Protected Endpoints Mobile Client Continue No Header

Section titled “Cloudflare Protected Endpoints Mobile Client Continue No Header”

Deeply nested Header block collapsed for readability.

A path block (within cloudflare.protected_endpoints) supports the following:

• caseinsensitive - Optional Bool
Should path be searched case insensitive;

• path - Optional String
Path. URI Path

A web_client block (within cloudflare.protected_endpoints) supports the following:

• block - Optional String
Block Response. Block Response

• continue - Optional String
Select Continue Bot Mitigation Action. Continue mitigation action

• redirect - Optional String
Redirect. Redirect

Cloudflare Protected Endpoints Web Client Block

Section titled “Cloudflare Protected Endpoints Web Client Block”

A block block (within cloudflare.protected_endpoints.web_client) supports the following:

• body - Optional String
Body. Custom body message

• content_type - Optional String
Content type to use in a block response

• status - Optional String Defaults to EmptyStatusCode
Possible values are EmptyStatusCode, Continue, OK, Created, Accepted, NonAuthoritativeInformation, NoContent, ResetContent, PartialContent, MultiStatus, AlreadyReported, IMUsed, MultipleChoices, MovedPermanently, Found, SeeOther, NotModified, UseProxy, TemporaryRedirect, PermanentRedirect, BadRequest, Unauthorized, PaymentRequired, Forbidden, NotFound, MethodNotAllowed, NotAcceptable, ProxyAuthenticationRequired, RequestTimeout, Conflict, Gone, LengthRequired, PreconditionFailed, PayloadTooLarge, URITooLong, UnsupportedMediaType, RangeNotSatisfiable, ExpectationFailed, MisdirectedRequest, UnprocessableEntity, Locked, FailedDependency, UpgradeRequired, PreconditionRequired, TooManyRequests, RequestHeaderFieldsTooLarge, InternalServerError, NotImplemented, BadGateway, ServiceUnavailable, GatewayTimeout, HTTPVersionNotSupported, VariantAlsoNegotiates, InsufficientStorage, LoopDetected, NotExtended, NetworkAuthenticationRequired
[Enum: EmptyStatusCode|Continue|OK|Created|Accepted|NonAuthoritativeInformation|NoContent|ResetContent|PartialContent|MultiStatus|AlreadyReported|IMUsed|MultipleChoices|MovedPermanently|Found|SeeOther|NotModified|UseProxy|TemporaryRedirect|PermanentRedirect|BadRequest|Unauthorized|PaymentRequired|Forbidden|NotFound|MethodNotAllowed|NotAcceptable|ProxyAuthenticationRequired|RequestTimeout|Conflict|Gone|LengthRequired|PreconditionFailed|PayloadTooLarge|URITooLong|UnsupportedMediaType|RangeNotSatisfiable|ExpectationFailed|MisdirectedRequest|UnprocessableEntity|Locked|FailedDependency|UpgradeRequired|PreconditionRequired|TooManyRequests|RequestHeaderFieldsTooLarge|InternalServerError|NotImplemented|BadGateway|ServiceUnavailable|GatewayTimeout|HTTPVersionNotSupported|VariantAlsoNegotiates|InsufficientStorage|LoopDetected|NotExtended|NetworkAuthenticationRequired] HTTP response status codes EmptyStatusCode response codes means it is not specified Continue status code OK status code Created status code Accepted status code Non Authoritative Information status code No Content status code Reset Content status code Partial Content status code Multi Status

Cloudflare Protected Endpoints Web Client Continue

Section titled “Cloudflare Protected Endpoints Web Client Continue”

A continue block (within cloudflare.protected_endpoints.web_client) supports the following:

• add_header - Optional Object
Enable this option

• no_header - Optional Object
Enable this option

Cloudflare Protected Endpoints Web Client Continue Add Header

Section titled “Cloudflare Protected Endpoints Web Client Continue Add Header”

Deeply nested Header block collapsed for readability.

Cloudflare Protected Endpoints Web Client Continue No Header

Section titled “Cloudflare Protected Endpoints Web Client Continue No Header”

Deeply nested Header block collapsed for readability.

Cloudflare Protected Endpoints Web Client Redirect

Section titled “Cloudflare Protected Endpoints Web Client Redirect”

A redirect block (within cloudflare.protected_endpoints.web_client) supports the following:

• location - Optional String
Location. URI location for redirect response

• status - Optional String Defaults to EmptyStatusCode
Possible values are EmptyStatusCode, Continue, OK, Created, Accepted, NonAuthoritativeInformation, NoContent, ResetContent, PartialContent, MultiStatus, AlreadyReported, IMUsed, MultipleChoices, MovedPermanently, Found, SeeOther, NotModified, UseProxy, TemporaryRedirect, PermanentRedirect, BadRequest, Unauthorized, PaymentRequired, Forbidden, NotFound, MethodNotAllowed, NotAcceptable, ProxyAuthenticationRequired, RequestTimeout, Conflict, Gone, LengthRequired, PreconditionFailed, PayloadTooLarge, URITooLong, UnsupportedMediaType, RangeNotSatisfiable, ExpectationFailed, MisdirectedRequest, UnprocessableEntity, Locked, FailedDependency, UpgradeRequired, PreconditionRequired, TooManyRequests, RequestHeaderFieldsTooLarge, InternalServerError, NotImplemented, BadGateway, ServiceUnavailable, GatewayTimeout, HTTPVersionNotSupported, VariantAlsoNegotiates, InsufficientStorage, LoopDetected, NotExtended, NetworkAuthenticationRequired
[Enum: EmptyStatusCode|Continue|OK|Created|Accepted|NonAuthoritativeInformation|NoContent|ResetContent|PartialContent|MultiStatus|AlreadyReported|IMUsed|MultipleChoices|MovedPermanently|Found|SeeOther|NotModified|UseProxy|TemporaryRedirect|PermanentRedirect|BadRequest|Unauthorized|PaymentRequired|Forbidden|NotFound|MethodNotAllowed|NotAcceptable|ProxyAuthenticationRequired|RequestTimeout|Conflict|Gone|LengthRequired|PreconditionFailed|PayloadTooLarge|URITooLong|UnsupportedMediaType|RangeNotSatisfiable|ExpectationFailed|MisdirectedRequest|UnprocessableEntity|Locked|FailedDependency|UpgradeRequired|PreconditionRequired|TooManyRequests|RequestHeaderFieldsTooLarge|InternalServerError|NotImplemented|BadGateway|ServiceUnavailable|GatewayTimeout|HTTPVersionNotSupported|VariantAlsoNegotiates|InsufficientStorage|LoopDetected|NotExtended|NetworkAuthenticationRequired] HTTP response status codes EmptyStatusCode response codes means it is not specified Continue status code OK status code Created status code Accepted status code Non Authoritative Information status code No Content status code Reset Content status code Partial Content status code Multi Status

Cloudflare Protected Endpoints Web Mobile Client

Section titled “Cloudflare Protected Endpoints Web Mobile Client”

A web_mobile_client block (within cloudflare.protected_endpoints) supports the following:

• block_mobile - Optional String
Block Response for Mobile. Block Response

• block_web - Optional String
Block Response. Block Response

• continue_mobile - Optional String
Select Continue Bot Mitigation Action. Continue mitigation action

• continue_web - Optional String
Select Continue Bot Mitigation Action. Continue mitigation action

• redirect_web - Optional String
Redirect. Redirect

Cloudflare Protected Endpoints Web Mobile Client Block Mobile

Section titled “Cloudflare Protected Endpoints Web Mobile Client Block Mobile”

Deeply nested Mobile block collapsed for readability.

Cloudflare Protected Endpoints Web Mobile Client Block Web

Section titled “Cloudflare Protected Endpoints Web Mobile Client Block Web”

Deeply nested Web block collapsed for readability.

Cloudflare Protected Endpoints Web Mobile Client Continue Mobile

Section titled “Cloudflare Protected Endpoints Web Mobile Client Continue Mobile”

Deeply nested Mobile block collapsed for readability.

Cloudflare Protected Endpoints Web Mobile Client Continue Mobile Add Header

Section titled “Cloudflare Protected Endpoints Web Mobile Client Continue Mobile Add Header”

Deeply nested Header block collapsed for readability.

Cloudflare Protected Endpoints Web Mobile Client Continue Mobile No Header

Section titled “Cloudflare Protected Endpoints Web Mobile Client Continue Mobile No Header”

Deeply nested Header block collapsed for readability.

Cloudflare Protected Endpoints Web Mobile Client Continue Web

Section titled “Cloudflare Protected Endpoints Web Mobile Client Continue Web”

Deeply nested Web block collapsed for readability.

Cloudflare Protected Endpoints Web Mobile Client Continue Web Add Header

Section titled “Cloudflare Protected Endpoints Web Mobile Client Continue Web Add Header”

Deeply nested Header block collapsed for readability.

Cloudflare Protected Endpoints Web Mobile Client Continue Web No Header

Section titled “Cloudflare Protected Endpoints Web Mobile Client Continue Web No Header”

Deeply nested Header block collapsed for readability.

Cloudflare Protected Endpoints Web Mobile Client Redirect Web

Section titled “Cloudflare Protected Endpoints Web Mobile Client Redirect Web”

Deeply nested Web block collapsed for readability.

A trusted_clients block (within cloudflare) supports the following:

• http_header - Optional String
Configuration parameter for HTTP header

• ip_prefix - Optional String
IP prefix string

• metadata - Optional String
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create

A http_header block (within cloudflare.trusted_clients) supports the following:

• headers - Optional List
List of HTTP header name and value pairs

Cloudflare Trusted Clients HTTP Header Headers

Section titled “Cloudflare Trusted Clients HTTP Header Headers”

A headers block (within cloudflare.trusted_clients.http_header) supports the following:

• exact - Optional String
Header value to match exactly

• name - Optional String
Name. Name of the header

• regex - Optional String
Regex match of the header value in re2 format

A metadata block (within cloudflare.trusted_clients) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

A cloudfront block supports the following:

• aws_configuration_id_selector - Optional String
Configuration parameter for AWS configuration ID selector

• aws_configuration_tag_selector - Optional String
Distribution Tag List. CloudFront distribution tag list

• continue_mitigation_action_hdr - Optional String
Case-insensitive HTTP header name for Continue Mitigation Action when add header selected

• data_sample - Optional Number
Limit on amount of request-body data (other than F5 telemetry) to send for analysis (limit 1,048,576 == 1 MiByte)

• disable_aws_configuration - Optional Object
Configuration parameter for disable AWS configuration

• disable_js_insert - Optional Object
Configuration parameter for disable js insert

• disable_mobile_sdk - Optional Object
Enable this option

• js_insertion_rules - Optional String
Defines custom JavaScript insertion rules for Bot Defense Policy

• loglevel - Optional String Defaults to LOG_UNDEFINED
Possible values are LOG_UNDEFINED, LOG_ERROR, LOG_WARNING, LOG_INFO, LOG_DEBUG
[Enum: LOG_UNDEFINED|LOG_ERROR|LOG_WARNING|LOG_INFO|LOG_DEBUG] Select the level of logging desired. Levels are cumulative (e.g. Debug includes Error, Warning, and Informational) - LOG_UNDEFINED: Undefined - LOG_ERROR: Error Log only errors - LOG_WARNING: Warning Log malicious requests - LOG_INFO: Info Log all requests - LOG_DEBUG: Debug Log debugging data

• manual_js_insert - Optional String
Insert JavaScript Manually. Insert JavaScript manually

• mobile_sdk_config - Optional String
Mobile SDK Configuration. Mobile SDK configuration

• protected_endpoints - Optional List
List of protected endpoints (max 128 items)

• timeout - Optional Number
The timeout for the inference check, in milliseconds

• trusted_clients - Optional List
Define your allowlists to skip Bot Defense inference processing

An aws_configuration_id_selector block (within cloudfront) supports the following:

• ids - Optional List
Add AWS CloudFront distribution ID, e.g. ABCDEFGHI0JKLM

An aws_configuration_tag_selector block (within cloudfront) supports the following:

• tags - Optional Map
List contains the Cloudfront distribution selection by tags key is a AWS tag name, and the value is regular expression to match

A disable_aws_configuration block (within cloudfront) supports the following:

A disable_js_insert block (within cloudfront) supports the following:

A disable_mobile_sdk block (within cloudfront) supports the following:

A js_insertion_rules block (within cloudfront) supports the following:

• exclude_list - Optional List
Optional JavaScript insertions exclude list of domain and path matchers

• javascript_location - Optional String Defaults to JAVA_SCRIPT_LOCATION_UNDEFINED
Possible values are JAVA_SCRIPT_LOCATION_UNDEFINED, AFTER_HEAD, AFTER_TITLE_END, BEFORE_SCRIPT
[Enum: JAVA_SCRIPT_LOCATION_UNDEFINED|AFTER_HEAD|AFTER_TITLE_END|BEFORE_SCRIPT] All inside networks. - JAVA_SCRIPT_LOCATION_UNDEFINED: JAVA_SCRIPT_LOCATION_UNDEFINED Undefined Insert JavaScript after <HEAD> tag Insert JavaScript after </title> tag. Insert JavaScript before first tag

• javascript_mode - Optional String Defaults to ASYNC_JS_NO_CACHING
Possible values are ASYNC_JS_NO_CACHING, ASYNC_JS_CACHING, SYNC_JS_NO_CACHING, SYNC_JS_CACHING
[Enum: ASYNC_JS_NO_CACHING|ASYNC_JS_CACHING|SYNC_JS_NO_CACHING|SYNC_JS_CACHING] Web Client JavaScript Mode. Bot Defense JavaScript for telemetry collection is requested asynchronously, and it is non-cacheable Bot Defense JavaScript for telemetry collection is requested asynchronously, and it is cacheable Bot Defense JavaScript for telemetry collection is requested

• js_download_path - Optional String
Web client will fetch F5 Client JavaScript from this path. This path must not conflict with any other website/application paths. If not specified, default to ‘/common.js’

• rules - Optional List
Required list of pages to insert Bot Defense client JavaScript

Cloudfront Js Insertion Rules Exclude List

Section titled “Cloudfront Js Insertion Rules Exclude List”

An exclude_list block (within cloudfront.js_insertion_rules) supports the following:

• any_domain - Optional Object
Enable this option

• domain - Optional String
Domain name for routing and identification

• metadata - Optional String
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create

• path - Optional String
Path match of the URI can be either be, Prefix match or exact match or regular expression match

Cloudfront Js Insertion Rules Exclude List Any Domain

Section titled “Cloudfront Js Insertion Rules Exclude List Any Domain”

Deeply nested Domain block collapsed for readability.

Cloudfront Js Insertion Rules Exclude List Domain

Section titled “Cloudfront Js Insertion Rules Exclude List Domain”

A domain block (within cloudfront.js_insertion_rules.exclude_list) supports the following:

• exact_value - Optional String
Exact domain name

• regex_value - Optional String
Regular Expression value for the domain name

• suffix_value - Optional String
Suffix of domain name e.g ‘xyz.com’ will match ‘*.xyz.com’ and ‘xyz.com’

Cloudfront Js Insertion Rules Exclude List Metadata

Section titled “Cloudfront Js Insertion Rules Exclude List Metadata”

A metadata block (within cloudfront.js_insertion_rules.exclude_list) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

Cloudfront Js Insertion Rules Exclude List Path

Section titled “Cloudfront Js Insertion Rules Exclude List Path”

A path block (within cloudfront.js_insertion_rules.exclude_list) supports the following:

• path - Optional String
Exact path value to match

• prefix - Optional String
Path prefix to match (e.g. The value / will match on all paths)

• regex - Optional String
Regular expression of path match (e.g. The value .* will match on all paths)

A rules block (within cloudfront.js_insertion_rules) supports the following:

• any_domain - Optional Object
Enable this option

• domain - Optional String
Domain name for routing and identification

• exact_path - Optional String
Exact path value to match

• glob - Optional String
Accepts wildcards * to match multiple characters or ? To match a single character

• metadata - Optional String
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create

• prefix - Optional String
Path prefix to match (e.g. The value / will match on all paths)

Cloudfront Js Insertion Rules Rules Any Domain

Section titled “Cloudfront Js Insertion Rules Rules Any Domain”

An any_domain block (within cloudfront.js_insertion_rules.rules) supports the following:

Cloudfront Js Insertion Rules Rules Domain

Section titled “Cloudfront Js Insertion Rules Rules Domain”

A domain block (within cloudfront.js_insertion_rules.rules) supports the following:

• exact_value - Optional String
Exact domain name

• regex_value - Optional String
Regular Expression value for the domain name

• suffix_value - Optional String
Suffix of domain name e.g ‘xyz.com’ will match ‘*.xyz.com’ and ‘xyz.com’

Cloudfront Js Insertion Rules Rules Metadata

Section titled “Cloudfront Js Insertion Rules Rules Metadata”

A metadata block (within cloudfront.js_insertion_rules.rules) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

A manual_js_insert block (within cloudfront) supports the following:

• javascript_mode - Optional String Defaults to ASYNC_JS_NO_CACHING
Possible values are ASYNC_JS_NO_CACHING, ASYNC_JS_CACHING, SYNC_JS_NO_CACHING, SYNC_JS_CACHING
[Enum: ASYNC_JS_NO_CACHING|ASYNC_JS_CACHING|SYNC_JS_NO_CACHING|SYNC_JS_CACHING] Web Client JavaScript Mode. Bot Defense JavaScript for telemetry collection is requested asynchronously, and it is non-cacheable Bot Defense JavaScript for telemetry collection is requested asynchronously, and it is cacheable Bot Defense JavaScript for telemetry collection is requested

• js_download_path - Optional String
Web client will fetch F5 Client JavaScript from this path. This path must not conflict with any other website/application paths. If not specified, default to ‘/common.js’

A mobile_sdk_config block (within cloudfront) supports the following:

• mobile_identifier - Optional String
Mobile Traffic Identifier. Mobile traffic identifier type

Cloudfront Mobile SDK Config Mobile Identifier

Section titled “Cloudfront Mobile SDK Config Mobile Identifier”

A mobile_identifier block (within cloudfront.mobile_sdk_config) supports the following:

• headers - Optional List
List of headers that can be used to identify mobile traffic

Cloudfront Mobile SDK Config Mobile Identifier Headers

Section titled “Cloudfront Mobile SDK Config Mobile Identifier Headers”

A headers block (within cloudfront.mobile_sdk_config.mobile_identifier) supports the following:

• exact - Optional String
Header value to match exactly

• name - Optional String
Name. Name of the header

• regex - Optional String
Regex match of the header value in re2 format

A protected_endpoints block (within cloudfront) supports the following:

• any_domain - Optional Object
Enable this option

• domain - Optional String
Domain name for routing and identification

• flow_label - Optional String
Bot Defense Flow Label Category allows to associate traffic with selected category

• http_methods - Optional List Defaults to METHOD_ANY
Possible values are METHOD_ANY, METHOD_GET, METHOD_POST, METHOD_PUT, METHOD_PATCH, METHOD_DELETE, METHOD_GET_DOCUMENT
[Enum: METHOD_ANY|METHOD_GET|METHOD_POST|METHOD_PUT|METHOD_PATCH|METHOD_DELETE|METHOD_GET_DOCUMENT] HTTP Methods. List of HTTP methods

• metadata - Optional String
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create

• mobile_client - Optional String
Mobile Client. Mobile client configuration OPTIONS

• path - Optional String
Accepts wildcards * to match multiple characters or ? To match a single character

• query - Optional String
Enter a regular expression to match your query parameters of interest

• undefined_flow_label - Optional Object
Enable this option

• web_client - Optional String
Web Client. Web client configuration OPTIONS

• web_mobile_client - Optional String
Web and Mobile client configuration OPTIONS

An any_domain block (within cloudfront.protected_endpoints) supports the following:

A domain block (within cloudfront.protected_endpoints) supports the following:

• exact_value - Optional String
Exact domain name

• regex_value - Optional String
Regular Expression value for the domain name

• suffix_value - Optional String
Suffix of domain name e.g ‘xyz.com’ will match ‘*.xyz.com’ and ‘xyz.com’

A flow_label block (within cloudfront.protected_endpoints) supports the following:

• account_management - Optional String
Bot Defense Flow Label Account Management Category

• authentication - Optional String
Bot Defense Flow Label Authentication Category

• financial_services - Optional String
Bot Defense Flow Label Financial Services Category

• flight - Optional String
Bot Defense Flow Label Flight Category. Bot Defense Flow Label Flight Category

• profile_management - Optional String
Bot Defense Flow Label Profile Management Category

• search - Optional String
Bot Defense Flow Label Search Category. Bot Defense Flow Label Search Category

• shopping_gift_cards - Optional String
Bot Defense Flow Label Shopping & Gift Cards Category

Cloudfront Protected Endpoints Flow Label Account Management

Section titled “Cloudfront Protected Endpoints Flow Label Account Management”

An account_management block (within cloudfront.protected_endpoints.flow_label) supports the following:

• create - Optional Object
Enable this option

• password_reset - Optional Object
Configuration parameter for password reset

Cloudfront Protected Endpoints Flow Label Account Management Create

Section titled “Cloudfront Protected Endpoints Flow Label Account Management Create”

Deeply nested Create block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Account Management Password Reset

Section titled “Cloudfront Protected Endpoints Flow Label Account Management Password Reset”

Deeply nested Reset block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Authentication

Section titled “Cloudfront Protected Endpoints Flow Label Authentication”

An authentication block (within cloudfront.protected_endpoints.flow_label) supports the following:

• login - Optional String
Bot Defense Transaction Result. Bot Defense Transaction Result

• login_mfa - Optional Object
Enable this option

• login_partner - Optional Object
Configuration parameter for login partner

• logout - Optional Object
Enable this option

• token_refresh - Optional Object
Configuration parameter for token refresh

Cloudfront Protected Endpoints Flow Label Authentication Login

Section titled “Cloudfront Protected Endpoints Flow Label Authentication Login”

A login block (within cloudfront.protected_endpoints.flow_label.authentication) supports the following:

• disable_transaction_result - Optional Object
Enable this option

• transaction_result - Optional String
Bot Defense Transaction Result Type. Bot Defense Transaction ResultType

Cloudfront Protected Endpoints Flow Label Authentication Login Disable Transaction Result

Section titled “Cloudfront Protected Endpoints Flow Label Authentication Login Disable Transaction Result”

Deeply nested Result block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Authentication Login Transaction Result

Section titled “Cloudfront Protected Endpoints Flow Label Authentication Login Transaction Result”

Deeply nested Result block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Authentication Login Transaction Result Failure Conditions

Section titled “Cloudfront Protected Endpoints Flow Label Authentication Login Transaction Result Failure Conditions”

Deeply nested Conditions block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Authentication Login Transaction Result Success Conditions

Section titled “Cloudfront Protected Endpoints Flow Label Authentication Login Transaction Result Success Conditions”

Deeply nested Conditions block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Authentication Login MFA

Section titled “Cloudfront Protected Endpoints Flow Label Authentication Login MFA”

Deeply nested MFA block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Authentication Login Partner

Section titled “Cloudfront Protected Endpoints Flow Label Authentication Login Partner”

Deeply nested Partner block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Authentication Logout

Section titled “Cloudfront Protected Endpoints Flow Label Authentication Logout”

A logout block (within cloudfront.protected_endpoints.flow_label.authentication) supports the following:

Cloudfront Protected Endpoints Flow Label Authentication Token Refresh

Section titled “Cloudfront Protected Endpoints Flow Label Authentication Token Refresh”

Deeply nested Refresh block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Financial Services

Section titled “Cloudfront Protected Endpoints Flow Label Financial Services”

A financial_services block (within cloudfront.protected_endpoints.flow_label) supports the following:

• apply - Optional Object
Enable this option

• money_transfer - Optional Object
Configuration parameter for money transfer

Cloudfront Protected Endpoints Flow Label Financial Services Apply

Section titled “Cloudfront Protected Endpoints Flow Label Financial Services Apply”

Deeply nested Apply block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Financial Services Money Transfer

Section titled “Cloudfront Protected Endpoints Flow Label Financial Services Money Transfer”

Deeply nested Transfer block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Flight

Section titled “Cloudfront Protected Endpoints Flow Label Flight”

A flight block (within cloudfront.protected_endpoints.flow_label) supports the following:

• checkin - Optional String
Enable this option

Cloudfront Protected Endpoints Flow Label Flight Checkin

Section titled “Cloudfront Protected Endpoints Flow Label Flight Checkin”

A checkin block (within cloudfront.protected_endpoints.flow_label.flight) supports the following:

Cloudfront Protected Endpoints Flow Label Profile Management

Section titled “Cloudfront Protected Endpoints Flow Label Profile Management”

A profile_management block (within cloudfront.protected_endpoints.flow_label) supports the following:

• create - Optional Object
Enable this option

• update - Optional Object
Enable this option

• view - Optional Object
Enable this option

Cloudfront Protected Endpoints Flow Label Profile Management Create

Section titled “Cloudfront Protected Endpoints Flow Label Profile Management Create”

Deeply nested Create block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Profile Management Update

Section titled “Cloudfront Protected Endpoints Flow Label Profile Management Update”

Deeply nested Update block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Profile Management View

Section titled “Cloudfront Protected Endpoints Flow Label Profile Management View”

Deeply nested View block collapsed for readability.

Section titled “Cloudfront Protected Endpoints Flow Label Search”

A search block (within cloudfront.protected_endpoints.flow_label) supports the following:

• flight_search - Optional Object
Configuration parameter for flight search

• product_search - Optional Object
Configuration parameter for product search

• reservation_search - Optional Object
Configuration parameter for reservation search

• room_search - Optional Object
Configuration parameter for room search

Section titled “Cloudfront Protected Endpoints Flow Label Search Flight Search”

Deeply nested Search block collapsed for readability.

Section titled “Cloudfront Protected Endpoints Flow Label Search Product Search”

Deeply nested Search block collapsed for readability.

Section titled “Cloudfront Protected Endpoints Flow Label Search Reservation Search”

Deeply nested Search block collapsed for readability.

Section titled “Cloudfront Protected Endpoints Flow Label Search Room Search”

Deeply nested Search block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards”

Deeply nested Cards block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Gift Card Make Purchase With Gift Card

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Gift Card Make Purchase With Gift Card”

Deeply nested Card block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Gift Card Validation

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Gift Card Validation”

Deeply nested Validation block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Add To Cart

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Add To Cart”

Deeply nested Cart block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Checkout

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Checkout”

Deeply nested Checkout block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Choose Seat

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Choose Seat”

Deeply nested Seat block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Enter Drawing Submission

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Enter Drawing Submission”

Deeply nested Submission block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Make Payment

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Make Payment”

Deeply nested Payment block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Order

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Order”

Deeply nested Order block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Price Inquiry

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Price Inquiry”

Deeply nested Inquiry block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Promo Code Validation

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Promo Code Validation”

Deeply nested Validation block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Purchase Gift Card

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Purchase Gift Card”

Deeply nested Card block collapsed for readability.

Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Update Quantity

Section titled “Cloudfront Protected Endpoints Flow Label Shopping Gift Cards Shop Update Quantity”

Deeply nested Quantity block collapsed for readability.

A metadata block (within cloudfront.protected_endpoints) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

Cloudfront Protected Endpoints Mobile Client

Section titled “Cloudfront Protected Endpoints Mobile Client”

A mobile_client block (within cloudfront.protected_endpoints) supports the following:

• block - Optional String
Block Response for Mobile. Block Response

• continue - Optional String
Select Continue Bot Mitigation Action. Continue mitigation action

Cloudfront Protected Endpoints Mobile Client Block

Section titled “Cloudfront Protected Endpoints Mobile Client Block”

A block block (within cloudfront.protected_endpoints.mobile_client) supports the following:

• body - Optional String
Body. Custom body message

• content_type - Optional String
Content type to use in a block response

• status - Optional String Defaults to EmptyStatusCode
Possible values are EmptyStatusCode, Continue, OK, Created, Accepted, NonAuthoritativeInformation, NoContent, ResetContent, PartialContent, MultiStatus, AlreadyReported, IMUsed, MultipleChoices, MovedPermanently, Found, SeeOther, NotModified, UseProxy, TemporaryRedirect, PermanentRedirect, BadRequest, Unauthorized, PaymentRequired, Forbidden, NotFound, MethodNotAllowed, NotAcceptable, ProxyAuthenticationRequired, RequestTimeout, Conflict, Gone, LengthRequired, PreconditionFailed, PayloadTooLarge, URITooLong, UnsupportedMediaType, RangeNotSatisfiable, ExpectationFailed, MisdirectedRequest, UnprocessableEntity, Locked, FailedDependency, UpgradeRequired, PreconditionRequired, TooManyRequests, RequestHeaderFieldsTooLarge, InternalServerError, NotImplemented, BadGateway, ServiceUnavailable, GatewayTimeout, HTTPVersionNotSupported, VariantAlsoNegotiates, InsufficientStorage, LoopDetected, NotExtended, NetworkAuthenticationRequired
[Enum: EmptyStatusCode|Continue|OK|Created|Accepted|NonAuthoritativeInformation|NoContent|ResetContent|PartialContent|MultiStatus|AlreadyReported|IMUsed|MultipleChoices|MovedPermanently|Found|SeeOther|NotModified|UseProxy|TemporaryRedirect|PermanentRedirect|BadRequest|Unauthorized|PaymentRequired|Forbidden|NotFound|MethodNotAllowed|NotAcceptable|ProxyAuthenticationRequired|RequestTimeout|Conflict|Gone|LengthRequired|PreconditionFailed|PayloadTooLarge|URITooLong|UnsupportedMediaType|RangeNotSatisfiable|ExpectationFailed|MisdirectedRequest|UnprocessableEntity|Locked|FailedDependency|UpgradeRequired|PreconditionRequired|TooManyRequests|RequestHeaderFieldsTooLarge|InternalServerError|NotImplemented|BadGateway|ServiceUnavailable|GatewayTimeout|HTTPVersionNotSupported|VariantAlsoNegotiates|InsufficientStorage|LoopDetected|NotExtended|NetworkAuthenticationRequired] HTTP response status codes EmptyStatusCode response codes means it is not specified Continue status code OK status code Created status code Accepted status code Non Authoritative Information status code No Content status code Reset Content status code Partial Content status code Multi Status

Cloudfront Protected Endpoints Mobile Client Continue

Section titled “Cloudfront Protected Endpoints Mobile Client Continue”

A continue block (within cloudfront.protected_endpoints.mobile_client) supports the following:

• add_header - Optional Object
Enable this option

• no_header - Optional Object
Enable this option

Cloudfront Protected Endpoints Mobile Client Continue Add Header

Section titled “Cloudfront Protected Endpoints Mobile Client Continue Add Header”

Deeply nested Header block collapsed for readability.

Cloudfront Protected Endpoints Mobile Client Continue No Header

Section titled “Cloudfront Protected Endpoints Mobile Client Continue No Header”

Deeply nested Header block collapsed for readability.

Cloudfront Protected Endpoints Undefined Flow Label

Section titled “Cloudfront Protected Endpoints Undefined Flow Label”

An undefined_flow_label block (within cloudfront.protected_endpoints) supports the following:

A web_client block (within cloudfront.protected_endpoints) supports the following:

• block - Optional String
Block Response. Block Response

• continue - Optional String
Select Continue Bot Mitigation Action. Continue mitigation action

• redirect - Optional String
Redirect. Redirect

Cloudfront Protected Endpoints Web Client Block

Section titled “Cloudfront Protected Endpoints Web Client Block”

A block block (within cloudfront.protected_endpoints.web_client) supports the following:

• body - Optional String
Body. Custom body message

• content_type - Optional String
Content type to use in a block response

• status - Optional String Defaults to EmptyStatusCode
Possible values are EmptyStatusCode, Continue, OK, Created, Accepted, NonAuthoritativeInformation, NoContent, ResetContent, PartialContent, MultiStatus, AlreadyReported, IMUsed, MultipleChoices, MovedPermanently, Found, SeeOther, NotModified, UseProxy, TemporaryRedirect, PermanentRedirect, BadRequest, Unauthorized, PaymentRequired, Forbidden, NotFound, MethodNotAllowed, NotAcceptable, ProxyAuthenticationRequired, RequestTimeout, Conflict, Gone, LengthRequired, PreconditionFailed, PayloadTooLarge, URITooLong, UnsupportedMediaType, RangeNotSatisfiable, ExpectationFailed, MisdirectedRequest, UnprocessableEntity, Locked, FailedDependency, UpgradeRequired, PreconditionRequired, TooManyRequests, RequestHeaderFieldsTooLarge, InternalServerError, NotImplemented, BadGateway, ServiceUnavailable, GatewayTimeout, HTTPVersionNotSupported, VariantAlsoNegotiates, InsufficientStorage, LoopDetected, NotExtended, NetworkAuthenticationRequired
[Enum: EmptyStatusCode|Continue|OK|Created|Accepted|NonAuthoritativeInformation|NoContent|ResetContent|PartialContent|MultiStatus|AlreadyReported|IMUsed|MultipleChoices|MovedPermanently|Found|SeeOther|NotModified|UseProxy|TemporaryRedirect|PermanentRedirect|BadRequest|Unauthorized|PaymentRequired|Forbidden|NotFound|MethodNotAllowed|NotAcceptable|ProxyAuthenticationRequired|RequestTimeout|Conflict|Gone|LengthRequired|PreconditionFailed|PayloadTooLarge|URITooLong|UnsupportedMediaType|RangeNotSatisfiable|ExpectationFailed|MisdirectedRequest|UnprocessableEntity|Locked|FailedDependency|UpgradeRequired|PreconditionRequired|TooManyRequests|RequestHeaderFieldsTooLarge|InternalServerError|NotImplemented|BadGateway|ServiceUnavailable|GatewayTimeout|HTTPVersionNotSupported|VariantAlsoNegotiates|InsufficientStorage|LoopDetected|NotExtended|NetworkAuthenticationRequired] HTTP response status codes EmptyStatusCode response codes means it is not specified Continue status code OK status code Created status code Accepted status code Non Authoritative Information status code No Content status code Reset Content status code Partial Content status code Multi Status

Cloudfront Protected Endpoints Web Client Continue

Section titled “Cloudfront Protected Endpoints Web Client Continue”

A continue block (within cloudfront.protected_endpoints.web_client) supports the following:

• add_header - Optional Object
Enable this option

• no_header - Optional Object
Enable this option

Cloudfront Protected Endpoints Web Client Continue Add Header

Section titled “Cloudfront Protected Endpoints Web Client Continue Add Header”

Deeply nested Header block collapsed for readability.

Cloudfront Protected Endpoints Web Client Continue No Header

Section titled “Cloudfront Protected Endpoints Web Client Continue No Header”

Deeply nested Header block collapsed for readability.

Cloudfront Protected Endpoints Web Client Redirect

Section titled “Cloudfront Protected Endpoints Web Client Redirect”

A redirect block (within cloudfront.protected_endpoints.web_client) supports the following:

• location - Optional String
Location. URI location for redirect response

• status - Optional String Defaults to EmptyStatusCode
Possible values are EmptyStatusCode, Continue, OK, Created, Accepted, NonAuthoritativeInformation, NoContent, ResetContent, PartialContent, MultiStatus, AlreadyReported, IMUsed, MultipleChoices, MovedPermanently, Found, SeeOther, NotModified, UseProxy, TemporaryRedirect, PermanentRedirect, BadRequest, Unauthorized, PaymentRequired, Forbidden, NotFound, MethodNotAllowed, NotAcceptable, ProxyAuthenticationRequired, RequestTimeout, Conflict, Gone, LengthRequired, PreconditionFailed, PayloadTooLarge, URITooLong, UnsupportedMediaType, RangeNotSatisfiable, ExpectationFailed, MisdirectedRequest, UnprocessableEntity, Locked, FailedDependency, UpgradeRequired, PreconditionRequired, TooManyRequests, RequestHeaderFieldsTooLarge, InternalServerError, NotImplemented, BadGateway, ServiceUnavailable, GatewayTimeout, HTTPVersionNotSupported, VariantAlsoNegotiates, InsufficientStorage, LoopDetected, NotExtended, NetworkAuthenticationRequired
[Enum: EmptyStatusCode|Continue|OK|Created|Accepted|NonAuthoritativeInformation|NoContent|ResetContent|PartialContent|MultiStatus|AlreadyReported|IMUsed|MultipleChoices|MovedPermanently|Found|SeeOther|NotModified|UseProxy|TemporaryRedirect|PermanentRedirect|BadRequest|Unauthorized|PaymentRequired|Forbidden|NotFound|MethodNotAllowed|NotAcceptable|ProxyAuthenticationRequired|RequestTimeout|Conflict|Gone|LengthRequired|PreconditionFailed|PayloadTooLarge|URITooLong|UnsupportedMediaType|RangeNotSatisfiable|ExpectationFailed|MisdirectedRequest|UnprocessableEntity|Locked|FailedDependency|UpgradeRequired|PreconditionRequired|TooManyRequests|RequestHeaderFieldsTooLarge|InternalServerError|NotImplemented|BadGateway|ServiceUnavailable|GatewayTimeout|HTTPVersionNotSupported|VariantAlsoNegotiates|InsufficientStorage|LoopDetected|NotExtended|NetworkAuthenticationRequired] HTTP response status codes EmptyStatusCode response codes means it is not specified Continue status code OK status code Created status code Accepted status code Non Authoritative Information status code No Content status code Reset Content status code Partial Content status code Multi Status

Cloudfront Protected Endpoints Web Mobile Client

Section titled “Cloudfront Protected Endpoints Web Mobile Client”

A web_mobile_client block (within cloudfront.protected_endpoints) supports the following:

• block_mobile - Optional String
Block Response for Mobile. Block Response

• block_web - Optional String
Block Response. Block Response

• continue_mobile - Optional String
Select Continue Bot Mitigation Action. Continue mitigation action

• continue_web - Optional String
Select Continue Bot Mitigation Action. Continue mitigation action

• redirect_web - Optional String
Redirect. Redirect

Cloudfront Protected Endpoints Web Mobile Client Block Mobile

Section titled “Cloudfront Protected Endpoints Web Mobile Client Block Mobile”

Deeply nested Mobile block collapsed for readability.

Cloudfront Protected Endpoints Web Mobile Client Block Web

Section titled “Cloudfront Protected Endpoints Web Mobile Client Block Web”

Deeply nested Web block collapsed for readability.

Cloudfront Protected Endpoints Web Mobile Client Continue Mobile

Section titled “Cloudfront Protected Endpoints Web Mobile Client Continue Mobile”

Deeply nested Mobile block collapsed for readability.

Cloudfront Protected Endpoints Web Mobile Client Continue Mobile Add Header

Section titled “Cloudfront Protected Endpoints Web Mobile Client Continue Mobile Add Header”

Deeply nested Header block collapsed for readability.

Cloudfront Protected Endpoints Web Mobile Client Continue Mobile No Header

Section titled “Cloudfront Protected Endpoints Web Mobile Client Continue Mobile No Header”

Deeply nested Header block collapsed for readability.

Cloudfront Protected Endpoints Web Mobile Client Continue Web

Section titled “Cloudfront Protected Endpoints Web Mobile Client Continue Web”

Deeply nested Web block collapsed for readability.

Cloudfront Protected Endpoints Web Mobile Client Continue Web Add Header

Section titled “Cloudfront Protected Endpoints Web Mobile Client Continue Web Add Header”

Deeply nested Header block collapsed for readability.

Cloudfront Protected Endpoints Web Mobile Client Continue Web No Header

Section titled “Cloudfront Protected Endpoints Web Mobile Client Continue Web No Header”

Deeply nested Header block collapsed for readability.

Cloudfront Protected Endpoints Web Mobile Client Redirect Web

Section titled “Cloudfront Protected Endpoints Web Mobile Client Redirect Web”

Deeply nested Web block collapsed for readability.

A trusted_clients block (within cloudfront) supports the following:

• http_header - Optional String
Configuration parameter for HTTP header

• ip_prefix - Optional String
IP prefix string

• metadata - Optional String
MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create

A http_header block (within cloudfront.trusted_clients) supports the following:

• headers - Optional List
List of HTTP header name and value pairs

Cloudfront Trusted Clients HTTP Header Headers

Section titled “Cloudfront Trusted Clients HTTP Header Headers”

A headers block (within cloudfront.trusted_clients.http_header) supports the following:

• exact - Optional String
Header value to match exactly

• name - Optional String
Name. Name of the header

• regex - Optional String
Regex match of the header value in re2 format

A metadata block (within cloudfront.trusted_clients) supports the following:

• description_spec - Optional String
Description. Human readable description

• name - Optional String
Name of the message. The value of name has to follow DNS-1035 format

A custom_connector block supports the following:

A f5_big_ip block supports the following:

A salesforce_commerce_connector block supports the following:


The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.

Object Reference {#common-object-reference}

Section titled “Object Reference {#common-object-reference}”

Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format tenant/namespace/name.

FieldTypeDescription
nameStringName of the referenced object
namespaceStringNamespace containing the referenced object
tenantStringTenant of the referenced object (system-managed)

Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.

ValueDescription
LOWER_CASEConvert to lowercase
UPPER_CASEConvert to uppercase
BASE64_DECODEDecodebase64 content
NORMALIZE_PATHNormalize URL path
REMOVE_WHITESPACERemove whitespace characters
URL_DECODEDecode URL-encoded characters
TRIM_LEFTTrim leading whitespace
TRIM_RIGHTTrim trailing whitespace
TRIMTrim both leading and trailing whitespace

HTTP methods used for request matching.

ValueDescription
ANYMatch any HTTP method
GETHTTP GET request
HEADHTTP HEAD request
POSTHTTP POST request
PUTHTTP PUT request
DELETEHTTP DELETE request
CONNECTHTTP CONNECT request
OPTIONSHTTP OPTIONS request
TRACEHTTP TRACE request
PATCHHTTP PATCH request
COPYHTTP COPY request (WebDAV)

TLS Fingerprints {#common-tls-fingerprints}

Section titled “TLS Fingerprints {#common-tls-fingerprints}”

TLS fingerprint categories for malicious client detection.

ValueDescription
TLS_FINGERPRINT_NONENo fingerprint matching
ANY_MALICIOUS_FINGERPRINTMatch any known malicious fingerprint
ADWAREAdware-associated fingerprints
DRIDEXDridex malware fingerprints
GOOTKITGootkit malware fingerprints
RANSOMWARERansomware-associated fingerprints
TRICKBOTTrickbot malware fingerprints

IP Threat Categories {#common-ip-threat-categories}

Section titled “IP Threat Categories {#common-ip-threat-categories}”

IP address threat categories for security filtering.

ValueDescription
SPAM_SOURCESKnown spam sources
WINDOWS_EXPLOITSWindows exploit sources
WEB_ATTACKSWeb attack sources
BOTNETSKnown botnet IPs
SCANNERSNetwork scanner IPs
REPUTATIONPoor reputation IPs
PHISHINGPhishing-related IPs
PROXYAnonymous proxy IPs
MOBILE_THREATSMobile threat sources
TOR_PROXYTor exit nodes
DENIAL_OF_SERVICEDoS attack sources
NETWORKKnown bad network ranges