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 details for AWS 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 AWS 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.
1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-fms/types.rb', line 1354 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.
1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-fms/types.rb', line 1354 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.
1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-fms/types.rb', line 1354 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 AWS Network Firewall or VPC resource that’s in violation.
1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-fms/types.rb', line 1354 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.
1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-fms/types.rb', line 1354 class NetworkFirewallMissingExpectedRTViolation < Struct.new( :violation_target, :vpc, :availability_zone, :current_route_table, :expected_route_table) SENSITIVE = [] include Aws::Structure end |