DescribeRuleGroupRequest schema from Amazon Network Firewall
Type: objectProperties: 3
FirewallIntrusion DetectionNetwork SecurityVPC
DescribeRuleGroupRequest 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.
{
"$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-request-structure.json",
"name": "DescribeRuleGroupRequest",
"description": "DescribeRuleGroupRequest 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 Amazon Resource Name (ARN) of the rule group.</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>"
}
]
}
}
}
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.