Custom-bot category sequence
akamai_botman_custom_bot_category_sequence
Returns the category sequence for your custom bot categories. The category sequence determines the order in which custom bot categories are evaluated.
Example
data "akamai_botman_custom_bot_category_sequence" "category_sequence" {
config_id = data.akamai_appsec_configuration.configuration.config_id
}
output "category_sequence_json" {
value = data.akamai_botman_custom_bot_category_sequence.category_sequence.json
}
Argument reference
This resource supports the following arguments:
config_id
(Required). Unique identifier of the security configuration associated with the custom bot category sequence.
Output options
The following options can be used to determine the information returned and how that returned information is formatted:
json
. JSON-formatted output containing the IDs of your custom bot categories and the order in which those categories are evaluated.
Updated about 1 year ago