Class: Aws::FMS::Types::NetworkFirewallMissingExpectedRTViolation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#availability_zoneString

The Availability Zone of a violating subnet.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
2597
2598
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2590

class NetworkFirewallMissingExpectedRTViolation < Struct.new(
  :violation_target,
  :vpc,
  :availability_zone,
  :current_route_table,
  :expected_route_table)
  SENSITIVE = []
  include Aws::Structure
end

#current_route_tableString

The resource ID of the current route table that's associated with the subnet, if one is available.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
2597
2598
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2590

class NetworkFirewallMissingExpectedRTViolation < Struct.new(
  :violation_target,
  :vpc,
  :availability_zone,
  :current_route_table,
  :expected_route_table)
  SENSITIVE = []
  include Aws::Structure
end

#expected_route_tableString

The resource ID of the route table that should be associated with the subnet.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
2597
2598
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2590

class NetworkFirewallMissingExpectedRTViolation < Struct.new(
  :violation_target,
  :vpc,
  :availability_zone,
  :current_route_table,
  :expected_route_table)
  SENSITIVE = []
  include Aws::Structure
end

#violation_targetString

The ID of the Network Firewall or VPC resource that's in violation.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
2597
2598
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2590

class NetworkFirewallMissingExpectedRTViolation < Struct.new(
  :violation_target,
  :vpc,
  :availability_zone,
  :current_route_table,
  :expected_route_table)
  SENSITIVE = []
  include Aws::Structure
end

#vpcString

The resource ID of the VPC associated with a violating subnet.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
2597
2598
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2590

class NetworkFirewallMissingExpectedRTViolation < Struct.new(
  :violation_target,
  :vpc,
  :availability_zone,
  :current_route_table,
  :expected_route_table)
  SENSITIVE = []
  include Aws::Structure
end