amazonka-fms-2.0: Amazon Firewall Management Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FMS.Types.RouteHasOutOfScopeEndpointViolation

Description

 
Synopsis

Documentation

data RouteHasOutOfScopeEndpointViolation Source #

Contains details about the route endpoint that violates the policy scope.

See: newRouteHasOutOfScopeEndpointViolation smart constructor.

Constructors

RouteHasOutOfScopeEndpointViolation' 

Fields

Instances

Instances details
FromJSON RouteHasOutOfScopeEndpointViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.RouteHasOutOfScopeEndpointViolation

Generic RouteHasOutOfScopeEndpointViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.RouteHasOutOfScopeEndpointViolation

Read RouteHasOutOfScopeEndpointViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.RouteHasOutOfScopeEndpointViolation

Show RouteHasOutOfScopeEndpointViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.RouteHasOutOfScopeEndpointViolation

NFData RouteHasOutOfScopeEndpointViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.RouteHasOutOfScopeEndpointViolation

Eq RouteHasOutOfScopeEndpointViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.RouteHasOutOfScopeEndpointViolation

Hashable RouteHasOutOfScopeEndpointViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.RouteHasOutOfScopeEndpointViolation

type Rep RouteHasOutOfScopeEndpointViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.RouteHasOutOfScopeEndpointViolation

type Rep RouteHasOutOfScopeEndpointViolation = D1 ('MetaData "RouteHasOutOfScopeEndpointViolation" "Amazonka.FMS.Types.RouteHasOutOfScopeEndpointViolation" "amazonka-fms-2.0-351knTjuYAjE9GRQTo0ohx" 'False) (C1 ('MetaCons "RouteHasOutOfScopeEndpointViolation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "currentFirewallSubnetRouteTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "currentInternetGatewayRouteTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "firewallSubnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "firewallSubnetRoutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Route])) :*: (S1 ('MetaSel ('Just "internetGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "internetGatewayRoutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Route]))))) :*: ((S1 ('MetaSel ('Just "routeTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subnetAvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetAvailabilityZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "violatingRoutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Route])) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newRouteHasOutOfScopeEndpointViolation :: RouteHasOutOfScopeEndpointViolation Source #

Create a value of RouteHasOutOfScopeEndpointViolation 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:currentFirewallSubnetRouteTable:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_currentFirewallSubnetRouteTable - The route table associated with the current firewall subnet.

$sel:currentInternetGatewayRouteTable:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_currentInternetGatewayRouteTable - The current route table associated with the Internet Gateway.

$sel:firewallSubnetId:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_firewallSubnetId - The ID of the firewall subnet.

$sel:firewallSubnetRoutes:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_firewallSubnetRoutes - The list of firewall subnet routes.

$sel:internetGatewayId:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_internetGatewayId - The ID of the Internet Gateway.

$sel:internetGatewayRoutes:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_internetGatewayRoutes - The routes in the route table associated with the Internet Gateway.

$sel:routeTableId:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_routeTableId - The ID of the route table.

$sel:subnetAvailabilityZone:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_subnetAvailabilityZone - The subnet's Availability Zone.

$sel:subnetAvailabilityZoneId:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_subnetAvailabilityZoneId - The ID of the subnet's Availability Zone.

$sel:subnetId:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_subnetId - The ID of the subnet associated with the route that violates the policy scope.

$sel:violatingRoutes:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_violatingRoutes - The list of routes that violate the route table.

$sel:vpcId:RouteHasOutOfScopeEndpointViolation', routeHasOutOfScopeEndpointViolation_vpcId - The VPC ID of the route that violates the policy scope.

routeHasOutOfScopeEndpointViolation_internetGatewayRoutes :: Lens' RouteHasOutOfScopeEndpointViolation (Maybe [Route]) Source #

The routes in the route table associated with the Internet Gateway.

routeHasOutOfScopeEndpointViolation_subnetId :: Lens' RouteHasOutOfScopeEndpointViolation (Maybe Text) Source #

The ID of the subnet associated with the route that violates the policy scope.

routeHasOutOfScopeEndpointViolation_vpcId :: Lens' RouteHasOutOfScopeEndpointViolation (Maybe Text) Source #

The VPC ID of the route that violates the policy scope.