interface UserPoolAddOnsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Cognito.CfnUserPool.UserPoolAddOnsProperty | 
|  Java | software.amazon.awscdk.services.cognito.CfnUserPool.UserPoolAddOnsProperty | 
|  Python | aws_cdk.aws_cognito.CfnUserPool.UserPoolAddOnsProperty | 
|  TypeScript | @aws-cdk/aws-cognito»CfnUserPool»UserPoolAddOnsProperty | 
The user pool add-ons type.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cognito from '@aws-cdk/aws-cognito';
const userPoolAddOnsProperty: cognito.CfnUserPool.UserPoolAddOnsProperty = {
  advancedSecurityMode: 'advancedSecurityMode',
};
Properties
| Name | Type | Description | 
|---|---|---|
| advanced | string | The advanced security mode. | 
advancedSecurityMode?
Type:
string
(optional)
The advanced security mode.
