Amazon Network Firewall · JSON Structure

Openapi Publish Metric Action Structure

Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. This setting defines a CloudWatch dimension value to be published.

Type: object Properties: 1 Required: 1
FirewallIntrusion DetectionNetwork SecurityVPC

PublishMetricAction is a JSON Structure definition published by Amazon Network Firewall, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Dimensions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-network-firewall/refs/heads/main/json-structure/openapi-publish-metric-action-structure.json",
  "name": "PublishMetricAction",
  "description": "Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. This setting defines a CloudWatch dimension value to be published.",
  "type": "object",
  "properties": {
    "Dimensions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Dimensions"
        },
        {
          "description": "<p/>"
        }
      ]
    }
  },
  "required": [
    "Dimensions"
  ]
}