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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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.
4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 |
# File 'lib/aws-sdk-fms/types.rb', line 4705 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 |