Fastly · Schema

DdosProtectionConfiguration

The DDoS Protection configuration for a Fastly service.

CDNEdge CloudEdge ComputeWebAssemblySecurityAIObservabilityAsyncAPIStreamingWebhooksLogging

Properties

Name Type Description
product object Details about the DDoS Protection product.
configuration object The DDoS Protection configuration settings.
View JSON Schema on GitHub

JSON Schema

fastly-ddosprotectionconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DdosProtectionConfiguration",
  "title": "DdosProtectionConfiguration",
  "type": "object",
  "description": "The DDoS Protection configuration for a Fastly service.",
  "properties": {
    "product": {
      "type": "object",
      "description": "Details about the DDoS Protection product.",
      "properties": {
        "id": {
          "type": "string",
          "description": "The product identifier."
        }
      }
    },
    "configuration": {
      "type": "object",
      "description": "The DDoS Protection configuration settings.",
      "properties": {
        "mode": {
          "type": "string",
          "description": "The operating mode of DDoS Protection."
        }
      }
    }
  }
}