Skip to content

Get Firewall Config

route53resolver_get_firewall_config R Documentation

Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC)

Description

Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).

Usage

route53resolver_get_firewall_config(ResourceId)

Arguments

ResourceId

[required] The ID of the VPC from Amazon VPC that the configuration is for.

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$get_firewall_config(
  ResourceId = "string"
)