SourceMetadata

High-level information about the managed rule group that your own rule group is copied from. You can use the the metadata to track version updates made to the originating rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

FirewallIntrusion DetectionNetwork SecurityVPC

Properties

Name Type Description
SourceArn object
SourceUpdateToken object
View JSON Schema on GitHub

JSON Schema

openapi-source-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-network-firewall/refs/heads/main/json-schema/openapi-source-metadata-schema.json",
  "title": "SourceMetadata",
  "description": "High-level information about the managed rule group that your own rule group is copied from. You can use the the metadata to track version updates made to the originating rule group. You can retrieve all objects for a rule group by calling <a href=\"https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_DescribeRuleGroup.html\">DescribeRuleGroup</a>.",
  "type": "object",
  "properties": {
    "SourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from."
        }
      ]
    },
    "SourceUpdateToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpdateToken"
        },
        {
          "description": "The update token of the Amazon Web Services managed rule group that your own rule group is copied from. To determine the update token for the managed rule group, call <a href=\"https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_DescribeRuleGroup.html#networkfirewall-DescribeRuleGroup-response-UpdateToken\">DescribeRuleGroup</a>."
        }
      ]
    }
  }
}