Class: Aws::FMS::Types::ThirdPartyFirewallMissingExpectedRouteTableViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ThirdPartyFirewallMissingExpectedRouteTableViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
The violation details for a third-party firewall that’s not associated with an Firewall Manager managed route table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone of the firewall subnet that’s causing the violation.
-
#current_route_table ⇒ String
The resource ID of the current route table that’s associated with the subnet, if one is available.
-
#expected_route_table ⇒ String
The resource ID of the route table that should be associated with the subnet.
-
#violation_target ⇒ String
The ID of the third-party firewall or VPC resource that’s causing the violation.
-
#vpc ⇒ String
The resource ID of the VPC associated with a fireawll subnet that’s causing the violation.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone of the firewall subnet that’s causing the violation.
5385 5386 5387 5388 5389 5390 5391 5392 5393 |
# File 'lib/aws-sdk-fms/types.rb', line 5385 class ThirdPartyFirewallMissingExpectedRouteTableViolation < Struct.new( :violation_target, :vpc, :availability_zone, :current_route_table, :expected_route_table) SENSITIVE = [] include Aws::Structure end |
#current_route_table ⇒ String
The resource ID of the current route table that’s associated with the subnet, if one is available.
5385 5386 5387 5388 5389 5390 5391 5392 5393 |
# File 'lib/aws-sdk-fms/types.rb', line 5385 class ThirdPartyFirewallMissingExpectedRouteTableViolation < Struct.new( :violation_target, :vpc, :availability_zone, :current_route_table, :expected_route_table) SENSITIVE = [] include Aws::Structure end |
#expected_route_table ⇒ String
The resource ID of the route table that should be associated with the subnet.
5385 5386 5387 5388 5389 5390 5391 5392 5393 |
# File 'lib/aws-sdk-fms/types.rb', line 5385 class ThirdPartyFirewallMissingExpectedRouteTableViolation < Struct.new( :violation_target, :vpc, :availability_zone, :current_route_table, :expected_route_table) SENSITIVE = [] include Aws::Structure end |
#violation_target ⇒ String
The ID of the third-party firewall or VPC resource that’s causing the violation.
5385 5386 5387 5388 5389 5390 5391 5392 5393 |
# File 'lib/aws-sdk-fms/types.rb', line 5385 class ThirdPartyFirewallMissingExpectedRouteTableViolation < Struct.new( :violation_target, :vpc, :availability_zone, :current_route_table, :expected_route_table) SENSITIVE = [] include Aws::Structure end |
#vpc ⇒ String
The resource ID of the VPC associated with a fireawll subnet that’s causing the violation.
5385 5386 5387 5388 5389 5390 5391 5392 5393 |
# File 'lib/aws-sdk-fms/types.rb', line 5385 class ThirdPartyFirewallMissingExpectedRouteTableViolation < Struct.new( :violation_target, :vpc, :availability_zone, :current_route_table, :expected_route_table) SENSITIVE = [] include Aws::Structure end |