cognitoidentityprovider_add_custom_attributes {paws.security.identity} | R Documentation |
Adds additional user attributes to the user pool schema
Description
Adds additional user attributes to the user pool schema.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_add_custom_attributes/ for full documentation.
Usage
cognitoidentityprovider_add_custom_attributes(UserPoolId, CustomAttributes)
Arguments
UserPoolId |
[required] The user pool ID for the user pool where you want to add custom attributes. |
CustomAttributes |
[required] An array of custom attributes, such as Mutable and Name. |
[Package paws.security.identity version 0.7.0 Index]