Amazon WAF · Schema

WebACLSummary

Bot ManagementDdos ProtectionSecurityWAFWeb Application Firewall

Properties

Name Type Description
Name string
Id string
ARN string
LockToken string
View JSON Schema on GitHub

JSON Schema

amazon-waf-web-a-c-l-summary-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Name": {
      "type": "string"
    },
    "Id": {
      "type": "string"
    },
    "ARN": {
      "type": "string"
    },
    "LockToken": {
      "type": "string"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WebACLSummary"
}