Amazon Network Firewall · JSON Structure

Openapi Describe Rule Group Metadata Request Structure

DescribeRuleGroupMetadataRequest schema from Amazon Network Firewall

Type: object Properties: 3
FirewallIntrusion DetectionNetwork SecurityVPC

DescribeRuleGroupMetadataRequest is a JSON Structure definition published by Amazon Network Firewall, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

RuleGroupName RuleGroupArn Type

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-describe-rule-group-metadata-request-structure.json",
  "name": "DescribeRuleGroupMetadataRequest",
  "description": "DescribeRuleGroupMetadataRequest schema from Amazon Network Firewall",
  "type": "object",
  "properties": {
    "RuleGroupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceName"
        },
        {
          "description": "<p>The descriptive name of the rule group. You can't change the name of a rule group after you create it.</p> <p>You must specify the ARN or the name, and you can specify both. </p>"
        }
      ]
    },
    "RuleGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceArn"
        },
        {
          "description": "<p>The descriptive name of the rule group. You can't change the name of a rule group after you create it.</p> <p>You must specify the ARN or the name, and you can specify both. </p>"
        }
      ]
    },
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleGroupType"
        },
        {
          "description": "<p>Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules. </p> <note> <p>This setting is required for requests that do not include the <code>RuleGroupARN</code>.</p> </note>"
        }
      ]
    }
  }
}