{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-update-firewall-config-request-schema.json", "title": "UpdateFirewallConfigRequest", "description": "UpdateFirewallConfigRequest schema from openapi", "type": "object", "properties": { "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "The ID of the VPC that the configuration is for." } ] }, "FirewallFailOpen": { "allOf": [ { "$ref": "#/components/schemas/FirewallFailOpenStatus" }, { "description": "

Determines how Route 53 Resolver handles queries during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply.

This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.

" } ] } }, "required": [ "ResourceId", "FirewallFailOpen" ] }