Class: Aws::FMS::Types::ThirdPartyFirewallMissingExpectedRouteTableViolation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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

Instance Attribute Details

#availability_zoneString

The Availability Zone of the firewall subnet that's causing the violation.

Returns:

  • (String)


4857
4858
4859
4860
4861
4862
4863
4864
4865
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4857

class ThirdPartyFirewallMissingExpectedRouteTableViolation < 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)


4857
4858
4859
4860
4861
4862
4863
4864
4865
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4857

class ThirdPartyFirewallMissingExpectedRouteTableViolation < 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)


4857
4858
4859
4860
4861
4862
4863
4864
4865
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4857

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

#violation_targetString

The ID of the third-party firewall or VPC resource that's causing the violation.

Returns:

  • (String)


4857
4858
4859
4860
4861
4862
4863
4864
4865
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4857

class ThirdPartyFirewallMissingExpectedRouteTableViolation < 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 fireawll subnet that's causing the violation.

Returns:

  • (String)


4857
4858
4859
4860
4861
4862
4863
4864
4865
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4857

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