Uses of Interface
software.amazon.awscdk.services.cognito.ICustomAttribute
Packages that use ICustomAttribute
-
Uses of ICustomAttribute in software.amazon.awscdk.services.cognito
Subinterfaces of ICustomAttribute in software.amazon.awscdk.services.cognitoModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forICustomAttribute
.Classes in software.amazon.awscdk.services.cognito that implement ICustomAttributeModifier and TypeClassDescriptionclass
The Boolean custom attribute type.class
The DateTime custom attribute type.static final class
A proxy class which represents a concrete javascript instance of this type.class
The Number custom attribute type.class
The String custom attribute type.Methods in software.amazon.awscdk.services.cognito that return types with arguments of type ICustomAttributeModifier and TypeMethodDescriptiondefault Map<String,
ICustomAttribute> UserPoolProps.getCustomAttributes()
Define a set of custom attributes that can be configured for each user in the user pool.final Map<String,
ICustomAttribute> UserPoolProps.Jsii$Proxy.getCustomAttributes()
Method parameters in software.amazon.awscdk.services.cognito with type arguments of type ICustomAttributeModifier and TypeMethodDescriptionUserPool.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.customAttributes
(Map<String, ? extends ICustomAttribute> customAttributes) Sets the value ofUserPoolProps.getCustomAttributes()