{ "$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": "
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
" } ] }, "RuleGroupName": { "allOf": [ { "$ref": "#/components/schemas/ResourceName" }, { "description": "The descriptive name of the rule group. You can't change the name of a rule group after you create it.
You must specify the ARN or the name, and you can specify both.
" } ] }, "Description": { "allOf": [ { "$ref": "#/components/schemas/Description" }, { "description": "Returns the metadata objects for the specified rule group. " } ] }, "Type": { "allOf": [ { "$ref": "#/components/schemas/RuleGroupType" }, { "description": "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.
This setting is required for requests that do not include the RuleGroupARN.
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.
You can retrieve the capacity that would be required for a rule group before you create the rule group by calling CreateRuleGroup with DryRun set to TRUE.