interface AccountTakeoverActionsTypeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnUserPoolRiskConfigurationAttachment_AccountTakeoverActionsTypeProperty |
![]() | software.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty |
![]() | aws_cdk.aws_cognito.CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty |
![]() | aws-cdk-lib » aws_cognito » CfnUserPoolRiskConfigurationAttachment » AccountTakeoverActionsTypeProperty |
A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const accountTakeoverActionsTypeProperty: cognito.CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty = {
highAction: {
eventAction: 'eventAction',
notify: false,
},
lowAction: {
eventAction: 'eventAction',
notify: false,
},
mediumAction: {
eventAction: 'eventAction',
notify: false,
},
};
Properties
Name | Type | Description |
---|---|---|
high | IResolvable | Account | The action that you assign to a high-risk assessment by threat protection. |
low | IResolvable | Account | The action that you assign to a low-risk assessment by threat protection. |
medium | IResolvable | Account | The action that you assign to a medium-risk assessment by threat protection. |
highAction?
Type:
IResolvable
|
Account
(optional)
The action that you assign to a high-risk assessment by threat protection.
lowAction?
Type:
IResolvable
|
Account
(optional)
The action that you assign to a low-risk assessment by threat protection.
mediumAction?
Type:
IResolvable
|
Account
(optional)
The action that you assign to a medium-risk assessment by threat protection.