Class: Aws::FMS::Types::NetworkFirewallInternetTrafficNotInspectedViolation

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

Overview

Violation detail for the subnet for which internet traffic that hasn't been inspected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actual_firewall_subnet_routesArray<Types::Route>

The actual firewall subnet routes.

Returns:



2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#actual_internet_gateway_routesArray<Types::Route>

The actual internet gateway routes.

Returns:



2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#current_firewall_subnet_route_tableString

Information about the subnet route table for the current firewall.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#current_internet_gateway_route_tableString

The current route table for the internet gateway.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#expected_firewall_endpointString

The expected endpoint for the current firewall.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#expected_firewall_subnet_routesArray<Types::ExpectedRoute>

The firewall subnet routes that are expected.

Returns:



2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#expected_internet_gateway_routesArray<Types::ExpectedRoute>

The internet gateway routes that are expected.

Returns:



2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_subnet_idString

The firewall subnet ID.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#internet_gateway_idString

The internet gateway ID.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#is_route_table_used_in_different_azBoolean

Information about whether the route table is used in another Availability Zone.

Returns:

  • (Boolean)


2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#route_table_idString

Information about the route table ID.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_availability_zoneString

The subnet Availability Zone.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The subnet ID.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#violating_routesArray<Types::Route>

The route or routes that are in violation.

Returns:



2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

Information about the VPC ID.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2451

class NetworkFirewallInternetTrafficNotInspectedViolation < Struct.new(
  :subnet_id,
  :subnet_availability_zone,
  :route_table_id,
  :violating_routes,
  :is_route_table_used_in_different_az,
  :current_firewall_subnet_route_table,
  :expected_firewall_endpoint,
  :firewall_subnet_id,
  :expected_firewall_subnet_routes,
  :actual_firewall_subnet_routes,
  :internet_gateway_id,
  :current_internet_gateway_route_table,
  :expected_internet_gateway_routes,
  :actual_internet_gateway_routes,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end