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

An always-block IP address list. Overrides the risk decision and always blocks authentication requests. This parameter is displayed and set in CIDR notation.

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

An always-allow IP address list. Risk detection isn't performed on the IP addresses in this range list. This parameter is displayed and set in CIDR notation.

Functions

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