Amazon WAF · JSON Structure

Amazon Waf Visibility Config Structure

Type: object Properties: 0
Bot ManagementDdos ProtectionSecurityWAFWeb Application Firewall

VisibilityConfig is a JSON Structure definition published by Amazon WAF.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "VisibilityConfig",
  "description": "",
  "type": "object",
  "properties": [
    {
      "name": "SampledRequestsEnabled",
      "type": "boolean",
      "description": "",
      "required": true
    },
    {
      "name": "CloudWatchMetricsEnabled",
      "type": "boolean",
      "description": "",
      "required": true
    },
    {
      "name": "MetricName",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}