| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICustomAttribute.Jsii$Default
Internal default implementation for
ICustomAttribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanAttribute
The Boolean custom attribute type.
|
class |
DateTimeAttribute
The DateTime custom attribute type.
|
static class |
ICustomAttribute.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
NumberAttribute
The Number custom attribute type.
|
class |
StringAttribute
The String custom attribute type.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,ICustomAttribute> |
UserPoolProps.getCustomAttributes()
Define a set of custom attributes that can be configured for each user in the user pool.
|
Map<String,ICustomAttribute> |
UserPoolProps.Jsii$Proxy.getCustomAttributes() |
| Modifier and Type | Method and Description |
|---|---|
UserPool.Builder |
UserPool.Builder.customAttributes(Map<String,? extends ICustomAttribute> customAttributes)
Define a set of custom attributes that can be configured for each user in the user pool.
|
UserPoolProps.Builder |
UserPoolProps.Builder.customAttributes(Map<String,? extends ICustomAttribute> customAttributes)
Sets the value of
UserPoolProps.getCustomAttributes() |
Copyright © 2022. All rights reserved.