amazonka-cognito-idp-2.0: Amazon Cognito Identity Provider SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CognitoIdentityProvider.Types.RiskExceptionConfigurationType

Description

 
Synopsis

Documentation

data RiskExceptionConfigurationType Source #

The type of the configuration to override the risk decision.

See: newRiskExceptionConfigurationType smart constructor.

Constructors

RiskExceptionConfigurationType' 

Fields

  • blockedIPRangeList :: Maybe [Text]

    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 routing prefix.

  • skippedIPRangeList :: Maybe [Text]

    Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.

Instances

Instances details
FromJSON RiskExceptionConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RiskExceptionConfigurationType

ToJSON RiskExceptionConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RiskExceptionConfigurationType

Generic RiskExceptionConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RiskExceptionConfigurationType

Associated Types

type Rep RiskExceptionConfigurationType :: Type -> Type #

Read RiskExceptionConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RiskExceptionConfigurationType

Show RiskExceptionConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RiskExceptionConfigurationType

NFData RiskExceptionConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RiskExceptionConfigurationType

Eq RiskExceptionConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RiskExceptionConfigurationType

Hashable RiskExceptionConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RiskExceptionConfigurationType

type Rep RiskExceptionConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RiskExceptionConfigurationType

type Rep RiskExceptionConfigurationType = D1 ('MetaData "RiskExceptionConfigurationType" "Amazonka.CognitoIdentityProvider.Types.RiskExceptionConfigurationType" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "RiskExceptionConfigurationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blockedIPRangeList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "skippedIPRangeList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

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: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 routing prefix.

$sel:skippedIPRangeList:RiskExceptionConfigurationType', riskExceptionConfigurationType_skippedIPRangeList - Risk detection isn't performed on the IP addresses in this 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 routing prefix.

riskExceptionConfigurationType_skippedIPRangeList :: Lens' RiskExceptionConfigurationType (Maybe [Text]) Source #

Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.