Analytics cookie

akamai_botman_bot_analytics_cookie

Returns information about the bot analytics cookie used by the specified security configuration.

Scopes: Security configuration

Example

terraform {
  required_providers {
    akamai = {
      source = "akamai/akamai"
    }
  }
}

provider "akamai" {
  edgerc = "~/.edgerc"
}

data "akamai_appsec_configuration" "configuration" {
  name = "Documentation"
}

data "akamai_botman_bot_analytics_cookie" "analytics_cookies" {
  config_id = data.akamai_appsec_configuration.configuration.config_id
}

output "analytics_cookies_json" {
  value = data.akamai_botman_bot_analytics_cookie.analytic_cookies.json
}

Argument reference

This resource supports the following arguments:

  • config_id (Required). Unique identifier of the security configuration associated with the bot analytics cookie.

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 information about your bot analytic cookie settings, including the cookie name and the hostnames associated with the cookie.