Class: Aws::Route53Resolver::Types::GetFirewallConfigResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_configTypes::FirewallConfig

Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.



2023
2024
2025
2026
2027
# File 'lib/aws-sdk-route53resolver/types.rb', line 2023

class GetFirewallConfigResponse < Struct.new(
  :firewall_config)
  SENSITIVE = []
  include Aws::Structure
end