@Stability(value=Stable)
public static interface CfnUserPool.UserPoolAddOnsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
UserPoolAddOnsProperty userPoolAddOnsProperty = UserPoolAddOnsProperty.builder()
.advancedSecurityMode("advancedSecurityMode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPool.UserPoolAddOnsProperty.Builder
A builder for
CfnUserPool.UserPoolAddOnsProperty |
static class |
CfnUserPool.UserPoolAddOnsProperty.Jsii$Proxy
An implementation for
CfnUserPool.UserPoolAddOnsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPool.UserPoolAddOnsProperty.Builder |
builder() |
default String |
getAdvancedSecurityMode()
The advanced security mode.
|
@Stability(value=Stable) @Nullable default String getAdvancedSecurityMode()
@Stability(value=Stable) static CfnUserPool.UserPoolAddOnsProperty.Builder builder()
Copyright © 2022. All rights reserved.