NetworkFirewallMissingExpectedRTViolation class

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

Constructors

NetworkFirewallMissingExpectedRTViolation({String? availabilityZone, String? currentRouteTable, String? expectedRouteTable, String? vpc, String? violationTarget})
NetworkFirewallMissingExpectedRTViolation.fromJson(Map<String, dynamic> json)
factory

Properties

availabilityZone String?
The Availability Zone of a violating subnet.
final
currentRouteTable String?
The resource ID of the current route table that's associated with the subnet, if one is available.
final
expectedRouteTable String?
The resource ID of the route table that should be associated with the subnet.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
violationTarget String?
The ID of the AWS Network Firewall or VPC resource that's in violation.
final
vpc String?
The resource ID of the VPC associated with a violating subnet.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited