networkfirewall_describe_logging_configuration: Returns the logging configuration for the specified firewall

View source: R/networkfirewall_operations.R

networkfirewall_describe_logging_configurationR Documentation

Returns the logging configuration for the specified firewall

Description

Returns the logging configuration for the specified firewall.

See https://www.paws-r-sdk.com/docs/networkfirewall_describe_logging_configuration/ for full documentation.

Usage

networkfirewall_describe_logging_configuration(
  FirewallArn = NULL,
  FirewallName = NULL
)

Arguments

FirewallArn

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

FirewallName

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.