class Aws::Route53Resolver::Types::UpdateFirewallConfigRequest

@note When making an API call, you may pass UpdateFirewallConfigRequest

data as a hash:

    {
      resource_id: "ResourceId", # required
      firewall_fail_open: "ENABLED", # required, accepts ENABLED, DISABLED
    }

@!attribute [rw] resource_id

The ID of the VPC that the configuration is for.
@return [String]

@!attribute [rw] firewall_fail_open

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UpdateFirewallConfigRequest AWS API Documentation

Constants

SENSITIVE