Interface CfnUserPool.IUserPoolAddOnsProperty
The user pool add-ons type.
public interface CfnUserPool.IUserPoolAddOnsProperty
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
Properties
AdvancedSecurityMode
The advanced security mode.
string? AdvancedSecurityMode { get; }