Update Firewall Config
route53resolver_update_firewall_config | R Documentation |
Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC)¶
Description¶
Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
Usage¶
route53resolver_update_firewall_config(ResourceId, FirewallFailOpen)
Arguments¶
ResourceId |
[required] The ID of the VPC that the configuration is for. |
FirewallFailOpen |
[required] 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. |
Value¶
A list with the following syntax:
list(
FirewallConfig = list(
Id = "string",
ResourceId = "string",
OwnerId = "string",
FirewallFailOpen = "ENABLED"|"DISABLED"|"USE_LOCAL_RESOURCE_SETTING"
)
)
Request syntax¶
svc$update_firewall_config(
ResourceId = "string",
FirewallFailOpen = "ENABLED"|"DISABLED"|"USE_LOCAL_RESOURCE_SETTING"
)