Class: Aws::FMS::Types::RouteHasOutOfScopeEndpointViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::RouteHasOutOfScopeEndpointViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Contains details about the route endpoint that violates the policy scope.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_firewall_subnet_route_table ⇒ String
The route table associated with the current firewall subnet.
-
#current_internet_gateway_route_table ⇒ String
The current route table associated with the Internet Gateway.
-
#firewall_subnet_id ⇒ String
The ID of the firewall subnet.
-
#firewall_subnet_routes ⇒ Array<Types::Route>
The list of firewall subnet routes.
-
#internet_gateway_id ⇒ String
The ID of the Internet Gateway.
-
#internet_gateway_routes ⇒ Array<Types::Route>
The routes in the route table associated with the Internet Gateway.
-
#route_table_id ⇒ String
The ID of the route table.
-
#subnet_availability_zone ⇒ String
The subnet’s Availability Zone.
-
#subnet_availability_zone_id ⇒ String
The ID of the subnet’s Availability Zone.
-
#subnet_id ⇒ String
The ID of the subnet associated with the route that violates the policy scope.
-
#violating_routes ⇒ Array<Types::Route>
The list of routes that violate the route table.
-
#vpc_id ⇒ String
The VPC ID of the route that violates the policy scope.
Instance Attribute Details
#current_firewall_subnet_route_table ⇒ String
The route table associated with the current firewall subnet.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |
#current_internet_gateway_route_table ⇒ String
The current route table associated with the Internet Gateway.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |
#firewall_subnet_id ⇒ String
The ID of the firewall subnet.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |
#firewall_subnet_routes ⇒ Array<Types::Route>
The list of firewall subnet routes.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |
#internet_gateway_id ⇒ String
The ID of the Internet Gateway.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |
#internet_gateway_routes ⇒ Array<Types::Route>
The routes in the route table associated with the Internet Gateway.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |
#route_table_id ⇒ String
The ID of the route table.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |
#subnet_availability_zone ⇒ String
The subnet’s Availability Zone.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |
#subnet_availability_zone_id ⇒ String
The ID of the subnet’s Availability Zone.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet associated with the route that violates the policy scope.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |
#violating_routes ⇒ Array<Types::Route>
The list of routes that violate the route table.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID of the route that violates the policy scope.
4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-fms/types.rb', line 4725 class RouteHasOutOfScopeEndpointViolation < Struct.new( :subnet_id, :vpc_id, :route_table_id, :violating_routes, :subnet_availability_zone, :subnet_availability_zone_id, :current_firewall_subnet_route_table, :firewall_subnet_id, :firewall_subnet_routes, :internet_gateway_id, :current_internet_gateway_route_table, :internet_gateway_routes) SENSITIVE = [] include Aws::Structure end |