UserPoolRiskConfigurationAttachmentRiskExceptionConfigurationTypeArgs

data class UserPoolRiskConfigurationAttachmentRiskExceptionConfigurationTypeArgs(val blockedIpRangeList: Output<List<String>>? = null, val skippedIpRangeList: Output<List<String>>? = null) : ConvertibleToJava<UserPoolRiskConfigurationAttachmentRiskExceptionConfigurationTypeArgs>

Constructors

constructor(blockedIpRangeList: Output<List<String>>? = null, skippedIpRangeList: Output<List<String>>? = null)

Properties

Link copied to clipboard
val blockedIpRangeList: Output<List<String>>? = null

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.

Link copied to clipboard
val skippedIpRangeList: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): UserPoolRiskConfigurationAttachmentRiskExceptionConfigurationTypeArgs