Openapi Stateless Rules And Custom Actions Structure
Stateless inspection criteria. Each stateless rule group uses exactly one of these data types to define its stateless rules.
Type: objectProperties: 2Required: 1
FirewallIntrusion DetectionNetwork SecurityVPC
StatelessRulesAndCustomActions is a JSON Structure definition published by Amazon Network Firewall, describing 2 properties, of which 1 is 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-rules-and-custom-actions-structure.json",
"name": "StatelessRulesAndCustomActions",
"description": "Stateless inspection criteria. Each stateless rule group uses exactly one of these data types to define its stateless rules. ",
"type": "object",
"properties": {
"StatelessRules": {
"allOf": [
{
"$ref": "#/components/schemas/StatelessRules"
},
{
"description": "Defines the set of stateless rules for use in a stateless rule group. "
}
]
},
"CustomActions": {
"allOf": [
{
"$ref": "#/components/schemas/CustomActions"
},
{
"description": "Defines an array of individual custom action definitions that are available for use by the stateless rules in this <code>StatelessRulesAndCustomActions</code> specification. You name each custom action that you define, and then you can use it by name in your <a>StatelessRule</a> <a>RuleDefinition</a> <code>Actions</code> specification."
}
]
}
},
"required": [
"StatelessRules"
]
}
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.