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

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

Instance Attribute Details

#availability_zoneString

The Availability Zone of a violating subnet.

Returns:

  • (String)


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_tableString

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

Returns:

  • (String)


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_tableString

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

Returns:

  • (String)


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_targetString

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

Returns:

  • (String)


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

#vpcString

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

Returns:

  • (String)


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