libZSservicesZSamazonka-fmsZSamazonka-fms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.FMS.Types.NetworkFirewallMissingExpectedRTViolation

Description

 
Synopsis

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.

Constructors

NetworkFirewallMissingExpectedRTViolation' 

Fields

Instances

Instances details
Eq NetworkFirewallMissingExpectedRTViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallMissingExpectedRTViolation

Read NetworkFirewallMissingExpectedRTViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallMissingExpectedRTViolation

Show NetworkFirewallMissingExpectedRTViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallMissingExpectedRTViolation

Generic NetworkFirewallMissingExpectedRTViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallMissingExpectedRTViolation

NFData NetworkFirewallMissingExpectedRTViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallMissingExpectedRTViolation

Hashable NetworkFirewallMissingExpectedRTViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallMissingExpectedRTViolation

FromJSON NetworkFirewallMissingExpectedRTViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallMissingExpectedRTViolation

type Rep NetworkFirewallMissingExpectedRTViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.NetworkFirewallMissingExpectedRTViolation

type Rep NetworkFirewallMissingExpectedRTViolation = D1 ('MetaData "NetworkFirewallMissingExpectedRTViolation" "Amazonka.FMS.Types.NetworkFirewallMissingExpectedRTViolation" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "NetworkFirewallMissingExpectedRTViolation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentRouteTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "violationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expectedRouteTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_vpc :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text) Source #

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

networkFirewallMissingExpectedRTViolation_expectedRouteTable :: Lens' NetworkFirewallMissingExpectedRTViolation (Maybe Text) Source #

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