networkfirewall_start_analysis_report {paws.networking} | R Documentation |
Generates a traffic analysis report for the timeframe and traffic type you specify
Description
Generates a traffic analysis report for the timeframe and traffic type you specify.
See https://www.paws-r-sdk.com/docs/networkfirewall_start_analysis_report/ for full documentation.
Usage
networkfirewall_start_analysis_report(
FirewallName = NULL,
FirewallArn = NULL,
AnalysisType
)
Arguments
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. |
FirewallArn |
The Amazon Resource Name (ARN) of the firewall. You must specify the ARN or the name, and you can specify both. |
AnalysisType |
[required] The type of traffic that will be used to generate a report. |
[Package paws.networking version 0.9.0 Index]