| 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.FirewallSubnetMissingVPCEndpointViolation
Description
Synopsis
- data FirewallSubnetMissingVPCEndpointViolation = FirewallSubnetMissingVPCEndpointViolation' {}
- newFirewallSubnetMissingVPCEndpointViolation :: FirewallSubnetMissingVPCEndpointViolation
- firewallSubnetMissingVPCEndpointViolation_firewallSubnetId :: Lens' FirewallSubnetMissingVPCEndpointViolation (Maybe Text)
- firewallSubnetMissingVPCEndpointViolation_subnetAvailabilityZone :: Lens' FirewallSubnetMissingVPCEndpointViolation (Maybe Text)
- firewallSubnetMissingVPCEndpointViolation_subnetAvailabilityZoneId :: Lens' FirewallSubnetMissingVPCEndpointViolation (Maybe Text)
- firewallSubnetMissingVPCEndpointViolation_vpcId :: Lens' FirewallSubnetMissingVPCEndpointViolation (Maybe Text)
Documentation
data FirewallSubnetMissingVPCEndpointViolation Source #
The violation details for a firewall subnet's VPC endpoint that's deleted or missing.
See: newFirewallSubnetMissingVPCEndpointViolation smart constructor.
Constructors
| FirewallSubnetMissingVPCEndpointViolation' | |
Fields
| |
Instances
newFirewallSubnetMissingVPCEndpointViolation :: FirewallSubnetMissingVPCEndpointViolation Source #
Create a value of FirewallSubnetMissingVPCEndpointViolation 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:FirewallSubnetMissingVPCEndpointViolation', firewallSubnetMissingVPCEndpointViolation_firewallSubnetId - The ID of the firewall that this VPC endpoint is associated with.
$sel:subnetAvailabilityZone:FirewallSubnetMissingVPCEndpointViolation', firewallSubnetMissingVPCEndpointViolation_subnetAvailabilityZone - The name of the Availability Zone of the deleted VPC subnet.
$sel:subnetAvailabilityZoneId:FirewallSubnetMissingVPCEndpointViolation', firewallSubnetMissingVPCEndpointViolation_subnetAvailabilityZoneId - The ID of the Availability Zone of the deleted VPC subnet.
$sel:vpcId:FirewallSubnetMissingVPCEndpointViolation', firewallSubnetMissingVPCEndpointViolation_vpcId - The resource ID of the VPC associated with the deleted VPC subnet.
firewallSubnetMissingVPCEndpointViolation_firewallSubnetId :: Lens' FirewallSubnetMissingVPCEndpointViolation (Maybe Text) Source #
The ID of the firewall that this VPC endpoint is associated with.
firewallSubnetMissingVPCEndpointViolation_subnetAvailabilityZone :: Lens' FirewallSubnetMissingVPCEndpointViolation (Maybe Text) Source #
The name of the Availability Zone of the deleted VPC subnet.
firewallSubnetMissingVPCEndpointViolation_subnetAvailabilityZoneId :: Lens' FirewallSubnetMissingVPCEndpointViolation (Maybe Text) Source #
The ID of the Availability Zone of the deleted VPC subnet.
firewallSubnetMissingVPCEndpointViolation_vpcId :: Lens' FirewallSubnetMissingVPCEndpointViolation (Maybe Text) Source #
The resource ID of the VPC associated with the deleted VPC subnet.