You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Violation details for AWS Network Firewall for a subnet that's not associated to the expected Firewall Manager managed route table.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone of a violating subnet.

Returns:

  • (String)

    The Availability Zone of a violating subnet.

#current_route_tableString

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

Returns:

  • (String)

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

#expected_route_tableString

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

Returns:

  • (String)

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

#violation_targetString

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

Returns:

  • (String)

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

#vpcString

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

Returns:

  • (String)

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