Interface CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Jsii$Proxy
Enclosing class:
CfnUserPoolRiskConfigurationAttachment

@Stability(Stable) public static interface CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty extends software.amazon.jsii.JsiiSerializable
The type of the configuration to override the risk decision.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cognito.*;
 RiskExceptionConfigurationTypeProperty riskExceptionConfigurationTypeProperty = RiskExceptionConfigurationTypeProperty.builder()
         .blockedIpRangeList(List.of("blockedIpRangeList"))
         .skippedIpRangeList(List.of("skippedIpRangeList"))
         .build();