Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateFirewallConfigRequest

import type { UpdateFirewallConfigRequest } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface UpdateFirewallConfigRequest {
FirewallFailOpen: FirewallFailOpenStatus;
ResourceId: string;
}

§Properties

§
FirewallFailOpen: FirewallFailOpenStatus
[src]

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.

  • By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall blocks queries that it is unable to evaluate properly.
  • If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them.

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

§
ResourceId: string
[src]

The ID of the VPC that the configuration is for.