Table of Contents

Class CfnUserPool.UserPoolAddOnsProperty

Namespace
Amazon.CDK.AWS.Cognito
Assembly
Amazon.CDK.AWS.Cognito.dll

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

Constructors

UserPoolAddOnsProperty()

public UserPoolAddOnsProperty()

Properties

AdvancedSecurityMode

The advanced security mode.

public string? AdvancedSecurityMode { get; set; }

Property Value

string

Remarks