RiskExceptionConfigurationType
public struct RiskExceptionConfigurationType : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
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.
Declaration
Swift
public let blockedIPRangeList: [String]? - 
                  
                  
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
Declaration
Swift
public let skippedIPRangeList: [String]? - 
                  
                  
Undocumented
Declaration
Swift
public init(blockedIPRangeList: [String]? = nil, skippedIPRangeList: [String]? = nil) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        RiskExceptionConfigurationType Structure Reference