Class: Aws::FMS::Types::NetworkFirewallUnexpectedFirewallRoutesViolation

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

Overview

Violation detail for an unexpected route that's present in a route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_endpointString

The endpoint of the firewall.

Returns:

  • (String)


2842
2843
2844
2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2842

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

#firewall_subnet_idString

The subnet ID for the firewall.

Returns:

  • (String)


2842
2843
2844
2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2842

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

#route_table_idString

The ID of the route table.

Returns:

  • (String)


2842
2843
2844
2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2842

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

#violating_routesArray<Types::Route>

The routes that are in violation.

Returns:



2842
2843
2844
2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2842

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

#vpc_idString

Information about the VPC ID.

Returns:

  • (String)


2842
2843
2844
2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2842

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