curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"UserPoolId": "string",
"ClientId": "string"
}'
{
"RiskConfiguration": {
"UserPoolId": "string",
"ClientId": "string",
"CompromisedCredentialsRiskConfiguration": {
"EventFilter": [],
"Actions": {
"EventAction": "BLOCK"
}
},
"AccountTakeoverRiskConfiguration": {
"NotifyConfiguration": {
"From": "string",
"ReplyTo": "string",
"SourceArn": "string",
"BlockEmail": {
"Subject": "string",
"HtmlBody": "string",
"TextBody": "string"
},
"NoActionEmail": {},
"MfaEmail": {}
},
"Actions": {
"LowAction": {
"Notify": true,
"EventAction": "BLOCK"
},
"MediumAction": {},
"HighAction": {}
}
},
"RiskExceptionConfiguration": {
"BlockedIPRangeList": [],
"SkippedIPRangeList": []
},
"LastModifiedDate": "string"
}
}