| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FMS.Types.FirewallSubnetIsOutOfScopeViolation
Description
Synopsis
- data FirewallSubnetIsOutOfScopeViolation = FirewallSubnetIsOutOfScopeViolation' {}
- newFirewallSubnetIsOutOfScopeViolation :: FirewallSubnetIsOutOfScopeViolation
- firewallSubnetIsOutOfScopeViolation_firewallSubnetId :: Lens' FirewallSubnetIsOutOfScopeViolation (Maybe Text)
- firewallSubnetIsOutOfScopeViolation_subnetAvailabilityZone :: Lens' FirewallSubnetIsOutOfScopeViolation (Maybe Text)
- firewallSubnetIsOutOfScopeViolation_subnetAvailabilityZoneId :: Lens' FirewallSubnetIsOutOfScopeViolation (Maybe Text)
- firewallSubnetIsOutOfScopeViolation_vpcEndpointId :: Lens' FirewallSubnetIsOutOfScopeViolation (Maybe Text)
- firewallSubnetIsOutOfScopeViolation_vpcId :: Lens' FirewallSubnetIsOutOfScopeViolation (Maybe Text)
Documentation
data FirewallSubnetIsOutOfScopeViolation Source #
Contains details about the firewall subnet that violates the policy scope.
See: newFirewallSubnetIsOutOfScopeViolation smart constructor.
Constructors
| FirewallSubnetIsOutOfScopeViolation' | |
Fields
| |
Instances
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.