Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data NetworkFirewallMissingExpectedRTViolation = NetworkFirewallMissingExpectedRTViolation' {}
- newNetworkFirewallMissingExpectedRTViolation :: NetworkFirewallMissingExpectedRTViolation
- networkFirewallMissingExpectedRTViolation_currentRouteTable :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text)
- networkFirewallMissingExpectedRTViolation_availabilityZone :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text)
- networkFirewallMissingExpectedRTViolation_vpc :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text)
- networkFirewallMissingExpectedRTViolation_violationTarget :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text)
- networkFirewallMissingExpectedRTViolation_expectedRouteTable :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text)
Documentation
data NetworkFirewallMissingExpectedRTViolation Source #
Violation detail for Network Firewall for a subnet that's not associated to the expected Firewall Manager managed route table.
See: newNetworkFirewallMissingExpectedRTViolation
smart constructor.
NetworkFirewallMissingExpectedRTViolation' | |
|
Instances
newNetworkFirewallMissingExpectedRTViolation :: NetworkFirewallMissingExpectedRTViolation Source #
Create a value of NetworkFirewallMissingExpectedRTViolation
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:currentRouteTable:NetworkFirewallMissingExpectedRTViolation'
, networkFirewallMissingExpectedRTViolation_currentRouteTable
- The resource ID of the current route table that's associated with the
subnet, if one is available.
$sel:availabilityZone:NetworkFirewallMissingExpectedRTViolation'
, networkFirewallMissingExpectedRTViolation_availabilityZone
- The Availability Zone of a violating subnet.
$sel:vpc:NetworkFirewallMissingExpectedRTViolation'
, networkFirewallMissingExpectedRTViolation_vpc
- The resource ID of the VPC associated with a violating subnet.
$sel:violationTarget:NetworkFirewallMissingExpectedRTViolation'
, networkFirewallMissingExpectedRTViolation_violationTarget
- The ID of the Network Firewall or VPC resource that's in violation.
$sel:expectedRouteTable:NetworkFirewallMissingExpectedRTViolation'
, networkFirewallMissingExpectedRTViolation_expectedRouteTable
- The resource ID of the route table that should be associated with the
subnet.
networkFirewallMissingExpectedRTViolation_currentRouteTable :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text) Source #
The resource ID of the current route table that's associated with the subnet, if one is available.
networkFirewallMissingExpectedRTViolation_availabilityZone :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text) Source #
The Availability Zone of a violating subnet.
networkFirewallMissingExpectedRTViolation_vpc :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text) Source #
The resource ID of the VPC associated with a violating subnet.
networkFirewallMissingExpectedRTViolation_violationTarget :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text) Source #
The ID of the Network Firewall or VPC resource that's in violation.
networkFirewallMissingExpectedRTViolation_expectedRouteTable :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text) Source #
The resource ID of the route table that should be associated with the subnet.