Interface CfnUserPoolRiskConfigurationAttachment.IAccountTakeoverActionsTypeProperty
Account takeover actions type.
public interface CfnUserPoolRiskConfigurationAttachment.IAccountTakeoverActionsTypeProperty
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cognito;
var accountTakeoverActionsTypeProperty = new AccountTakeoverActionsTypeProperty {
HighAction = new AccountTakeoverActionTypeProperty {
EventAction = "eventAction",
Notify = false
},
LowAction = new AccountTakeoverActionTypeProperty {
EventAction = "eventAction",
Notify = false
},
MediumAction = new AccountTakeoverActionTypeProperty {
EventAction = "eventAction",
Notify = false
}
};
Remarks
ExampleMetadata: fixture=_generated
Properties
HighAction
Action to take for a high risk.
object? HighAction { get; }
Property Value
Remarks
LowAction
Action to take for a low risk.
object? LowAction { get; }
Property Value
Remarks
MediumAction
Action to take for a medium risk.
object? MediumAction { get; }