Table of Contents

Interface CfnUserPool.IUserPoolAddOnsProperty

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

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

Properties

AdvancedSecurityMode

The advanced security mode.

string? AdvancedSecurityMode { get; }

Property Value

string

Remarks