Class: Aws::FMS::Types::NetworkFirewallMissingExpectedRTViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkFirewallMissingExpectedRTViolation
- Includes:
- Structure
- Defined in:
- 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-fms/types.rb', line 3009 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-fms/types.rb', line 3009 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-fms/types.rb', line 3009 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-fms/types.rb', line 3009 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.
3009 3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'lib/aws-sdk-fms/types.rb', line 3009 class NetworkFirewallMissingExpectedRTViolation < Struct.new( :violation_target, :vpc, :availability_zone, :current_route_table, :expected_route_table) SENSITIVE = [] include Aws::Structure end |