Amazon Firewall Manager · Schema
Policy
An AWS Firewall Manager policy defining security rules and resource scope.
ComplianceFirewallNetwork SecuritySecurity
Properties
| Name | Type | Description |
|---|---|---|
| PolicyId | string | Unique policy identifier. |
| PolicyName | string | Friendly name of the policy. |
| PolicyUpdateToken | string | Token for optimistic locking. |
| SecurityServicePolicyData | object | Details about the security service type and configuration. |
| ResourceType | string | AWS resource type in scope. |
| ExcludeResourceTags | boolean | If True, resources with specified tags are excluded. |
| RemediationEnabled | boolean | If True, Firewall Manager auto-remediates non-compliant resources. |
| PolicyArn | string | ARN of the policy. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-firewall-manager/refs/heads/main/json-schema/amazon-firewall-manager-policy-schema.json",
"title": "Policy",
"description": "An AWS Firewall Manager policy defining security rules and resource scope.",
"type": "object",
"properties": {
"PolicyId": {
"type": "string",
"description": "Unique policy identifier."
},
"PolicyName": {
"type": "string",
"description": "Friendly name of the policy."
},
"PolicyUpdateToken": {
"type": "string",
"description": "Token for optimistic locking."
},
"SecurityServicePolicyData": {
"type": "object",
"description": "Details about the security service type and configuration."
},
"ResourceType": {
"type": "string",
"description": "AWS resource type in scope."
},
"ExcludeResourceTags": {
"type": "boolean",
"description": "If True, resources with specified tags are excluded."
},
"RemediationEnabled": {
"type": "boolean",
"description": "If True, Firewall Manager auto-remediates non-compliant resources."
},
"PolicyArn": {
"type": "string",
"description": "ARN of the policy."
}
},
"required": [
"PolicyName",
"SecurityServicePolicyData",
"ResourceType",
"ExcludeResourceTags",
"RemediationEnabled"
]
}
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/amazon-firewall-manager-policy"
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.