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.ThirdPartyFirewallMissingExpectedRouteTableViolation

Description

 
Synopsis

Documentation

data ThirdPartyFirewallMissingExpectedRouteTableViolation Source #

The violation details for a third-party firewall that's not associated with an Firewall Manager managed route table.

See: newThirdPartyFirewallMissingExpectedRouteTableViolation smart constructor.

Constructors

ThirdPartyFirewallMissingExpectedRouteTableViolation' 

Fields

Instances

Instances details
FromJSON ThirdPartyFirewallMissingExpectedRouteTableViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.ThirdPartyFirewallMissingExpectedRouteTableViolation

Generic ThirdPartyFirewallMissingExpectedRouteTableViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.ThirdPartyFirewallMissingExpectedRouteTableViolation

Read ThirdPartyFirewallMissingExpectedRouteTableViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.ThirdPartyFirewallMissingExpectedRouteTableViolation

Show ThirdPartyFirewallMissingExpectedRouteTableViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.ThirdPartyFirewallMissingExpectedRouteTableViolation

NFData ThirdPartyFirewallMissingExpectedRouteTableViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.ThirdPartyFirewallMissingExpectedRouteTableViolation

Eq ThirdPartyFirewallMissingExpectedRouteTableViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.ThirdPartyFirewallMissingExpectedRouteTableViolation

Hashable ThirdPartyFirewallMissingExpectedRouteTableViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.ThirdPartyFirewallMissingExpectedRouteTableViolation

type Rep ThirdPartyFirewallMissingExpectedRouteTableViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.ThirdPartyFirewallMissingExpectedRouteTableViolation

type Rep ThirdPartyFirewallMissingExpectedRouteTableViolation = D1 ('MetaData "ThirdPartyFirewallMissingExpectedRouteTableViolation" "Amazonka.FMS.Types.ThirdPartyFirewallMissingExpectedRouteTableViolation" "amazonka-fms-2.0-351knTjuYAjE9GRQTo0ohx" 'False) (C1 ('MetaCons "ThirdPartyFirewallMissingExpectedRouteTableViolation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "currentRouteTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "expectedRouteTable") '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))))))

newThirdPartyFirewallMissingExpectedRouteTableViolation :: ThirdPartyFirewallMissingExpectedRouteTableViolation Source #

Create a value of ThirdPartyFirewallMissingExpectedRouteTableViolation 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:availabilityZone:ThirdPartyFirewallMissingExpectedRouteTableViolation', thirdPartyFirewallMissingExpectedRouteTableViolation_availabilityZone - The Availability Zone of the firewall subnet that's causing the violation.

$sel:currentRouteTable:ThirdPartyFirewallMissingExpectedRouteTableViolation', thirdPartyFirewallMissingExpectedRouteTableViolation_currentRouteTable - The resource ID of the current route table that's associated with the subnet, if one is available.

$sel:expectedRouteTable:ThirdPartyFirewallMissingExpectedRouteTableViolation', thirdPartyFirewallMissingExpectedRouteTableViolation_expectedRouteTable - The resource ID of the route table that should be associated with the subnet.

$sel:vpc:ThirdPartyFirewallMissingExpectedRouteTableViolation', thirdPartyFirewallMissingExpectedRouteTableViolation_vpc - The resource ID of the VPC associated with a fireawll subnet that's causing the violation.

$sel:violationTarget:ThirdPartyFirewallMissingExpectedRouteTableViolation', thirdPartyFirewallMissingExpectedRouteTableViolation_violationTarget - The ID of the third-party firewall or VPC resource that's causing the violation.

thirdPartyFirewallMissingExpectedRouteTableViolation_currentRouteTable :: Lens' ThirdPartyFirewallMissingExpectedRouteTableViolation (Maybe Text) Source #

The resource ID of the current route table that's associated with the subnet, if one is available.

thirdPartyFirewallMissingExpectedRouteTableViolation_vpc :: Lens' ThirdPartyFirewallMissingExpectedRouteTableViolation (Maybe Text) Source #

The resource ID of the VPC associated with a fireawll subnet that's causing the violation.