Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.
Type: objectProperties: 2Required: 2
FirewallIntrusion DetectionNetwork SecurityVPC
StatelessRuleGroupReference is a JSON Structure definition published by Amazon Network Firewall, describing 2 properties, of which 2 are required. 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-stateless-rule-group-reference-structure.json",
"name": "StatelessRuleGroupReference",
"description": "Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group. ",
"type": "object",
"properties": {
"ResourceArn": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceArn"
},
{
"description": "The Amazon Resource Name (ARN) of the stateless rule group."
}
]
},
"Priority": {
"allOf": [
{
"$ref": "#/components/schemas/Priority"
},
{
"description": "An integer setting that indicates the order in which to run the stateless rule groups in a single <a>FirewallPolicy</a>. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy."
}
]
}
},
"required": [
"ResourceArn",
"Priority"
]
}
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.