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 RiskExceptionConfigurationType = RiskExceptionConfigurationType' {
- skippedIPRangeList :: Maybe [Text]
- blockedIPRangeList :: Maybe [Text]
- newRiskExceptionConfigurationType :: RiskExceptionConfigurationType
- riskExceptionConfigurationType_skippedIPRangeList :: Lens' RiskExceptionConfigurationType (Maybe [Text])
- riskExceptionConfigurationType_blockedIPRangeList :: Lens' RiskExceptionConfigurationType (Maybe [Text])
Documentation
data RiskExceptionConfigurationType Source #
The type of the configuration to override the risk decision.
See: newRiskExceptionConfigurationType
smart constructor.
RiskExceptionConfigurationType' | |
|
Instances
newRiskExceptionConfigurationType :: RiskExceptionConfigurationType Source #
Create a value of RiskExceptionConfigurationType
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:skippedIPRangeList:RiskExceptionConfigurationType'
, riskExceptionConfigurationType_skippedIPRangeList
- Risk detection is not performed on the IP addresses in the range list.
The IP range is in CIDR notation.
$sel:blockedIPRangeList:RiskExceptionConfigurationType'
, riskExceptionConfigurationType_blockedIPRangeList
- Overrides the risk decision to always block the pre-authentication
requests. The IP range is in CIDR notation: a compact representation of
an IP address and its associated routing prefix.
riskExceptionConfigurationType_skippedIPRangeList :: Lens' RiskExceptionConfigurationType (Maybe [Text]) Source #
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
riskExceptionConfigurationType_blockedIPRangeList :: Lens' RiskExceptionConfigurationType (Maybe [Text]) Source #
Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation: a compact representation of an IP address and its associated routing prefix.