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

Description

 
Synopsis

Documentation

data FirewallSubnetIsOutOfScopeViolation Source #

Contains details about the firewall subnet that violates the policy scope.

See: newFirewallSubnetIsOutOfScopeViolation smart constructor.

Constructors

FirewallSubnetIsOutOfScopeViolation' 

Fields

Instances

Instances details
FromJSON FirewallSubnetIsOutOfScopeViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.FirewallSubnetIsOutOfScopeViolation

Generic FirewallSubnetIsOutOfScopeViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.FirewallSubnetIsOutOfScopeViolation

Read FirewallSubnetIsOutOfScopeViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.FirewallSubnetIsOutOfScopeViolation

Show FirewallSubnetIsOutOfScopeViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.FirewallSubnetIsOutOfScopeViolation

NFData FirewallSubnetIsOutOfScopeViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.FirewallSubnetIsOutOfScopeViolation

Eq FirewallSubnetIsOutOfScopeViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.FirewallSubnetIsOutOfScopeViolation

Hashable FirewallSubnetIsOutOfScopeViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.FirewallSubnetIsOutOfScopeViolation

type Rep FirewallSubnetIsOutOfScopeViolation Source # 
Instance details

Defined in Amazonka.FMS.Types.FirewallSubnetIsOutOfScopeViolation

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

newFirewallSubnetIsOutOfScopeViolation :: FirewallSubnetIsOutOfScopeViolation Source #

Create a value of FirewallSubnetIsOutOfScopeViolation 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:firewallSubnetId:FirewallSubnetIsOutOfScopeViolation', firewallSubnetIsOutOfScopeViolation_firewallSubnetId - The ID of the firewall subnet that violates the policy scope.

$sel:subnetAvailabilityZone:FirewallSubnetIsOutOfScopeViolation', firewallSubnetIsOutOfScopeViolation_subnetAvailabilityZone - The Availability Zone of the firewall subnet that violates the policy scope.

$sel:subnetAvailabilityZoneId:FirewallSubnetIsOutOfScopeViolation', firewallSubnetIsOutOfScopeViolation_subnetAvailabilityZoneId - The Availability Zone ID of the firewall subnet that violates the policy scope.

$sel:vpcEndpointId:FirewallSubnetIsOutOfScopeViolation', firewallSubnetIsOutOfScopeViolation_vpcEndpointId - The VPC endpoint ID of the firewall subnet that violates the policy scope.

$sel:vpcId:FirewallSubnetIsOutOfScopeViolation', firewallSubnetIsOutOfScopeViolation_vpcId - The VPC ID of the firewall subnet that violates the policy scope.

firewallSubnetIsOutOfScopeViolation_firewallSubnetId :: Lens' FirewallSubnetIsOutOfScopeViolation (Maybe Text) Source #

The ID of the firewall subnet that violates the policy scope.

firewallSubnetIsOutOfScopeViolation_subnetAvailabilityZone :: Lens' FirewallSubnetIsOutOfScopeViolation (Maybe Text) Source #

The Availability Zone of the firewall subnet that violates the policy scope.

firewallSubnetIsOutOfScopeViolation_subnetAvailabilityZoneId :: Lens' FirewallSubnetIsOutOfScopeViolation (Maybe Text) Source #

The Availability Zone ID of the firewall subnet that violates the policy scope.

firewallSubnetIsOutOfScopeViolation_vpcEndpointId :: Lens' FirewallSubnetIsOutOfScopeViolation (Maybe Text) Source #

The VPC endpoint ID of the firewall subnet that violates the policy scope.

firewallSubnetIsOutOfScopeViolation_vpcId :: Lens' FirewallSubnetIsOutOfScopeViolation (Maybe Text) Source #

The VPC ID of the firewall subnet that violates the policy scope.