Class: Aws::FMS::Types::NetworkFirewallMissingExpectedRTViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkFirewallMissingExpectedRTViolation
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Violation detail for Network Firewall for a subnet that's not associated to the expected Firewall Manager managed route table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone of a violating subnet.
-
#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 Network Firewall or VPC resource that's in violation.
-
#vpc ⇒ String
The resource ID of the VPC associated with a violating subnet.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone of a violating subnet.
2574 2575 2576 2577 2578 2579 2580 2581 2582 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2574 class NetworkFirewallMissingExpectedRTViolation < 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.
2574 2575 2576 2577 2578 2579 2580 2581 2582 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2574 class NetworkFirewallMissingExpectedRTViolation < 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.
2574 2575 2576 2577 2578 2579 2580 2581 2582 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2574 class NetworkFirewallMissingExpectedRTViolation < 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 Network Firewall or VPC resource that's in violation.
2574 2575 2576 2577 2578 2579 2580 2581 2582 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2574 class NetworkFirewallMissingExpectedRTViolation < 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 violating subnet.
2574 2575 2576 2577 2578 2579 2580 2581 2582 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2574 class NetworkFirewallMissingExpectedRTViolation < Struct.new( :violation_target, :vpc, :availability_zone, :current_route_table, :expected_route_table) SENSITIVE = [] include Aws::Structure end |