View source: R/cognitoidentityprovider_operations.R
cognitoidentityprovider_update_group | R Documentation |
Updates the specified group with the specified attributes.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_update_group/ for full documentation.
cognitoidentityprovider_update_group(
GroupName,
UserPoolId,
Description = NULL,
RoleArn = NULL,
Precedence = NULL
)
GroupName |
[required] The name of the group. |
UserPoolId |
[required] The user pool ID for the user pool. |
Description |
A string containing the new description of the group. |
RoleArn |
The new role Amazon Resource Name (ARN) for the group. This is used for
setting the |
Precedence |
The new precedence value for the group. For more information about this
parameter, see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.