Transactional endpoint protection
akamai_botman_transactional_endpoint_protection
Updates transactional endpoint protection settings.
Example
resource "akamai_botman_transactional_endpoint_protection" "endpoint_protection" {
config_id = data.akamai_appsec_configuration.configuration.config_id
transactional_endpoint_protection = file("${path.module}/transactional_endpoint_protection.json")
}
Argument reference
This resource supports the following arguments:
config_id
(Required). Unique identifier of the security configuration associated with the transactional endpoint protections being updated.transactional_endpoint
(Required). JSON-formatted collection of transactional endpoint protection settings and setting values. In the preceding sample code, the syntaxfile("${path.module}/transactional_endpoint_protection.json")
points to the location of a JSON file containing the transactional endpoint protection settings and values. Use the Bot Manager API or Bot Manager in Akamai Control Center to create a configuration. Then, export your configuration or use the corresponding data source to get the JSON file.
Updated 11 months ago