Amazon Network Firewall · Schema
FirewallPolicyResponse
The high-level properties of a firewall policy. This, along with the FirewallPolicy, define the policy. You can retrieve all objects for a firewall policy by calling DescribeFirewallPolicy.
FirewallIntrusion DetectionNetwork SecurityVPC
Properties
| Name | Type | Description |
|---|---|---|
| FirewallPolicyName | object | |
| FirewallPolicyArn | object | |
| FirewallPolicyId | object | |
| Description | object | |
| FirewallPolicyStatus | object | |
| Tags | object | |
| ConsumedStatelessRuleCapacity | object | |
| ConsumedStatefulRuleCapacity | object | |
| NumberOfAssociations | object | |
| EncryptionConfiguration | 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-firewall-policy-response-schema.json",
"title": "FirewallPolicyResponse",
"description": "The high-level properties of a firewall policy. This, along with the <a>FirewallPolicy</a>, define the policy. You can retrieve all objects for a firewall policy by calling <a>DescribeFirewallPolicy</a>. ",
"type": "object",
"properties": {
"FirewallPolicyName": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it."
}
]
},
"FirewallPolicyArn": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceArn"
},
{
"description": "<p>The Amazon Resource Name (ARN) of the firewall policy.</p> <note> <p>If this response is for a create request that had <code>DryRun</code> set to <code>TRUE</code>, then this ARN is a placeholder that isn't attached to a valid resource.</p> </note>"
}
]
},
"FirewallPolicyId": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceId"
},
{
"description": "The unique identifier for the firewall policy. "
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/Description"
},
{
"description": "A description of the firewall policy."
}
]
},
"FirewallPolicyStatus": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceStatus"
},
{
"description": "The current status of the firewall policy. You can retrieve this for a firewall policy by calling <a>DescribeFirewallPolicy</a> and providing the firewall policy's name or ARN."
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagList"
},
{
"description": "The key:value pairs to associate with the resource."
}
]
},
"ConsumedStatelessRuleCapacity": {
"allOf": [
{
"$ref": "#/components/schemas/RuleCapacity"
},
{
"description": "The number of capacity units currently consumed by the policy's stateless rules."
}
]
},
"ConsumedStatefulRuleCapacity": {
"allOf": [
{
"$ref": "#/components/schemas/RuleCapacity"
},
{
"description": "The number of capacity units currently consumed by the policy's stateful rules."
}
]
},
"NumberOfAssociations": {
"allOf": [
{
"$ref": "#/components/schemas/NumberOfAssociations"
},
{
"description": "The number of firewalls that are associated with this firewall policy."
}
]
},
"EncryptionConfiguration": {
"allOf": [
{
"$ref": "#/components/schemas/EncryptionConfiguration"
},
{
"description": "A complex type that contains the Amazon Web Services KMS encryption configuration settings for your firewall policy."
}
]
},
"LastModifiedTime": {
"allOf": [
{
"$ref": "#/components/schemas/LastUpdateTime"
},
{
"description": "The last time that the firewall policy was changed."
}
]
}
},
"required": [
"FirewallPolicyName",
"FirewallPolicyArn",
"FirewallPolicyId"
]
}
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-firewall-policy-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.