Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::NetworkFirewall::Types::AnalysisReport

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

A report that captures key activity from the last 30 days of network traffic monitored by your firewall.

You can generate up to one report per traffic type, per 30 day period. For example, when you successfully create an HTTP traffic report, you cannot create another HTTP traffic report until 30 days pass. Alternatively, if you generate a report that combines metrics on both HTTP and HTTPS traffic, you cannot create another report for either traffic type until 30 days pass.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_report_idString

The unique ID of the query that ran when you requested an analysis report.

Returns:

  • (String)

187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 187

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :analysis_type,
  :report_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_typeString

The type of traffic that will be used to generate a report.

Returns:

  • (String)

187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 187

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :analysis_type,
  :report_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#report_timeTime

The date and time the analysis report was ran.

Returns:

  • (Time)

187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 187

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :analysis_type,
  :report_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the analysis report you specify. Statuses include RUNNING, COMPLETED, or FAILED.

Returns:

  • (String)

187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 187

class AnalysisReport < Struct.new(
  :analysis_report_id,
  :analysis_type,
  :report_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end