Class: Aws::FMS::Types::NetworkFirewallBlackHoleRouteDetectedViolation

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

Overview

Violation detail for an internet gateway route with an inactive state in the customer subnet route table or Network Firewall subnet route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#route_table_idString

Information about the route table ID.

Returns:

  • (String)


2795
2796
2797
2798
2799
2800
2801
2802
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2795

class NetworkFirewallBlackHoleRouteDetectedViolation < Struct.new(
  :violation_target,
  :route_table_id,
  :vpc_id,
  :violating_routes)
  SENSITIVE = []
  include Aws::Structure
end

#violating_routesArray<Types::Route>

Information about the route or routes that are in violation.

Returns:



2795
2796
2797
2798
2799
2800
2801
2802
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2795

class NetworkFirewallBlackHoleRouteDetectedViolation < Struct.new(
  :violation_target,
  :route_table_id,
  :vpc_id,
  :violating_routes)
  SENSITIVE = []
  include Aws::Structure
end

#violation_targetString

The subnet that has an inactive state.

Returns:

  • (String)


2795
2796
2797
2798
2799
2800
2801
2802
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2795

class NetworkFirewallBlackHoleRouteDetectedViolation < Struct.new(
  :violation_target,
  :route_table_id,
  :vpc_id,
  :violating_routes)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

Information about the VPC ID.

Returns:

  • (String)


2795
2796
2797
2798
2799
2800
2801
2802
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2795

class NetworkFirewallBlackHoleRouteDetectedViolation < Struct.new(
  :violation_target,
  :route_table_id,
  :vpc_id,
  :violating_routes)
  SENSITIVE = []
  include Aws::Structure
end