Amazon Network Firewall · Schema
DescribeRuleGroupMetadataResponse
DescribeRuleGroupMetadataResponse schema from Amazon Network Firewall
FirewallIntrusion DetectionNetwork SecurityVPC
Properties
| Name | Type | Description |
|---|---|---|
| RuleGroupArn | object | |
| RuleGroupName | object | |
| Description | object | |
| Type | object | |
| Capacity | object | |
| StatefulRuleOptions | object | |
| LastModifiedTime | object |
JSON Schema
{
"$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-describe-rule-group-metadata-response-schema.json",
"title": "DescribeRuleGroupMetadataResponse",
"description": "DescribeRuleGroupMetadataResponse schema from Amazon Network Firewall",
"type": "object",
"properties": {
"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>"
}
]
},
"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>"
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/Description"
},
{
"description": "Returns the metadata objects for the specified rule group. "
}
]
},
"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>"
}
]
},
"Capacity": {
"allOf": [
{
"$ref": "#/components/schemas/RuleCapacity"
},
{
"description": "<p>The maximum operating resources that this rule group can use. Rule group capacity is fixed at creation. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group. </p> <p>You can retrieve the capacity that would be required for a rule group before you create the rule group by calling <a>CreateRuleGroup</a> with <code>DryRun</code> set to <code>TRUE</code>. </p>"
}
]
},
"StatefulRuleOptions": {
"$ref": "#/components/schemas/StatefulRuleOptions"
},
"LastModifiedTime": {
"allOf": [
{
"$ref": "#/components/schemas/LastUpdateTime"
},
{
"description": "The last time that the rule group was changed."
}
]
}
},
"required": [
"RuleGroupArn",
"RuleGroupName"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/openapi-describe-rule-group-metadata-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.