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 NetworkFirewallInternetTrafficNotInspectedViolation = NetworkFirewallInternetTrafficNotInspectedViolation' {
- actualInternetGatewayRoutes :: Maybe [Route]
- routeTableId :: Maybe Text
- vpcId :: Maybe Text
- violatingRoutes :: Maybe [Route]
- subnetId :: Maybe Text
- expectedFirewallSubnetRoutes :: Maybe [ExpectedRoute]
- subnetAvailabilityZone :: Maybe Text
- expectedInternetGatewayRoutes :: Maybe [ExpectedRoute]
- currentInternetGatewayRouteTable :: Maybe Text
- firewallSubnetId :: Maybe Text
- currentFirewallSubnetRouteTable :: Maybe Text
- expectedFirewallEndpoint :: Maybe Text
- isRouteTableUsedInDifferentAZ :: Maybe Bool
- internetGatewayId :: Maybe Text
- actualFirewallSubnetRoutes :: Maybe [Route]
- newNetworkFirewallInternetTrafficNotInspectedViolation :: NetworkFirewallInternetTrafficNotInspectedViolation
- networkFirewallInternetTrafficNotInspectedViolation_actualInternetGatewayRoutes :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe [Route])
- networkFirewallInternetTrafficNotInspectedViolation_routeTableId :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text)
- networkFirewallInternetTrafficNotInspectedViolation_vpcId :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text)
- networkFirewallInternetTrafficNotInspectedViolation_violatingRoutes :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe [Route])
- networkFirewallInternetTrafficNotInspectedViolation_subnetId :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text)
- networkFirewallInternetTrafficNotInspectedViolation_expectedFirewallSubnetRoutes :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe [ExpectedRoute])
- networkFirewallInternetTrafficNotInspectedViolation_subnetAvailabilityZone :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text)
- networkFirewallInternetTrafficNotInspectedViolation_expectedInternetGatewayRoutes :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe [ExpectedRoute])
- networkFirewallInternetTrafficNotInspectedViolation_currentInternetGatewayRouteTable :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text)
- networkFirewallInternetTrafficNotInspectedViolation_firewallSubnetId :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text)
- networkFirewallInternetTrafficNotInspectedViolation_currentFirewallSubnetRouteTable :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text)
- networkFirewallInternetTrafficNotInspectedViolation_expectedFirewallEndpoint :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text)
- networkFirewallInternetTrafficNotInspectedViolation_isRouteTableUsedInDifferentAZ :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Bool)
- networkFirewallInternetTrafficNotInspectedViolation_internetGatewayId :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text)
- networkFirewallInternetTrafficNotInspectedViolation_actualFirewallSubnetRoutes :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe [Route])
Documentation
data NetworkFirewallInternetTrafficNotInspectedViolation Source #
Violation detail for the subnet for which internet traffic that hasn't been inspected.
See: newNetworkFirewallInternetTrafficNotInspectedViolation
smart constructor.
NetworkFirewallInternetTrafficNotInspectedViolation' | |
|
Instances
newNetworkFirewallInternetTrafficNotInspectedViolation :: NetworkFirewallInternetTrafficNotInspectedViolation Source #
Create a value of NetworkFirewallInternetTrafficNotInspectedViolation
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:actualInternetGatewayRoutes:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_actualInternetGatewayRoutes
- The actual internet gateway routes.
$sel:routeTableId:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_routeTableId
- Information about the route table ID.
$sel:vpcId:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_vpcId
- Information about the VPC ID.
$sel:violatingRoutes:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_violatingRoutes
- The route or routes that are in violation.
$sel:subnetId:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_subnetId
- The subnet ID.
$sel:expectedFirewallSubnetRoutes:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_expectedFirewallSubnetRoutes
- The firewall subnet routes that are expected.
$sel:subnetAvailabilityZone:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_subnetAvailabilityZone
- The subnet Availability Zone.
$sel:expectedInternetGatewayRoutes:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_expectedInternetGatewayRoutes
- The internet gateway routes that are expected.
$sel:currentInternetGatewayRouteTable:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_currentInternetGatewayRouteTable
- The current route table for the internet gateway.
$sel:firewallSubnetId:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_firewallSubnetId
- The firewall subnet ID.
$sel:currentFirewallSubnetRouteTable:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_currentFirewallSubnetRouteTable
- Information about the subnet route table for the current firewall.
$sel:expectedFirewallEndpoint:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_expectedFirewallEndpoint
- The expected endpoint for the current firewall.
$sel:isRouteTableUsedInDifferentAZ:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_isRouteTableUsedInDifferentAZ
- Information about whether the route table is used in another
Availability Zone.
$sel:internetGatewayId:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_internetGatewayId
- The internet gateway ID.
$sel:actualFirewallSubnetRoutes:NetworkFirewallInternetTrafficNotInspectedViolation'
, networkFirewallInternetTrafficNotInspectedViolation_actualFirewallSubnetRoutes
- The actual firewall subnet routes.
networkFirewallInternetTrafficNotInspectedViolation_actualInternetGatewayRoutes :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe [Route]) Source #
The actual internet gateway routes.
networkFirewallInternetTrafficNotInspectedViolation_routeTableId :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text) Source #
Information about the route table ID.
networkFirewallInternetTrafficNotInspectedViolation_vpcId :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text) Source #
Information about the VPC ID.
networkFirewallInternetTrafficNotInspectedViolation_violatingRoutes :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe [Route]) Source #
The route or routes that are in violation.
networkFirewallInternetTrafficNotInspectedViolation_subnetId :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text) Source #
The subnet ID.
networkFirewallInternetTrafficNotInspectedViolation_expectedFirewallSubnetRoutes :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe [ExpectedRoute]) Source #
The firewall subnet routes that are expected.
networkFirewallInternetTrafficNotInspectedViolation_subnetAvailabilityZone :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text) Source #
The subnet Availability Zone.
networkFirewallInternetTrafficNotInspectedViolation_expectedInternetGatewayRoutes :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe [ExpectedRoute]) Source #
The internet gateway routes that are expected.
networkFirewallInternetTrafficNotInspectedViolation_currentInternetGatewayRouteTable :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text) Source #
The current route table for the internet gateway.
networkFirewallInternetTrafficNotInspectedViolation_firewallSubnetId :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text) Source #
The firewall subnet ID.
networkFirewallInternetTrafficNotInspectedViolation_currentFirewallSubnetRouteTable :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text) Source #
Information about the subnet route table for the current firewall.
networkFirewallInternetTrafficNotInspectedViolation_expectedFirewallEndpoint :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text) Source #
The expected endpoint for the current firewall.
networkFirewallInternetTrafficNotInspectedViolation_isRouteTableUsedInDifferentAZ :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Bool) Source #
Information about whether the route table is used in another Availability Zone.
networkFirewallInternetTrafficNotInspectedViolation_internetGatewayId :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe Text) Source #
The internet gateway ID.
networkFirewallInternetTrafficNotInspectedViolation_actualFirewallSubnetRoutes :: Lens' NetworkFirewallInternetTrafficNotInspectedViolation (Maybe [Route]) Source #
The actual firewall subnet routes.