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)


2376
2377
2378
2379
2380
2381
2382
2383
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2376

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:



2376
2377
2378
2379
2380
2381
2382
2383
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2376

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)


2376
2377
2378
2379
2380
2381
2382
2383
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2376

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)


2376
2377
2378
2379
2380
2381
2382
2383
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2376

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