Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DnsRuleGroupLimitExceededViolation = DnsRuleGroupLimitExceededViolation' {}
- newDnsRuleGroupLimitExceededViolation :: DnsRuleGroupLimitExceededViolation
- dnsRuleGroupLimitExceededViolation_violationTargetDescription :: Lens' DnsRuleGroupLimitExceededViolation (Maybe Text)
- dnsRuleGroupLimitExceededViolation_violationTarget :: Lens' DnsRuleGroupLimitExceededViolation (Maybe Text)
- dnsRuleGroupLimitExceededViolation_numberOfRuleGroupsAlreadyAssociated :: Lens' DnsRuleGroupLimitExceededViolation (Maybe Int)
Documentation
data DnsRuleGroupLimitExceededViolation Source #
The VPC that Firewall Manager was applying a DNS Fireall policy to reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed due to the limit.
See: newDnsRuleGroupLimitExceededViolation
smart constructor.
DnsRuleGroupLimitExceededViolation' | |
|
Instances
newDnsRuleGroupLimitExceededViolation :: DnsRuleGroupLimitExceededViolation Source #
Create a value of DnsRuleGroupLimitExceededViolation
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:violationTargetDescription:DnsRuleGroupLimitExceededViolation'
, dnsRuleGroupLimitExceededViolation_violationTargetDescription
- A description of the violation that specifies the rule group and VPC.
$sel:violationTarget:DnsRuleGroupLimitExceededViolation'
, dnsRuleGroupLimitExceededViolation_violationTarget
- Information about the VPC ID.
$sel:numberOfRuleGroupsAlreadyAssociated:DnsRuleGroupLimitExceededViolation'
, dnsRuleGroupLimitExceededViolation_numberOfRuleGroupsAlreadyAssociated
- The number of rule groups currently associated with the VPC.
dnsRuleGroupLimitExceededViolation_violationTargetDescription :: Lens' DnsRuleGroupLimitExceededViolation (Maybe Text) Source #
A description of the violation that specifies the rule group and VPC.
dnsRuleGroupLimitExceededViolation_violationTarget :: Lens' DnsRuleGroupLimitExceededViolation (Maybe Text) Source #
Information about the VPC ID.
dnsRuleGroupLimitExceededViolation_numberOfRuleGroupsAlreadyAssociated :: Lens' DnsRuleGroupLimitExceededViolation (Maybe Int) Source #
The number of rule groups currently associated with the VPC.