| 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.ThirdPartyFirewallMissingSubnetViolation
Description
Synopsis
- data ThirdPartyFirewallMissingSubnetViolation = ThirdPartyFirewallMissingSubnetViolation' {}
- newThirdPartyFirewallMissingSubnetViolation :: ThirdPartyFirewallMissingSubnetViolation
- thirdPartyFirewallMissingSubnetViolation_availabilityZone :: Lens' ThirdPartyFirewallMissingSubnetViolation (Maybe Text)
- thirdPartyFirewallMissingSubnetViolation_targetViolationReason :: Lens' ThirdPartyFirewallMissingSubnetViolation (Maybe Text)
- thirdPartyFirewallMissingSubnetViolation_vpc :: Lens' ThirdPartyFirewallMissingSubnetViolation (Maybe Text)
- thirdPartyFirewallMissingSubnetViolation_violationTarget :: Lens' ThirdPartyFirewallMissingSubnetViolation (Maybe Text)
Documentation
data ThirdPartyFirewallMissingSubnetViolation Source #
The violation details for a third-party firewall for an Availability Zone that's missing the Firewall Manager managed subnet.
See: newThirdPartyFirewallMissingSubnetViolation smart constructor.
Constructors
| ThirdPartyFirewallMissingSubnetViolation' | |
Fields
| |
Instances
newThirdPartyFirewallMissingSubnetViolation :: ThirdPartyFirewallMissingSubnetViolation Source #
Create a value of ThirdPartyFirewallMissingSubnetViolation 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:ThirdPartyFirewallMissingSubnetViolation', thirdPartyFirewallMissingSubnetViolation_availabilityZone - The Availability Zone of a subnet that's causing the violation.
$sel:targetViolationReason:ThirdPartyFirewallMissingSubnetViolation', thirdPartyFirewallMissingSubnetViolation_targetViolationReason - The reason the resource is causing the violation, if a reason is
available.
$sel:vpc:ThirdPartyFirewallMissingSubnetViolation', thirdPartyFirewallMissingSubnetViolation_vpc - The resource ID of the VPC associated with a subnet that's causing the
violation.
$sel:violationTarget:ThirdPartyFirewallMissingSubnetViolation', thirdPartyFirewallMissingSubnetViolation_violationTarget - The ID of the third-party firewall or VPC resource that's causing the
violation.
thirdPartyFirewallMissingSubnetViolation_availabilityZone :: Lens' ThirdPartyFirewallMissingSubnetViolation (Maybe Text) Source #
The Availability Zone of a subnet that's causing the violation.
thirdPartyFirewallMissingSubnetViolation_targetViolationReason :: Lens' ThirdPartyFirewallMissingSubnetViolation (Maybe Text) Source #
The reason the resource is causing the violation, if a reason is available.
thirdPartyFirewallMissingSubnetViolation_vpc :: Lens' ThirdPartyFirewallMissingSubnetViolation (Maybe Text) Source #
The resource ID of the VPC associated with a subnet that's causing the violation.
thirdPartyFirewallMissingSubnetViolation_violationTarget :: Lens' ThirdPartyFirewallMissingSubnetViolation (Maybe Text) Source #
The ID of the third-party firewall or VPC resource that's causing the violation.