Class CfnUserPool.UserPoolAddOnsProperty
The user pool add-ons type.
public class CfnUserPool.UserPoolAddOnsProperty : CfnUserPool.IUserPoolAddOnsProperty
- Inheritance
-
CfnUserPool.UserPoolAddOnsProperty
- Implements
- Inherited Members
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 userPoolAddOnsProperty = new UserPoolAddOnsProperty {
AdvancedSecurityMode = "advancedSecurityMode"
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
UserPoolAddOnsProperty()
public UserPoolAddOnsProperty()
Properties
AdvancedSecurityMode
The advanced security mode.
public string? AdvancedSecurityMode { get; set; }